rust/src
bors 3655175a75 Auto merge of #97111 - JohnTitor:rollup-x3vjf6u, r=JohnTitor
Rollup of 7 pull requests

Successful merges:

 - #96329 (Add a couple tests for #90887 fixes)
 - #97009 (Allow `unused_macro_rules` in path tests)
 - #97075 (Add regression test for #81804)
 - #97079 (Change `Successors` to `impl Iterator<Item = BasicBlock>`)
 - #97080 (remove the `RelateResultCompare` trait)
 - #97093 (Migrate `maybe_recover_from_bad_type_plus` diagnostic)
 - #97102 (Update function pointer call error message)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-05-17 12:01:12 +00:00
..
bootstrap Auto merge of #97055 - matthiaskrgr:rollup-1nqwfzx, r=matthiaskrgr 2022-05-15 07:32:58 +00:00
ci Auto merge of #96907 - sunfishcode:sunfishcode/update-wasi, r=Mark-Simulacrum 2022-05-17 04:37:47 +00: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 Auto merge of #96825 - kckeiks:remove-item-like-visitor-trait, r=cjgillot 2022-05-17 06:51:45 +00:00
llvm-project@4784866596 Update LLVM submodule 2022-05-12 10:17:27 +02:00
rustdoc-json-types rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
test Rollup merge of #97102 - mbartlett21:fn-pointer-error, r=lcnr 2022-05-17 19:01:35 +09:00
tools Auto merge of #97111 - JohnTitor:rollup-x3vjf6u, r=JohnTitor 2022-05-17 12:01:12 +00:00
README.md
stage0.json bump stage0 to the latest beta 2022-04-05 22:24:32 +02:00
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.