rust/src
2018-09-10 12:33:37 +02:00
..
bootstrap merge cargo changes done by https://github.com/rust-lang/rust/pull/53935/ 2018-09-09 12:42:43 +02:00
build_helper
ci
dlmalloc@c99638dc2e
doc Stabilize the 2018 edition 2018-09-09 02:28:13 +02:00
etc Have rust-lldb look for the rust-enabled lldb 2018-09-07 09:13:47 -06:00
grammar
jemalloc@1f5a28755e
liballoc Auto merge of #51885 - GuillaumeGomez:trait-impl-show-docs, r=Mark-Simulacrum,QuietMisdreavus 2018-09-08 04:14:54 +00:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@0703bfa725
libcore Auto merge of #51885 - GuillaumeGomez:trait-impl-show-docs, r=Mark-Simulacrum,QuietMisdreavus 2018-09-08 04:14:54 +00:00
libfmt_macros
libgraphviz
liblibc@1844a772b6
libpanic_abort
libpanic_unwind
libproc_macro Track distinct spans for open and close delimiter 2018-09-08 19:01:48 -07:00
libprofiler_builtins
librustc Auto merge of #53902 - dtolnay:group, r=petrochenkov 2018-09-09 13:27:44 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Auto merge of #53998 - eddyb:issue-53728, r=oli-obk 2018-09-09 08:54:29 +00:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures add const_fn feature 2018-09-07 13:28:23 -04:00
librustc_driver switch to using NonZeroU32 to represent indices 2018-09-07 11:37:47 -04:00
librustc_errors
librustc_fs_util
librustc_incremental
librustc_lint Auto merge of #53705 - ms2300:tmp, r=oli-obk 2018-09-08 14:16:37 +00:00
librustc_llvm
librustc_lsan
librustc_metadata
librustc_metadata_utils
librustc_mir Auto merge of #53909 - mikhail-m1:53643, r=nikomatsakis 2018-09-08 19:57:14 +00:00
librustc_msan
librustc_passes Auto merge of #53854 - davidtwco:issue-53668, r=nikomatsakis 2018-09-10 04:05:14 +00:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Auto merge of #53705 - ms2300:tmp, r=oli-obk 2018-09-08 14:16:37 +00:00
librustc_resolve Auto merge of #53565 - PramodBisht:issue/53359_b, r=estebank 2018-09-10 07:48:45 +00:00
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Auto merge of #53705 - ms2300:tmp, r=oli-obk 2018-09-08 14:16:37 +00:00
librustdoc Stabilize the 2018 edition 2018-09-09 02:28:13 +02:00
libserialize rewrite constants to use NewType::MAX instead of u32::MAX 2018-09-07 11:37:47 -04:00
libstd Auto merge of #54051 - kennytm:rollup, r=kennytm 2018-09-08 11:53:21 +00:00
libsyntax Track whether module declarations are inline (fixes #12590) 2018-09-10 12:33:37 +02:00
libsyntax_ext resolve: Remove unshadowable_attrs 2018-09-10 04:04:51 +03:00
libsyntax_pos Auto merge of #53778 - petrochenkov:shadrelax2, r=nikomatsakis 2018-09-09 21:00:55 +00:00
libterm
libtest
libunwind resolve: Relax shadowing restriction on macro-expanded macros 2018-09-08 14:15:11 +03:00
llvm@2a1cdeadd3
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@05c2f61c38
test Track whether module declarations are inline (fixes #12590) 2018-09-10 12:33:37 +02:00
tools submodules: update clippy, rls with crate visibility patches, also update cargo 2018-09-09 03:00:00 +02:00
.gitignore
Cargo.lock merge cargo changes done by https://github.com/rust-lang/rust/pull/53935/ 2018-09-09 12:42:43 +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: