rust/src
2023-01-06 02:43:16 +00:00
..
bootstrap Rollup merge of #106396 - jyn514:bump-stage-date, r=pietroalbini 2023-01-04 07:28:56 +01:00
ci Cleanup mingw-tidy docker job 2023-01-01 21:44:18 +00:00
doc Rollup merge of #106464 - djkoloski:update_fuchsia_platform_support_docs, r=tmandry 2023-01-04 20:36:28 -08:00
etc Make the pre-push script work on directories with spaces 2022-12-17 17:18:53 -06:00
librustdoc Auto merge of #106487 - GuillaumeGomez:fix-kbd-var, r=notriddle 2023-01-05 15:47:39 +00:00
llvm-project@9ad24035fe Update LLVM submodule 2023-01-03 12:08:02 +01:00
rustdoc-json-types Rustdoc-Json: Report discriminant on all kinds of enum variant. 2023-01-01 19:48:26 +00:00
test Detect bindings assigned blocks without tail expressions in trait errors 2023-01-06 02:43:16 +00:00
tools Rollup merge of #106403 - compiler-errors:rename-hir-methods, r=cjgillot 2023-01-04 20:36:28 -08:00
README.md Remove miri from the submodule list and require it for CI to pass 2022-09-21 15:35:53 +00:00
stage0.json bump stage0 2022-12-28 09:18:43 -05:00
version bump version to 1.68 2022-12-09 17:49:45 +01: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, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.