rust/src
2019-04-20 13:45:46 +02:00
..
bootstrap Deny rust_2018_idioms globally 2019-04-20 13:45:46 +02:00
build_helper
ci
doc
etc
grammar
liballoc Auto merge of #60072 - RalfJung:linked-list, r=shepmaster 2019-04-19 17:12:17 +00:00
libarena
libcore Rollup merge of #60098 - Centril:libcore-deny-more, r=varkor 2019-04-19 06:03:30 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #60063 - spastorino:place2_2, r=oli-obk 2019-04-19 09:57:26 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Emit specific error for struct literal in conditions 2019-04-19 10:13:44 -07:00
librustc_codegen_llvm Rollup merge of #60097 - cuviper:llvm8-mergefunc-use-aliases, r=rkruppe 2019-04-19 06:03:29 +02:00
librustc_codegen_ssa
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_interface
librustc_lint
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata
librustc_mir Auto merge of #60063 - spastorino:place2_2, r=oli-obk 2019-04-19 09:57:26 +00:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy
librustc_resolve remove duplicated code and simplify logic 2019-04-19 10:13:45 -07:00
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Auto merge of #60073 - rchaser53:issue-60049, r=estebank 2019-04-19 07:03:12 +00:00
librustdoc Rollup merge of #60032 - rust-lang:remove-unwanted-z-index, r=QuietMisdreavus 2019-04-19 06:03:13 +02:00
libserialize
libstd Rollup merge of #60078 - matklad:patch-1, r=shepmaster 2019-04-19 06:03:24 +02:00
libsyntax Some cleanup to maybe_parse_struct_expr 2019-04-19 10:32:44 -07:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@84abffda0e
rtstartup
rustc
rustllvm Remove the unused LLVMRustIsRustLLVM 2019-04-18 15:28:18 -07:00
stdsimd@45f8450916
test Some cleanup to maybe_parse_struct_expr 2019-04-19 10:32:44 -07:00
tools submodules: update clippy from fbb3a47b to cafbe7f2 2019-04-19 20:43:22 +02:00
.gitignore
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: