-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Comparing changes
Open a pull request
base repository: rust-lang/rust
base: master
head repository: Manishearth/rust
compare: rollup-bclqgyd
- 7 commits
- 37 files changed
- 2 contributors
Commits on Nov 12, 2022
-
Don't set
is_preview
for clippy and rustfmtThese 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.
Configuration menu - View commit details
-
Copy full SHA for 01b9c88 - Browse repository at this point
Copy the full SHA 01b9c88View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 43ecbea - Browse repository at this point
Copy the full SHA 43ecbeaView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 385848f - Browse repository at this point
Copy the full SHA 385848fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for e744685 - Browse repository at this point
Copy the full SHA e744685View commit details -
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`````
Configuration menu - View commit details
-
Copy full SHA for 422299b - Browse repository at this point
Copy the full SHA 422299bView commit details -
Rollup merge of #104177 - notriddle:notriddle/js-notable-trait-v2, r=…
…GuillaumeGomez rustdoc: use consistent "popover" styling for notable traits Follow-up to #104129 Fixes #104313. Preview: https://notriddle.com/notriddle-rustdoc-demos/js-notable-trait-v2/std/iter/trait.Iterator.html#method.step_by ## Before   ## After  
Configuration menu - View commit details
-
Copy full SHA for 36d2291 - Browse repository at this point
Copy the full SHA 36d2291View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 8cbb52d - Browse repository at this point
Copy the full SHA 8cbb52dView commit details
There are no files selected for viewing