rust/src
2018-05-09 06:47:37 -07:00
..
bootstrap Auto merge of #50000 - michaelwoerister:cross-lang-lto, r=alexcrichton 2018-05-07 08:41:07 +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 Auto merge of #50497 - RalfJung:pinmut, r=withoutboats 2018-05-08 14:45:16 +00:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcompiler_builtins@2a2f6d96c8
libcore Unpin: Fix references to Pin type 2018-05-07 14:30:29 +02: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 Auto merge of #50390 - hdhoang:46205_deny_by_default, r=nikomatsakis 2018-05-08 04:56:01 +00: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
librustc_errors
librustc_incremental
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 issue-49938: Reference tagged unions discr(iminant) as tag 2018-05-06 14:52:38 +12:00
librustc_traits
librustc_trans Auto merge of #50000 - michaelwoerister:cross-lang-lto, r=alexcrichton 2018-05-07 08:41:07 +00: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 #50305 - GuillaumeGomez:fix-mod-stackoverflow, r=QuietMisdreavus 2018-05-07 23:18:12 +00:00
libserialize
libstd Clarify in the docs that mul_add is not always faster. 2018-05-09 06:47:37 -07:00
libstd_unicode
libsyntax Auto merge of #50454 - Manishearth:edition-preview-fixes, r=alexcrichton 2018-05-07 14:54:17 +00: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@1ea18a5cb4
test Auto merge of #50530 - oli-obk:miri, r=kennytm 2018-05-08 17:20:01 +00:00
tools Auto merge of #50530 - oli-obk:miri, r=kennytm 2018-05-08 17:20:01 +00: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: