rust/src
2018-03-24 07:00:48 +08:00
..
bootstrap rustc: Add a #[wasm_custom_section] attribute 2018-03-22 13:16:38 -07:00
build_helper
ci rustc: Add a #[wasm_import_module] attribute 2018-03-22 13:16:38 -07:00
dlmalloc@9b2dcac06c
doc Rollup merge of #49028 - QuietMisdreavus:the-dark-forbidden-corners-of-rustdoc, r=frewsxcv 2018-03-23 10:16:08 -07:00
etc Use GNU version of fgrep/egrep tool if available 2018-03-22 14:38:05 +01:00
grammar
jemalloc@1f5a28755e
liballoc Rollup merge of #48265 - SimonSapin:nonzero, r=KodrAus 2018-03-23 09:27:06 -05:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcompiler_builtins@266ea0740a
libcore Rollup merge of #49102 - glandium:decimal, r=aturon 2018-03-23 10:16:09 -07:00
libfmt_macros
libgetopts
libgraphviz
liblibc@ed04152aac
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Specialize future-incompatibility warning for UNSTABLE_NAME_COLLISION. 2018-03-24 07:00:48 +08:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_back
librustc_borrowck
librustc_const_eval
librustc_const_math
librustc_cratesio_shim
librustc_data_structures Rollup merge of #49030 - Zoxc:misc, r=michaelwoerister 2018-03-23 10:16:09 -07:00
librustc_driver
librustc_errors
librustc_incremental
librustc_lint When picking a candidate, consider the unstable ones last. 2018-03-24 06:58:01 +08:00
librustc_llvm
librustc_lsan
librustc_metadata rustc: Add a #[wasm_import_module] attribute 2018-03-22 13:16:38 -07:00
librustc_mir Rollup merge of #49030 - Zoxc:misc, r=michaelwoerister 2018-03-23 10:16:09 -07:00
librustc_msan
librustc_passes Merge branch 'master' of https://github.com/Lymia/rust into rollup 2018-03-23 10:16:40 -07:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Merge branch 'master' of https://github.com/Lymia/rust into rollup 2018-03-23 10:16:40 -07:00
librustc_save_analysis
librustc_traits Rollup merge of #49030 - Zoxc:misc, r=michaelwoerister 2018-03-23 10:16:09 -07:00
librustc_trans rustc: Add a #[wasm_import_module] attribute 2018-03-22 13:16:38 -07:00
librustc_trans_utils Rollup merge of #49117 - nivkner:fixme_fixup3, r=estebank 2018-03-22 22:43:37 +08:00
librustc_tsan
librustc_typeck Specialize future-incompatibility warning for UNSTABLE_NAME_COLLISION. 2018-03-24 07:00:48 +08:00
librustdoc Merge branch 'master' of https://github.com/Lymia/rust into rollup 2018-03-23 10:16:40 -07:00
libserialize
libstd Rollup merge of #48624 - bdrewery:freebsd-posix-spawn, r=alexcrichton 2018-03-23 10:16:07 -07:00
libstd_unicode
libsyntax Merge branch '49001_epoch' of https://github.com/klnusbaum/rust into rollup 2018-03-23 10:16:42 -07:00
libsyntax_ext
libsyntax_pos Rollup merge of #49030 - Zoxc:misc, r=michaelwoerister 2018-03-23 10:16:09 -07:00
libterm
libtest
libunwind
llvm@6ceaaa4b01
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@bcb720e558 update stdsimd 2018-03-21 15:43:06 -05:00
test Specialize future-incompatibility warning for UNSTABLE_NAME_COLLISION. 2018-03-24 07:00:48 +08:00
tools Test fixes 2018-03-23 11:37:42 -07:00
Cargo.lock Update RLS and Rustfmt 2018-03-23 10:34:47 +13: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: