rust/src
2018-08-21 23:27:45 +01:00
..
bootstrap Add lldb to the build 2018-08-14 18:59:23 -06:00
build_helper
ci
dlmalloc@c99638dc2e
doc
etc
grammar
jemalloc@1f5a28755e
liballoc Add doc examples for std::alloc::{alloc,alloc_zeroed}. 2018-08-14 21:32:11 -04:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@d549d85b17
libcore Auto merge of #53256 - ollie27:writeln, r=KodrAus 2018-08-16 13:29:40 +00:00
libfmt_macros
libgraphviz
liblibc@6bdbf5dc93
libpanic_abort
libpanic_unwind Start adding an aarch64-pc-windows-msvc target 2018-08-15 17:20:13 -07:00
libproc_macro Auto merge of #53304 - dtolnay:extend, r=dtolnay 2018-08-16 15:44:30 +00:00
libprofiler_builtins
librustc Refactor after miri api changes 2018-08-16 20:09:05 +01:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Suggest match ergonomics, not ref/ref mut 2018-08-15 15:14:21 -07:00
librustc_codegen_llvm Auto merge of #53237 - overdrivenpotato:wasm-export-table, r=alexcrichton 2018-08-15 14:40:46 +00:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Rollup merge of #53271 - llogiq:simplify-maybe-map, r=joshtriplett 2018-08-15 19:20:21 +02:00
librustc_driver Auto merge of #53354 - kennytm:rollup, r=kennytm 2018-08-14 17:24:18 +00:00
librustc_errors
librustc_fs_util
librustc_incremental
librustc_lint
librustc_llvm
librustc_lsan
librustc_metadata
librustc_metadata_utils
librustc_mir Use a boundary method instead of an endpoint method for split_grouped_constructors 2018-08-21 23:27:45 +01:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_target Start adding an aarch64-pc-windows-msvc target 2018-08-15 17:20:13 -07:00
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #53342 - RalfJung:unsized-packed, r=cramertj 2018-08-15 19:20:23 +02:00
librustdoc Fix links' color 2018-08-15 15:07:07 +02:00
libserialize
libstd Start adding an aarch64-pc-windows-msvc target 2018-08-15 17:20:13 -07:00
libsyntax Add some comments 2018-08-16 20:09:05 +01:00
libsyntax_ext
libsyntax_pos
libterm
libtest Rollup merge of #52453 - srijs:fix-52436, r=TimNN 2018-08-15 19:20:19 +02:00
libunwind
llvm@e19f07f5a6
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@05c2f61c38
test Use a boundary method instead of an endpoint method for split_grouped_constructors 2018-08-21 23:27:45 +01:00
tools Fix compiletest JSON error message 2018-08-15 15:14:21 -07:00
Cargo.lock Rollup merge of #53388 - GuillaumeGomez:fix-links-color, r=frewsxcv 2018-08-15 19:20:28 +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: