| Age | Commit message (Expand) | Author | Lines |
| 2023-10-04 | Point to where missing return type should go | Michael Goulet | -5/+5 |
| 2023-10-03 | Rollup merge of #116358 - compiler-errors:match, r=lcnr | Matthias Krüger | -8/+16 |
| 2023-10-03 | Rollup merge of #115863 - chenyukang:yukang-add-message-tidy-check, r=davidtwco | Matthias Krüger | -4/+0 |
| 2023-10-02 | Rename both of the Match relations | Michael Goulet | -8/+16 |
| 2023-09-27 | fix clippy::{redundant_guards, useless_format} | Matthias Krüger | -1/+1 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -2/+2 |
| 2023-09-24 | Remove span from BrAnon. | Camille GILLOT | -21/+9 |
| 2023-09-24 | Rollup merge of #116082 - compiler-errors:default-assoc-ty-msg, r=estebank | Matthias Krüger | -3/+7 |
| 2023-09-24 | Rollup merge of #116073 - compiler-errors:poly-sigs, r=b-naber | Matthias Krüger | -11/+29 |
| 2023-09-23 | Remove GeneratorWitness and rename GeneratorWitnessMIR. | Camille GILLOT | -41/+1 |
| 2023-09-23 | Remove dead error code. | Camille GILLOT | -46/+2 |
| 2023-09-23 | Tweak expected message to explain what it's actually signifying | Michael Goulet | -3/+7 |
| 2023-09-22 | Allow higher-ranked fn sigs in ValuePairs | Michael Goulet | -11/+29 |
| 2023-09-22 | Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obk | bors | -1/+1 |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -1/+1 |
| 2023-09-20 | Cleanup unused messages in ftl files | yukang | -4/+0 |
| 2023-09-19 | rustc_hir_analysis: add a helper to check function the signature mismatches | Eduardo Sánchez Muñoz | -0/+20 |
| 2023-09-18 | Auto merge of #115748 - RalfJung:post-mono, r=oli-obk | bors | -2/+5 |
| 2023-09-18 | Remove more unused `Lift` impls. | Nicholas Nethercote | -8/+1 |
| 2023-09-18 | Remove `RegionHighlightMode::tcx`. | Nicholas Nethercote | -5/+5 |
| 2023-09-15 | Canonicalize effect vars in new solver | Michael Goulet | -0/+4 |
| 2023-09-14 | move required_consts check to general post-mono-check function | Ralf Jung | -2/+5 |
| 2023-09-14 | treat host effect params as erased generics in codegen | Deadbeef | -3/+3 |
| 2023-09-11 | Auto merge of #114586 - oli-obk:patch_tait_rpit_order_check, r=lcnr,compiler-... | bors | -1/+19 |
| 2023-09-11 | Bubble up opaque <eq> opaque operations instead of picking an order | Oli Scherer | -1/+19 |
| 2023-09-11 | Rollup merge of #115727 - fee1-dead-contrib:effect-fallback, r=oli-obk | Matthias Krüger | -15/+168 |
| 2023-09-11 | add `is_host_effect` to `GenericParamDefKind::Const` and address review | Deadbeef | -8/+7 |
| 2023-09-10 | Implement fallback for effect param | Deadbeef | -15/+169 |
| 2023-09-07 | Use `newtype_index` for `IntVid` and `FloatVid`. | Nicholas Nethercote | -2/+2 |
| 2023-08-30 | Test and note unsafe ctor to fn ptr coercion | Michael Goulet | -6/+4 |
| 2023-08-26 | Merge if and match expressions that don't make sense to have separated | Santiago Pastorino | -15/+10 |
| 2023-08-25 | Check that universe can name other universe instead of equality | Santiago Pastorino | -4/+5 |
| 2023-08-25 | Remove lub_empty from lexical region resolve | Santiago Pastorino | -46/+19 |
| 2023-08-18 | Auto merge of #114611 - nnethercote:type-system-chess, r=compiler-errors | bors | -1/+23 |
| 2023-08-15 | Rollup merge of #114819 - estebank:issue-78124, r=compiler-errors | Matthias Krüger | -18/+68 |
| 2023-08-15 | Rollup merge of #114644 - compiler-errors:lt-err, r=wesleywiser | Matthias Krüger | -1/+6 |
| 2023-08-14 | Move scrutinee `HirId` into `MatchSource::TryDesugar` | Esteban Küber | -7/+5 |
| 2023-08-14 | Point at return type when it influences non-first `match` arm | Esteban Küber | -15/+67 |
| 2023-08-12 | Don't crash when reporting nice region errors for generic const items | León Orell Valerian Liehr | -17/+7 |
| 2023-08-09 | Ignore `cause` and `recursion_depth` in `Obligation::{eq,hash}`. | Nicholas Nethercote | -1/+23 |
| 2023-08-09 | Point out expectation even if we have RegionsInsufficientlyPolymorphic | Michael Goulet | -1/+6 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -2/+2 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -2/+2 |
| 2023-08-06 | don't replace opaque types under binders with infer vars | Ali MJ Al-Nasrawy | -1/+1 |
| 2023-08-04 | don't ICE on higher ranked hidden types | Ali MJ Al-Nasrawy | -0/+9 |
| 2023-08-04 | Auto merge of #114036 - compiler-errors:upcast-to-fewer-assocs, r=lcnr | bors | -0/+38 |
| 2023-08-04 | Rollup merge of #114355 - compiler-errors:resolve_vars_early, r=lcnr | Matthias Krüger | -8/+2 |
| 2023-08-03 | Placeholder nit | Michael Goulet | -8/+2 |
| 2023-08-03 | Rework upcasting | Michael Goulet | -0/+38 |
| 2023-08-03 | fix the span in the suggestion of remove question mark | bohan | -1/+1 |