1
Fork 0
rust/src
2018-10-18 12:08:23 +02:00
..
bootstrap Rollup merge of #55031 - nikic:verify_llvm_ir, r=Mark-Simulacrum 2018-10-18 12:54:53 +08:00
build_helper A handful of random string-related improvements 2018-10-10 10:39:18 +02:00
ci Improve verify_llvm_ir config option 2018-10-13 20:06:25 +02:00
dlmalloc@c99638dc2e
doc [Rustc Book] Quotes around value in --cfg example 2018-10-16 00:13:05 -07:00
etc Rollup merge of #54989 - Munksgaard:fix-htmldocck-typos, r=tmandry 2018-10-12 22:04:19 +08:00
grammar
jemalloc@1f5a28755e
liballoc Rollup merge of #55050 - tshepang:repetition, r=steveklabnik 2018-10-18 12:54:54 +08:00
liballoc_jemalloc
liballoc_system std: Synchronize global allocator on wasm32 2018-10-09 23:35:45 -07:00
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@0703bfa725
libcore Auto merge of #54946 - estebank:iterator, r=varkor 2018-10-17 11:47:53 +00:00
libfmt_macros remove padding from multiline format string label 2018-10-03 14:29:39 -04:00
libgraphviz Remove graphviz::IntoCow 2018-10-05 14:16:10 +02:00
liblibc@1844a772b6
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc add support for storing extra data in an allocation 2018-10-18 12:08:22 +02:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Auto merge of #54847 - ljedrz:kill_graphviz_intocow, r=pnkfelix 2018-10-08 06:50:25 +00:00
librustc_codegen_llvm Rollup merge of #55128 - varkor:LLVMRustInlineAsmVerify-return-bool, r=rkruppe 2018-10-18 12:55:11 +08:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Rollup merge of #55127 - ljedrz:simplify_hybridbitset, r=matthewjasper 2018-10-18 12:55:09 +08:00
librustc_driver Auto merge of #54671 - petrochenkov:extpre2015, r=nikomatsakis 2018-10-17 01:59:28 +00:00
librustc_errors A handful of random string-related improvements 2018-10-10 10:39:18 +02:00
librustc_fs_util
librustc_incremental Remove graphviz::IntoCow 2018-10-05 14:16:10 +02:00
librustc_lint Auto merge of #54251 - varkor:silence-bad_style, r=Manishearth 2018-10-16 18:01:41 +00:00
librustc_llvm
librustc_lsan
librustc_metadata Only promote calls to #[rustc_promotable] const fns 2018-10-03 10:07:05 +02:00
librustc_metadata_utils
librustc_mir repeat after me: Clone, Copy, Debug 2018-10-18 12:08:23 +02:00
librustc_msan
librustc_passes Only promote calls to #[rustc_promotable] const fns 2018-10-03 10:07:05 +02:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Check the invariant for principal inside the method 2018-10-13 11:32:49 +02:00
librustc_resolve resolve: Do not skip extern prelude during speculative resolution 2018-10-17 10:31:37 +03:00
librustc_save_analysis
librustc_target rustc: Allow targets to specify SIMD args are by-val 2018-10-12 17:04:31 -07:00
librustc_traits Auto merge of #55095 - Manishearth:rollup, r=Manishearth 2018-10-15 19:50:50 +00:00
librustc_tsan
librustc_typeck Auto merge of #54671 - petrochenkov:extpre2015, r=nikomatsakis 2018-10-17 01:59:28 +00:00
librustdoc Rollup merge of #55161 - akxcv:rustdoc/disable-spellcheck, r=QuietMisdreavus,GuillaumeGomez 2018-10-18 12:55:19 +08:00
libserialize
libstd Rollup merge of #54646 - vn971:fix_std_thread_sleep, r=frewsxcv 2018-10-18 12:54:42 +08:00
libsyntax Rollup merge of #55025 - ehuss:missing-lifetime-err-msg, r=petrochenkov 2018-10-15 10:15:15 -07:00
libsyntax_ext expansion: Remove restriction on use of macro attributes with test/bench 2018-10-05 11:40:40 +04:00
libsyntax_pos
libterm
libtest
libunwind
llvm@caddcd9b9d
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm exit with status code 101 on fatal LLVM error 2018-10-12 17:29:40 -04:00
stdsimd@307650500d Update stdsimd submodule 2018-10-09 14:21:42 -07:00
test Rollup merge of #55104 - estebank:addtest, r=alexcrichton 2018-10-18 12:55:04 +08:00
tools Rollup merge of #54964 - tromey:run-both-gdb-and-lldb-tests, r=nikomatsakis 2018-10-18 12:54:49 +08:00
.gitignore
Cargo.lock Added graphviz visualization for obligation forests. 2018-10-14 16:12:07 +01:00
Cargo.toml
README.md
stage0.txt bump bootstrap compiler to rustc beta 2018-10-13 2018-10-14 00:52:47 +02:00

This directory contains the source code of the rust project, including:

  • rustc and its tests
  • libstd
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc guide.

Their is also useful content in the following READMEs, which are gradually being moved over to the guide: