rust/src
Gary Guo b4ad734ee2 Bless tests
(cherry picked from commit 247da7b18d)
2022-10-20 11:53:58 -07:00
..
bootstrap Revert "fix #101691: copy stage0 binaries into stage0-sysroot" 2022-10-04 12:51:28 -07:00
ci switch to the beta channel 2022-09-19 14:57:18 +02:00
doc Rollup merge of #101915 - notriddle:notriddle/redirect, r=GuillaumeGomez 2022-09-17 15:31:09 +05:30
etc Remove check_missing_items.py 2022-09-14 16:14:15 +01:00
librustdoc Add missing space between notable trait tooltip and where clause 2022-10-20 11:37:06 -07:00
llvm-project@670e5f673a Update LLVM submodule 2022-09-02 10:18:12 +02:00
rustdoc-json-types Document that ResolvedPath can also be a union 2022-09-16 19:51:58 +01:00
test Bless tests 2022-10-20 11:53:58 -07:00
tools Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett 2022-09-17 15:31:06 +05:30
README.md Sunset RLS 2022-08-27 21:36:08 -07:00
stage0.json bump stage0 2022-09-23 11:42:13 +02:00
version Bump to 1.65.0 2022-08-05 11:32:46 -04: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, miri, etc.

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