rust/src
2019-09-18 08:54:06 -07:00
..
bootstrap build-manifest: add some comments 2019-09-17 17:26:55 +02:00
build_helper
ci Auto merge of #64517 - alexcrichton:less-assertions, r=pietroalbini 2019-09-17 14:43:44 +00:00
doc Update books 2019-09-18 08:54:06 -07:00
etc
grammar
liballoc Const-stabilize String::new. 2019-09-16 16:45:16 +02:00
libarena
libcore Rollup merge of #64529 - taiki-e:docs-pin-as-mut, r=RalfJung 2019-09-17 14:10:54 -07:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #64503 - RalfJung:miri-retag, r=oli-obk 2019-09-17 21:27:23 -07:00
librustc_apfloat
librustc_asan
librustc_ast_borrowck
librustc_codegen_llvm Get rid of special const intrinsic query in favour of const_eval 2019-09-17 16:31:55 +02:00
librustc_codegen_ssa Get rid of special const intrinsic query in favour of const_eval 2019-09-17 16:31:55 +02:00
librustc_codegen_utils
librustc_data_structures Rollup merge of #64500 - nnethercote:ObligForest-fixups, r=nikomatsakis 2019-09-17 03:08:38 +02:00
librustc_driver Rollup merge of #64486 - matthewjasper:hygiene-debugging, r=petrochenkov 2019-09-17 21:27:22 -07:00
librustc_errors Rollup merge of #64429 - afnanenayet:afnan/fix-failure-note-json-level, r=Mark-Simulacrum 2019-09-17 14:10:48 -07:00
librustc_fs_util
librustc_incremental
librustc_interface
librustc_lexer
librustc_lint
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Generate proc macro harness in AST order. 2019-09-17 19:10:10 -04:00
librustc_mir Get rid of special const intrinsic query in favour of const_eval 2019-09-17 16:31:55 +02:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck
librustdoc
libserialize
libstd Rollup merge of #64505 - pickfire:patch-1, r=Mark-Simulacrum 2019-09-17 14:10:52 -07:00
libsyntax Rollup merge of #64486 - matthewjasper:hygiene-debugging, r=petrochenkov 2019-09-17 21:27:22 -07:00
libsyntax_ext Generate proc macro harness in AST order. 2019-09-17 19:10:10 -04:00
libsyntax_pos Rollup merge of #64486 - matthewjasper:hygiene-debugging, r=petrochenkov 2019-09-17 21:27:22 -07:00
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@71fe7ec06b
rtstartup
rustc
rustllvm
stdarch@4791ba85e7
test Rollup merge of #64528 - Aaron1011:fix/proc-macro-type, r=alexcrichton 2019-09-17 21:27:26 -07:00
tools Rollup merge of #64503 - RalfJung:miri-retag, r=oli-obk 2019-09-17 21:27:23 -07:00
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.