rust/src
2018-08-19 17:41:28 +02:00
..
bootstrap Use the new Entry::or_default method where possible. 2018-08-18 20:19:45 +03:00
build_helper
ci Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
dlmalloc@c99638dc2e
doc Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
etc
grammar
jemalloc@1f5a28755e
liballoc Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@d549d85b17
libcore Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
libfmt_macros Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
libgraphviz
liblibc@6bdbf5dc93
libpanic_abort
libpanic_unwind Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
libproc_macro Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
libprofiler_builtins
librustc Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Use the new Entry::or_default method where possible. 2018-08-18 20:19:45 +03:00
librustc_codegen_llvm Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_lint Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
librustc_llvm
librustc_lsan
librustc_metadata Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
librustc_metadata_utils
librustc_mir Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
librustc_save_analysis
librustc_target Auto merge of #53286 - nagisa:cast-assumes, r=eddyb 2018-08-18 14:35:42 +00:00
librustc_traits Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
librustc_tsan
librustc_typeck Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
librustdoc Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
libserialize Rollup merge of #53313 - llogiq:two-small-improvements, r=estebank 2018-08-17 00:13:20 +08:00
libstd Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
libsyntax Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
libsyntax_ext Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
libsyntax_pos Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
libterm
libtest
libunwind
llvm@e19f07f5a6
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@05c2f61c38
test Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
tools Use the new Entry::or_default method where possible. 2018-08-18 20:19:45 +03:00
Cargo.lock rustc_resolve: don't allow paths starting with ::crate. 2018-08-17 12:59:56 +03: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: