rust/src
2019-06-25 11:46:33 -07:00
..
bootstrap Make tidy quieter by default 2019-06-23 09:09:44 -04:00
build_helper
ci
doc Rollup merge of #61267 - michaelwoerister:update-xlto-table, r=alexcrichton 2019-06-22 01:42:33 +02:00
etc
grammar
liballoc Rollup merge of #61146 - czipperz:SliceConcatExt-connect-default-to-join, r=sfackler 2019-06-22 01:42:30 +02:00
libarena
libcore Rollup merge of #62068 - ia0:fix_meta_var, r=petrochenkov 2019-06-23 01:59:20 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro Fix meta-variable binding errors in macros 2019-06-23 01:30:41 +02:00
libprofiler_builtins
librustc Auto merge of #62075 - Centril:guardless-match-arms, r=petrochenkov 2019-06-24 05:00:10 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Rollup merge of #62068 - ia0:fix_meta_var, r=petrochenkov 2019-06-23 01:59:20 +02:00
librustc_codegen_ssa Deny explicit_outlives_requirements in the compiler 2019-06-22 17:13:19 +01:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Rollup merge of #62068 - ia0:fix_meta_var, r=petrochenkov 2019-06-23 01:59:20 +02:00
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_interface
librustc_lint Auto merge of #60861 - Centril:let-chains-ast-intro, r=petrochenkov 2019-06-23 12:28:12 +00:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata
librustc_mir Auto merge of #62012 - wesleywiser:const_prop_use_ecx, r=oli-obk 2019-06-24 07:48:29 +00:00
librustc_msan
librustc_passes let_chains: Revert 'fn with' in ast_validation. 2019-06-23 01:39:13 +02:00
librustc_plugin
librustc_privacy
librustc_resolve Auto merge of #62075 - Centril:guardless-match-arms, r=petrochenkov 2019-06-24 05:00:10 +00:00
librustc_save_analysis Auto merge of #62075 - Centril:guardless-match-arms, r=petrochenkov 2019-06-24 05:00:10 +00:00
librustc_target Fix meta-variable binding errors in macros 2019-06-23 01:30:41 +02:00
librustc_traits
librustc_tsan
librustc_typeck Deny explicit_outlives_requirements in the compiler 2019-06-22 17:13:19 +01:00
librustdoc Rollup merge of #61984 - ljedrz:more_node_id_pruning, r=Zoxc 2019-06-22 01:42:38 +02:00
libserialize Fix meta-variable binding errors in macros 2019-06-23 01:30:41 +02:00
libstd Typo 2019-06-22 00:44:31 +02:00
libsyntax Auto merge of #62075 - Centril:guardless-match-arms, r=petrochenkov 2019-06-24 05:00:10 +00:00
libsyntax_ext Fix meta-variable binding errors in macros 2019-06-23 01:30:41 +02:00
libsyntax_pos let_chains: Add feature gate. 2019-06-23 01:29:29 +02:00
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@1bbe0b3e1d Update LLVM to fix VS 2019 compilation 2019-06-21 08:31:41 +02:00
rtstartup
rustc
rustllvm
stdsimd@4bf456c35e
test Add more tests for async/await 2019-06-25 11:46:33 -07:00
tools submodules: Update clippy from 5a11ed7b to 8c80b65f 2019-06-24 09:42:31 +00: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: