rust/src
2018-07-17 11:40:57 +02:00
..
bootstrap
build_helper
ci
dlmalloc@c99638dc2e
doc rustc: Stabilize much of the proc_macro feature 2018-07-16 07:58:06 -07:00
etc
grammar
jemalloc@1f5a28755e
liballoc
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@86bf357a14
libcore
libfmt_macros
libgraphviz
liblibc@b6d23ed45d
libpanic_abort
libpanic_unwind
libproc_macro rustc: Stabilize much of the proc_macro feature 2018-07-16 07:58:06 -07:00
libprofiler_builtins
librustc Fix tidy 2018-07-16 15:09:17 +02:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck TyKind 2018-07-16 15:09:17 +02:00
librustc_codegen_llvm ItemKind 2018-07-16 15:09:17 +02:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures
librustc_driver Auto merge of #52285 - ljedrz:dyn_librustc_driver, r=nikomatsakis 2018-07-17 02:50:14 +00:00
librustc_errors
librustc_incremental Update a debug string 2018-07-16 15:09:17 +02:00
librustc_lint Fix tidy 2018-07-16 15:09:17 +02:00
librustc_llvm Revert "Provide a way of accessing the ThinLTO module import map in rustc." 2018-07-16 08:59:10 +02:00
librustc_lsan
librustc_metadata ItemKind 2018-07-16 15:09:17 +02:00
librustc_mir Fix tidy 2018-07-16 15:09:17 +02:00
librustc_msan
librustc_passes ExprKind 2018-07-16 15:09:16 +02:00
librustc_platform_intrinsics
librustc_plugin ItemKind 2018-07-16 15:09:17 +02:00
librustc_privacy Fix tidy 2018-07-16 15:09:17 +02:00
librustc_resolve rustc: Stabilize much of the proc_macro feature 2018-07-16 07:58:06 -07:00
librustc_save_analysis ItemKind 2018-07-16 15:09:17 +02:00
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Fix tidy 2018-07-16 15:09:17 +02:00
librustdoc ItemKind 2018-07-16 15:09:17 +02:00
libserialize
libstd
libstd_unicode
libsyntax rustc: Stabilize much of the proc_macro feature 2018-07-16 07:58:06 -07:00
libsyntax_ext Auto merge of #52383 - petrochenkov:pmns, r=alexcrichton 2018-07-15 19:35:06 +00:00
libsyntax_pos
libterm
libtest
libunwind
llvm@0368490510
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm Revert "Provide a way of accessing the ThinLTO module import map in rustc." 2018-07-16 08:59:10 +02:00
stdsimd@886ff388fb
test Auto merge of #52409 - estebank:move-cfail-ui, r=oli-obk 2018-07-17 06:52:20 +00:00
tools update miri 2018-07-17 11:40:57 +02:00
Cargo.lock update miri 2018-07-17 11:40:57 +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: