| Age | Commit message (Expand) | Author | Lines |
| 2024-06-04 | Rollup merge of #125608 - oli-obk:subsequent_lifetime_errors, r=BoxyUwU | 许杰友 Jieyou Xu (Joe) | -18/+2 |
| 2024-06-03 | Make WHERE_CLAUSES_OBJECT_SAFETY a regular object safety violation | Michael Goulet | -15/+25 |
| 2024-06-03 | Mark all missing generic args as errors | Oli Scherer | -18/+2 |
| 2024-05-31 | Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com... | Matthias Krüger | -6/+6 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -6/+6 |
| 2024-05-29 | Partially implement `ConstArgHasType` | Boxy | -183/+109 |
| 2024-05-28 | Allow type_of to return partially non-error types if the type was already tai... | Oli Scherer | -4/+31 |
| 2024-05-27 | remove fixed crashes, add fixed crashes to tests, add new cashed found in the... | Matthias Krüger | -1/+153 |
| 2024-05-25 | Rollup merge of #125451 - oli-obk:const_type_mismatch, r=compiler-errors | Matthias Krüger | -23/+26 |
| 2024-05-24 | Actually just remove the special case altogether | Michael Goulet | -0/+24 |
| 2024-05-24 | Use regular type equating instead of a custom query | Oli Scherer | -1/+15 |
| 2024-05-24 | Fail relating constants of different types | Oli Scherer | -22/+11 |
| 2024-05-14 | only find segs chain for missing methods when no available candidates | bohan | -0/+34 |
| 2024-04-28 | add test for ice expected-type-of-closure-body-to-be-a-closure-or-coroutine-i... | Matthias Krüger | -0/+91 |
| 2024-04-28 | add test for const generic ty's with lifetimes cause opaque types to ICE | Matthias Krüger | -0/+29 |
| 2024-04-28 | add test for ICE failed to resolve instance for <[f32; 2] as CrossProduct | Matthias Krüger | -0/+18 |
| 2024-04-28 | add test for Inconsistent rustc_transmute::is_transmutable(...) result, got Yes | Matthias Krüger | -0/+71 |
| 2024-04-24 | Fix tests and bless | Gary Guo | -6/+5 |
| 2024-04-23 | Rollup merge of #122591 - gurry:122162-impl-type-binding-suggestion, r=fmease | León Orell Valerian Liehr | -0/+10 |
| 2024-04-21 | add test for ICE caused by using feature(generic_const_exprs) #114463 | Matthias Krüger | -0/+29 |
| 2024-04-19 | add test for #83993 | Matthias Krüger | -0/+47 |
| 2024-04-16 | Don't ICE for kind mismatches during error rendering | Oli Scherer | -0/+63 |
| 2024-04-16 | Emit suggestions when equality constraints are wrongly used | Gurinder Singh | -0/+10 |
| 2024-04-11 | Rollup merge of #123704 - estebank:diag-changes, r=compiler-errors | Matthias Krüger | -4/+11 |
| 2024-04-11 | Rollup merge of #123703 - estebank:diag-changes-2, r=Nadrieril | León Orell Valerian Liehr | -5/+5 |
| 2024-04-10 | Handle more cases of value suggestions | Esteban Küber | -4/+11 |
| 2024-04-10 | Use `fn` ptr signature instead of `{closure@..}` in infer error | Esteban Küber | -5/+5 |
| 2024-04-09 | Tweak value suggestions in `borrowck` and `hir_analysis` | Esteban Küber | -2/+2 |
| 2024-04-09 | Further cleanup cfgs in the UI test suite | Urgau | -2/+2 |
| 2024-04-07 | add test for ice: unknown alias DefKind: AnonConst #116710 | Matthias Krüger | -0/+34 |
| 2024-04-04 | Allow defining opaque types when checking const equality bounds | Oli Scherer | -4/+4 |
| 2024-04-04 | Add regression test | Oli Scherer | -0/+40 |
| 2024-04-04 | Add some regression tests for opaque types and const generics | Oli Scherer | -0/+170 |
| 2024-03-27 | Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ... | Oli Scherer | -15/+15 |
| 2024-03-25 | Rollup merge of #122988 - matthiaskrgr:icetests, r=petrochenkov | Matthias Krüger | -0/+180 |
| 2024-03-25 | Auto merge of #122802 - estebank:unconstrained-generic-const, r=Nadrieril | bors | -91/+258 |
| 2024-03-24 | add test for ICE: no entry found for key for const function in generic_const... | Matthias Krüger | -0/+21 |
| 2024-03-24 | add test for #114464 | Matthias Krüger | -0/+28 |
| 2024-03-24 | add test for https://github.com/rust-lang/rust/issues/119731 | Matthias Krüger | -0/+131 |
| 2024-03-24 | add issue numbers via // issue: rust-lang/rust#ISSUE_NUM directive | Matthias Krüger | -1/+1 |
| 2024-03-24 | add test for 88421 ICE: could not fully normalize `&<MyType as std::ops::Inde... | Matthias Krüger | -0/+36 |
| 2024-03-23 | add test for #106423 | Matthias Krüger | -0/+57 |
| 2024-03-22 | add test for #97725 | Matthias Krüger | -1/+6 |
| 2024-03-22 | Rollup merge of #122863 - matthiaskrgr:teest, r=lcnr | Matthias Krüger | -0/+96 |
| 2024-03-22 | Rollup merge of #122820 - oli-obk:no_ord_def_id, r=estebank | Matthias Krüger | -74/+161 |
| 2024-03-22 | address review comments | Matthias Krüger | -91/+11 |
| 2024-03-22 | add test for ice #119275 "no entry found for key" in predicates_of.rs | Matthias Krüger | -0/+64 |
| 2024-03-22 | add test for ice #113017 no entry found for key in generics_of.rs | Matthias Krüger | -0/+112 |
| 2024-03-21 | add test for #122549 | Matthias Krüger | -0/+96 |
| 2024-03-21 | Sorting arbitrary constants should not be done, as it relies on `DefId` order... | Oli Scherer | -74/+161 |