rust/src
Mark Rousskov dab3bd6cda Create lint store during plugin registration
Remove lint store from Session
2019-10-17 19:41:21 -04:00
..
bootstrap Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
build_helper
ci Remove PR runs, enable wasm32 CI, and move asmjs to disabled 2019-10-16 21:18:34 -07:00
doc Auto merge of #65445 - ehuss:update-cargo-books, r=alexcrichton 2019-10-16 16:48:44 +00:00
etc
liballoc Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
libarena
libcore Rollup merge of #65478 - RalfJung:write, r=jonas-schievink 2019-10-17 13:46:13 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Create lint store during plugin registration 2019-10-17 19:41:21 -04:00
librustc_apfloat
librustc_asan
librustc_codegen_llvm Rollup merge of #65465 - Centril:split-syntax-1, r=petrochenkov 2019-10-17 13:46:11 +02:00
librustc_codegen_ssa Rollup merge of #65465 - Centril:split-syntax-1, r=petrochenkov 2019-10-17 13:46:11 +02:00
librustc_codegen_utils
librustc_data_structures
librustc_driver Create lint store during plugin registration 2019-10-17 19:41:21 -04:00
librustc_errors
librustc_fs_util
librustc_incremental
librustc_index
librustc_interface Create lint store during plugin registration 2019-10-17 19:41:21 -04:00
librustc_lexer
librustc_lint Create lint store during plugin registration 2019-10-17 19:41:21 -04:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Auto merge of #65495 - Centril:rollup-tguwjt5, r=Centril 2019-10-17 18:53:10 +00:00
librustc_mir Rollup merge of #65319 - RalfJung:memory, r=Centril 2019-10-17 13:46:06 +02:00
librustc_msan
librustc_passes move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
librustc_plugin Create lint store during plugin registration 2019-10-17 19:41:21 -04:00
librustc_privacy
librustc_resolve Rollup merge of #65465 - Centril:split-syntax-1, r=petrochenkov 2019-10-17 13:46:11 +02:00
librustc_save_analysis
librustc_target Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
librustc_traits
librustc_tsan
librustc_typeck
librustdoc Make get_lints be a static function 2019-10-17 19:16:41 -04:00
libserialize
libstd Rollup merge of #65486 - mathstuf:osstr-doc-typo, r=TimNN 2019-10-17 13:46:15 +02:00
libsyntax panictry!(..) -> .unwrap() 2019-10-16 22:54:28 +02:00
libsyntax_expand mbe: leave a FIXME 2019-10-16 10:59:54 +02:00
libsyntax_ext move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
libsyntax_pos
libterm
libtest Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
libunwind
llvm-emscripten@7f23313edf
llvm-project@14a3b12307
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a
test Take lint passes as constructor functions 2019-10-17 19:16:41 -04:00
tools Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07: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.