| Age | Commit message (Expand) | Author | Lines |
| 2023-02-03 | Rollup merge of #107621 - compiler-errors:intern-external-constraints, r=lcnr | Michael Goulet | -0/+61 |
| 2023-02-03 | Make const/fn return params more suggestable | Michael Goulet | -5/+92 |
| 2023-02-03 | intern external constraints | Michael Goulet | -0/+61 |
| 2023-02-03 | Rollup merge of #107585 - compiler-errors:fndef-sig-cycle, r=oli-obk | Dylan DPC | -5/+18 |
| 2023-02-03 | Rollup merge of #106575 - estebank:issue-64008, r=pnkfelix | Matthias Krüger | -0/+22 |
| 2023-02-02 | Put a DefId in AggregateKind. | Camille GILLOT | -12/+19 |
| 2023-02-02 | Tweak misleading comment | Michael Goulet | -1/+1 |
| 2023-02-02 | Suggest `move` in nested closure when appropriate | Esteban Küber | -0/+22 |
| 2023-02-02 | Don't cause a cycle when formatting query description that references a FnDef | Michael Goulet | -5/+18 |
| 2023-02-01 | Improve pretty-printing of `HirIdValidator` errors | Arpad Borsos | -19/+15 |
| 2023-02-01 | Don't call with_reveal_all_normalized in evaluate when param-env has inferenc... | Michael Goulet | -6/+4 |
| 2023-01-31 | Rollup merge of #107486 - compiler-errors:bound-ty-keep-name, r=oli-obk | Guillaume Gomez | -7/+21 |
| 2023-01-31 | Rollup merge of #107467 - WaffleLapkin:uneq, r=oli-obk | Guillaume Gomez | -8/+7 |
| 2023-01-31 | Auto merge of #106399 - estebank:type-err-span-label, r=nagisa | bors | -144/+105 |
| 2023-01-31 | Review changes | Maybe Waffle | -2/+2 |
| 2023-01-30 | Track bound types like bound regions | Michael Goulet | -7/+21 |
| 2023-01-30 | Fix unquoted projection types in label | Esteban Küber | -1/+1 |
| 2023-01-30 | Mention fn coercion rules (needs to be expanded) | Esteban Küber | -1/+1 |
| 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 | -36/+43 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -124/+67 |
| 2023-01-30 | Rollup merge of #107455 - tshepang:better-name, r=wesleywiser | Matthias Krüger | -3/+6 |
| 2023-01-30 | Use `Mutability::{is_mut, is_not}` | Maybe Waffle | -7/+3 |
| 2023-01-30 | Replace enum `==`s with `match`es where it makes sense | Maybe Waffle | -1/+4 |
| 2023-01-30 | Auto merge of #107463 - Dylan-DPC:rollup-6mq1li8, r=Dylan-DPC | bors | -0/+9 |
| 2023-01-30 | Rollup merge of #107146 - compiler-errors:unsizing-params, r=cjgillot | Dylan DPC | -0/+9 |
| 2023-01-30 | Auto merge of #104429 - nnethercote:more-deriving-on-packed-structs, r=RalfJung | bors | -9/+0 |
| 2023-01-30 | use a more descriptive name | Tshepang Mbambo | -3/+6 |
| 2023-01-30 | Allow more deriving on packed structs. | Nicholas Nethercote | -9/+0 |
| 2023-01-29 | Rollup merge of #107006 - b-naber:thir-tree, r=jackh726 | Matthias Krüger | -0/+889 |
| 2023-01-29 | Auto merge of #106253 - nbdd0121:upcast, r=compiler-errors | bors | -4/+3 |
| 2023-01-29 | Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk | bors | -1/+16 |
| 2023-01-28 | Make unsizing_params_for_adt into a query | Michael Goulet | -0/+9 |
| 2023-01-28 | Auto merge of #107303 - compiler-errors:intern-canonical-var-values, r=lcnr | bors | -45/+43 |
| 2023-01-28 | Auto merge of #107206 - cjgillot:no-h2l-map, r=WaffleLapkin | bors | -48/+32 |
| 2023-01-28 | Rename `is_object_safe` to `check_is_object_safe` to hint side effects | Gary Guo | -2/+2 |
| 2023-01-28 | Make `is_object_safe` a query and move lint_object_unsafe_trait call there | Gary Guo | -4/+3 |
| 2023-01-28 | Rollup merge of #107384 - Nilstrieb:bool-for-deletion, r=oli-obk | Matthias Krüger | -13/+0 |
| 2023-01-28 | Remove `HirId -> LocalDefId` map from HIR. | Camille GILLOT | -48/+32 |
| 2023-01-28 | Rollup merge of #107339 - aliemjay:covariant, r=lcnr | Matthias Krüger | -12/+2 |
| 2023-01-27 | Restrict amount of ignored locals. | Camille GILLOT | -3/+5 |
| 2023-01-27 | address review | b-naber | -10/+10 |
| 2023-01-27 | Compute generator saved locals on MIR. | Camille GILLOT | -2/+83 |
| 2023-01-27 | Remove unused import | nils | -1/+0 |
| 2023-01-27 | Remove `BOOL_TY_FOR_UNIT_TESTING` | Nilstrieb | -12/+0 |
| 2023-01-27 | Separate witness type computation from the generator transform. | Camille GILLOT | -0/+8 |
| 2023-01-27 | Remember where a type was kept in MIR. | Camille GILLOT | -4/+13 |
| 2023-01-27 | Introduce GeneratorWitnessMIR. | Camille GILLOT | -53/+132 |