Skip to content

Rollup of 12 pull requests - #65299

Closed
tmandry wants to merge 68 commits into
rust-lang:masterfrom
tmandry:rollup-sqw2ti5
Closed

Rollup of 12 pull requests#65299
tmandry wants to merge 68 commits into
rust-lang:masterfrom
tmandry:rollup-sqw2ti5

Conversation

@tmandry

Copy link
Copy Markdown
Member

Successful merges:

Failed merges:

r? @ghost

rick68and others added 30 commits September 20, 2019 17:38
It was unclear what the implementation does when it encounters existing keys. This change makes it clear by documenting the trait impl.
This example failed to compile because of implicit `Sized` bound
for `A` parameter that wasn't required by `Trait`.
Co-Authored-By: varkor <github@varkor.com>
…locks and table lookups on each access of crate metadata.
…varkor
Function pointers as const generic arguments
Makes function pointers as const generic arguments usable.
Fixesrust-lang#62395
r? @varkor
Added doc about behavior of extend on HashMap
It was unclear what the implementation does when it encounters existing keys. This change makes it clear by documenting the trait impl.
…=nikomatsakis
Add some regression tests
- Add a test for rust-lang#62187.
- Clean up the directory structure in `src/test/ui/const-generics`
- Closesrust-lang#64792.
- Closesrust-lang#57399.
- Closesrust-lang#57271.
Add ?Sized bound to a supertrait listing in E0038 error documentation
This example failed to compile because of implicit `Sized` bound for `A` parameter that wasn't required by `Trait`.
…-E0568, r=estebank
Add long error explanation for E0568
Part of rust-lang#61137.
…tril
Deduplicate is_{freeze,copy,sized}_raw
Addresses rust-lang#65259
Deduplicates `is_{freeze,copy,sized}_raw` by delegating to a new method which takes in a `LangItem`.
Mark Path::join as must_use
I've accidentally did `mut_path_buf.jon(a_path);`, expecting this to be an in-place modification. Seems like we can easily warn in such cases?
…mulacrum
Don't cc rust-lang/compiler for toolstate changes
Fixesrust-lang#65238.
stability: Do not use `buffer_lint` after lowering to HIR
Fixesrust-lang#65253
Rollup of 16 pull requests
Successful merges:
- rust-lang#64337 (libstd: Fix typos in doc)
- rust-lang#64986 (Function pointers as const generic arguments)
- rust-lang#65048 (Added doc about behavior of extend on HashMap)
- rust-lang#65191 (Add some regression tests)
- rust-lang#65200 (Add ?Sized bound to a supertrait listing in E0038 error documentation)
- rust-lang#65205 (Add long error explanation for E0568)
- rust-lang#65240 (self-profiling: Add events for metadata loading (plus a small dep-tracking optimization))
- rust-lang#65248 (Suggest `if let` on `let` refutable binding)
- rust-lang#65252 (expand: Simplify expansion of derives)
- rust-lang#65263 (Deduplicate is_{freeze,copy,sized}_raw)
- rust-lang#65265 (Cleanup librustc mir err codes)
- rust-lang#65266 (Mark Path::join as must_use)
- rust-lang#65276 (Don't cc rust-lang/compiler for toolstate changes)
- rust-lang#65277 (Query generator kind for error reporting)
- rust-lang#65283 (stability: Do not use `buffer_lint` after lowering to HIR)
- rust-lang#65289 (Fix suggested bound addition diagnostic)
Failed merges:
r? @ghost
@tmandry

Copy link
Copy Markdown
MemberAuthor

@bors r+ p=12 rollup=never

@bors

bors commented Oct 11, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit c7c6cbf has been approved by tmandry

@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Oct 11, 2019
@bors

bors commented Oct 11, 2019

Copy link
Copy Markdown
Collaborator

⌛ Testing commit c7c6cbf with merge eb924f1b9efdb84d89eae42eb2e76f4497982125...

@CentrilCentril added the rollup A PR which is a rollup label Oct 11, 2019
@CentrilCentril mentioned this pull request Oct 11, 2019
Centril added a commit to Centril/rust that referenced this pull request Oct 11, 2019
Rollup of 16 pull requests
Successful merges:
- rust-lang#64337 (libstd: Fix typos in doc)
- rust-lang#64986 (Function pointers as const generic arguments)
- rust-lang#65048 (Added doc about behavior of extend on HashMap)
- rust-lang#65191 (Add some regression tests)
- rust-lang#65200 (Add ?Sized bound to a supertrait listing in E0038 error documentation)
- rust-lang#65205 (Add long error explanation for E0568)
- rust-lang#65240 (self-profiling: Add events for metadata loading (plus a small dep-tracking optimization))
- rust-lang#65248 (Suggest `if let` on `let` refutable binding)
- rust-lang#65252 (expand: Simplify expansion of derives)
- rust-lang#65263 (Deduplicate is_{freeze,copy,sized}_raw)
- rust-lang#65265 (Cleanup librustc mir err codes)
- rust-lang#65266 (Mark Path::join as must_use)
- rust-lang#65276 (Don't cc rust-lang/compiler for toolstate changes)
- rust-lang#65277 (Query generator kind for error reporting)
- rust-lang#65283 (stability: Do not use `buffer_lint` after lowering to HIR)
- rust-lang#65289 (Fix suggested bound addition diagnostic)
Failed merges:
r? @ghost
@Centril

Copy link
Copy Markdown
Contributor

Seems the 16 PR rollup was included as well? @bors r- retry

@borsbors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Oct 11, 2019
@CentrilCentril closed this Oct 11, 2019
bors added a commit that referenced this pull request Oct 11, 2019
Rollup of 11 pull requests
Successful merges:
- #64337 (libstd: Fix typos in doc)
- #65048 (Added doc about behavior of extend on HashMap)
- #65191 (Add some regression tests)
- #65200 (Add ?Sized bound to a supertrait listing in E0038 error documentation)
- #65205 (Add long error explanation for E0568)
- #65263 (Deduplicate is_{freeze,copy,sized}_raw)
- #65266 (Mark Path::join as must_use)
- #65276 (Don't cc rust-lang/compiler for toolstate changes)
- #65277 (Query generator kind for error reporting)
- #65283 (stability: Do not use `buffer_lint` after lowering to HIR)
- #65299 (Rollup of 16 pull requests)
Failed merges:
r? @ghost
@tmandry

Copy link
Copy Markdown
MemberAuthor

😞 not sure how that happened..

@Centril

Centril commented Oct 11, 2019

Copy link
Copy Markdown
Contributor

@tmandry probably a bug in homu introduced by yours truly... and which @pietroalbini reverted. :)

@tmandry
tmandry deleted the rollup-sqw2ti5 branch October 11, 2019 22:03
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollupA PR which is a rollupS-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

15 participants

@tmandry@bors@Centril@rick68@Kixunil@varkor@sugar700@skinnyBat@michaelwoerister@estebank@mbStavola@GuillaumeGomez@matklad@csmoe@petrochenkov