rust/src
2022-08-14 11:44:59 +02:00
..
bootstrap Rollup merge of #100468 - cuviper:lazy-x, r=jyn514 2022-08-13 21:06:52 -07:00
ci Use an extensionless x script for non-Windows 2022-08-12 15:39:26 -07:00
doc Auto merge of #100341 - andrewpollack:fuchsia-llvm-libunwind, r=tmandry 2022-08-13 02:41:27 +00:00
etc Rollup merge of #100335 - aDotInTheVoid:rdj-resolved-path, r=GuillaumeGomez 2022-08-13 21:06:48 -07:00
librustdoc remove Clean trait implementation for hir::Variant 2022-08-14 11:44:59 +02:00
llvm-project@e3be3f64ec Patch lld for older toolchains 2022-08-11 15:51:59 -07:00
rustdoc-json-types Rollup merge of #100335 - aDotInTheVoid:rdj-resolved-path, r=GuillaumeGomez 2022-08-13 21:06:48 -07:00
test Rollup merge of #100479 - compiler-errors:argument-type-error-improvements, r=lcnr 2022-08-13 21:06:53 -07:00
tools Auto merge of #100516 - compiler-errors:rollup-fgrfeb3, r=compiler-errors 2022-08-14 06:40:58 +00:00
README.md
stage0.json Bump bootstrap compiler 2022-08-12 16:27:26 -04: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 rustdoc, rls, etc.

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