rust/src
bors 1fa944914c Auto merge of #53356 - michaelwoerister:itlto, r=alexcrichton
Preliminary work for incremental ThinLTO (CGU name edition)

Bring back the first half of #52266 but hopefully without the performance regression.
2018-08-17 21:24:22 +00:00
..
bootstrap Auto merge of #53190 - sekineh:thumb-cortex-m, r=jamesmunns 2018-08-17 10:40:25 +00:00
build_helper
ci Revert "Use public DNS server instead of 169.254.169.254 on CI." 2018-08-16 20:06:55 +08:00
dlmalloc@c99638dc2e
doc rustc_resolve: don't allow paths starting with ::crate. 2018-08-17 12:59:56 +03:00
etc pretty printing for btreemap 2018-08-15 13:48:10 +09:00
grammar
jemalloc@1f5a28755e
liballoc Add doc examples for std::alloc::{alloc,alloc_zeroed}. 2018-08-14 21:32:11 -04:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@d549d85b17
libcore Rollup merge of #53358 - SimonSapin:int-bytes, r=shepmaster 2018-08-17 08:23:40 -07:00
libfmt_macros
libgraphviz
liblibc@6bdbf5dc93
libpanic_abort
libpanic_unwind Start adding an aarch64-pc-windows-msvc target 2018-08-15 17:20:13 -07:00
libproc_macro Auto merge of #53433 - kennytm:rollup, r=kennytm 2018-08-16 17:53:29 +00:00
libprofiler_builtins
librustc Auto merge of #53356 - michaelwoerister:itlto, r=alexcrichton 2018-08-17 21:24:22 +00:00
librustc_allocator
librustc_apfloat Two small improvements 2018-08-15 13:54:47 +02:00
librustc_asan
librustc_borrowck Suggest match ergonomics, not ref/ref mut 2018-08-15 15:14:21 -07:00
librustc_codegen_llvm Auto merge of #53356 - michaelwoerister:itlto, r=alexcrichton 2018-08-17 21:24:22 +00:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Auto merge of #53383 - nnethercote:HybridIdxSetBuf, r=nikomatsakis 2018-08-17 07:20:23 +00:00
librustc_driver Auto merge of #53354 - kennytm:rollup, r=kennytm 2018-08-14 17:24:18 +00:00
librustc_errors
librustc_fs_util
librustc_incremental Use CGU name as LLVM module name and add some caching to CGU name generation. 2018-08-15 14:50:54 +02:00
librustc_lint
librustc_llvm
librustc_lsan
librustc_metadata
librustc_metadata_utils
librustc_mir Auto merge of #53356 - michaelwoerister:itlto, r=alexcrichton 2018-08-17 21:24:22 +00:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Auto merge of #50911 - petrochenkov:macuse, r=alexcrichton 2018-08-17 19:10:34 +00:00
librustc_save_analysis
librustc_target Start adding an aarch64-pc-windows-msvc target 2018-08-15 17:20:13 -07:00
librustc_traits rustc_resolve: don't allow paths starting with ::crate. 2018-08-17 12:59:56 +03:00
librustc_tsan
librustc_typeck Rollup merge of #53406 - estebank:to_string-to_string, r=michaelwoerister 2018-08-17 08:23:42 -07:00
librustdoc Fix links' color 2018-08-15 15:07:07 +02:00
libserialize Rollup merge of #53313 - llogiq:two-small-improvements, r=estebank 2018-08-17 00:13:20 +08:00
libstd Stabilize use_extern_macros 2018-08-17 13:14:26 +03:00
libsyntax Auto merge of #50911 - petrochenkov:macuse, r=alexcrichton 2018-08-17 19:10:34 +00:00
libsyntax_ext syntax_ext: remove leftover span_err_if_not_stage0 macro. 2018-08-16 02:10:54 +03:00
libsyntax_pos
libterm
libtest Rollup merge of #52453 - srijs:fix-52436, r=TimNN 2018-08-15 19:20:19 +02:00
libunwind
llvm@e19f07f5a6
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@05c2f61c38
test Auto merge of #53356 - michaelwoerister:itlto, r=alexcrichton 2018-08-17 21:24:22 +00:00
tools Auto merge of #53356 - michaelwoerister:itlto, r=alexcrichton 2018-08-17 21:24:22 +00:00
Cargo.lock rustc_resolve: don't allow paths starting with ::crate. 2018-08-17 12:59:56 +03: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: