| Age | Commit message (Expand) | Author | Lines |
| 2023-01-31 | Auto merge of #106399 - estebank:type-err-span-label, r=nagisa | bors | -888/+920 |
| 2023-01-31 | Auto merge of #100754 - davidtwco:translation-incremental, r=compiler-errors | bors | -1/+1 |
| 2023-01-31 | Rollup merge of #107479 - compiler-errors:probe-can-call-ocx, r=BoxyUwU | Yuki Okushi | -0/+56 |
| 2023-01-31 | Rollup merge of #107476 - notriddle:notriddle/item-decl-3, r=GuillaumeGomez | Yuki Okushi | -273/+272 |
| 2023-01-31 | Rollup merge of #107245 - compiler-errors:new-solver-unsizing, r=lcnr | Yuki Okushi | -0/+66 |
| 2023-01-31 | Auto merge of #105650 - cassaundra:float-literal-suggestion, r=pnkfelix | bors | -0/+50 |
| 2023-01-30 | Fix unquoted projection types in label | Esteban Küber | -1/+1 |
| 2023-01-30 | Make structured suggestion for fn casting verbose | Esteban Küber | -24/+35 |
| 2023-01-30 | Tweak E0271 wording | Esteban Küber | -12/+12 |
| 2023-01-30 | Mention fn coercion rules (needs to be expanded) | Esteban Küber | -17/+36 |
| 2023-01-30 | Fix invalid float literal suggestions when recovering an integer | Cassaundra Smith | -0/+50 |
| 2023-01-30 | Tweak use of trimmed paths | Esteban Küber | -37/+40 |
| 2023-01-30 | Hide lifetimes of `impl Trait` in force trimmed paths | Esteban Küber | -1/+1 |
| 2023-01-30 | Do not mention lifetime names in force trimmed paths | Esteban Küber | -40/+40 |
| 2023-01-30 | Don't show `for<'lt>` in force trimmed paths | Esteban Küber | -14/+14 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -790/+789 |
| 2023-01-30 | Trait upcasting support in new solver | Michael Goulet | -0/+41 |
| 2023-01-30 | Implement unsizing in the new trait solver | Michael Goulet | -0/+25 |
| 2023-01-30 | Use ObligationCtxt::new_in_snapshot in satisfied_from_param_env | Michael Goulet | -0/+56 |
| 2023-01-30 | rustdoc: remove unnecessary wrapper div.item-decl from HTML | Michael Howell | -273/+272 |
| 2023-01-30 | incremental: migrate diagnostics | David Wood | -1/+1 |
| 2023-01-30 | Rollup merge of #107469 - LLBlumire:master, r=jyn514 | Matthias Krüger | -1/+1 |
| 2023-01-30 | Rollup merge of #107172 - cjgillot:no-nal, r=nagisa | Matthias Krüger | -182/+121 |
| 2023-01-30 | Update bastion-of-the-turbofish.rs | Lucille Blumire | -1/+1 |
| 2023-01-30 | Auto merge of #107463 - Dylan-DPC:rollup-6mq1li8, r=Dylan-DPC | bors | -6/+7 |
| 2023-01-30 | Rollup merge of #101569 - m-ou-se:alloc-no-rexport-argumentv1, r=thomcc | Dylan DPC | -6/+7 |
| 2023-01-30 | Auto merge of #104429 - nnethercote:more-deriving-on-packed-structs, r=RalfJung | bors | -201/+682 |
| 2023-01-30 | Allow more deriving on packed structs. | Nicholas Nethercote | -201/+682 |
| 2023-01-29 | Reimplement NormalizeArrayLen. | Camille GILLOT | -182/+121 |
| 2023-01-29 | Auto merge of #107451 - matthiaskrgr:rollup-m4ucfu8, r=matthiaskrgr | bors | -105/+531 |
| 2023-01-29 | Update tests. | Mara Bos | -6/+7 |
| 2023-01-29 | Rollup merge of #107432 - notriddle:notriddle/has-srclink, r=GuillaumeGomez | Matthias Krüger | -91/+91 |
| 2023-01-29 | Rollup merge of #107006 - b-naber:thir-tree, r=jackh726 | Matthias Krüger | -6/+418 |
| 2023-01-29 | Rollup merge of #106540 - lowr:patch/remove-paren-whitespace, r=cjgillot | Matthias Krüger | -8/+22 |
| 2023-01-29 | Auto merge of #100178 - mati865:upgrade-mingw-w64-on-CI, r=nikic | bors | -4/+24 |
| 2023-01-29 | Auto merge of #106908 - cjgillot:copyprop-ssa, r=oli-obk | bors | -274/+1528 |
| 2023-01-29 | Insert whitespace to avoid ident concatenation in suggestion | Ryo Yoshida | -8/+22 |
| 2023-01-29 | Upgrade mingw-w64 on CI | Mateusz Mikuła | -4/+24 |
| 2023-01-29 | Auto merge of #106253 - nbdd0121:upcast, r=compiler-errors | bors | -0/+93 |
| 2023-01-29 | Auto merge of #107435 - matthiaskrgr:rollup-if5h6yu, r=matthiaskrgr | bors | -0/+88 |
| 2023-01-29 | Rollup merge of #107425 - clubby789:match-range-missing-space, r=compiler-errors | Matthias Krüger | -0/+27 |
| 2023-01-29 | Rollup merge of #107422 - Nilstrieb:erase-the-ice, r=compiler-errors | Matthias Krüger | -0/+42 |
| 2023-01-29 | Rollup merge of #107097 - tmiasko:ssa, r=cjgillot | Matthias Krüger | -0/+19 |
| 2023-01-29 | Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk | bors | -11/+225 |
| 2023-01-28 | rustdoc: remove unused class `has-srclink` | Michael Howell | -91/+91 |
| 2023-01-28 | Auto merge of #103659 - clubby789:improve-partialord-derive, r=nagisa | bors | -28/+23 |
| 2023-01-28 | Check for missing space between fat arrow and range pattern | clubby789 | -0/+27 |
| 2023-01-28 | Also erase substs for new infcx in pin move error | Nilstrieb | -0/+42 |
| 2023-01-28 | Auto merge of #107206 - cjgillot:no-h2l-map, r=WaffleLapkin | bors | -1/+3 |
| 2023-01-28 | Reintroduce multiple_supertrait_upcastable lint | Gary Guo | -0/+93 |