rust/src
bors 8a0e5cbf12 Auto merge of #54638 - christianpoveda:master, r=kennytm
Add checking for tool distribution in Tier 1

This fixes https://github.com/rust-lang/rust/issues/54483
r? @kennytm
2018-10-04 09:17:47 +00:00
..
bootstrap Auto merge of #54638 - christianpoveda:master, r=kennytm 2018-10-04 09:17:47 +00:00
build_helper
ci
dlmalloc@c99638dc2e
doc
etc
grammar
jemalloc@1f5a28755e
liballoc
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@0703bfa725
libcore Only promote calls to #[rustc_promotable] const fns 2018-10-03 10:07:05 +02:00
libfmt_macros
libgraphviz
liblibc@1844a772b6
libpanic_abort
libpanic_unwind
libproc_macro All proc_macro_span APIs tracked at #54725 now 2018-10-01 12:15:35 -07:00
libprofiler_builtins
librustc Auto merge of #53851 - oli-obk:local_promotion, r=eddyb 2018-10-04 06:48:13 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Improve implicit self mutability suggestions. 2018-10-02 00:35:15 +02:00
librustc_codegen_llvm Auto merge of #54693 - RalfJung:ctfe-scalar-pair-undef, r=oli-obk 2018-10-01 22:32:26 +00:00
librustc_codegen_utils Attempt to resolve linking issues. 2018-10-02 01:16:08 +02:00
librustc_cratesio_shim
librustc_data_structures
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_lint
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 Auto merge of #53851 - oli-obk:local_promotion, r=eddyb 2018-10-04 06:48:13 +00: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
librustc_resolve Auto merge of #54391 - davidtwco:issue-54230, r=petrochenkov 2018-10-03 21:46:21 +00:00
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Auto merge of #54447 - KiChjang:issue-54331, r=nikomatsakis 2018-10-04 00:26:00 +00:00
librustdoc Attempt to resolve linking issues. 2018-10-02 01:16:08 +02:00
libserialize
libstd make CStr::from_bytes_with_nul_unchecked() a const fn 2018-10-02 04:26:16 -07:00
libsyntax Update error id to an unused one 2018-10-03 10:07:05 +02:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm@caddcd9b9d
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@05c2f61c38
test Auto merge of #53851 - oli-obk:local_promotion, r=eddyb 2018-10-04 06:48:13 +00:00
tools Rollup merge of #54648 - alexcrichton:update-cargo, r=nikomatsakis 2018-10-02 22:54:30 +02:00
.gitignore
Cargo.lock Rollup merge of #54648 - alexcrichton:update-cargo, r=nikomatsakis 2018-10-02 22:54:30 +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: