rust/src
Matt Hamrick 6fbc4d9165
Fix unsupported syntax in .manifest file
Fuchsia .manifest files do not support a `#` comment syntax. Because of this, if you copy and paste the current example code for this file, and then remove the line you don't need, you still see an error. To make this a bit easier to follow, split this into two code blocks, one for rustc, and one for cargo.
2022-09-02 11:14:22 -07:00
..
bootstrap Rollup merge of #101166 - GuillaumeGomez:error-index-mdbook, r=notriddle 2022-09-02 11:34:51 +02:00
ci Auto merge of #100935 - cuviper:upgrade-android-ci, r=Mark-Simulacrum 2022-09-02 05:32:57 +00:00
doc Fix unsupported syntax in .manifest file 2022-09-02 11:14:22 -07:00
etc Fix a bunch of typo 2022-08-31 18:24:55 +08:00
librustdoc Rollup merge of #101298 - notriddle:notriddle/rustdoc-main-since, r=GuillaumeGomez 2022-09-02 11:34:54 +02: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 #101294 - Xiretza:fix-100844-accident, r=davidtwco 2022-09-02 11:34:53 +02:00
tools Rollup merge of #101166 - GuillaumeGomez:error-index-mdbook, r=notriddle 2022-09-02 11:34:51 +02: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.