rust/src
Rémy Rakic 736dbefaf3 make linux PGO script more generic
This extracts the linux-isms into variables, so that the script can be
extended to do PGO on windows. These variables will be overriden in a
few spots, in windows-specific blocks.
2022-07-11 15:53:46 +02:00
..
bootstrap extend bootstrap for PGO on windows 2022-07-11 15:43:28 +02:00
ci make linux PGO script more generic 2022-07-11 15:53:46 +02:00
doc Update books 2022-07-05 11:44:56 -07:00
etc Rollup merge of #95446 - notseanray:master, r=Mark-Simulacrum 2022-06-22 15:16:08 +09:00
librustdoc Rollup merge of #98256 - GuillaumeGomez:whitespace-where-clause, r=notriddle 2022-07-05 23:43:31 +02:00
llvm-project@d1ddc34c4b Update LLVM submodule 2022-06-25 09:36:03 +02:00
rustdoc-json-types rustdoc-json: Fix HRTBs for WherePredicate::BoundPredicate 2022-05-04 21:03:01 +02:00
test Rollup merge of #98256 - GuillaumeGomez:whitespace-where-clause, r=notriddle 2022-07-05 23:43:31 +02:00
tools Auto merge of #98206 - eggyal:align-to-chalk-folding-api, r=jackh726 2022-07-06 05:48:11 +00:00
README.md
stage0.json bump stage0 compiler 2022-06-29 15:35:30 +02: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.