| Age | Commit message (Expand) | Author | Lines |
| 2024-08-11 | Add more information link to orphan impls | Jonathan Birk | -1/+2 |
| 2024-08-10 | Auto merge of #128927 - GuillaumeGomez:rollup-ei2lr0f, r=GuillaumeGomez | bors | -22/+22 |
| 2024-08-10 | Update tests | Nadrieril | -209/+159 |
| 2024-08-10 | Differentiate between methods and associated functions | Esteban Küber | -22/+22 |
| 2024-08-07 | Hide implicit target features from diagnostics when possible | Caleb Zulawski | -14/+12 |
| 2024-08-07 | Add test to ensure implied target features work with asm, and fix failing tests | Caleb Zulawski | -42/+25 |
| 2024-07-30 | Adjust orphan note in tests | Jonathan Birk | -1/+1 |
| 2024-07-28 | Rollup merge of #127853 - folkertdev:naked-function-error-messages, r=bjorn3 | Matthias Krüger | -6/+12 |
| 2024-07-27 | switch to an allowlist approach | Folkert | -4/+4 |
| 2024-07-26 | Auto merge of #128034 - Nadrieril:explain-unreachable, r=compiler-errors | bors | -2/+27 |
| 2024-07-25 | Rollup merge of #128171 - compiler-errors:arg-compat, r=oli-obk | Matthias Krüger | -0/+53 |
| 2024-07-24 | Make sure that args are compatible in resolve_associated_item | Michael Goulet | -0/+53 |
| 2024-07-25 | Rollup merge of #128111 - estebank:no-question, r=fmease | Matthias Krüger | -4/+4 |
| 2024-07-25 | Rollup merge of #127528 - estebank:ascii-control-chars, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-07-25 | Rollup merge of #127054 - compiler-errors:bound-ordering, r=fmease | Matthias Krüger | -18/+26 |
| 2024-07-24 | Fix ddltool-failed test | Esteban Küber | -1/+1 |
| 2024-07-24 | Do not use question as label | Esteban Küber | -4/+4 |
| 2024-07-24 | Rollup merge of #122192 - oli-obk:type_of_opaque_for_const_checks, r=lcnr | Matthias Krüger | -35/+3 |
| 2024-07-24 | Do not try to reveal hidden types when trying to prove Freeze in the defining... | Oli Scherer | -35/+3 |
| 2024-07-24 | Explain why a given pattern is considered unreachable | Nadrieril | -2/+27 |
| 2024-07-22 | Revert suggestion verbosity change | Esteban Küber | -24/+12 |
| 2024-07-22 | Change suggestion message wording | Esteban Küber | -4/+4 |
| 2024-07-22 | Use verbose suggestion for "wrong # of generics" | Esteban Küber | -12/+24 |
| 2024-07-19 | Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU | bors | -13/+4 |
| 2024-07-18 | Replace ASCII control chars with Unicode Control Pictures | Esteban Küber | -0/+0 |
| 2024-07-18 | const_to_pat: cleanup leftovers from when we had to deal with non-structural ... | Ralf Jung | -39/+6 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -13/+4 |
| 2024-07-16 | improve error message when `#[naked]` is used with `#[track-caller] and `#[ta... | Folkert | -6/+12 |
| 2024-07-16 | Rollup merge of #120990 - chenyukang:yukang-fix-120327-dbg, r=oli-obk | Trevor Gross | -0/+4 |
| 2024-07-15 | Rollup merge of #127407 - estebank:parser-suggestions, r=oli-obk | Matthias Krüger | -3/+18 |
| 2024-07-16 | Suggest a borrow when using dbg | yukang | -0/+4 |
| 2024-07-14 | add_effects_test | Boxy | -0/+88 |
| 2024-07-12 | Make parse error suggestions verbose and fix spans | Esteban Küber | -3/+18 |
| 2024-07-11 | And additionally enforce ? and async/const aren't mixed | Michael Goulet | -16/+24 |
| 2024-07-11 | Always use a colon in `//@ normalize-*:` headers | Zalathar | -2/+2 |
| 2024-07-10 | Enforce that ? and for<...> are not combined | Michael Goulet | -2/+2 |
| 2024-07-10 | Reorder modifiers and polarity to be *after* binder in trait bounds | Michael Goulet | -2/+2 |
| 2024-07-08 | Rollup merge of #127452 - fee1-dead-contrib:fx-intrinsic-counting, r=fmease | 许杰友 Jieyou Xu (Joe) | -17/+49 |
| 2024-07-07 | Fix intrinsic const parameter counting with `effects` | Deadbeef | -17/+49 |
| 2024-07-05 | Process alias-relate obligations when proving receiver_is_valid | Michael Goulet | -49/+2 |
| 2024-07-02 | Actually report normalization-based type errors correctly for alias-relate ob... | Michael Goulet | -4/+16 |
| 2024-06-30 | Migrate tests to use `-Znext-solver` | Deadbeef | -349/+404 |
| 2024-06-30 | Make `feature(effects)` require `-Znext-solver` | Deadbeef | -0/+24 |
| 2024-06-28 | address review comments | Deadbeef | -15/+9 |
| 2024-06-28 | finishing touches, move fixed ICEs to ui tests | Deadbeef | -5/+160 |
| 2024-06-28 | general fixups and turn `TODO`s into `FIXME`s | Deadbeef | -75/+4 |
| 2024-06-28 | bless UI tests | Deadbeef | -815/+854 |
| 2024-06-28 | bless tests part 1 | Deadbeef | -34/+218 |
| 2024-06-28 | temporarily disable effects on specialization tests | Deadbeef | -49/+36 |
| 2024-06-28 | Implement `Min` trait in new solver | Deadbeef | -0/+1 |