rust/src
2019-10-25 23:26:27 +01:00
..
bootstrap Rollup merge of #65408 - guanqun:remove-rust-optimize, r=Mark-Simulacrum 2019-10-25 06:18:04 +02:00
build_helper
ci
doc RFC 2008: Stabilization 2019-10-25 09:34:05 +01:00
etc
liballoc
libarena
libcore RFC 2008: Stabilization 2019-10-25 09:34:05 +01:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro RFC 2008: Stabilization 2019-10-25 09:34:05 +01:00
libprofiler_builtins
librustc Emit warning for ignored #[inline] on foreign function prototypes 2019-10-25 23:26:27 +01:00
librustc_apfloat
librustc_asan
librustc_codegen_llvm
librustc_codegen_ssa Rollup merge of #65315 - spastorino:intern-place-projection, r=oli-obk 2019-10-25 13:12:46 +02:00
librustc_codegen_utils
librustc_data_structures
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_index
librustc_interface rustc_interface: Remove ExpansionResult and some Steals 2019-10-24 21:12:05 +03:00
librustc_lexer
librustc_lint Emit warning for ignored #[inline] on trait method prototypes 2019-10-25 23:26:27 +01:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Rollup merge of #65074 - Rantanen:json-byte-pos, r=matklad 2019-10-25 13:12:45 +02:00
librustc_mir Rollup merge of #65315 - spastorino:intern-place-projection, r=oli-obk 2019-10-25 13:12:46 +02:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy
librustc_resolve Rollup merge of #65390 - GuillaumeGomez:long-err-explanation-E0576, r=matthewjasper,kinnison 2019-10-25 06:18:02 +02:00
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #65763 - ObsidianMinor:diag/65642, r=varkor 2019-10-25 06:18:12 +02:00
librustdoc Rollup merge of #65789 - Centril:with-desugared-doc, r=davidtwco 2019-10-25 13:12:54 +02:00
libserialize
libstd Rollup merge of #65731 - fusion-engineering-forks:set-extension, r=dtolnay 2019-10-25 13:12:50 +02:00
libsyntax Rollup merge of #65790 - Centril:move-report-invalid, r=davidtwco 2019-10-25 13:12:55 +02:00
libsyntax_expand
libsyntax_ext Rollup merge of #65666 - XiangQingW:proc_macro, r=petrochenkov 2019-10-25 06:18:08 +02:00
libsyntax_pos Rollup merge of #65074 - Rantanen:json-byte-pos, r=matklad 2019-10-25 13:12:45 +02:00
libterm
libtest
libunwind
llvm-project@14a3b12307
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a
test Emit warning for ignored #[inline] on foreign function prototypes 2019-10-25 23:26:27 +01:00
tools Auto merge of #65764 - Manishearth:clippyup, r=Manishearth 2019-10-25 07:47:13 +00: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.