rust/src
2019-07-02 12:15:19 -04:00
..
bootstrap Rollup merge of #61755 - Centril:compiletest-force-check, r=petrochenkov 2019-06-29 11:18:07 +02:00
build_helper
ci Auto merge of #61252 - indygreg:upgrade-musl, r=alexcrichton 2019-06-30 08:42:58 +00:00
doc Revert "implicit Option-returning doctests" 2019-07-01 16:41:37 +02:00
etc
grammar
liballoc Rollup merge of #62043 - Centril:remove-fnbox, r=cramertj 2019-06-27 23:01:00 +02:00
libarena
libcore fix the same typo in doctest 2019-06-30 02:46:45 +09:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc integrate pick constraints into lexical solver more completely 2019-07-02 12:15:19 -04:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm
librustc_codegen_ssa rustc: Retry SIGILL linker invocations 2019-06-27 02:23:06 -07:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Auto merge of #61871 - Zoxc:no-lift-branch, r=eddyb 2019-07-02 08:09:15 +00:00
librustc_driver
librustc_errors Rollup merge of #62131 - Xanewok:clip-some-nits, r=petrochenkov 2019-06-27 23:01:09 +02:00
librustc_fs_util
librustc_incremental
librustc_interface
librustc_lint Extend #[must_use] lint to arrays 2019-06-30 18:20:49 +01:00
librustc_llvm
librustc_lsan
librustc_macros Clean up query cache code 2019-06-30 11:18:44 +02:00
librustc_metadata
librustc_mir Auto merge of #61922 - tmandry:moar-generator-optimization, r=matthewjasper 2019-07-02 12:25:00 +00:00
librustc_msan
librustc_passes Always parse 'async unsafe fn' + properly ban in 2015. 2019-06-29 21:38:26 +02:00
librustc_plugin
librustc_privacy
librustc_resolve Auto merge of #61682 - Centril:stabilize-type_alias_enum_variants, r=petrochenkov 2019-07-01 03:11:19 +00:00
librustc_save_analysis save-analysis: use buffered writes 2019-06-26 17:22:39 -07:00
librustc_target Rollup merge of #62131 - Xanewok:clip-some-nits, r=petrochenkov 2019-06-27 23:01:09 +02:00
librustc_traits
librustc_tsan
librustc_typeck Auto merge of #61871 - Zoxc:no-lift-branch, r=eddyb 2019-07-02 08:09:15 +00:00
librustdoc Revert "implicit Option-returning doctests" 2019-07-01 16:41:37 +02:00
libserialize Fix clippy::cast_losless 2019-06-26 14:11:58 +02:00
libstd Extend the #[must_use] lint to boxed types 2019-06-30 18:19:28 +01:00
libsyntax Auto merge of #62253 - Centril:rollup-115uuuq, r=Centril 2019-07-01 06:41:48 +00:00
libsyntax_ext
libsyntax_pos Rollup merge of #62104 - Zoxc:query-info, r=eddyb 2019-06-29 11:18:11 +02:00
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@1bbe0b3e1d
rtstartup
rustc
rustllvm
stdsimd@4bf456c35e
test integrate pick constraints into lexical solver more completely 2019-07-02 12:15:19 -04:00
tools bump miri to fix line endings on azure 2019-07-01 17:12:31 +02:00
.gitignore
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 the following READMEs, which are gradually being moved over to the guide: