rust/src
bors 05e678ccca Auto merge of #99756 - fasterthanlime:ra-sync-and-pms-component, r=Mark-Simulacrum
Sync `rust-analyzer`, add `rust-analyzer-proc-macro-srv` binary to Rustc component

As discussed earlier with `@jyn514` and `@pietroalbini,` I'm also going to use this PR to have `dist::Rustc` build the `rust-analyzer-proc-macro-srv` binary introduced in:

  * https://github.com/rust-lang/rust-analyzer/pull/12871
2022-07-28 10:51:46 +00:00
..
bootstrap Auto merge of #99756 - fasterthanlime:ra-sync-and-pms-component, r=Mark-Simulacrum 2022-07-28 10:51:46 +00:00
ci Revert "Revert "Use ICF (identical code folding) for building rustc"" 2022-07-24 08:52:08 -07:00
doc Fix some broken link fragments. 2022-07-25 09:16:28 -07:00
etc Rollup merge of #95446 - notseanray:master, r=Mark-Simulacrum 2022-06-22 15:16:08 +09:00
librustdoc Rollup merge of #99812 - GuillaumeGomez:fix-headings-colors, r=jsha,notriddle 2022-07-27 17:55:08 +02:00
llvm-project@8b6b5014fd Update llvm-project 2022-07-05 17:57:29 +02:00
rustdoc-json-types Fix rustdoc JSON inline 2022-07-16 13:39:38 +02:00
test Rollup merge of #99812 - GuillaumeGomez:fix-headings-colors, r=jsha,notriddle 2022-07-27 17:55:08 +02:00
tools Auto merge of #99756 - fasterthanlime:ra-sync-and-pms-component, r=Mark-Simulacrum 2022-07-28 10:51:46 +00:00
README.md
stage0.json Bump to latest beta 2022-07-21 01:36:08 +00:00
version bump version to 1.64.0 2022-06-24 17:27:24 +02: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.