Uh oh!
There was an error while loading. Please reload this page.
Rollup of 10 pull requests - #76025
Closed
emilyalbini wants to merge 24 commits into
Closed
Conversation
Fixes a false positive for transparent newtype with a non-zero member.
Co-authored-by: Bastian Kauschke <bastian_kauschke@hotmail.de>
Switch to intra-doc links in `core::hash` Part of rust-lang#75080. @rustbot modify labels: A-intra-doc-links T-doc T-rustdoc
Shorten liballoc doc intra link while readable r? @jyn514 Do you want to reviews these sort of pull requests in the future? I might send a few of them while reading vec code.
Expand rustdoc theme chooser x padding   But I still think there is room for improvement considering mdbook.  CC @GuillaumeGomez@jyn514
…declarations-transparent-nonzero, r=lcnr Fix another clashing_extern_declarations false positive. Fixesrust-lang#75739. Fix another clashing_extern_declarations false positive, this time for transparent newtype with a non-zero member. r? @lcnr
…_typo, r=petrochenkov Fix typo in TLS Model in Unstable Book
…er-background-color, r=pickfire Improve theme button hover background color Fixesrust-lang#75880.   r? @pickfire
Add test for issue rust-lang#27130rust-lang#27130 seems to be fixed by the llvm 11 update. The issue is marked with needs-test, so here it is. As some historical context, the generated code was fine until 1.38, and remained unoptimized from 1.38 up until the current nightly. I've also added a pattern matching version that was fine on 1.45.2.
…, r=jyn514 Move to intra doc links for core::ptr::non_null Helps with rust-lang#75080. @rustbot modify labels: T-doc, A-intra-doc-links, T-rustdoc r? @jyn514
…r=ehuss Fix typo (`thumbv8m.main-none-eabihf` is Mainline)
emilyalbini
commented
Aug 28, 2020
MemberAuthor
bors
commented
Aug 28, 2020
Collaborator
📌 Commit a53fdbe has been approved by |
bors
commented
Aug 28, 2020
Collaborator
⌛ Testing commit a53fdbe with merge 21bc15a804c74ba65b19e69dfdbc5f854bd21fed... |
bors
commented
Aug 28, 2020
Collaborator
💔 Test failed - checks-actions |
Merged
emilyalbini
commented
Aug 28, 2020
MemberAuthor
Caused by #75939. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Successful merges:
core::hash#75852 (Switch to intra-doc links incore::hash)thumbv8m.main-none-eabihfis Mainline) #75919 (Fix typo (thumbv8m.main-none-eabihfis Mainline))Failed merges:
r? @ghost