rust/src
2018-05-24 14:09:42 +02:00
..
bootstrap Rollup merge of #50961 - Zoxc:fix-filecheck, r=alexcrichton 2018-05-23 00:26:22 +08:00
build_helper
ci
dlmalloc@c99638dc2e
doc build the 2018 edition 2018-05-22 11:30:15 -04:00
etc
grammar
jemalloc@1f5a28755e
liballoc Rollup merge of #50945 - stjepang:stabilize-from-ref, r=SimonSapin 2018-05-23 00:26:17 +08:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcompiler_builtins@4cfd7101eb
libcore Auto merge of #50933 - SimonSapin:anchorage, r=alexcrichton 2018-05-23 22:50:12 +00:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #50866 - michaelwoerister:relocations-in-vec, r=oli-obk 2018-05-23 12:24:48 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Use SortedMap instead of BTreeMap for relocations in MIRI. 2018-05-22 16:54:07 +02:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Add some doc comments to SortedMap. 2018-05-22 16:54:08 +02:00
librustc_driver
librustc_errors Improve the diagnostic around impl Trait <-> generic param mismatch 2018-05-21 18:06:28 +02:00
librustc_incremental
librustc_lint Fix according to comments 2018-05-20 10:16:33 +08:00
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #50528 - whitfin:issue-50508, r=michaelwoerister 2018-05-23 09:50:54 +00:00
librustc_mir Auto merge of #50891 - davidtwco:nll-kill-loans-out-of-scope-at-location-reduce-calls, r=pnkfelix 2018-05-23 15:06:27 +00:00
librustc_msan
librustc_passes Rollup merge of #50849 - est31:visit_closure_args, r=michaelwoerister 2018-05-23 00:26:08 +08:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy rustc: move TypeParamDef's fields into GenericParamDefKind::Type. 2018-05-21 12:13:19 +03:00
librustc_resolve Auto merge of #50943 - oli-obk:cleanups, r=estebank 2018-05-24 03:40:16 +00:00
librustc_save_analysis
librustc_target Allow Size to be any valid u64 2018-05-21 00:58:25 +02:00
librustc_traits rustc: use intern_* instead of mk_* where possible. 2018-05-21 12:13:19 +03:00
librustc_tsan
librustc_typeck Auto merge of #50943 - oli-obk:cleanups, r=estebank 2018-05-24 03:40:16 +00:00
librustdoc Rollup merge of #50947 - QuietMisdreavus:nice-tabs, r=GuillaumeGomez 2018-05-23 00:26:19 +08:00
libserialize
libstd Update the Once docs to use Once::new 2018-05-24 14:09:42 +02:00
libstd_unicode
libsyntax Auto merge of #50971 - alexcrichton:no-stringify, r=petrochenkov 2018-05-24 07:14:21 +00:00
libsyntax_ext Auto merge of #50971 - alexcrichton:no-stringify, r=petrochenkov 2018-05-24 07:14:21 +00:00
libsyntax_pos
libterm
libtest
libunwind
llvm@56c931901c
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@a19ca1cd91
test Auto merge of #50971 - alexcrichton:no-stringify, r=petrochenkov 2018-05-24 07:14:21 +00:00
tools Auto merge of #50943 - oli-obk:cleanups, r=estebank 2018-05-24 03:40:16 +00:00
Cargo.lock Update compiltest to use rustfix 0.3.1 2018-05-22 22:04:45 +02:00
Cargo.toml
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.

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