rust/src
bors ce8fbe7901 Auto merge of #106429 - djkoloski:add_vendor_to_fuchsia_target_triple, r=nagisa
Add vendor to Fuchsia's target triple

Historically, Rust's Fuchsia targets have been labeled x86_64-fuchsia and aarch64-fuchsia. However, they should technically contain vendor information. This CL changes Fuchsia's target triples to include the "unknown" vendor since Clang now does normalization and handles all triple spellings.

This was previously attempted in #90510, which was closed due to inactivity.
2023-01-06 06:05:40 +00:00
..
bootstrap Add vendor to Fuchsia's target triple 2023-01-05 09:34:22 -05:00
ci Add vendor to Fuchsia's target triple 2023-01-05 09:34:22 -05:00
doc Add vendor to Fuchsia's target triple 2023-01-05 09:34:22 -05:00
etc Make the pre-push script work on directories with spaces 2022-12-17 17:18:53 -06:00
librustdoc Auto merge of #106487 - GuillaumeGomez:fix-kbd-var, r=notriddle 2023-01-05 15:47:39 +00:00
llvm-project@9ad24035fe Update LLVM submodule 2023-01-03 12:08:02 +01:00
rustdoc-json-types Rustdoc-Json: Report discriminant on all kinds of enum variant. 2023-01-01 19:48:26 +00:00
test Auto merge of #106429 - djkoloski:add_vendor_to_fuchsia_target_triple, r=nagisa 2023-01-06 06:05:40 +00:00
tools Add vendor to Fuchsia's target triple 2023-01-05 09:34:22 -05:00
README.md
stage0.json bump stage0 2022-12-28 09:18:43 -05:00
version

README.md

This directory contains the source code of the rust project, including:

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

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