rust/src
2018-11-12 12:33:16 +01:00
..
bootstrap std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
build_helper
ci std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
dlmalloc@c99638dc2e
doc
etc
grammar
liballoc std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@939cbca6e9
libcore Rollup merge of #55844 - waywardmonkeys:typo-fixes, r=varkor 2018-11-11 00:21:25 +01:00
libfmt_macros
libgraphviz
liblibc@1844a772b6
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #55604 - nnethercote:avoid-associated_items-Box, r=nnethercote 2018-11-12 08:03:58 +00:00
librustc_allocator
librustc_apfloat
librustc_asan std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
librustc_borrowck
librustc_codegen_llvm Auto merge of #55701 - tromey:ice-fix, r=matthewjasper 2018-11-12 04:12:26 +00:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_lint
librustc_llvm
librustc_lsan std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
librustc_metadata std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
librustc_mir Merge an assert + cast into a try_into call 2018-11-12 12:33:16 +01:00
librustc_msan std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Rollup merge of #55630 - petrochenkov:noprelude, r=Centril 2018-11-11 12:32:01 +08:00
librustc_save_analysis
librustc_target rustc: Clean up allocator injection logic 2018-11-11 09:22:28 -08:00
librustc_traits
librustc_tsan std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
librustc_typeck Rollup merge of #55819 - pnkfelix:issue-55810-must-typeck-pats-eagerly, r=oli-obk 2018-11-11 00:21:21 +01:00
librustdoc Rollup merge of #55856 - QuietMisdreavus:static-discharge, r=GuillaumeGomez 2018-11-11 12:34:23 +08:00
libserialize
libstd std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
libsyntax Make MatcherPos::stack a SmallVec. 2018-11-12 11:37:18 +11:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm@7051ead40a
llvm-emscripten@7f23313edf
rtstartup
rustc
rustllvm Auto merge of #55698 - nikic:remove-llvm-4-support, r=alexcrichton 2018-11-11 22:38:54 +00:00
stdsimd@0309be1ade
test Auto merge of #55701 - tromey:ice-fix, r=matthewjasper 2018-11-12 04:12:26 +00:00
tools std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
.gitignore
Cargo.lock std: Delete the alloc_system crate 2018-11-11 09:22:28 -08: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: