rust/src
Mark Rousskov 108b32ea59 Fix tests
2022-10-29 15:07:38 -04: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 doc(rustdoc): redirect more urls 2022-10-29 13:24:02 -04:00
etc Remove check_missing_items.py 2022-09-14 16:14:15 +01:00
librustdoc fix(rustdoc): add missing URL component for error messages 2022-10-29 13:24:02 -04: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 Fix tests 2022-10-29 15:07:38 -04:00
tools Revert "Do not consider method call receiver as an argument in AST." 2022-10-27 14:53:42 +00:00
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.