rust/src
2018-03-01 00:03:47 -07:00
..
binaryen@17841e155e
bootstrap Rollup merge of #48558 - Mark-Simulacrum:error-format, r=Manishearth 2018-02-28 19:15:41 +08:00
build_helper
ci
dlmalloc@9b2dcac06c
doc Rollup merge of #48359 - jsgf:remap-path-prefix, r=sanxiyn 2018-02-28 15:09:24 -08:00
etc
grammar
jemalloc@1f5a28755e
liballoc Rollup merge of #48450 - frewsxcv:frewsxcxv-stabilize-slice-rotatee, r=alexcrichton 2018-02-28 19:15:32 +08:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcompiler_builtins@266ea0740a
libcore Rollup merge of #48603 - pthariensflame:patch-1, r=frewsxcv 2018-02-28 15:09:31 -08:00
libfmt_macros
libgetopts
libgraphviz
liblibc@56444a4545
libpanic_abort
libpanic_unwind
libproc_macro Rollup merge of #48359 - jsgf:remap-path-prefix, r=sanxiyn 2018-02-28 15:09:24 -08:00
libprofiler_builtins
librustc Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakis 2018-02-28 15:09:29 -08:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_back Rollup merge of #48560 - bdrewery:freebsd-struct-abi, r=estebank 2018-02-28 19:15:42 +08:00
librustc_binaryen
librustc_borrowck
librustc_const_eval
librustc_const_math
librustc_cratesio_shim
librustc_data_structures
librustc_driver Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakis 2018-02-28 15:09:29 -08:00
librustc_errors Fix rebase 2018-02-26 21:20:31 +03:00
librustc_incremental
librustc_lint Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakis 2018-02-28 15:09:29 -08:00
librustc_llvm
librustc_lsan
librustc_metadata Rollup merge of #48359 - jsgf:remap-path-prefix, r=sanxiyn 2018-02-28 15:09:24 -08:00
librustc_mir Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakis 2018-02-28 15:09:29 -08:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Auto merge of #48082 - jseyfried:improve_struct_field_hygiene, r=petrochenkov 2018-02-26 09:41:33 +00:00
librustc_resolve
librustc_save_analysis
librustc_trans Rollup merge of #48565 - alexcrichton:rename-bmi, r=cramertj 2018-02-28 19:15:43 +08:00
librustc_trans_utils
librustc_tsan
librustc_typeck
librustdoc Remember state of top-level collapse toggle widget 2018-03-01 00:03:47 -07:00
libserialize
libstd Rollup merge of #48420 - teiesti:path_parents, r=BurntSushi 2018-02-28 15:09:27 -08:00
libstd_unicode
libsyntax Rollup merge of #48380 - nikomatsakis:issue-48251-master, r=acrichto 2018-02-28 15:09:26 -08:00
libsyntax_ext Auto merge of #48056 - ExpHP:macro-commas, r=dtolnay 2018-02-28 07:10:05 +00:00
libsyntax_pos Rollup merge of #48359 - jsgf:remap-path-prefix, r=sanxiyn 2018-02-28 15:09:24 -08:00
libterm
libtest
libunwind
llvm@9f81beaf32
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
test Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakis 2018-02-28 15:09:29 -08:00
tools Rollup merge of #48488 - varkor:handle-gdb-error-compiletest, r=michaelwoerister 2018-02-28 19:15:36 +08:00
Cargo.lock
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: