rust/src
Nicholas Nethercote acf7d4dcdb Specialize the stalled_on handling in process_obligation().
Optimizing for the common numbers of entries in `stalled_on` wins about
4% on `keccak` and `inflate`.
2019-09-20 09:51:52 +10: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 #64348 - arnohaase:pr_documentation_spin_loop_hint, r=alexcrichton 2019-09-18 10:58:05 -07:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Specialize the stalled_on handling in process_obligation(). 2019-09-20 09:51:52 +10:00
librustc_apfloat
librustc_asan Fix build script sanitizer check. 2019-09-13 20:59:46 -07:00
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 Reorder the state handling in process_cycles(). 2019-09-20 07:22:10 +10: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 feature_gate: Remove dead code from attribute checking 2019-09-14 21:54:26 +03:00
librustc_lexer
librustc_lint Rollup merge of #64472 - Mark-Simulacrum:unused-parens-attr, r=varkor 2019-09-15 19:36:01 +02:00
librustc_llvm
librustc_lsan Fix build script sanitizer check. 2019-09-13 20:59:46 -07:00
librustc_macros
librustc_metadata Generate proc macro harness in AST order. 2019-09-17 19:10:10 -04:00
librustc_mir Rollup merge of #64566 - ecstatic-morse:generic-dataflow, r=oli-obk 2019-09-19 04:53:11 +02:00
librustc_msan Fix build script sanitizer check. 2019-09-13 20:59:46 -07:00
librustc_passes
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 save-analysis: Process bounds in impl trait only in argument position 2019-09-15 00:42:33 +02:00
librustc_target
librustc_traits
librustc_tsan Fix build script sanitizer check. 2019-09-13 20:59:46 -07:00
librustc_typeck Rollup merge of #64475 - guanqun:use-same-name, r=Centril 2019-09-15 02:29:49 +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 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 rename the crate, not the feature 2019-09-14 12:12:32 +02:00
libunwind
llvm-emscripten@7f23313edf
llvm-project@71fe7ec06b
rtstartup
rustc
rustllvm
stdarch@4791ba85e7
test Rollup merge of #64591 - jamesmunns:grammar-fix, r=jonas-schievink 2019-09-19 04:53:12 +02:00
tools Rollup merge of #64536 - Aaron1011:cargo-crate-type, r=ehuss 2019-09-19 04:53:08 +02: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.