rust/src
2018-09-28 01:54:00 +02:00
..
bootstrap Improvements to finding LLVM's FileCheck 2018-09-25 09:13:02 -06:00
build_helper
ci
dlmalloc@c99638dc2e
doc docs: this llvm feature only supports the ELF object format 2018-09-26 15:25:57 +02:00
etc fix tidy 2018-09-22 21:01:21 +02:00
grammar
jemalloc@1f5a28755e
liballoc Rollup merge of #54537 - sdroege:chunks-exact, r=alexcrichton 2018-09-25 22:34:47 +02:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@0703bfa725
libcore Rollup merge of #54537 - sdroege:chunks-exact, r=alexcrichton 2018-09-25 22:34:47 +02:00
libfmt_macros
libgraphviz
liblibc@1844a772b6
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #54526 - nnethercote:shrink-StatementKind, r=nagisa 2018-09-26 23:22:48 +00:00
librustc_allocator Remove OneVector 2018-09-26 10:43:37 +02:00
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Move filename_for_metadata to codegen_utils 2018-09-28 01:53:59 +02:00
librustc_codegen_utils Move filename_for_metadata to codegen_utils 2018-09-28 01:53:59 +02:00
librustc_cratesio_shim
librustc_data_structures make NLL handle IfEq bounds by using SCC normalization 2018-09-26 09:38:26 -04:00
librustc_driver Remap only source files in the command line 2018-09-28 01:54:00 +02:00
librustc_errors
librustc_fs_util
librustc_incremental
librustc_lint Make "await" a pseudo-edition keyword 2018-09-24 13:07:19 -07:00
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #53693 - scottmcm:marker-trait-attribute, r=nikomatsakis 2018-09-25 03:42:46 +00:00
librustc_metadata_utils
librustc_mir Auto merge of #54468 - matthewjasper:fix-polonius, r=nikomatsakis 2018-09-27 19:26:59 +00:00
librustc_msan
librustc_passes Auto merge of #54188 - lqd:fallout-53695, r=nikomatsakis 2018-09-22 20:38:19 +00:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Remove OneVector 2018-09-26 10:43:37 +02:00
librustc_save_analysis Remap only source files in the command line 2018-09-28 01:54:00 +02:00
librustc_target panic when instantiating an uninhabited type via mem::{uninitialized,zeroed} 2018-09-22 21:01:21 +02:00
librustc_traits
librustc_tsan
librustc_typeck A few cleanups and minor improvements to typeck 2018-09-27 10:17:37 +02:00
librustdoc Auto merge of #54199 - nikomatsakis:predicate_may_hold-failure, r=eddyb 2018-09-26 12:39:20 +00:00
libserialize
libstd Rollup merge of #54522 - gardrek:patch-1, r=TimNN 2018-09-25 22:34:44 +02:00
libsyntax Auto merge of #52319 - tinco:issue_12590, r=pnkfelix 2018-09-27 09:51:12 +00:00
libsyntax_ext
libsyntax_pos
libterm
libtest aarch64-pc-windows-msvc: Don't link libpanic_unwind to libtest. 2018-09-24 14:37:09 +02:00
libunwind
llvm@caddcd9b9d
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm add -Z emit-stack-sizes 2018-09-26 15:21:26 +02:00
stdsimd@05c2f61c38
test Auto merge of #54468 - matthewjasper:fix-polonius, r=nikomatsakis 2018-09-27 19:26:59 +00:00
tools Auto merge of #52319 - tinco:issue_12590, r=pnkfelix 2018-09-27 09:51:12 +00:00
.gitignore
Cargo.lock Emit only necessary compilation options in save-analysis 2018-09-28 01:53:59 +02:00
Cargo.toml Emit used rustc invocation in the save-analysis file 2018-09-28 01:53:59 +02: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: