rust/src
2022-05-13 10:09:11 +00:00
..
bootstrap Auto merge of #96493 - chbaker0:issue-96342-fix, r=Mark-Simulacrum 2022-05-13 01:25:28 +00:00
ci Auto merge of #96689 - gimbles:campfire, r=Mark-Simulacrum 2022-05-08 11:14:47 +00:00
doc Fix platform support links. 2022-05-12 11:07:32 -07:00
etc Store all generic bounds as where predicates. 2022-04-30 13:55:13 +02:00
librustdoc rustdoc: fix GUI crash when searching for magic JS property values 2022-05-12 14:15:31 -07:00
llvm-project@4784866596 Update LLVM submodule 2022-05-12 10:17:27 +02:00
rustdoc-json-types rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
test For non-defining opaque type usage errors, don't try to also prove all trait bounds 2022-05-13 10:09:11 +00:00
tools Auto merge of #96493 - chbaker0:issue-96342-fix, r=Mark-Simulacrum 2022-05-13 01:25:28 +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.