rust/src
2019-04-18 23:06:49 +02:00
..
bootstrap Rollup merge of #59911 - pnkfelix:revert-pr-59401-to-fix-emit-stack-sizes-gc-sections-ld-gold-bug, r=alexcrichton 2019-04-14 00:39:50 +02:00
build_helper
ci Auto merge of #59886 - mati865:musl_toolchain, r=alexcrichton 2019-04-12 02:24:16 +00:00
doc Rollup merge of #59930 - kornelski:first-robots, r=GuillaumeGomez 2019-04-14 00:23:50 +02:00
etc
grammar
liballoc Rollup merge of #59675 - SimonSapin:stable-alloc, r=alexcrichton 2019-04-14 00:23:25 +02:00
libarena Rollup merge of #59675 - SimonSapin:stable-alloc, r=alexcrichton 2019-04-14 00:23:25 +02:00
libcore Rollup merge of #59925 - solson:split_ascii_whitespace-docfix, r=Centril 2019-04-14 00:23:49 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind Stabilize the alloc crate. 2019-04-12 20:07:30 +02:00
libproc_macro
libprofiler_builtins
librustc Auto merge of #59950 - Centril:rollup-hpmr62i, r=Centril 2019-04-14 01:10:57 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Rollup merge of #59874 - michaelwoerister:pgo-updates-1, r=cramertj 2019-04-14 00:39:46 +02:00
librustc_codegen_ssa Rollup merge of #59874 - michaelwoerister:pgo-updates-1, r=cramertj 2019-04-14 00:39:46 +02:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Rollup merge of #59804 - Zoxc:cleaner-jobserver, r=alexcrichton 2019-04-14 00:23:34 +02:00
librustc_driver Rollup merge of #59680 - DevQps:document-rustc-z-flag, r=cramertj 2019-04-12 12:17:48 +02:00
librustc_errors
librustc_fs_util
librustc_incremental
librustc_interface Use measureme in self-profiler 2019-04-12 20:27:29 -04:00
librustc_lint Rollup merge of #59858 - mark-i-m:dup-matcher-bindings-3, r=Centril 2019-04-14 00:23:44 +02:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata
librustc_mir Rollup merge of #59796 - oli-obk:const_arg_ice, r=eddyb 2019-04-14 00:23:32 +02:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy
librustc_resolve Rollup merge of #59784 - davidtwco:issue-59764, r=estebank 2019-04-14 00:39:43 +02:00
librustc_save_analysis save-analysis: Simplify match arm for type node def 2019-04-11 23:53:59 +02:00
librustc_target Add discr_index to multi-variant layouts 2019-04-11 17:44:43 -07:00
librustc_traits
librustc_tsan
librustc_typeck Auto merge of #59798 - rchaser53:issue-59488, r=estebank 2019-04-14 05:58:13 +00:00
librustdoc Fix items alignment 2019-04-18 23:06:49 +02:00
libserialize
libstd Rollup merge of #59852 - alexcrichton:more-vectored, r=sfackler 2019-04-14 00:23:40 +02:00
libsyntax Rollup merge of #59858 - mark-i-m:dup-matcher-bindings-3, r=Centril 2019-04-14 00:23:44 +02:00
libsyntax_ext Auto merge of #59227 - Zoxc:fix-get, r=eddyb 2019-04-11 23:36:13 +00:00
libsyntax_pos Rollup merge of #59735 - matklad:deadcode, r=sanxiyn 2019-04-14 00:23:29 +02:00
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@84abffda0e
rtstartup
rustc
rustllvm
stdsimd@2792b45c97
test Auto merge of #59798 - rchaser53:issue-59488, r=estebank 2019-04-14 05:58:13 +00:00
tools Rollup merge of #59747 - gruberb:copy-book-toml-unstable-book, r=ehuss 2019-04-14 00:23:30 +02:00
.gitignore
README.md
stage0.txt

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.

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