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: b6faed3
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: 53238c3
Choose a head ref
  • 1 commit
  • 7 files changed
  • 1 contributor

Commits on Jan 16, 2025

  1. Target option to require explicit cpu

    Some targets have many different CPUs and no generic CPU that can be
    used as a default. For these targets, the user needs to explicitly
    specify a CPU through `-C target-cpu=`.
    
    Add an option for targets and an error message if no CPU is set.
    
    This affects the proposed amdgpu and avr targets.
    Flakebi committed Jan 16, 2025
    Configuration menu
    Copy the full SHA
    53238c3 View commit details
    Browse the repository at this point in the history
Loading