rust/src
2019-10-21 10:12:09 +02:00
..
bootstrap Auto merge of #64823 - cuviper:min-std, r=Mark-Simulacrum 2019-10-10 23:43:55 +00:00
build_helper
ci Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton" 2019-10-05 21:38:45 -07:00
doc Remove unions_with_drop_fields lint 2019-10-11 10:43:54 +02:00
etc ignore-x86 instead of ignore-musl 2019-09-22 11:33:13 -07:00
liballoc Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton" 2019-10-05 21:38:45 -07:00
libarena Fix clippy warnings 2019-10-01 23:15:47 +09:00
libcore Rollup merge of #65046 - sinkuu:cell_reorder, r=shepmaster 2019-10-08 05:02:36 +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
libproc_macro proc_macro: Add Span::mixed_site exposing macro_rules hygiene 2019-10-03 11:28:06 +03:00
libprofiler_builtins
librustc Change untagged_unions to not allow union fields with drop 2019-10-11 10:43:54 +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 Auto merge of #59546 - sfanxiang:interminable-ub, r=nagisa 2019-10-10 15:40:39 +00:00
librustc_codegen_ssa Auto merge of #59546 - sfanxiang:interminable-ub, r=nagisa 2019-10-10 15:40:39 +00:00
librustc_codegen_utils clean up GeneratorSubsts 2019-10-04 20:47:43 +08:00
librustc_data_structures Rebase rustc-rayon on rayon-1.2 2019-10-07 13:20:17 -07:00
librustc_driver Rollup merge of #64799 - Aaron1011:fix/double-panic, r=Mark-Simulacrum 2019-09-29 04:36:01 +02:00
librustc_errors Rollup merge of #65120 - AnthonyMikh:fix_65119, r=estebank 2019-10-08 15:45:28 +02:00
librustc_fs_util
librustc_incremental self-profiling: Add events for everything except trait selection. 2019-10-09 13:40:44 +02:00
librustc_index Fix clippy warnings 2019-10-01 23:15:47 +09:00
librustc_interface self-profiling: Add events for everything except trait selection. 2019-10-09 13:40:44 +02:00
librustc_lexer
librustc_lint Remove unions_with_drop_fields lint 2019-10-11 10:43:54 +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 Auto merge of #65153 - da-x:issue-58017, r=petrochenkov 2019-10-10 19:40:48 +00:00
librustc_mir Revert "Make into schedule drop for the destination" 2019-10-09 21:13:18 +01:00
librustc_msan
librustc_passes Rollup merge of #65135 - GuillaumeGomez:add-error-code-check, r=Mark-Simulacrum 2019-10-08 23:31:24 +02:00
librustc_plugin Rename Item.node to Item.kind 2019-09-26 18:21:48 +01:00
librustc_privacy Fix/improve some error codes long explanation 2019-10-07 11:15:45 +02:00
librustc_resolve Auto merge of #65153 - da-x:issue-58017, r=petrochenkov 2019-10-10 19:40:48 +00:00
librustc_save_analysis Rollup merge of #64708 - SimonSapin:option-deref, r=Centril 2019-10-05 21:54:47 -07:00
librustc_target Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton" 2019-10-05 21:38:45 -07:00
librustc_traits Rollup merge of #65181 - nikomatsakis:lazy-norm-anon-const-push-1, r=varkor 2019-10-08 05:02:43 +02:00
librustc_tsan
librustc_typeck Report even duplilcate errors in case the feature gat is not active 2019-10-21 10:12:09 +02:00
librustdoc Rebase rustc-rayon on rayon-1.2 2019-10-07 13:20:17 -07:00
libserialize Fix clippy warnings 2019-10-01 23:15:47 +09:00
libstd Prefer ManuallyDrop::{take,new} over ptr::{read,write} 2019-10-11 10:43:54 +02:00
libsyntax Auto merge of #65198 - nnethercote:fix-65080, r=Mark-Simulacrum 2019-10-09 08:57:26 +00:00
libsyntax_ext Warn if include macro fails to include entire file 2019-10-07 19:47:53 -04:00
libsyntax_pos [RFC 2091] Add #[track_caller] attribute. 2019-10-07 08:05:21 -07:00
libterm
libtest Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton" 2019-10-05 21:38:45 -07:00
libunwind
llvm-emscripten@7f23313edf
llvm-project@8473db5f2a Update llvm-project submodule 2019-10-02 07:47:38 -07:00
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a Move --cfg bootstrap out of rustc.rs 2019-09-23 09:34:44 -07:00
test Report even duplilcate errors in case the feature gat is not active 2019-10-21 10:12:09 +02:00
tools Auto merge of #64823 - cuviper:min-std, r=Mark-Simulacrum 2019-10-10 23:43:55 +00: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.