rust/src
Dylan DPC 04f903859a
Rollup merge of #95979 - lcnr:coherence-docs, r=compiler-errors
update coherence docs, fix generator + opaque type ICE

the world is confusing, this makes it slightly less so
2022-05-18 08:41:14 +02:00
..
bootstrap Auto merge of #97055 - matthiaskrgr:rollup-1nqwfzx, r=matthiaskrgr 2022-05-15 07:32:58 +00:00
ci Rollup merge of #97113 - GuillaumeGomez:search-ui-fixes, r=notriddle 2022-05-18 07:41:00 +09:00
doc Rollup merge of #97021 - Volker-Weissmann:patch-1, r=Dylan-DPC 2022-05-15 18:41:26 +02:00
etc Store all generic bounds as where predicates. 2022-04-30 13:55:13 +02:00
librustdoc Rollup merge of #97113 - GuillaumeGomez:search-ui-fixes, r=notriddle 2022-05-18 07:41:00 +09:00
llvm-project@4784866596 Update LLVM submodule 2022-05-12 10:17:27 +02:00
rustdoc-json-types rustdoc-json: Fix HRTBs for WherePredicate::BoundPredicate 2022-05-04 21:03:01 +02:00
test Rollup merge of #95979 - lcnr:coherence-docs, r=compiler-errors 2022-05-18 08:41:14 +02:00
tools Auto merge of #92570 - jsha:rustdoc-search-refactor, r=GuillaumeGomez 2022-05-17 19:50:44 +00:00
README.md
stage0.json
version Bump to 1.63 2022-05-13 10:08:03 -04:00

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.