rust/src
bors 6f40082313 Auto merge of #118661 - fee1-dead-contrib:restore-const-partialEq, r=compiler-errors
Restore `const PartialEq`

And thus fixes a number of tests. There is a bug that still needs to be fixed, so WIP for now.

r? `@compiler-errors`
2023-12-11 10:34:51 +00:00
..
bootstrap Revert "Use MCP510" 2023-12-10 23:22:20 +01:00
ci Build Fuchsia in CI 2023-12-07 16:30:36 -08:00
doc Auto merge of #118368 - GuillaumeGomez:env-flag, r=Nilstrieb 2023-12-10 21:48:53 +00:00
etc allow bypassing the build directory lock 2023-12-09 20:12:40 +03:00
librustdoc Add spacing information to delimiters. 2023-12-11 09:36:40 +11:00
llvm-project@7738295178 Update to LLVM 17.0.5 2023-11-14 12:06:30 +01:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Auto merge of #118661 - fee1-dead-contrib:restore-const-partialEq, r=compiler-errors 2023-12-11 10:34:51 +00:00
README.md
stage0.json Bump stage0 to latest 2023-11-15 19:40:51 -05:00
version Bump nightly version 2023-11-11 11:29:33 -05:00

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

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