Skip to content

Add some regression tests - #65191

Merged
bors merged 6 commits into
rust-lang:masterfrom
varkor:const-generics-test-cases
Oct 12, 2019
Merged

Add some regression tests#65191
bors merged 6 commits into
rust-lang:masterfrom
varkor:const-generics-test-cases

Conversation

@varkor

@varkorvarkor commented Oct 7, 2019

Copy link
Copy Markdown
Contributor

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 7, 2019
@nikomatsakis

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@bors

bors commented Oct 10, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit c990744 has been approved by nikomatsakis

@borsbors added 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-review Status: Awaiting review from the assignee but also interested parties. labels Oct 10, 2019
tmandry added a commit to tmandry/rust that referenced this pull request Oct 11, 2019
…=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.
@tmandrytmandry mentioned this pull request Oct 11, 2019
tmandry added a commit to tmandry/rust that referenced this pull request Oct 11, 2019
…=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.
tmandry added a commit to tmandry/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
@tmandrytmandry mentioned this pull request Oct 11, 2019
Centril added a commit to Centril/rust that referenced this pull request Oct 11, 2019
…=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.
@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
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 added a commit to tmandry/rust that referenced this pull request Oct 11, 2019
…=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.
@tmandrytmandry mentioned this pull request Oct 11, 2019
bors added a commit that referenced this pull request Oct 12, 2019
Rollup of 15 pull requests
Successful merges:
- #64337 (libstd: Fix typos in doc)
- #64986 (Function pointers as const generic arguments)
- #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)
- #65220 (Update LLVM for Emscripten exception handling support)
- #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)
- #65289 (Fix suggested bound addition diagnostic)
- #65310 (deriving: avoid dummy Span on an artificial `type_ident` path)
- #65321 (Remove painful test that is not pulling its weight)
Failed merges:
r? @ghost
@bors
bors merged commit c990744 into rust-lang:masterOct 12, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

4 participants

@varkor@rust-highfive@nikomatsakis@bors