rust/src
Vadim Petrochenkov 50886115d7 Address review comments
Adjust a few fulldeps and pretty-printing tests
Fix rebase
2018-08-06 23:55:53 +03:00
..
bootstrap Rollup merge of #52969 - Keruspe:local_rebuild, r=alexcrichton 2018-08-04 14:35:51 +08:00
build_helper
ci Rollup merge of #52940 - kennytm:move-checktool-protection-week, r=alexcrichton 2018-08-04 14:35:49 +08:00
dlmalloc@c99638dc2e
doc
etc Remove unnecessary or invalid feature attributes 2018-08-05 15:54:48 +01:00
grammar
jemalloc@1f5a28755e
liballoc Fix stage 2 tests 2018-08-05 15:54:49 +01:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@d549d85b17 Update LLVM submodule to 7.0 2018-08-04 17:30:14 -07:00
libcore Fix 2018 edition tests 2018-08-05 15:54:49 +01:00
libfmt_macros
libgraphviz
liblibc@b6d23ed45d
libpanic_abort
libpanic_unwind Fix failure on msvc 2018-08-05 17:42:58 +01:00
libproc_macro
libprofiler_builtins
librustc Discern between various kinds of non-macro attributes 2018-08-06 23:20:04 +03:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Remove unnecessary feature attributes that sneaked in 2018-08-05 15:54:49 +01:00
librustc_codegen_llvm Remove unnecessary feature attributes that sneaked in 2018-08-05 15:54:49 +01:00
librustc_codegen_utils Use diagnostic API on Session 2018-08-04 06:54:36 -06:00
librustc_cratesio_shim
librustc_data_structures Auto merge of #52644 - varkor:lib-feature-gate-2, r=withoutboats 2018-08-06 16:58:27 +00:00
librustc_driver Auto merge of #53002 - QuietMisdreavus:brother-may-i-have-some-loops, r=pnkfelix 2018-08-06 01:53:58 +00:00
librustc_errors
librustc_incremental Remove unnecessary feature attributes that sneaked in 2018-08-05 15:54:49 +01:00
librustc_lint Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
librustc_llvm
librustc_lsan
librustc_metadata Improve query efficiency 2018-08-05 15:54:49 +01:00
librustc_metadata_utils
librustc_mir Remove bad features after rebase 2018-08-05 15:54:49 +01:00
librustc_msan
librustc_passes Use diagnostic API on Session 2018-08-04 06:54:36 -06:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Rollup merge of #53001 - petrochenkov:master, r=estebank 2018-08-04 14:35:55 +08:00
librustc_resolve Address review comments 2018-08-06 23:55:53 +03:00
librustc_save_analysis Discern between various kinds of non-macro attributes 2018-08-06 23:20:04 +03:00
librustc_target Remove unnecessary feature attributes that sneaked in 2018-08-05 15:54:49 +01:00
librustc_traits
librustc_tsan
librustc_typeck Remove unnecessary feature attributes that sneaked in 2018-08-05 15:54:49 +01:00
librustdoc Auto merge of #52644 - varkor:lib-feature-gate-2, r=withoutboats 2018-08-06 16:58:27 +00:00
libserialize
libstd Remove bad features after rebase 2018-08-05 15:54:49 +01:00
libsyntax Address review comments 2018-08-06 23:55:53 +03:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm@e19f07f5a6 Update LLVM submodule to 7.0 2018-08-04 17:30:14 -07:00
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm Update LLVM submodule to 7.0 2018-08-04 17:30:14 -07:00
stdsimd@05c2f61c38
test Address review comments 2018-08-06 23:55:53 +03:00
tools Auto merge of #52644 - varkor:lib-feature-gate-2, r=withoutboats 2018-08-06 16:58:27 +00:00
Cargo.lock Update rustfmt and RLS 2018-08-05 10:07:19 +12: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: