rust/src
Mark Rousskov 67d88f607e Remove constraints argument from path_all
It was never used
2019-09-21 15:01:39 -04:00
..
bootstrap Rollup merge of #64613 - alexcrichton:less-doc-copies, r=Mark-Simulacrum 2019-09-19 18:31:44 +02:00
build_helper
ci Auto merge of #64553 - alexcrichton:windows-bash-install-scripts, r=Mark-Simulacrum 2019-09-20 11:38:56 +00:00
doc Update books 2019-09-18 08:54:06 -07:00
etc lldb: avoid mixing "Hit breakpoint" message with other output. 2019-09-09 19:00:08 +03:00
grammar
liballoc Const-stabilize String::new. 2019-09-16 16:45:16 +02:00
libarena
libcore Auto merge of #64047 - timvermeulen:cmp_min_max_by, r=cuviper 2019-09-21 04:21:25 +00:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #64584 - nikomatsakis:issue-64477-generator-capture-types, r=eddyb 2019-09-20 15:35:51 +00: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 Rename some index variables. 2019-09-17 15:32:29 +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 Auto merge of #64303 - nnethercote:avoid-more-Symbol-to-string-operations, r=petrochenkov 2019-09-12 04:15:27 +00:00
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 Auto merge of #64584 - nikomatsakis:issue-64477-generator-capture-types, r=eddyb 2019-09-20 15:35:51 +00: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 Auto merge of #64254 - aleksijuvani:fix-macos-sysroot, r=alexcrichton 2019-09-13 09:19:43 +00:00
librustc_traits
librustc_tsan Fix build script sanitizer check. 2019-09-13 20:59:46 -07:00
librustc_typeck Auto merge of #64584 - nikomatsakis:issue-64477-generator-capture-types, r=eddyb 2019-09-20 15:35:51 +00:00
librustdoc Auto merge of #60584 - jonas-schievink:ice-panic-hook, r=oli-obk 2019-09-15 00:10:08 +00:00
libserialize
libstd Remove unnecessary mut in doc example 2019-09-19 13:36:10 +02:00
libsyntax Remove constraints argument from path_all 2019-09-21 15:01:39 -04:00
libsyntax_ext Remove constraints argument from path_all 2019-09-21 15:01:39 -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 Update LLVM submodule 2019-09-09 20:32:03 +02:00
rtstartup
rustc
rustllvm
stdarch@4791ba85e7
test Auto merge of #64584 - nikomatsakis:issue-64477-generator-capture-types, r=eddyb 2019-09-20 15:35:51 +00: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.