rust/src
Matthias Krüger 497701876f
Rollup merge of #115902 - Mark-Simulacrum:bump-ci, r=albertlarsan68
Fix up a few CI images

This forward-ports changes made on the stable branch to fix CI (https://github.com/rust-lang/rust/pull/115787).
2023-09-18 13:02:19 +02:00
..
bootstrap Rollup merge of #115811 - bzEq:make-aix-known, r=Mark-Simulacrum 2023-09-18 13:02:18 +02:00
ci Move to older, mirrored redox install 2023-09-16 17:58:48 -04:00
doc Update documentation for custom_code_classes_in_docs feature 2023-09-15 21:32:29 +02:00
etc update rust_analyzer_settings.json 2023-09-14 09:58:43 +02:00
librustdoc Update src/librustdoc/markdown.rs 2023-09-17 18:43:54 +00:00
llvm-project@0537f6354c Update LLVM submodule to 17.0.0-rc4 2023-09-05 18:34:53 +00:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Update cargo 2023-09-18 12:50:34 +08:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Update stage0 to next beta 2023-08-22 06:58:03 -04:00
version Bump version to 1.74.0 2023-08-20 14:02:00 -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.