| Age | Commit message (Expand) | Author | Lines |
| 2024-08-15 | Revert "Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU" | Boxy | -11/+11 |
| 2024-08-03 | Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix" | Michael Goulet | -2/+1 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -11/+11 |
| 2024-07-11 | Always use a colon in `//@ normalize-*:` headers | Zalathar | -3/+3 |
| 2024-07-04 | Better suggestion span for missing type parameter | Esteban Küber | -2/+10 |
| 2024-07-02 | add test | Boxy | -0/+32 |
| 2024-07-01 | Auto merge of #126996 - oli-obk:do_not_count_errors, r=nnethercote | bors | -3/+12 |
| 2024-06-30 | Migrate tests to use `-Znext-solver` | Deadbeef | -10/+24 |
| 2024-06-28 | bless tests part 1 | Deadbeef | -45/+12 |
| 2024-06-26 | Automatically taint InferCtxt when errors are emitted | Oli Scherer | -3/+12 |
| 2024-06-19 | Const generic parameters aren't bounds, even if we end up erroring because of... | Oli Scherer | -10/+10 |
| 2024-06-19 | Taint infcx when reporting errors | Oli Scherer | -13/+82 |
| 2024-06-07 | Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix | Matthias Krüger | -1/+2 |
| 2024-06-05 | Bless tests and handle tests/crashes | Boxy | -4/+71 |
| 2024-06-05 | Detect pub structs never constructed and unused associated constants in traits | r0cky | -1/+2 |
| 2024-06-04 | bless privacy tests (only diagnostic duplication) | Oli Scherer | -1/+13 |
| 2024-06-03 | Make WHERE_CLAUSES_OBJECT_SAFETY a regular object safety violation | Michael Goulet | -15/+25 |
| 2024-05-29 | Partially implement `ConstArgHasType` | Boxy | -157/+11 |
| 2024-05-27 | remove fixed crashes, add fixed crashes to tests, add new cashed found in the... | Matthias Krüger | -0/+152 |
| 2024-05-25 | Rollup merge of #125451 - oli-obk:const_type_mismatch, r=compiler-errors | Matthias Krüger | -11/+5 |
| 2024-05-24 | Actually just remove the special case altogether | Michael Goulet | -0/+24 |
| 2024-05-24 | Fail relating constants of different types | Oli Scherer | -11/+5 |
| 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 ICE failed to resolve instance for <[f32; 2] as CrossProduct | Matthias Krüger | -0/+18 |
| 2024-04-24 | Fix tests and bless | Gary Guo | -6/+5 |
| 2024-04-21 | add test for ICE caused by using feature(generic_const_exprs) #114463 | Matthias Krüger | -0/+29 |
| 2024-04-10 | Use `fn` ptr signature instead of `{closure@..}` in infer error | Esteban Küber | -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-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 | -43/+152 |
| 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 | 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 | Provide structured suggestion for unconstrained generic constant | Esteban Küber | -43/+152 |
| 2024-03-20 | register opaques that reference errors | Ali MJ Al-Nasrawy | -3/+19 |
| 2024-03-19 | Auto merge of #119212 - w-utter:pretty-print-const-expr, r=compiler-errors | bors | -6/+4 |
| 2024-03-18 | Provide structured suggestion for `#![feature(foo)]` | Esteban Küber | -4/+16 |
| 2024-03-17 | added pretty_print_const_expr | will | -6/+4 |
| 2024-03-14 | Auto merge of #122347 - oli-obk:track_errors13, r=compiler-errors | bors | -14/+14 |
| 2024-03-11 | Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco" | Oli Scherer | -14/+14 |
| 2024-03-11 | Remove some unnecessary allow(incomplete_features) | Michael Goulet | -6/+4 |
| 2024-03-11 | Run a single huge `par_body_owners` instead of many small ones after each other. | Oli Scherer | -14/+14 |