rust/src
2018-11-16 14:36:43 +02:00
..
bootstrap
build_helper
ci
dlmalloc@c99638dc2e
doc
etc
grammar
liballoc Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@939cbca6e9
libcore Rollup merge of #55932 - Turbo87:to_digit, r=alexcrichton 2018-11-15 11:04:46 +01:00
libfmt_macros
libgraphviz
liblibc@c75ca6465a
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #55974 - pietroalbini:rollup, r=pietroalbini 2018-11-15 12:43:01 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Generalized base:codegen_crate 2018-11-16 14:36:43 +02:00
librustc_codegen_utils Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
librustc_cratesio_shim
librustc_data_structures Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
librustc_driver Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
librustc_errors
librustc_fs_util
librustc_incremental Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
librustc_lint Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
librustc_llvm
librustc_lsan
librustc_metadata Rollup merge of #55778 - nnethercote:LrcPreds, r=eddyb 2018-11-15 11:04:36 +01:00
librustc_mir Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
librustc_msan
librustc_passes Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_target
librustc_traits Rollup merge of #55778 - nnethercote:LrcPreds, r=eddyb 2018-11-15 11:04:36 +01:00
librustc_tsan
librustc_typeck Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
librustdoc Rollup merge of #55926 - cynecx:fix-rustdoc-mobile-css, r=GuillaumeGomez 2018-11-15 11:04:43 +01:00
libserialize
libstd Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
libsyntax Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm@7051ead40a
llvm-emscripten@7f23313edf
rtstartup
rustc
rustllvm
stdsimd@0309be1ade
test Auto merge of #55974 - pietroalbini:rollup, r=pietroalbini 2018-11-15 12:43:01 +00:00
tools submodules: update clippy from d8b42690 to f5d868c9 2018-11-15 17:49:24 +01:00
.gitignore
Cargo.lock submodules: update clippy from d8b42690 to f5d868c9 2018-11-15 17:49:24 +01: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.

There is also useful content in the following READMEs, which are gradually being moved over to the guide: