rust/src
2018-05-10 21:30:06 +03:00
..
bootstrap Auto merge of #49729 - collin5:b48483, r=Mark-Simulacrum 2018-05-10 02:15:40 +00:00
build_helper
ci Auto merge of #50444 - michaelwoerister:check-parallel-queries-in-ci, r=alexcrichton 2018-05-05 21:09:56 +00:00
dlmalloc@c99638dc2e
doc Auto merge of #50390 - hdhoang:46205_deny_by_default, r=nikomatsakis 2018-05-08 04:56:01 +00:00
etc
grammar
jemalloc@1f5a28755e
liballoc Rollup merge of #50527 - glandium:cleanup, r=sfackler 2018-05-09 20:29:47 +08:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcompiler_builtins@2a2f6d96c8
libcore Rollup merge of #50511 - Manishearth:must-use, r=QuietMisdreavus 2018-05-09 20:29:46 +08:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro proc_macro: Explicitly make everything !Send/Sync 2018-05-04 14:12:57 -07:00
libprofiler_builtins
librustc rustc: leave space for fields of uninhabited types to allow partial initialization. 2018-05-10 21:30:06 +03:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Auto merge of #50418 - nnethercote:cmt, r=eddyb 2018-05-05 08:52:28 +00:00
librustc_cratesio_shim
librustc_data_structures
librustc_driver make it compile again 2018-05-02 12:05:13 +02:00
librustc_errors
librustc_incremental make it compile again 2018-05-02 12:05:13 +02:00
librustc_lint Auto merge of #50260 - Manishearth:no-extern-crate, r=nikomatsakis 2018-05-08 01:37:52 +00:00
librustc_llvm
librustc_lsan
librustc_metadata
librustc_mir Fix thinning pointers to extern types in miri 2018-05-08 13:52:20 +02:00
librustc_msan
librustc_passes Auto merge of #50418 - nnethercote:cmt, r=eddyb 2018-05-05 08:52:28 +00:00
librustc_platform_intrinsics
librustc_plugin Misc tweaks 2018-05-05 20:36:46 +02:00
librustc_privacy
librustc_resolve Make extern_absolute_paths only work on the new edition 2018-05-04 13:51:12 -07:00
librustc_save_analysis save-analysis: emit correct docs for methods 2018-05-07 11:43:34 +12:00
librustc_target rustc: leave space for fields of uninhabited types to allow partial initialization. 2018-05-10 21:30:06 +03:00
librustc_traits Conservatively assume dropping a generator touches its upvars, via locals' dtors. 2018-05-01 22:28:54 +02:00
librustc_trans rustc: leave space for fields of uninhabited types to allow partial initialization. 2018-05-10 21:30:06 +03:00
librustc_trans_utils
librustc_tsan
librustc_typeck Auto merge of #50418 - nnethercote:cmt, r=eddyb 2018-05-05 08:52:28 +00:00
librustdoc Auto merge of #49711 - ibabushkin:auto_trait_refactor, r=nikomatsakis 2018-05-09 16:56:30 +00:00
libserialize
libstd Rollup merge of #50511 - Manishearth:must-use, r=QuietMisdreavus 2018-05-09 20:29:46 +08:00
libstd_unicode
libsyntax Rollup merge of #50525 - nnethercote:lit_token, r=michaelwoerister 2018-05-09 17:23:31 +08:00
libsyntax_ext Fix assertion message generation 2018-05-06 12:13:32 +09:00
libsyntax_pos Always inline simple BytePos and CharPos methods. 2018-05-03 13:25:18 +10:00
libterm
libtest
libunwind
llvm@7243155b1c
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@2f86c75a24 Update the Cargo/stdsimd submodules 2018-05-08 08:20:47 -07:00
test rustc: leave space for fields of uninhabited types to allow partial initialization. 2018-05-10 21:30:06 +03:00
tools Rollup merge of #50456 - alexcrichton:update-cargo, r=alexcrichton 2018-05-09 17:20:55 +08:00
Cargo.lock Update clippy 0.0.197 2018-05-07 16:03:42 +01: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: