| Age | Commit message (Expand) | Author | Lines |
| 2023-02-04 | Remove `OnHit` callback from query caches. | Camille GILLOT | -40/+20 |
| 2023-02-03 | Rollup merge of #107621 - compiler-errors:intern-external-constraints, r=lcnr | Michael Goulet | -0/+4 |
| 2023-02-03 | Make const/fn return params more suggestable | Michael Goulet | -5/+92 |
| 2023-02-03 | intern external constraints | Michael Goulet | -0/+4 |
| 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 | 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 | -4/+3 |
| 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-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-29 | Auto merge of #106253 - nbdd0121:upcast, r=compiler-errors | bors | -4/+0 |
| 2023-01-29 | Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk | bors | -1/+7 |
| 2023-01-28 | Auto merge of #107206 - cjgillot:no-h2l-map, r=WaffleLapkin | bors | -4/+9 |
| 2023-01-28 | Make `is_object_safe` a query and move lint_object_unsafe_trait call there | Gary Guo | -4/+0 |
| 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 | -4/+9 |
| 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 | -1/+1 |
| 2023-01-27 | Compute generator saved locals on MIR. | Camille GILLOT | -2/+79 |
| 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/+1 |
| 2023-01-27 | Remember where a type was kept in MIR. | Camille GILLOT | -3/+3 |
| 2023-01-27 | Introduce GeneratorWitnessMIR. | Camille GILLOT | -53/+132 |
| 2023-01-27 | Impl HashStable/Encodable/Decodable for ObligationCause. | Camille GILLOT | -3/+33 |
| 2023-01-26 | add EarlyBinder::no_bound_vars | Kyle Matsuda | -0/+5 |
| 2023-01-26 | change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB... | Kyle Matsuda | -12/+5 |
| 2023-01-26 | replace usages of fn_sig query with bound_fn_sig | Kyle Matsuda | -3/+6 |
| 2023-01-27 | internally change regions to be covariant | Ali MJ Al-Nasrawy | -12/+2 |
| 2023-01-26 | Rollup merge of #107150 - Nilstrieb:thread-local-cleanups, r=cjgillot | Matthias Krüger | -178/+189 |
| 2023-01-26 | Auto merge of #107318 - matthiaskrgr:rollup-776kd81, r=matthiaskrgr | bors | -644/+14 |
| 2023-01-26 | Rollup merge of #107304 - Nilstrieb:ᐸTy as PartialEqᐳ::eq becau... | Matthias Krüger | -644/+14 |
| 2023-01-26 | Auto merge of #107314 - matthiaskrgr:rollup-j40lnlj, r=matthiaskrgr | bors | -112/+110 |
| 2023-01-26 | Rollup merge of #107248 - erikdesjardins:addrspace, r=oli-obk | Matthias Krüger | -112/+110 |
| 2023-01-26 | Auto merge of #105582 - saethlin:instcombine-assert-inhabited, r=cjgillot | bors | -0/+7 |
| 2023-01-25 | Rollup merge of #105345 - yanchen4791:issue-103582-fix, r=jackh726 | Matthias Krüger | -0/+24 |
| 2023-01-25 | Use `can_eq` to compare types for default assoc type error | Nilstrieb | -11/+8 |
| 2023-01-25 | Move `note_and_explain_type_err` from `rustc_middle` to `rustc_infer` | Nilstrieb | -633/+6 |
| 2023-01-25 | Auto merge of #103902 - vincenzopalazzo:macros/obligation_rulesv2, r=oli-obk | bors | -0/+1 |
| 2023-01-23 | Thread a ParamEnv down to might_permit_raw_init | Ben Kimock | -0/+7 |