rust/src
2019-09-14 03:23:58 +08:00
..
bootstrap Locate rustc binary similarly to codegen backend loading 2019-09-10 16:57:14 -04:00
build_helper
ci
doc Auto merge of #60387 - Goirad:test-expansion, r=ollie27 2019-09-10 12:19:41 +00:00
etc lldb: avoid mixing "Hit breakpoint" message with other output. 2019-09-09 19:00:08 +03:00
grammar
liballoc
libarena
libcore Rollup merge of #64349 - arnohaase:pr_documentation_atomicptr, r=cramertj 2019-09-11 02:38:10 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc fix #64430 2019-09-14 02:40:20 +08:00
librustc_apfloat
librustc_asan
librustc_ast_borrowck
librustc_codegen_llvm Use Symbol in Linker. 2019-09-11 11:31:38 +10:00
librustc_codegen_ssa Use Symbol in Linker. 2019-09-11 11:31:38 +10:00
librustc_codegen_utils
librustc_data_structures
librustc_driver
librustc_errors Dedent macro definition 2019-09-08 23:01:43 +05:30
librustc_fs_util
librustc_incremental Auto merge of #64303 - nnethercote:avoid-more-Symbol-to-string-operations, r=petrochenkov 2019-09-12 04:15:27 +00:00
librustc_interface Locate rustc binary similarly to codegen backend loading 2019-09-10 16:57:14 -04:00
librustc_lexer
librustc_lint
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Auto merge of #64303 - nnethercote:avoid-more-Symbol-to-string-operations, r=petrochenkov 2019-09-12 04:15:27 +00:00
librustc_mir Auto merge of #64303 - nnethercote:avoid-more-Symbol-to-string-operations, r=petrochenkov 2019-09-12 04:15:27 +00:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy
librustc_resolve Rollup merge of #64054 - estebank:unused-import-is-to-eager, r=petrochenkov 2019-09-09 22:18:10 +02:00
librustc_save_analysis
librustc_target Auto merge of #64334 - jyao1:i686-master, r=joshtriplett 2019-09-11 22:40:11 +00:00
librustc_traits
librustc_tsan
librustc_typeck fix #64430 2019-09-14 02:40:20 +08:00
librustdoc Auto merge of #64328 - Mark-Simulacrum:rustdoc-find-rustc, r=GuillaumeGomez 2019-09-12 08:29:55 +00:00
libserialize
libstd Auto merge of #64154 - alexcrichton:std-backtrace, r=sfackler 2019-09-11 14:46:08 +00:00
libsyntax Auto merge of #64313 - Centril:rollup-7w8b67g, r=Centril 2019-09-09 16:33:43 +00:00
libsyntax_ext Resolve attributes in several places 2019-09-09 09:27:15 -03:00
libsyntax_pos
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@71fe7ec06b Update LLVM submodule 2019-09-09 20:32:03 +02:00
rtstartup
rustc
rustllvm
stdarch@4791ba85e7
test add trailing newline 2019-09-14 03:23:58 +08:00
tools Rollup merge of #63989 - yaahc:master, r=Manishearth 2019-09-10 17:19:22 +02: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.