rust/src
Guillaume Gomez 84891c229c
Rollup merge of #115266 - GuillaumeGomez:unify-css-color-formats, r=notriddle
Unify CSS color formats a bit more

When `rgb` format doesn't have an `rgba` equivalent, I turned it into hex format. I also "decapitalized" hex formats.

r? `@notriddle`
2023-08-27 20:12:49 +02:00
..
bootstrap Rollup merge of #115261 - onur-ozkan:replace-old-username, r=Mark-Simulacrum 2023-08-27 20:12:48 +02:00
ci Rollup merge of #114927 - Kobzol:ci-docker-caching-log, r=Mark-Simulacrum 2023-08-27 09:45:17 +02:00
doc Fixup sparc-unknown-none-elf table spacing 2023-08-25 21:40:18 -07:00
etc rust-gdbgui: remove excessive quotes 2023-08-22 09:09:00 -04:00
librustdoc Unify CSS color formats a bit more 2023-08-27 11:02:53 +02:00
llvm-project@50eecd007f Update LLVM submodule to 17.0.0-rc3 2023-08-22 17:59:58 -07:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Update cargo 2023-08-26 09:51:44 +01: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.