rust/src
2018-03-19 11:18:35 -07:00
..
bootstrap Rollup merge of #49057 - Zoxc:fast-submodules, r=alexcrichton 2018-03-17 17:20:46 +08:00
build_helper
ci Rollup merge of #48892 - alexcrichton:thinlto-again, r=Mark-Simulacrum 2018-03-16 01:49:41 +08:00
dlmalloc@9b2dcac06c
doc Auto merge of #49051 - kennytm:rollup, r=kennytm 2018-03-16 00:09:14 +00:00
etc
grammar
jemalloc@1f5a28755e
liballoc Remove deprecated unstable alloc::heap::EMPTY constant 2018-03-16 11:45:16 +01:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcompiler_builtins@266ea0740a
libcore Auto merge of #48813 - sinkuu:build_in_assert_macro, r=alexcrichton 2018-03-16 08:22:11 +00:00
libfmt_macros
libgetopts
libgraphviz
liblibc@ed04152aac
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #49106 - kennytm:rollup, r=kennytm 2018-03-17 11:39:38 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_back Auto merge of #48896 - alexcrichton:bitcode-in-object, r=michaelwoerister 2018-03-16 13:48:20 +00:00
librustc_borrowck
librustc_const_eval
librustc_const_math
librustc_cratesio_shim
librustc_data_structures
librustc_driver Auto merge of #49106 - kennytm:rollup, r=kennytm 2018-03-17 11:39:38 +00:00
librustc_errors Require the code mapper to be thread-safe 2018-03-15 00:43:03 +01:00
librustc_incremental Auto merge of #49051 - kennytm:rollup, r=kennytm 2018-03-16 00:09:14 +00:00
librustc_lint
librustc_llvm add compile fail tests 2018-03-15 16:36:02 +01:00
librustc_lsan
librustc_metadata Auto merge of #48936 - Zoxc:cstore, r=michaelwoerister 2018-03-17 17:30:14 +00:00
librustc_mir Auto merge of #48818 - michaelwoerister:issue-47309, r=eddyb 2018-03-16 11:13:13 +00:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin Auto merge of #48524 - abonander:check-macro-stability, r=petrochenkov 2018-03-16 02:46:23 +00:00
librustc_privacy
librustc_resolve Some tweaks to "type parameters from outer function" diagnostic 2018-03-14 12:35:25 -07:00
librustc_save_analysis
librustc_traits
librustc_trans Auto merge of #48936 - Zoxc:cstore, r=michaelwoerister 2018-03-17 17:30:14 +00:00
librustc_trans_utils
librustc_tsan
librustc_typeck Do not suggest .into() in consts 2018-03-19 11:18:35 -07:00
librustdoc fix doctest 2018-03-16 13:29:20 -05:00
libserialize
libstd Auto merge of #48896 - alexcrichton:bitcode-in-object, r=michaelwoerister 2018-03-16 13:48:20 +00:00
libstd_unicode
libsyntax Auto merge of #48904 - Zoxc:code-and-file-maps, r=michaelwoerister 2018-03-17 08:54:22 +00:00
libsyntax_ext Auto merge of #48813 - sinkuu:build_in_assert_macro, r=alexcrichton 2018-03-16 08:22:11 +00:00
libsyntax_pos Make FileMap thread-safe 2018-03-15 00:43:02 +01:00
libterm
libtest
libunwind
llvm@6ceaaa4b01
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm error via bug! instead of stderr+terminate 2018-03-15 16:51:58 +01:00
stdsimd@ab9356f2af
test Do not suggest .into() in consts 2018-03-19 11:18:35 -07:00
tools Automatically enable the clippy feature of rls if clippy builds 2018-03-16 18:24:08 +01:00
Cargo.lock Automatically enable the clippy feature of rls if clippy builds 2018-03-16 18:24:08 +01:00
Cargo.toml Automatically enable the clippy feature of rls if clippy builds 2018-03-16 18:24:08 +01:00
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: