rust/src
Matthias Krüger 754cb2a6f0
Rollup merge of #101271 - QuinnPainter:patch-1, r=Dylan-DPC
Fix filename of armv4t-none-eabi.md

The filename differed from the link in SUMMARY.md, causing it to 404.
2022-09-01 21:37:17 +02:00
..
bootstrap Rollup merge of #101072 - tmandry:llvm-is-vanilla, r=Mark-Simulacrum 2022-09-01 21:37:09 +02:00
ci Auto merge of #100606 - cuviper:upgrade-linux-ci, r=Mark-Simulacrum 2022-09-01 13:21:03 +00:00
doc Rollup merge of #101271 - QuinnPainter:patch-1, r=Dylan-DPC 2022-09-01 21:37:17 +02:00
etc Fix a bunch of typo 2022-08-31 18:24:55 +08:00
librustdoc Rollup merge of #101254 - rust-lang:notriddle/remove-even-more-css, r=jsha 2022-09-01 21:37:14 +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 #101245 - GuillaumeGomez:remove-unneeded-where-whitespace, r=notriddle 2022-09-01 21:37:11 +02:00
tools Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorino 2022-09-01 08:01:06 +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.