rust/src
2018-08-02 18:57:24 -04:00
..
bootstrap Auto merge of #52949 - Mark-Simulacrum:snap, r=alexcrichton 2018-08-02 15:34:21 +00:00
build_helper
ci [RISCV] Enable CI. 2018-08-01 15:34:57 +02:00
dlmalloc@c99638dc2e
doc Rollup merge of #52831 - dsciarra:rm-ref-to-author-file, r=alexcrichton 2018-08-01 10:12:47 +02:00
etc
grammar
jemalloc@1f5a28755e
liballoc Auto merge of #52949 - Mark-Simulacrum:snap, r=alexcrichton 2018-08-02 15:34:21 +00:00
liballoc_jemalloc enable jemalloc assertions when configured to do so 2018-07-31 17:01:39 +02:00
liballoc_system Fix coding style. 2018-07-31 09:49:10 +02:00
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@52a6a4d708
libcore Auto merge of #52949 - Mark-Simulacrum:snap, r=alexcrichton 2018-08-02 15:34:21 +00:00
libfmt_macros
libgraphviz
liblibc@b6d23ed45d
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Basic profiling 2018-08-02 18:57:24 -04:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Basic profiling 2018-08-02 18:57:24 -04:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Rollup merge of #52942 - llogiq:smallvec-opt, r=Mark-Simulacrum 2018-08-01 21:46:37 +02:00
librustc_driver Basic profiling 2018-08-02 18:57:24 -04:00
librustc_errors
librustc_incremental
librustc_lint rustc: Trim down the rust_2018_idioms lint group 2018-08-01 07:29:24 -07:00
librustc_llvm [RISCV] Enable LLVM backend. 2018-08-01 15:32:22 +02:00
librustc_lsan
librustc_metadata
librustc_mir Auto merge of #52782 - pnkfelix:issue-45696-dangly-paths-for-box, r=eddyb 2018-08-02 19:42:19 +00:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Rollup merge of #52930 - eddyb:issue-52489, r=cramertj 2018-08-01 21:46:35 +02:00
librustc_save_analysis
librustc_target [RISCV] Disable c extension and atomic_cas. 2018-08-01 15:34:57 +02:00
librustc_traits
librustc_tsan
librustc_typeck Basic profiling 2018-08-02 18:57:24 -04:00
librustdoc Rollup merge of #52835 - GuillaumeGomez:ice-rustdoc-links, r=eddyb 2018-08-01 21:46:27 +02:00
libserialize Rollup merge of #52778 - ljedrz:readable_serialize, r=kennytm 2018-08-01 10:12:40 +02:00
libstd Auto merge of #52949 - Mark-Simulacrum:snap, r=alexcrichton 2018-08-02 15:34:21 +00:00
libsyntax Auto merge of #52890 - djrenren:test-visibility, r=petrochenkov 2018-08-02 08:24:14 +00:00
libsyntax_ext Rollup merge of #52888 - estebank:shell-sugg, r=oli-obk 2018-08-01 10:13:02 +02:00
libsyntax_pos Switch to bootstrapping from 1.29 beta 2018-08-01 11:59:08 -06:00
libterm
libtest
libunwind
llvm@0368490510
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm Auto merge of #52787 - riscv-rust:riscv-rust-pr, r=alexcrichton 2018-08-02 02:24:15 +00:00
stdsimd@05c2f61c38
test Auto merge of #52782 - pnkfelix:issue-45696-dangly-paths-for-box, r=eddyb 2018-08-02 19:42:19 +00:00
tools [RISCV] Enable CI. 2018-08-01 15:34:57 +02:00
Cargo.lock Rollup merge of #52732 - SimonSapin:spring, r=Mark-Simulacrum 2018-08-01 10:12:36 +02:00
Cargo.toml
README.md
stage0.txt Switch to bootstrapping from 1.29 beta 2018-08-01 11:59:08 -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: