Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8d2198a
Choose a base ref
...
head repository: rust-lang/rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8c50f95
Choose a head ref
  • 1 commit
  • 15 files changed
  • 1 contributor

Commits on Apr 16, 2025

  1. rustdoc: Output target feature information

    `#[target_feature]` attributes refer to a target-specific list of
    features. Enabling certain features can imply enabling other features.
    Certain features are always enabled on certain targets, since they are
    required by the target's ABI. Features can also be enabled indirectly
    based on other compiler flags.
    
    Feature information is ultimately known to `rustc`. Rather than force
    external tools to track it -- which may be wildly impractical due to
    `-C target-cpu` -- have `rustdoc` output `rustc`'s feature data.
    willglynn committed Apr 16, 2025
    Configuration menu
    Copy the full SHA
    8c50f95 View commit details
    Browse the repository at this point in the history
Loading