rust/src
2022-12-31 09:17:42 +01:00
..
bootstrap Adjust miri to still be optional 2022-12-13 00:06:21 +01:00
ci change channel to beta 2022-12-12 13:46:18 +01:00
doc unstable-book: Add ignore to abi_efiapi example code 2022-12-06 14:45:38 -05:00
etc Fix natvis VecDeque formatter 2022-11-27 18:09:56 +01:00
librustdoc Add test for non-rust code block hashtag prepended lines 2022-12-26 17:30:41 -05:00
llvm-project@3dfd4d93fa Update LLVM submodule 2022-12-07 08:40:49 +01:00
rustdoc-json-types Rollup merge of #103065 - aDotInTheVoid:rdj-arg-pattern, r=GuillaumeGomez 2022-11-30 19:53:17 +01:00
test Auto merge of #106163 - compiler-errors:🅱-IMPLIED_BOUNDS_ENTAILMENT, r=Mark-Simulacrum 2022-12-28 19:46:17 +00:00
tools Fix new_return_no_self with recursive bounds 2022-12-31 09:17:42 +01:00
README.md
stage0.json Bump to latest beta 2022-11-06 17:11:02 -05:00
version Bump to 1.67.0 2022-10-29 10:28:52 -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, etc.

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