rust/src
2018-07-11 17:39:49 +02:00
..
bootstrap Auto merge of #51230 - nikic:no-verify-lto, r=pnkfelix 2018-07-11 12:12:13 +00:00
build_helper
ci bump minimum LLVM version to 5.0 2018-07-09 11:35:52 +02:00
dlmalloc@c99638dc2e
doc Auto merge of #52018 - flip1995:rfc2103, r=oli-obk 2018-07-06 18:03:46 +00:00
etc
grammar
jemalloc@1f5a28755e
liballoc Auto merge of #52159 - SimonSapin:alloc-prelude, r=alexcrichton 2018-07-09 14:29:59 +00:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@86bf357a14 Upgrade to LLVM's master branch (LLVM 7) 2018-07-10 13:43:01 -07:00
libcore Rollup merge of #52238 - frewsxcv:frewsxcv-unwrap, r=GuillaumeGomez 2018-07-11 10:02:03 +02:00
libfmt_macros
libgraphviz
liblibc@b6d23ed45d
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #51230 - nikic:no-verify-lto, r=pnkfelix 2018-07-11 12:12:13 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Auto merge of #52106 - PramodBisht:issue/52049, r=oli-obk 2018-07-08 14:08:36 +00:00
librustc_codegen_llvm Auto merge of #51230 - nikic:no-verify-lto, r=pnkfelix 2018-07-11 12:12:13 +00:00
librustc_codegen_utils Deny bare trait objects in in src/librustc_codegen_utils 2018-07-11 17:39:49 +02:00
librustc_cratesio_shim
librustc_data_structures
librustc_driver Auto merge of #52100 - nielx:fix/rust_driver-stacklimit, r=cramertj 2018-07-10 01:07:23 +00:00
librustc_errors
librustc_incremental
librustc_lint
librustc_llvm
librustc_lsan
librustc_metadata Upgrade to LLVM's master branch (LLVM 7) 2018-07-10 13:43:01 -07:00
librustc_mir Auto merge of #51966 - alexcrichton:llvm7, r=michaelwoerister 2018-07-11 07:20:14 +00:00
librustc_msan
librustc_passes General fixes and cleanup. 2018-07-07 01:09:09 +01:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Fix typo in E0433 docs 2018-07-11 07:43:10 +02:00
librustc_save_analysis
librustc_target Upgrade to LLVM's master branch (LLVM 7) 2018-07-10 13:43:01 -07:00
librustc_traits Change wording 2018-07-09 21:20:26 +02:00
librustc_tsan
librustc_typeck Auto merge of #51966 - alexcrichton:llvm7, r=michaelwoerister 2018-07-11 07:20:14 +00:00
librustdoc Auto merge of #52245 - GuillaumeGomez:rollup, r=GuillaumeGomez 2018-07-11 10:00:30 +00:00
libserialize
libstd Implement #[alloc_error_handler] 2018-07-09 23:13:24 +02:00
libstd_unicode
libsyntax Auto merge of #52191 - SimonSapin:alloc_error_handler, r=alexcrichton 2018-07-10 15:20:17 +00:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm@0368490510 Upgrade to LLVM's master branch (LLVM 7) 2018-07-10 13:43:01 -07:00
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm Auto merge of #51966 - alexcrichton:llvm7, r=michaelwoerister 2018-07-11 07:20:14 +00:00
stdsimd@886ff388fb
test Auto merge of #52245 - GuillaumeGomez:rollup, r=GuillaumeGomez 2018-07-11 10:00:30 +00:00
tools Upgrade to LLVM's master branch (LLVM 7) 2018-07-10 13:43:01 -07:00
Cargo.lock Update Cargo.lock 2018-07-07 11:05:21 +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: