-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rollup of 10 pull requests #96101
Rollup of 10 pull requests #96101
Commits on Mar 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d78e3e3 - Browse repository at this point
Copy the full SHA d78e3e3View commit details -
Add missing platform support docs to sidebar
Also sort sidebar alphabetically by document filename
Configuration menu - View commit details
-
Copy full SHA for c1d5c2b - Browse repository at this point
Copy the full SHA c1d5c2bView commit details
Commits on Mar 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9cfdb89 - Browse repository at this point
Copy the full SHA 9cfdb89View commit details -
Configuration menu - View commit details
-
Copy full SHA for c681a88 - Browse repository at this point
Copy the full SHA c681a88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 147e5da - Browse repository at this point
Copy the full SHA 147e5daView commit details
Commits on Apr 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d5f3863 - Browse repository at this point
Copy the full SHA d5f3863View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a0f8d5 - Browse repository at this point
Copy the full SHA 4a0f8d5View commit details
Commits on Apr 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1b7008d - Browse repository at this point
Copy the full SHA 1b7008dView commit details -
Remove some now-dead code that was only relevant before deaggregation.
The code was broken anyway, if the deaggregator is disabled, it would have ICE on any non-enum Adt
Configuration menu - View commit details
-
Copy full SHA for 48029ab - Browse repository at this point
Copy the full SHA 48029abView commit details -
update: actions/checkout@v2 to actions/checkout@v3
update: actions/checkout@v2 to actions/checkout@v3 for all yaml files Revert "update: actions/checkout@v2 to actions/checkout@v3 for all yaml files" This reverts commit 7445e582b900f0f56f5f2bd9036aacab97ef28e9. change GitHub Actions version v2 to v3 change GitHub Actions
Configuration menu - View commit details
-
Copy full SHA for 9d319f3 - Browse repository at this point
Copy the full SHA 9d319f3View commit details
Commits on Apr 15, 2022
-
The current "This is supported" wording implies that it's possible to still use the item on other configurations, but in an unsupported way. Changing this to "Available" removes this ambiguity.
Configuration menu - View commit details
-
Copy full SHA for 753d567 - Browse repository at this point
Copy the full SHA 753d567View commit details -
Configuration menu - View commit details
-
Copy full SHA for e30d6d9 - Browse repository at this point
Copy the full SHA e30d6d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a6c2ff - Browse repository at this point
Copy the full SHA 1a6c2ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4117e8c - Browse repository at this point
Copy the full SHA 4117e8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e162602 - Browse repository at this point
Copy the full SHA e162602View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f2f4a3 - Browse repository at this point
Copy the full SHA 3f2f4a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f46ba6 - Browse repository at this point
Copy the full SHA 3f46ba6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5181422 - Browse repository at this point
Copy the full SHA 5181422View commit details
Commits on Apr 16, 2022
-
Rollup merge of rust-lang#93969 - bjorn3:codegen_backend_dep_info, r=…
…pnkfelix Only add codegen backend to dep info if -Zbinary-dep-depinfo is used I am currently migrating the cg_clif build system from using a binary linked to the codegen backend as rustc replacement to passing `-Zcodegen-backend` instead. Without this PR this would force cargo to rebuild the sysroot on any change to the codegen backend even if I explicitly specify that I want it to be preserved, which would make development of cg_clif a lot slower. If you still want to have changes to the codegen backend invalidate the cargo build cache you can explicitly specify `-Zbinary-dep-depinfo`. cc `@eddyb` as the codegen backend was initially added to the depinfo for rust-gpu.
Configuration menu - View commit details
-
Copy full SHA for 7b8df43 - Browse repository at this point
Copy the full SHA 7b8df43View commit details -
Rollup merge of rust-lang#94605 - Michcioperz:patch-1, r=pnkfelix
Add missing links in platform support docs I was looking at m68k support and saw that https://doc.rust-lang.org/rustc/platform-support.html and the sidebar there were missing some links to target documentation
Configuration menu - View commit details
-
Copy full SHA for e292641 - Browse repository at this point
Copy the full SHA e292641View commit details -
Rollup merge of rust-lang#95372 - RalfJung:unaligned_references, r=ol…
…i-obk make unaligned_references lint deny-by-default This lint has been warn-by-default for a year now (since rust-lang#82525), so I think it is time to crank it up a bit. Code that triggers the lint causes UB (without `unsafe`) when executed, so we really don't want people to write code like this.
Configuration menu - View commit details
-
Copy full SHA for a21f392 - Browse repository at this point
Copy the full SHA a21f392View commit details -
Rollup merge of rust-lang#95859 - rainy-me:unterminated-nested-block-…
…comment, r=petrochenkov Improve diagnostics for unterminated nested block comment close rust-lang#95283 (This is my first time try to messing around with rust compiler and might get a lot of things wrong... 🙇 )
Configuration menu - View commit details
-
Copy full SHA for ac01c91 - Browse repository at this point
Copy the full SHA ac01c91View commit details -
Rollup merge of rust-lang#96004 - JakobDegen:fix-validator-ice, r=pet…
…rochenkov Consider lifetimes when comparing types for equality in MIR validator Closes rust-lang#95978 .
Configuration menu - View commit details
-
Copy full SHA for a30dbc2 - Browse repository at this point
Copy the full SHA a30dbc2View commit details -
Rollup merge of rust-lang#96035 - Gumichocopengin8:feature/update-git…
…hub-action-version, r=pietroalbini Update GitHub Actions actions/checkout Version v2 -> v3 Update `actions/checkout@v2` to `actions/checkout@v3` because of Node12 will be out of life after Aril 30, 2022 [[Reference](https://nodejs.org/en/about/releases/)]. `actions/xxxx@v3` use Node16 whose support lasts until April 30, 2024.
Configuration menu - View commit details
-
Copy full SHA for 466107e - Browse repository at this point
Copy the full SHA 466107eView commit details -
Rollup merge of rust-lang#96050 - oli-obk:deaggregator_cleanup, r=Ral…
…fJung Remove some now-dead code that was only relevant before deaggregation. The code was broken anyway, if the deaggregator is disabled, it would have ICEd on any non-enum Adt r? ``@RalfJung``
Configuration menu - View commit details
-
Copy full SHA for f72689a - Browse repository at this point
Copy the full SHA f72689aView commit details -
Rollup merge of rust-lang#96059 - euclio:doc-cfg, r=manishearth,guill…
…aumegomez clarify doc(cfg) wording The current "This is supported" wording implies that it's possible to still use the item on other configurations, but in an unsupported way. Changing this to "Available" removes this ambiguity.
Configuration menu - View commit details
-
Copy full SHA for 10e8a2a - Browse repository at this point
Copy the full SHA 10e8a2aView commit details -
Rollup merge of rust-lang#96070 - Gumichocopengin8:test/btree-map, r=…
…thomcc [test] Add test cases for untested functions for BTreeMap - add `pop_first()`, `pop_last()`, `get_key_value()` and `try_insert()` test cases
Configuration menu - View commit details
-
Copy full SHA for be42af6 - Browse repository at this point
Copy the full SHA be42af6View commit details -
Rollup merge of rust-lang#96088 - ehuss:update-mdbook, r=Mark-Simulacrum
Update mdbook This just brings in a few small fixes, particularly a rendering fix for chapter names with markdown in them (like the https://doc.rust-lang.org/nightly/rustc/platform-support/kmc-solid.html page). There's also a minor fix for the search index for duplicate headings. Changelog: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0418
Configuration menu - View commit details
-
Copy full SHA for 45af788 - Browse repository at this point
Copy the full SHA 45af788View commit details