about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorNilstrieb <48135649+Nilstrieb@users.noreply.github.com>2024-03-10 20:46:08 +0100
committerNilstrieb <48135649+Nilstrieb@users.noreply.github.com>2024-03-10 20:46:08 +0100
commit5bcb66cfb36d19b84ff51cf923c1d3536d446281 (patch)
tree4aa119378e391b1ab0d93c2730e68465c366b43b /compiler/rustc_interface/src
parentaf69f4c48c1e1cfbb9ba43b376edcfbdd8cfbca4 (diff)
downloadrust-5bcb66cfb36d19b84ff51cf923c1d3536d446281.tar.gz
rust-5bcb66cfb36d19b84ff51cf923c1d3536d446281.zip
Add metadata to targets
This adds four pieces of metadata to every target:
- description
- tier
- host tools
- std

This information is currently scattered across target docs and both
- not machine readable, making validation harder
- sometimes subtly encoding by the table it's in, causing mistakes and
  making it harder to review changes to the properties

By putting it in the compiler, we improve this. Later, we will use this
canonical information to generate target documentation from it.
Diffstat (limited to 'compiler/rustc_interface/src')
0 files changed, 0 insertions, 0 deletions