rust/src
bors 765eebf064 Auto merge of #62253 - Centril:rollup-115uuuq, r=Centril
Rollup of 8 pull requests

Successful merges:

 - #62062 (Use a more efficient iteration order for forward dataflow)
 - #62063 (Use a more efficient iteration order for backward dataflow)
 - #62224 (rustdoc: remove unused derives and variants)
 - #62228 (Extend the #[must_use] lint to boxed types)
 - #62235 (Extend the `#[must_use]` lint to arrays)
 - #62239 (Fix a typo)
 - #62241 (Always parse 'async unsafe fn' + properly ban in 2015)
 - #62248 (before_exec actually will only get deprecated with 1.37)

Failed merges:

r? @ghost
2019-07-01 06:41:48 +00: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 Auto merge of #61682 - Centril:stabilize-type_alias_enum_variants, r=petrochenkov 2019-07-01 03:11:19 +00: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 Keep caching for non-promoted queries 2019-06-30 11:18:44 +02: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 Fix clippy::precedence 2019-06-26 14:14:27 +02: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 Rollup merge of #62063 - ecstatic-morse:dataflow-backward-order, r=nagisa 2019-06-30 21:57:24 +02: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 #61682 - Centril:stabilize-type_alias_enum_variants, r=petrochenkov 2019-07-01 03:11:19 +00:00
librustdoc Rollup merge of #62224 - euclio:remove-derives, r=GuillaumeGomez 2019-06-30 21:57:25 +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 Auto merge of #62253 - Centril:rollup-115uuuq, r=Centril 2019-07-01 06:41:48 +00:00
tools Update miri 2019-06-30 18:19:28 +01: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: