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: 97c966b
Choose a base ref
...
head repository: Manishearth/rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8cbb52d
Choose a head ref
  • 7 commits
  • 37 files changed
  • 2 contributors

Commits on Nov 12, 2022

  1. Don't set is_preview for clippy and rustfmt

    These have been shipped on stable for many years now and it would be very disruptive to ever remove them.
    Remove the `-preview` suffix from their dist components.
    jyn514 committed Nov 12, 2022

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    joyeecheung Joyee Cheung
    Copy the full SHA
    01b9c88 View commit details
  2. Rollup merge of #103648 - jyn514:no-preview, r=Mark-Simulacrum

    Don't set `is_preview` for clippy and rustfmt
    
    These have been shipped on stable for many years now and it would be very disruptive to ever remove them.
    Remove the `-preview` suffix from their dist components.
    
    Based on #102565.
    Manishearth authored Nov 12, 2022

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    joyeecheung Joyee Cheung
    Copy the full SHA
    43ecbea View commit details
  3. Rollup merge of #103650 - notriddle:notriddle/line-anchors, r=Guillau…

    …meGomez
    
    rustdoc: change `.src-line-numbers > span` to `.src-line-numbers > a`
    
    Example: https://notriddle.com/notriddle-rustdoc-demos/line-anchors/test_dingus/fn.test.html
    
    This allows people to treat them like real links, such as right-click to copy URL, and makes the line numbers in a scraped example work at all, when before this commit was added, they had the clickable pointer cursor but did not actually do anything when clicked.
    Manishearth authored Nov 12, 2022

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    joyeecheung Joyee Cheung
    Copy the full SHA
    385848f View commit details
  4. Rollup merge of #104078 - jyn514:dry-run-progress, r=Mark-Simulacrum

    Print "Checking/Building ..." message even when --dry-run is passed
    
    Print "Checking/Building ..." message even when --dry-run is passed
    
    This makes it a lot easier to understand what commands will be run without
    having to parse the `-vv` output, which isn't meant to be user facing.
    
    I also want to change these messages at some point (#102003) and this change will make it easier to paste a before/after comparison without having to actually build a stage 2 compiler.
    Manishearth authored Nov 12, 2022

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    joyeecheung Joyee Cheung
    Copy the full SHA
    e744685 View commit details
  5. Rollup merge of #104105 - davidtwco:split-dwarf-lto, r=michaelwoerister

    llvm: dwo only emitted when object code emitted
    
    Fixes #103932.
    
    `CompiledModule` should not think a DWARF object was emitted when a bitcode-only compilation has happened, this can confuse archive file creation (which expects to create an archive containing non-existent dwo files).
    
    r? `````@michaelwoerister`````
    Manishearth authored Nov 12, 2022

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    joyeecheung Joyee Cheung
    Copy the full SHA
    422299b View commit details
  6. Copy the full SHA
    36d2291 View commit details
  7. Rollup merge of #104323 - notriddle:notriddle/scrape-help-background,…

    … r=GuillaumeGomez
    
    rustdoc: remove no-op CSS `.scrape-help { background: transparent }`
    
    It's a link. This is the default CSS for it.
    Manishearth authored Nov 12, 2022
    Copy the full SHA
    8cbb52d View commit details
Loading