rust/src
2019-10-24 17:14:38 +02:00
..
bootstrap Auto merge of #65501 - alexcrichton:remove-emscripten-backend, r=Mark-Simulacrum 2019-10-22 04:09:28 +00:00
build_helper show up some extra info when t!() fails 2019-10-17 17:01:49 +08:00
ci Remove src/llvm-emscripten submodule 2019-10-21 13:05:31 -07:00
doc Target-feature documented as unsafe. rustc book and rustc -C help have been modified. 2019-10-22 17:16:45 +02:00
etc ignore-x86 instead of ignore-musl 2019-09-22 11:33:13 -07:00
liballoc Rollup merge of #65144 - clarfon:moo, r=sfackler 2019-10-23 22:19:08 +02:00
libarena Fix clippy warnings 2019-10-01 23:15:47 +09:00
libcore Rollup merge of #65479 - SimonSapin:matches, r=alexcrichton 2019-10-23 22:19:11 +02:00
libfmt_macros Cleaned up a few doc comments in libfmt_macros. 2019-09-30 01:15:48 +01:00
libgraphviz
libpanic_abort
libpanic_unwind Apply clippy::needless_return suggestions 2019-10-22 19:23:10 +02:00
libproc_macro Stabilize mem::take (mem_take) 2019-10-08 18:04:18 -04:00
libprofiler_builtins
librustc self-profiling: Update measureme to 0.4.0 and use new RAII-based API. 2019-10-24 17:14:38 +02:00
librustc_apfloat Rollup merge of #64942 - JohnTitor:fix-clippy, r=eddyb 2019-10-01 23:06:19 -07:00
librustc_asan
librustc_codegen_llvm Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb 2019-10-23 22:19:19 +02:00
librustc_codegen_ssa Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb 2019-10-23 22:19:19 +02:00
librustc_codegen_utils Change SymbolName::name from InternedString to Symbol. 2019-10-21 18:30:32 +11:00
librustc_data_structures Rollup merge of #65648 - nnethercote:rm-intersect_opt, r=nikomatsakis 2019-10-23 22:19:17 +02:00
librustc_driver Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakis 2019-10-23 22:19:10 +02:00
librustc_errors Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakis 2019-10-23 13:34:27 +00:00
librustc_fs_util
librustc_incremental Use Symbol for codegen unit names. 2019-10-21 18:30:40 +11:00
librustc_index doc: make BitSet intro more short 2019-10-18 01:16:30 +02:00
librustc_interface Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakis 2019-10-23 22:19:10 +02:00
librustc_lexer
librustc_lint Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakis 2019-10-23 22:19:10 +02:00
librustc_llvm
librustc_lsan
librustc_macros Rollup merge of #65176 - nnethercote:rm-query-macros, r=michaelwoerister 2019-10-08 15:45:32 +02:00
librustc_metadata Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb 2019-10-23 22:19:19 +02:00
librustc_mir Rollup merge of #65704 - RalfJung:exact-size, r=oli-obk 2019-10-23 22:19:24 +02:00
librustc_msan
librustc_passes move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
librustc_plugin Add some documentation 2019-10-22 16:53:28 -04:00
librustc_privacy Rollup merge of #65252 - petrochenkov:deriveholders2, r=matthewjasper 2019-10-19 07:10:04 +02:00
librustc_resolve Rollup merge of #65691 - GuillaumeGomez:2018-edition-E0659, r=Dylan-DPC 2019-10-23 22:19:21 +02:00
librustc_save_analysis save-analysis: Nest tables when processing impl items 2019-10-17 20:48:00 +02:00
librustc_target Remove many unnecessary trait derivations. 2019-10-21 20:59:18 +11:00
librustc_traits Rename ConstValue::Infer(InferConst::Canonical(..)) to ConstValue::Bound(..) 2019-10-21 20:50:41 +01:00
librustc_tsan
librustc_typeck Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb 2019-10-23 22:19:19 +02:00
librustdoc Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb 2019-10-23 22:19:19 +02:00
libserialize Remove unnecessary Hash bounds from various types. 2019-10-21 13:48:20 +11:00
libstd Rollup merge of #65479 - SimonSapin:matches, r=alexcrichton 2019-10-23 22:19:11 +02:00
libsyntax Rollup merge of #65641 - nnethercote:derive-TokenStream-Encodable-Decodable, r=petrochenkov 2019-10-23 22:19:16 +02:00
libsyntax_expand Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=Centril 2019-10-21 22:00:50 +02:00
libsyntax_ext Avoid ICE when include! is used by stdin crate 2019-10-19 15:06:08 -04:00
libsyntax_pos Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb 2019-10-23 22:19:19 +02:00
libterm
libtest Rollup merge of #64178 - mati865:clippy, r=scottmcm 2019-10-23 22:19:07 +02:00
libunwind
llvm-project@14a3b12307 Update LLVM for Emscripten exception handling support 2019-10-08 13:07:27 -07:00
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a Move --cfg bootstrap out of rustc.rs 2019-09-23 09:34:44 -07:00
test Rollup merge of #65696 - varkor:nll-chalk-const-generics-issue, r=eddyb 2019-10-23 22:19:22 +02:00
tools Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb 2019-10-23 22:19:19 +02:00
README.md
stage0.txt Switch version to 1.40 2019-09-25 08:20:32 -04:00

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.