rust/src
2018-06-06 20:51:57 +05:30
..
bootstrap Rollup merge of #51317 - oli-obk:incremental_all_the_way, r=Mark-Simulacrum 2018-06-03 18:18:04 -06:00
build_helper
ci
dlmalloc@c99638dc2e
doc s/panic_fmt/panic_impl/g in docs 2018-06-03 13:46:19 +02:00
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
libcompiler_builtins@4cfd7101eb
libcore Rollup merge of #51326 - sdroege:slice-iter-cleanup, r=dtolnay 2018-06-03 18:18:06 -06:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #51329 - kennytm:trans-left-over, r=oli-obk 2018-06-03 18:18:08 -06:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Rollup merge of #51323 - nikic:switch-int-lowering, r=nagisa 2018-06-03 18:18:05 -06:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures
librustc_driver
librustc_errors
librustc_incremental
librustc_lint
librustc_llvm
librustc_lsan
librustc_metadata Remove is_import field 2018-06-03 11:29:44 -06:00
librustc_mir Specify that packed types must derive, not implement, Copy 2018-06-02 07:24:34 -06:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Remove is_import field 2018-06-03 11:29:44 -06:00
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck fix tidy error 2018-06-03 13:46:20 +02:00
librustdoc Auto merge of #51334 - Mark-Simulacrum:rollup, r=Mark-Simulacrum 2018-06-04 02:05:00 +00:00
libserialize
libstd remove #[unwind(allowed)] 2018-06-03 13:46:19 +02:00
libstd_unicode
libsyntax append unused variables with _ 2018-06-06 12:22:38 +05:30
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm@9ad4b7e8d7
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@a19ca1cd91
test fix stderrs 2018-06-06 20:51:57 +05:30
tools update the miri submodule to master 2018-06-03 14:31:37 +02: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: