rust/src
Matthias Krüger 4e60d99a76
Rollup merge of #113743 - workingjubilee:link-more-platform-support-docs, r=joshtriplett
Directly link more target docs

Some platforms were not linked from platform-support.md

This fixes that, but errs towards extremely conservative, only directly linking platform docs if the docs actively mention the target, as otherwise I do not necessarily know if there was a reason for the omission.
2023-08-01 06:55:53 +02:00
..
bootstrap Rollup merge of #113588 - RalfJung:llvm-merge-base, r=albertlarsan68 2023-08-01 06:55:53 +02:00
ci Auto merge of #114148 - cuviper:drop-llvm-14, r=nikic 2023-07-29 14:57:47 +00:00
doc Rollup merge of #113743 - workingjubilee:link-more-platform-support-docs, r=joshtriplett 2023-08-01 06:55:53 +02:00
etc Rollup merge of #113906 - notriddle:notriddle/cargo-extra-env, r=Mark-Simulacrum 2023-07-31 22:49:50 +02:00
librustdoc Remove some unneeded clone() calls 2023-07-30 13:26:36 +02:00
llvm-project@a7d11c4537 Update LLVM submodule 2023-07-26 14:55:50 -06:00
rustdoc-json-types Verify that ItemEnum can be serialized and then deserialized using bincode 2023-05-22 18:26:20 +01:00
tools Rollup merge of #113588 - RalfJung:llvm-merge-base, r=albertlarsan68 2023-08-01 06:55:53 +02:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump bootstrap compiler to latest 2023-07-12 21:26:04 -04:00
version Bump version 2023-07-08 10:35:49 -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.