rust/src
Matthias Krüger ea9c370ffe
Rollup merge of #100970 - Xiretza:derive-multipart-suggestion, r=davidtwco
Allow deriving multipart suggestions

This turned into a bit more of a rewrite than I was initially hoping for... Still, I think the `SessionSubdiagnostic` derive is a little cleaner overall now, and closer to the `SessionDiagnostic` derive to make future code sharing easier.

r? ``@davidtwco``
2022-08-31 07:57:54 +02:00
..
bootstrap Avoid bootstrap from updating rls submodule 2022-08-30 15:43:25 +02:00
ci Sunset RLS 2022-08-27 21:36:08 -07:00
doc Rollup merge of #101219 - ehuss:update-books, r=ehuss 2022-08-31 08:47:24 +09:00
etc Rollup merge of #101175 - tmandry:curse-push-hook, r=jyn514 2022-08-30 11:26:53 +05:30
librustdoc Rollup merge of #100804 - GuillaumeGomez:search-results-color-ayu, r=notriddle 2022-08-31 08:47:14 +09:00
llvm-project@e3be3f64ec Patch lld for older toolchains 2022-08-11 15:51:59 -07:00
rustdoc-json-types Rollup merge of #100335 - aDotInTheVoid:rdj-resolved-path, r=GuillaumeGomez 2022-08-13 21:06:48 -07:00
test Rollup merge of #100970 - Xiretza:derive-multipart-suggestion, r=davidtwco 2022-08-31 07:57:54 +02:00
tools Rollup merge of #101197 - lnicola:rust-analyzer-2022-08-30, r=lnicola 2022-08-31 08:47:22 +09: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.