rust/src
2018-06-01 10:08:56 -04:00
..
bootstrap Rollup merge of #50806 - oli-obk:gesundheit, r=ehuss 2018-05-17 13:51:26 -06:00
build_helper
ci
dlmalloc@c99638dc2e
doc Rollup merge of #50839 - glassresistor:master, r=steveklabnik 2018-05-17 13:51:30 -06:00
etc
grammar
jemalloc@1f5a28755e
liballoc Stabilise inclusive_range_methods 2018-05-17 20:58:28 +01:00
liballoc_jemalloc Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
liballoc_system Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
libarena Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
libbacktrace
libcompiler_builtins@4cfd7101eb
libcore Auto merge of #50758 - varkor:stabilise-inclusive_range_methods, r=SimonSapin 2018-05-18 08:10:23 +00:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro Fix rebase 2018-05-17 23:32:47 +03:00
libprofiler_builtins
librustc Auto merge of #50307 - petrochenkov:keyhyg2, r=nikomatsakis 2018-05-18 10:57:05 +00:00
librustc_allocator Add edition to expansion info 2018-05-17 23:13:08 +03:00
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Stabilise inclusive_range_methods 2018-05-17 20:58:28 +01:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Auto merge of #50847 - Mark-Simulacrum:rollup, r=Mark-Simulacrum 2018-05-18 02:58:13 +00:00
librustc_driver Add edition to expansion info 2018-05-17 23:13:08 +03:00
librustc_errors
librustc_incremental
librustc_lint
librustc_llvm
librustc_lsan
librustc_metadata Pass crate editions to macro expansions, update tests 2018-05-17 23:13:09 +03:00
librustc_mir Auto merge of #50758 - varkor:stabilise-inclusive_range_methods, r=SimonSapin 2018-05-18 08:10:23 +00:00
librustc_msan
librustc_passes Turn some functions from token.rs into methods on Ident 2018-05-17 23:13:09 +03:00
librustc_platform_intrinsics
librustc_plugin Pass crate editions to macro expansions, update tests 2018-05-17 23:13:09 +03:00
librustc_privacy
librustc_resolve Turn some functions from token.rs into methods on Ident 2018-05-17 23:13:09 +03:00
librustc_save_analysis
librustc_target Stabilise inclusive_range_methods 2018-05-17 20:58:28 +01:00
librustc_traits Rollup merge of #50818 - nnethercote:faster-normalize, r=nikomatsakis 2018-05-17 13:51:27 -06:00
librustc_tsan
librustc_typeck Rollup merge of #50818 - nnethercote:faster-normalize, r=nikomatsakis 2018-05-17 13:51:27 -06:00
librustdoc Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton 2018-05-17 16:44:38 +00:00
libserialize
libstd Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
libstd_unicode
libsyntax Add closing bracket expectation to sequences, modified appropriate test cases. 2018-06-01 10:05:46 -04:00
libsyntax_ext Auto merge of #50307 - petrochenkov:keyhyg2, r=nikomatsakis 2018-05-18 10:57:05 +00:00
libsyntax_pos Auto merge of #50307 - petrochenkov:keyhyg2, r=nikomatsakis 2018-05-18 10:57:05 +00:00
libterm
libtest
libunwind
llvm@1abfd0e562
llvm-emscripten@2717444753
rtstartup Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
rustc Fix rustc binary metadata overwriting librustc metadata 2018-05-17 08:47:25 -06:00
rustllvm
stdsimd@a19ca1cd91
test Modified another test case to expect a closing delimiter. 2018-06-01 10:08:56 -04:00
tools Auto merge of #50848 - nrc:update, r=alexcrichton 2018-05-18 05:23:23 +00:00
Cargo.lock Update RLS and Rustfmt 2018-05-18 08:20:36 +12:00
Cargo.toml
README.md
stage0.txt Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00

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: