rust/src
2019-09-16 20:49:48 +02:00
..
bootstrap
build_helper
ci
doc
etc
grammar
liballoc
libarena
libcore
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc or-patterns: liveness: is_argument -> is_param. 2019-09-16 16:35:36 +02:00
librustc_apfloat
librustc_asan
librustc_ast_borrowck or-patterns: use top_pats_hack to make things compile. 2019-09-15 18:50:44 +02:00
librustc_codegen_llvm
librustc_codegen_ssa
librustc_codegen_utils
librustc_data_structures
librustc_driver Auto merge of #60584 - jonas-schievink:ice-panic-hook, r=oli-obk 2019-09-15 00:10:08 +00:00
librustc_errors
librustc_fs_util
librustc_incremental
librustc_interface
librustc_lexer
librustc_lint Auto merge of #64469 - matthewjasper:increase-hygiene-use, r=petrochenkov 2019-09-15 08:17:57 +00:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Avoid some unnecessary &str to Ident conversions 2019-09-15 09:15:37 +01:00
librustc_mir or-patterns: HAIR: Arm.patterns: Vec<Pattern<'_>> -> .pattern: Pattern<'_>. 2019-09-16 15:46:35 +02:00
librustc_msan
librustc_passes or-patterns: rvalue_promotion: remove top_pats_hack. 2019-09-16 03:13:02 +02:00
librustc_plugin
librustc_privacy
librustc_resolve Auto merge of #64483 - petrochenkov:expectattr2, r=Centril 2019-09-15 12:24:32 +00:00
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck or-patterns: regionck/link_match: remove top_pats_hack. 2019-09-16 03:13:02 +02:00
librustdoc Auto merge of #60584 - jonas-schievink:ice-panic-hook, r=oli-obk 2019-09-15 00:10:08 +00:00
libserialize
libstd
libsyntax or-patterns: remove hack from lowering. 2019-09-15 18:50:43 +02:00
libsyntax_ext Remove with_legacy_ctxt 2019-09-15 09:15:38 +01:00
libsyntax_pos Auto merge of #64483 - petrochenkov:expectattr2, r=Centril 2019-09-15 12:24:32 +00:00
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@71fe7ec06b
rtstartup
rustc
rustllvm
stdarch@4791ba85e7
test or-patterns: #47390: we rely on names to exercise IndexMap. 2019-09-16 20:49:48 +02:00
tools
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 this README: https://github.com/rust-lang/rust/tree/master/src/librustc/infer/lexical_region_resolve.