rust/src
bors 87788097b7 Auto merge of #101577 - Dylan-DPC:rollup-l9xw7i7, r=Dylan-DPC
Rollup of 7 pull requests

Successful merges:

 - #98933 (Opaque types' generic params do not imply anything about their hidden type's lifetimes)
 - #101041 (translations(rustc_session): migrates rustc_session to use SessionDiagnostic - Pt. 2)
 - #101424 (Adjust and slightly generalize operator error suggestion)
 - #101496 (Allow lower_lifetime_binder receive a closure)
 - #101501 (Allow lint passes to be bound by `TyCtxt`)
 - #101515 (Recover from typo where == is used in place of =)
 - #101545 (Remove unnecessary `PartialOrd` and `Ord`)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-09-08 15:53:14 +00:00
..
bootstrap Avoid UB in the Windows filesystem code in... bootstrap? 2022-09-05 08:39:11 -07:00
ci Test internal documentation 2022-09-04 16:51:11 +01:00
doc Rollup merge of #101343 - diminishedprime:patch-3, r=tmandry 2022-09-07 21:48:11 +02:00
etc Rustdoc-Json: More accurate struct type. 2022-09-07 09:42:23 +01:00
librustdoc Auto merge of #101467 - nnethercote:shrink-hir-Ty-Pat, r=spastorino 2022-09-08 13:11:57 +00:00
llvm-project@670e5f673a Update LLVM submodule 2022-09-02 10:18:12 +02:00
rustdoc-json-types Rustdoc-Json: More accurate struct type. 2022-09-07 09:42:23 +01:00
test Auto merge of #101577 - Dylan-DPC:rollup-l9xw7i7, r=Dylan-DPC 2022-09-08 15:53:14 +00:00
tools Auto merge of #101577 - Dylan-DPC:rollup-l9xw7i7, r=Dylan-DPC 2022-09-08 15:53:14 +00:00
README.md Sunset RLS 2022-08-27 21:36:08 -07:00
stage0.json Bump stage0 2022-08-29 19:30:11 +02:00
version Bump to 1.65.0 2022-08-05 11:32:46 -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 cargo, miri, etc.

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