rust/src
2019-10-08 20:34:30 +01:00
..
bootstrap Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton" 2019-10-05 21:38:45 -07:00
build_helper
ci Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton" 2019-10-05 21:38:45 -07:00
doc Update reference 2019-10-06 14:45:02 -07:00
etc ignore-x86 instead of ignore-musl 2019-09-22 11:33:13 -07:00
liballoc Split non-CAS atomic support off into target_has_atomic_load_store 2019-10-08 20:34:30 +01:00
libarena Fix clippy warnings 2019-10-01 23:15:47 +09:00
libcore Split non-CAS atomic support off into target_has_atomic_load_store 2019-10-08 20:34:30 +01: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 Split non-CAS atomic support off into target_has_atomic_load_store 2019-10-08 20:34:30 +01: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 #65151 - tmandry:revert-emscripten-upgrade, r=tmandry 2019-10-05 21:55:13 -07:00
librustc_codegen_ssa Auto merge of #64780 - choller:master, r=michaelwoerister 2019-10-07 13:23:00 +00:00
librustc_codegen_utils clean up GeneratorSubsts 2019-10-04 20:47:43 +08:00
librustc_data_structures Rollup merge of #64942 - JohnTitor:fix-clippy, r=eddyb 2019-10-01 23:06:19 -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 #64909 - estebank:turbofish-reloaded, r=Centril 2019-10-05 21:54:52 -07:00
librustc_fs_util
librustc_incremental Self-Profiling: Make names of existing events more consistent and use new API. 2019-09-30 13:31:56 +02:00
librustc_index Fix clippy warnings 2019-10-01 23:15:47 +09:00
librustc_interface middle::intrinsicck -> rustc_passes 2019-10-04 11:11:33 -04:00
librustc_lexer
librustc_lint lint: extern non-exhaustive types are improper 2019-10-05 14:06:51 +01:00
librustc_llvm
librustc_lsan
librustc_macros Upgrade librustc_macros dependencies 2019-10-04 14:43:23 +02:00
librustc_metadata Address review comments. 2019-10-07 12:01:56 +08:00
librustc_mir Rollup merge of #65158 - ishitatsuyuki:remove-dead, r=Mark-Simulacrum 2019-10-06 11:42:00 -07:00
librustc_msan
librustc_passes sort error codes in librustc_passes 2019-10-06 14:18:41 +02:00
librustc_plugin Rename Item.node to Item.kind 2019-09-26 18:21:48 +01:00
librustc_privacy Rename Item.node to Item.kind 2019-09-26 18:21:48 +01:00
librustc_resolve Auto merge of #65043 - Aaron1011:fix/reexport-determinism, r=petrochenkov 2019-10-06 08:40:43 +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 clean up GeneratorSubsts 2019-10-04 20:47:43 +08:00
librustc_tsan
librustc_typeck Auto merge of #65178 - Centril:rollup-ep1zztj, r=Centril 2019-10-07 09:21:30 +00:00
librustdoc Rollup merge of #65155 - Avi-D-coder:fix-lints, r=Mark-Simulacrum 2019-10-06 11:41:59 -07:00
libserialize Fix clippy warnings 2019-10-01 23:15:47 +09:00
libstd Split non-CAS atomic support off into target_has_atomic_load_store 2019-10-08 20:34:30 +01:00
libsyntax Split non-CAS atomic support off into target_has_atomic_load_store 2019-10-08 20:34:30 +01:00
libsyntax_ext syntax: Support modern attribute syntax in the meta matcher 2019-09-30 22:58:22 +03:00
libsyntax_pos Split non-CAS atomic support off into target_has_atomic_load_store 2019-10-08 20:34:30 +01: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 Split non-CAS atomic support off into target_has_atomic_load_store 2019-10-08 20:34:30 +01:00
tools Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton" 2019-10-05 21:38:45 -07: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.