rust/src
2018-06-03 19:06:31 +02:00
..
bootstrap Rollup merge of #51302 - Mark-Simulacrum:rustdoc-fast, r=QuietMisdreavus 2018-06-02 13:14:28 -06:00
build_helper
ci
dlmalloc@c99638dc2e
doc
etc
grammar
jemalloc@1f5a28755e
liballoc Rollup merge of #51312 - frewsxcv:clarify-hash-map-entry-get-mut, r=dtolnay 2018-06-02 19:55:09 -06:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf Replace libbacktrace with a submodule 2018-05-30 05:58:23 -07:00
libcompiler_builtins@4cfd7101eb
libcore Rollup merge of #51306 - kennytm:impl-default-for-mut-str, r=SimonSapin 2018-06-02 19:55:08 -06:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro Update recursion limits 2018-06-01 14:56:01 +02:00
libprofiler_builtins
librustc Rollup merge of #51291 - evincarofautumn:master, r=oli-obk 2018-06-02 13:14:27 -06:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck change PointerKind::Implicit to a note 2018-05-31 10:17:51 -04:00
librustc_codegen_llvm Auto merge of #51063 - mixi:musl-bootstrap, r=alexcrichton 2018-06-02 15:26:26 +00:00
librustc_codegen_utils Update recursion limits 2018-06-01 14:56:01 +02:00
librustc_cratesio_shim
librustc_data_structures Add a WorkerLocal abstraction 2018-06-01 14:57:07 +02:00
librustc_driver stop invoking DebruijnIndex::new directly 2018-05-28 19:47:04 -04:00
librustc_errors Make short-error format GNU compatible 2018-05-31 20:09:27 +02:00
librustc_incremental
librustc_lint merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATES 2018-06-01 11:00:18 -04:00
librustc_llvm
librustc_lsan
librustc_metadata Update recursion limits 2018-06-01 14:56:01 +02:00
librustc_mir Do not promote union field accesses 2018-06-03 19:06:31 +02:00
librustc_msan
librustc_passes Do not promote union field accesses 2018-06-03 19:06:31 +02:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Update recursion limits 2018-06-01 14:56:01 +02:00
librustc_resolve Add std/core to prelude if extern_prelude enabled 2018-05-31 06:37:53 -07:00
librustc_save_analysis Update recursion limits 2018-06-01 14:56:01 +02:00
librustc_target musl: don't use the included startfiles with -crt-static 2018-05-31 12:01:50 +02:00
librustc_traits Update recursion limits 2018-06-01 14:56:01 +02:00
librustc_tsan
librustc_typeck use type name in E0599 enum variant suggestion 2018-06-02 16:58:49 -04:00
librustdoc Auto merge of #51319 - Mark-Simulacrum:rollup, r=Mark-Simulacrum 2018-06-03 03:13:43 +00:00
libserialize
libstd Add a couple lines describing differences between into_mut/get_mut. 2018-06-02 18:07:23 -04:00
libstd_unicode
libsyntax Rollup merge of #51240 - nnethercote:parse-2, r=nikomatsakis 2018-05-31 22:17:16 +02:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm@9ad4b7e8d7
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@a19ca1cd91
test Do not promote union field accesses 2018-06-03 19:06:31 +02:00
tools Auto merge of #51063 - mixi:musl-bootstrap, r=alexcrichton 2018-06-02 15:26:26 +00:00
Cargo.lock Update Cargo.lock 2018-06-01 15:00:17 +02:00
Cargo.toml Change the comment on opt-level = 2 to point to https://github.com/rust-lang/rust/issues/50867 2018-05-29 17:38:23 +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: