rust/src
2022-05-01 21:36:19 +02:00
..
bootstrap Auto merge of #95170 - jyn514:ci-llvm, r=Mark-Simulacrum 2022-04-27 13:27:22 +00:00
ci Update browser-ui-test version to 0.9.0 2022-05-01 21:36:19 +02:00
doc Remove unnecessary environment variable in cf-protection documentation 2022-04-29 10:32:37 -07:00
etc Fix --bless not working anymore in htmldocck 2022-04-17 12:42:27 +02:00
librustdoc Rollup merge of #96536 - rust-lang:notriddle/deref-slice-core, r=GuillaumeGomez 2022-04-29 23:54:40 +02:00
llvm-project@fc10370ef7 Update LLVM submodule 2022-04-28 16:04:15 +02:00
rustdoc-json-types rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
test Auto merge of #95776 - cjgillot:ast-lifetimes-static, r=petrochenkov 2022-04-30 07:52:18 +00:00
tools Update browser-ui-test version to 0.9.0 2022-05-01 21:36:19 +02: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.