rust/src
2022-03-30 08:36:41 +02:00
..
bootstrap bootstrap: correct reading of flags for llvm 2022-03-14 11:49:31 -04:00
build_helper Hide failed command unless in verbose mode 2022-01-30 17:37:11 -05:00
ci Fix cmake build. 2022-03-18 08:33:58 -07:00
doc Rollup merge of #93658 - cchiw:issue-77443-fix, r=joshtriplett 2022-02-19 06:45:29 +01:00
etc Auto merge of #93626 - wesleywiser:fix_hashmap_natvis, r=michaelwoerister 2022-02-08 10:05:05 +00:00
librustdoc Rollup merge of #93954 - aDotInTheVoid:json-buffer, r=Mark-Simulacrum 2022-02-19 06:45:30 +01:00
llvm-project@c8eccf626f Update LLVM submodule 2022-03-14 11:46:37 -04:00
rustdoc-json-types Increase the format version of rustdoc-json-types 2022-01-20 22:14:02 +01:00
test backport #94925 2022-03-30 08:36:41 +02:00
tools bootstrap: correct reading of flags for llvm 2022-03-14 11:49:31 -04:00
README.md
stage0.json Update the bootstrap compiler to 1.59.0 2022-03-17 18:04:38 -07:00
version bump version to 1.60.0 2022-01-07 10:04:15 +01: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.