| Age | Commit message (Expand) | Author | Lines |
| 2022-12-14 | Rollup merge of #105611 - BoxyUwU:more_granular_placeholderification, r=wesle... | Matthias Krüger | -0/+29 |
| 2022-12-14 | Rollup merge of #105595 - TaKO8Ki:suggest-dereferencing-receiver-argument, r=... | Matthias Krüger | -0/+43 |
| 2022-12-14 | Rollup merge of #105523 - estebank:suggest-collect-vec, r=compiler-errors | Matthias Krüger | -57/+77 |
| 2022-12-14 | Rollup merge of #105502 - chenyukang:yukang/fix-105366-impl, r=estebank | Matthias Krüger | -0/+37 |
| 2022-12-14 | Rollup merge of #105491 - sulami:master, r=compiler-errors | Matthias Krüger | -0/+110 |
| 2022-12-14 | Rollup merge of #105161 - cassaundra:numeric-literal-error, r=nnethercote | Matthias Krüger | -0/+84 |
| 2022-12-14 | Auto merge of #104875 - chenyukang:yukang/fix-104867-inc, r=estebank | bors | -22/+360 |
| 2022-12-14 | Auto merge of #104986 - compiler-errors:opaques, r=oli-obk | bors | -57/+51 |
| 2022-12-13 | Auto merge of #105667 - matthiaskrgr:rollup-fexlc0b, r=matthiaskrgr | bors | -2360/+2246 |
| 2022-12-13 | review comments | Esteban Küber | -69/+69 |
| 2022-12-13 | Rollup merge of #105500 - oli-obk:unhide_unknown_spans, r=estebank | Matthias Krüger | -1570/+275 |
| 2022-12-13 | Rollup merge of #105476 - estebank:moves-n-borrows, r=compiler-errors | Matthias Krüger | -779/+1777 |
| 2022-12-13 | Rollup merge of #105464 - nbdd0121:hir, r=compiler-errors | Matthias Krüger | -11/+75 |
| 2022-12-13 | Rollup merge of #105147 - nbdd0121:inline_const_unsafe, r=oli-obk | Matthias Krüger | -0/+119 |
| 2022-12-14 | suggest dereferencing receiver arguments properly | Takayuki Maeda | -0/+43 |
| 2022-12-13 | Auto merge of #102813 - Akida31:issue-64915/simpler_diagnostic_when_passing_a... | bors | -14/+56 |
| 2022-12-13 | Suggest `: Type` instead of `: _` | Esteban Küber | -69/+69 |
| 2022-12-13 | Mention implementations that satisfy the trait | Esteban Küber | -1/+21 |
| 2022-12-13 | Remove unnecessary code and account for turbofish suggestion | Esteban Küber | -8/+8 |
| 2022-12-13 | Suggest `collect`ing into `Vec<_>` | Esteban Küber | -23/+23 |
| 2022-12-13 | Account for dereference expressions | Esteban Küber | -133/+186 |
| 2022-12-13 | Fix span for `&mut ` removal suggestion | Esteban Küber | -29/+29 |
| 2022-12-13 | Suggest `ref` for some patterns as a fallback | Esteban Küber | -53/+460 |
| 2022-12-13 | Do not suggest borrowing binding in pattern in let else | Esteban Küber | -13/+14 |
| 2022-12-13 | Change pattern borrowing suggestions to be verbose | Esteban Küber | -737/+1274 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -36/+30 |
| 2022-12-13 | squash OpaqueTy and ProjectionTy into AliasTy | Michael Goulet | -14/+14 |
| 2022-12-13 | ProjectionTy.item_def_id -> ProjectionTy.def_id | Michael Goulet | -12/+12 |
| 2022-12-13 | Use ty::OpaqueTy everywhere | Michael Goulet | -8/+8 |
| 2022-12-13 | fix tests | akida31 | -8/+0 |
| 2022-12-13 | Auto merge of #105646 - lqd:revert-thinlto, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-12-13 | reduce to single suggestion for all arguments | akida31 | -76/+42 |
| 2022-12-13 | change error message | akida31 | -20/+24 |
| 2022-12-13 | Remove `hint` from help message | akida31 | -20/+20 |
| 2022-12-13 | Fix stderr of tests which have improved diagnostics | akida31 | -0/+80 |
| 2022-12-13 | Auto merge of #105612 - oli-obk:bind_rustdoc, r=GuillaumeGomez | bors | -101/+162 |
| 2022-12-13 | bless fulldeps tests | Oli Scherer | -3/+1 |
| 2022-12-13 | Use a label instead of a note for the drop site to create denser diagnostics | Oli Scherer | -35/+15 |
| 2022-12-13 | Stop pointing to operators if their libcore method source is not available | Oli Scherer | -64/+15 |
| 2022-12-13 | Avoid rendering empty annotations | Oli Scherer | -158/+50 |
| 2022-12-13 | Don't emit empty notes | Oli Scherer | -29/+1 |
| 2022-12-13 | Clarify what "this" means | Oli Scherer | -33/+33 |
| 2022-12-13 | Inform the user which trait is meant in the diagnostic itself instead of rely... | Oli Scherer | -22/+22 |
| 2022-12-13 | Make some diagnostics not depend on the source of what they reference being a... | Oli Scherer | -1481/+393 |
| 2022-12-13 | Auto merge of #105350 - compiler-errors:faster-binder-relate, r=oli-obk | bors | -0/+38 |
| 2022-12-12 | Refine when invalid prefix case error arises | Cassaundra Smith | -0/+84 |
| 2022-12-13 | Fast path some binder relations | Michael Goulet | -0/+38 |
| 2022-12-13 | Add tests (currently broken) for unsafe + inline const pat | Gary Guo | -0/+39 |
| 2022-12-13 | Add tests | Gary Guo | -0/+80 |
| 2022-12-13 | Revert "enable ThinLTO for rustc on x86_64-apple-darwin dist builds" | Rémy Rakic | -1/+1 |