| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-21 | Label closure captures/generator locals that make opaque types recursive | Michael Goulet | -0/+46 | |
| 2023-01-18 | Auto merge of #106503 - cjgillot:remap-nofilter, r=oli-obk | bors | -0/+39 | |
| Do not filter substs in `remap_generic_params_to_declaration_params`. The relevant filtering should have been performed by borrowck. Fixes https://github.com/rust-lang/rust/issues/105826 r? types | ||||
| 2023-01-13 | Rollup merge of #106585 - estebank:issue-46585, r=compiler-errors | Matthias Krüger | -6/+5 | |
| When suggesting writing a fully qualified path probe for appropriate types Address the more common part of #46585. | ||||
| 2023-01-12 | Auto merge of #106760 - compiler-errors:rollup-0bogyco, r=compiler-errors | bors | -4/+8 | |
| Rollup of 8 pull requests Successful merges: - #103236 (doc: rewrite doc for signed int::{carrying_add,borrowing_sub}) - #103800 (Stabilize `::{core,std}::pin::pin!`) - #106097 (Migrate mir_build diagnostics 2 of 3) - #106170 (Move autoderef to `rustc_hir_analysis`) - #106323 (Stabilize f16c_target_feature) - #106360 (Tweak E0277 `&`-removal suggestions) - #106524 (Label `struct/enum constructor` instead of `fn item`, mention that it should be called on type mismatch) - #106739 (Remove `<dyn AstConv<'tcx>>::fun(c, ...)` calls in favour of `c.astconv().fun(...)`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup | ||||
| 2023-01-11 | Rollup merge of #106360 - estebank:remove-borrow-suggestion, r=compiler-errors | Michael Goulet | -4/+8 | |
| Tweak E0277 `&`-removal suggestions Fix #64068, fix #84837. | ||||
| 2023-01-12 | Rollup merge of #106702 - estebank:trait-bounds, r=compiler-errors | Matthias Krüger | -2/+7 | |
| Conserve cause of `ImplDerivedObligation` in E0599 CC #86377. | ||||
| 2023-01-12 | Rollup merge of #106596 - estebank:verbose-e0271, r=compiler-errors | Matthias Krüger | -4/+4 | |
| Hide more of long types in E0271 Fix #40186. | ||||
| 2023-01-11 | Hide more of long types in E0271 | Esteban Küber | -4/+4 | |
| Fix #40186. | ||||
| 2023-01-11 | Make `&`-removal suggestion verbose | Esteban Küber | -4/+8 | |
| 2023-01-11 | When suggesting writing a fully qualified path probe for appropriate types | Esteban Küber | -6/+5 | |
| Fix #46585. | ||||
| 2023-01-11 | Note predicate span on ImplDerivedObligation | Michael Goulet | -3/+7 | |
| 2023-01-11 | Conserve cause of `ImplDerivedObligation` in E0599 | Esteban Küber | -2/+7 | |
| CC #86377. | ||||
| 2023-01-11 | Do not filter substs in `remap_generic_params_to_declaration_params`. | Camille GILLOT | -0/+39 | |
| The relevant filtering should have been performed by borrowck. | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+11331 | |
