rust/src
2018-09-22 16:19:44 -07:00
..
bootstrap Rollup merge of #54323 - Keruspe:rustc-color, r=Mark-Simulacrum 2018-09-22 09:56:29 +02:00
build_helper
ci
dlmalloc@c99638dc2e
doc Auto merge of #54457 - pietroalbini:rollup, r=pietroalbini 2018-09-22 14:26:15 +00:00
etc
grammar
jemalloc@1f5a28755e
liballoc std: Check for overflow in str::repeat 2018-09-20 09:31:53 -07:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@0703bfa725
libcore Rollup merge of #54422 - ljedrz:simplify_first_last, r=Mark-Simulacrum 2018-09-22 09:56:43 +02:00
libfmt_macros
libgraphviz
liblibc@1844a772b6
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #54188 - lqd:fallout-53695, r=nikomatsakis 2018-09-22 20:38:19 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Auto merge of #54188 - lqd:fallout-53695, r=nikomatsakis 2018-09-22 20:38:19 +00:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_lint Rollup merge of #54261 - varkor:dyn-keyword-2018, r=petrochenkov 2018-09-22 09:56:27 +02:00
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #54265 - arielb1:civilize-proc-macros, r=alexcrichton 2018-09-22 11:56:08 +00:00
librustc_metadata_utils
librustc_mir Auto merge of #54188 - lqd:fallout-53695, r=nikomatsakis 2018-09-22 20:38:19 +00:00
librustc_msan
librustc_passes Auto merge of #54188 - lqd:fallout-53695, r=nikomatsakis 2018-09-22 20:38:19 +00:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all editions. 2018-09-22 09:26:40 +03:00
librustc_save_analysis
librustc_target Rollup merge of #54402 - bgermann:master, r=alexcrichton 2018-09-22 09:56:35 +02:00
librustc_traits Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all editions. 2018-09-22 09:26:40 +03:00
librustc_tsan
librustc_typeck Rollup merge of #54295 - ljedrz:cleanups_rustc_traits, r=nikomatsakis 2018-09-20 21:36:27 +08:00
librustdoc Auto merge of #54457 - pietroalbini:rollup, r=pietroalbini 2018-09-22 14:26:15 +00:00
libserialize
libstd Rollup merge of #54257 - alexcrichton:wasm-math-symbols, r=TimNN 2018-09-20 21:36:21 +08:00
libsyntax fix typo in comment 2018-09-22 16:19:44 -07:00
libsyntax_ext
libsyntax_pos Rollup merge of #54350 - Munksgaard:support-edition-in-doc-test, r=steveklabnik 2018-09-22 09:56:30 +02:00
libterm
libtest
libunwind
llvm@caddcd9b9d
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@05c2f61c38
test Auto merge of #54188 - lqd:fallout-53695, r=nikomatsakis 2018-09-22 20:38:19 +00:00
tools Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all editions. 2018-09-22 09:26:40 +03:00
.gitignore
Cargo.lock Update Cargo 2018-09-21 10:23:12 -07: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: