rust/src
2018-09-26 09:37:02 -04:00
..
bootstrap Improvements to finding LLVM's FileCheck 2018-09-25 09:13:02 -06:00
build_helper
ci
dlmalloc@c99638dc2e
doc Auto merge of #54575 - pietroalbini:rollup, r=pietroalbini 2018-09-25 22:52:16 +00:00
etc
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 use RegionBoundPairs type alias 2018-09-26 09:37:02 -04:00
librustc_allocator Remove OneVector 2018-09-26 10:43:37 +02:00
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Auto merge of #54380 - RalfJung:miri-snapshot, r=eddyb 2018-09-23 12:33:54 +00:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Remove OneVector 2018-09-26 10:43:37 +02:00
librustc_driver Remove OneVector 2018-09-26 10:43:37 +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 use RegionBoundPairs type alias 2018-09-26 09:37:02 -04:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Remove OneVector 2018-09-26 10:43:37 +02:00
librustc_save_analysis Update rustfmt and RLS 2018-09-26 09:46:06 +12:00
librustc_target
librustc_traits
librustc_tsan
librustc_typeck use a UnlessNll flag to consolidate error reporting paths 2018-09-26 09:30:54 -04:00
librustdoc Rollup merge of #54539 - GuillaumeGomez:fix-js-error, r=QuietMisdreavus 2018-09-25 22:34:48 +02:00
libserialize
libstd Rollup merge of #54522 - gardrek:patch-1, r=TimNN 2018-09-25 22:34:44 +02:00
libsyntax Auto merge of #53824 - ljedrz:begone_onevector, r=michaelwoerister 2018-09-26 10:04:42 +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
stdsimd@05c2f61c38
test Auto merge of #53824 - ljedrz:begone_onevector, r=michaelwoerister 2018-09-26 10:04:42 +00:00
tools Update rustfmt and RLS 2018-09-26 09:46:06 +12:00
.gitignore
Cargo.lock Remove OneVector 2018-09-26 10:43:37 +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: