| Age | Commit message (Expand) | Author | Lines |
| 2023-01-31 | Auto merge of #106399 - estebank:type-err-span-label, r=nagisa | bors | -164/+189 |
| 2023-01-31 | Auto merge of #100754 - davidtwco:translation-incremental, r=compiler-errors | bors | -427/+1156 |
| 2023-01-31 | Auto merge of #107498 - JohnTitor:rollup-2i6g4uk, r=JohnTitor | bors | -6/+242 |
| 2023-01-31 | Rollup merge of #107479 - compiler-errors:probe-can-call-ocx, r=BoxyUwU | Yuki Okushi | -1/+1 |
| 2023-01-31 | Rollup merge of #107245 - compiler-errors:new-solver-unsizing, r=lcnr | Yuki Okushi | -5/+241 |
| 2023-01-31 | Auto merge of #107443 - cjgillot:generator-less-query, r=compiler-errors | bors | -2/+5 |
| 2023-01-31 | Auto merge of #105650 - cassaundra:float-literal-suggestion, r=pnkfelix | bors | -1/+10 |
| 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 | -1/+1 |
| 2023-01-30 | Tweak E0271 wording | Esteban Küber | -2/+6 |
| 2023-01-30 | Mention fn coercion rules (needs to be expanded) | Esteban Küber | -1/+20 |
| 2023-01-30 | Fix invalid float literal suggestions when recovering an integer | Cassaundra Smith | -1/+10 |
| 2023-01-30 | Tweak use of trimmed paths | Esteban Küber | -7/+29 |
| 2023-01-30 | Hide lifetimes of `impl Trait` in force trimmed paths | Esteban Küber | -3/+5 |
| 2023-01-30 | Do not mention lifetime names in force trimmed paths | Esteban Küber | -0/+4 |
| 2023-01-30 | Don't show `for<'lt>` in force trimmed paths | Esteban Küber | -3/+8 |
| 2023-01-30 | review comments | Esteban Küber | -41/+46 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -135/+99 |
| 2023-01-30 | Auto merge of #107197 - aliemjay:patch-2, r=jackh726 | bors | -3/+2 |
| 2023-01-30 | nits | Michael Goulet | -20/+16 |
| 2023-01-30 | Trait upcasting support in new solver | Michael Goulet | -59/+107 |
| 2023-01-30 | Implement unsizing in the new trait solver | Michael Goulet | -0/+192 |
| 2023-01-30 | Use ObligationCtxt::new_in_snapshot in satisfied_from_param_env | Michael Goulet | -1/+1 |
| 2023-01-30 | incremental: migrate diagnostics | David Wood | -252/+616 |
| 2023-01-30 | session: diagnostic migration lint on more fns | David Wood | -161/+509 |
| 2023-01-30 | session: impl `IntoDiagnosticArg` for `CrateType` | David Wood | -1/+7 |
| 2023-01-30 | errors: implement `IntoDiagnosticArg` for `&T` | David Wood | -13/+13 |
| 2023-01-30 | errors: add `emit_note`/`create_note` on `Handler` | David Wood | -0/+11 |
| 2023-01-30 | Rollup merge of #107465 - WaffleLapkin:has_allow_dead_code_or_lang_attr, r=Ni... | Matthias Krüger | -16/+18 |
| 2023-01-30 | Rollup merge of #107455 - tshepang:better-name, r=wesleywiser | Matthias Krüger | -5/+8 |
| 2023-01-30 | Rollup merge of #107172 - cjgillot:no-nal, r=nagisa | Matthias Krüger | -254/+70 |
| 2023-01-30 | Rollup merge of #107125 - WaffleLapkin:expect_an_item_in_your_hir_by_the_next... | Matthias Krüger | -25/+378 |
| 2023-01-30 | Auto merge of #107463 - Dylan-DPC:rollup-6mq1li8, r=Dylan-DPC | bors | -44/+71 |
| 2023-01-30 | Consider `#[allow(dead_code)]` before lang items | Maybe Waffle | -2/+2 |
| 2023-01-30 | Split `has_allow_dead_code_or_lang_attr` into sub functions | Maybe Waffle | -16/+18 |
| 2023-01-30 | Rollup merge of #107146 - compiler-errors:unsizing-params, r=cjgillot | Dylan DPC | -44/+71 |
| 2023-01-30 | Auto merge of #104429 - nnethercote:more-deriving-on-packed-structs, r=RalfJung | bors | -97/+141 |
| 2023-01-30 | fix `TraitItemKind::expect_type` docs | Maybe Waffle | -1/+1 |
| 2023-01-30 | Use `expect_{use,fn}` in a couple of places | Maybe Waffle | -2/+2 |
| 2023-01-30 | Improve ICE messages for `*::expect_*` | Maybe Waffle | -49/+69 |
| 2023-01-30 | use a more descriptive name | Tshepang Mbambo | -5/+8 |
| 2023-01-30 | Allow more deriving on packed structs. | Nicholas Nethercote | -97/+141 |
| 2023-01-29 | Remove obsolete comment. | Camille GILLOT | -1/+0 |
| 2023-01-29 | Reimplement NormalizeArrayLen. | Camille GILLOT | -253/+70 |
| 2023-01-29 | Rollup merge of #107078 - ehuss:invalid_doc_attributes-docs, r=jackh726 | Matthias Krüger | -3/+9 |
| 2023-01-29 | Rollup merge of #107006 - b-naber:thir-tree, r=jackh726 | Matthias Krüger | -3/+927 |
| 2023-01-29 | Rollup merge of #106540 - lowr:patch/remove-paren-whitespace, r=cjgillot | Matthias Krüger | -1/+1 |
| 2023-01-29 | Test drop_tracking_mir before querying generator. | Camille GILLOT | -2/+5 |
| 2023-01-29 | Auto merge of #106908 - cjgillot:copyprop-ssa, r=oli-obk | bors | -4/+420 |
| 2023-01-29 | Insert whitespace to avoid ident concatenation in suggestion | Ryo Yoshida | -1/+1 |