rust/src
2022-04-26 20:57:46 +02:00
..
bootstrap Auto merge of #96106 - jihiggins:issue-96060, r=Mark-Simulacrum 2022-04-25 04:24:10 +00:00
ci update: actions/checkout@v2 to actions/checkout@v3 2022-04-14 13:20:39 -07:00
doc Update books 2022-04-20 07:04:50 -07:00
etc Fix --bless not working anymore in htmldocck 2022-04-17 12:42:27 +02:00
librustdoc Update rustdoc search parser to handle ! correctly 2022-04-26 20:57:45 +02:00
llvm-project@326efc90ac Update LLVM submodule 2022-04-25 12:57:08 -07:00
rustdoc-json-types rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
test Update rustdoc search test to check ! 2022-04-26 20:57:46 +02:00
tools Auto merge of #96428 - GuillaumeGomez:rollup-4noqr33, r=GuillaumeGomez 2022-04-26 15:59:46 +00:00
README.md
stage0.json bump stage0 to the latest beta 2022-04-05 22:24:32 +02:00
version bump version to 1.62.0 2022-04-04 09:21:03 +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.