Skip to content

Rollup of 6 pull requests #67463

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

Closed
wants to merge 23 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
c1241bf
add debuginfo in generator_interior
csmoe Oct 16, 2019
ff4f6a1
record previous unresolve span for generator error reporting
csmoe Oct 21, 2019
4c7f5af
Separate region inference logic from error handling better
mark-i-m Dec 16, 2019
12d65c2
Split up ptr/mod.rs in libcore, one with implementation detail for co…
TheSamsa Dec 8, 2019
ffbde9f
is_binding_pat: don't use _ arm
Centril Dec 19, 2019
4414f0d
is_binding_pat: treat or-pat like tuple-pat
Centril Dec 19, 2019
43fc934
Tweak errors for missing associated types and type parameters
estebank Dec 12, 2019
a89f03d
Fix case in `associated-type-projection-from-multiple-supertraits.rs`
estebank Dec 12, 2019
e9ef8c6
review comments: move error reporting to their own methods
estebank Dec 13, 2019
fef3c8f
Handle more specific case E0222
estebank Dec 13, 2019
a4ec575
Use structured suggestion for bad `Fn` traits
estebank Dec 13, 2019
e21be12
Avoid output dependency on std spans
estebank Dec 13, 2019
a4883ba
Account for multiple trait bounds with missing associated types
estebank Dec 18, 2019
87bf6bd
Cleanup: move code to their own methods and deduplicate actions
estebank Dec 18, 2019
97219d8
Don't suppress move errors for union fields
matthewjasper Dec 15, 2019
d72ceb4
Fix suggestion span for typo in associated type name
estebank Dec 19, 2019
90ef197
Better comment
mark-i-m Dec 20, 2019
0e61dcc
Rollup merge of #67163 - TheSamsa:split-up-ptr-mod, r=Mark-Simulacrum
Centril Dec 20, 2019
28a724e
Rollup merge of #67268 - estebank:assoc-types, r=oli-obk
Centril Dec 20, 2019
d9f1f48
Rollup merge of #67314 - matthewjasper:union-move-errors, r=nikomatsakis
Centril Dec 20, 2019
27e39b1
Rollup merge of #67392 - csmoe:async-typeinfo, r=estebank
Centril Dec 20, 2019
ec436c0
Rollup merge of #67404 - mark-i-m:split-1, r=matthewjasper
Centril Dec 20, 2019
a146309
Rollup merge of #67428 - Centril:ibp-explicit-match, r=matthewjasper
Centril Dec 20, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Split up ptr/mod.rs in libcore, one with implementation detail for co…
…nst ptr and the other with mut ptr
  • Loading branch information
TheSamsa committed Dec 19, 2019
commit 12d65c28a6beac211edab9981a924f8c9331c9ec
Loading