rust/src
2019-10-21 11:33:52 +11:00
..
bootstrap Rollup merge of #65540 - guanqun:extend-t-macro, r=nikomatsakis 2019-10-18 13:48:35 -07:00
build_helper show up some extra info when t!() fails 2019-10-17 17:01:49 +08:00
ci Remove PR runs, enable wasm32 CI, and move asmjs to disabled 2019-10-16 21:18:34 -07:00
doc Auto merge of #64925 - ehuss:document-json, r=Mark-Simulacrum 2019-10-18 10:15:26 +00:00
etc
liballoc Rollup merge of #65505 - RalfJung:rc, r=Centril 2019-10-19 16:00:56 +02:00
libarena
libcore Rollup merge of #65549 - t-rapp:tr-wrapping-rotate-docs, r=jonas-schievink 2019-10-18 13:48:37 -07:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Convert InternedStrings to Symbols in UnsafetyViolation. 2019-10-21 11:32:55 +11:00
librustc_apfloat
librustc_asan
librustc_codegen_llvm Convert some InternedStrings to Symbols. 2019-10-21 11:31:02 +11:00
librustc_codegen_ssa Rollup merge of #65448 - eddyb:codegen-box-less-special, r=oli-obk 2019-10-19 16:00:54 +02:00
librustc_codegen_utils
librustc_data_structures Use a sharded dep node to dep node index map 2019-10-17 04:58:10 +02:00
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_index doc: make BitSet intro more short 2019-10-18 01:16:30 +02:00
librustc_interface
librustc_lexer
librustc_lint Rollup merge of #64007 - estebank:overlapping-patterns, r=matthewjasper 2019-10-19 16:00:50 +02:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Rollup merge of #65535 - eddyb:sliced-predicates, r=nikomatsakis 2019-10-18 13:48:34 -07:00
librustc_mir Convert InternedStrings to Symbols in UnsafetyViolation. 2019-10-21 11:32:55 +11:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy Rollup merge of #65252 - petrochenkov:deriveholders2, r=matthewjasper 2019-10-19 07:10:04 +02:00
librustc_resolve Rollup merge of #65542 - estebank:kill-static-methods, r=Centril 2019-10-19 07:10:07 +02:00
librustc_save_analysis save-analysis: Nest tables when processing impl items 2019-10-17 20:48:00 +02:00
librustc_target Don't add argc and argv arguments to main on WASI. 2019-10-17 16:16:35 -07:00
librustc_traits rustc: arena-allocate the slice in ty::GenericsPredicate, not the whole struct. 2019-10-18 03:14:57 +03:00
librustc_tsan
librustc_typeck Convert some InternedStrings to Symbols. 2019-10-21 11:31:02 +11:00
librustdoc Remove unnecessary impl Clean<String> for InternedString. 2019-10-21 11:33:52 +11:00
libserialize
libstd Rollup merge of #65486 - mathstuf:osstr-doc-typo, r=TimNN 2019-10-17 13:46:15 +02:00
libsyntax Fix rebase 2019-10-19 00:54:17 +03:00
libsyntax_expand Fix rebase 2019-10-19 00:54:17 +03:00
libsyntax_ext review comment: span bug label 2019-10-18 08:38:08 -07:00
libsyntax_pos Remove Copy and Clone impls for LocalInternedString. 2019-10-18 16:05:14 +11:00
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@14a3b12307
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a
test Rollup merge of #65192 - estebank:restrict-bound, r=matthewjasper 2019-10-19 16:00:51 +02:00
tools Update clippy 2019-10-19 08:00: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.