rust/src
Jakub Beránek a836fd65f9 Use beta cargo in opt-dist
Using the new cargo caused issues when a backwards-incompatible change was made to cargo.
2023-10-22 12:58:35 +02:00
..
bootstrap fix(bootstrap) info message show correct path now 2023-10-19 08:52:46 +07:00
ci Fix podman detection in CI scripts 2023-10-15 13:27:59 +02:00
doc Replace all uses of generator in markdown documentation with coroutine 2023-10-20 21:14:02 +00:00
etc generate zsh autocompletion for x 2023-10-15 09:05:55 +03:00
librustdoc s/Generator/Coroutine/ 2023-10-20 21:10:38 +00:00
llvm-project@febc39711a Update to LLVM 17.0.3 2023-10-17 10:44:45 +02:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Use beta cargo in opt-dist 2023-10-22 12:58:35 +02:00
README.md
stage0.json Bump to latest beta 2023-10-08 19:57:43 -04:00
version Bump to 1.75.0 2023-09-30 19:09:22 -04:00

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

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