| Age | Commit message (Expand) | Author | Lines |
| 2024-08-15 | Revert "Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU" | Boxy | -4/+13 |
| 2024-07-19 | Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU | bors | -13/+4 |
| 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 | 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 | Always use a colon in `//@ normalize-*:` headers | Zalathar | -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 |
| 2024-06-28 | implement new effects desugaring | Deadbeef | -2/+27 |
| 2024-06-22 | Make `effects` an incomplete feature | Deadbeef | -88/+679 |
| 2024-06-21 | bless tests | Deadbeef | -106/+796 |
| 2024-06-19 | Taint infcx when reporting errors | Oli Scherer | -4/+122 |
| 2024-06-13 | Tweak output of import suggestions | Esteban Küber | -3/+1 |
| 2024-06-06 | Auto merge of #125406 - tbu-:pr_rm_path_with_extension, r=Nadrieril | bors | -2/+2 |
| 2024-06-05 | Bless tests and handle tests/crashes | Boxy | -24/+14 |
| 2024-06-04 | Directly add extension instead of using `Path::with_extension` | Tobias Bucher | -2/+2 |
| 2024-06-04 | Rollup merge of #125865 - ajwock:ice_not_fully_resolved, r=fee1-dead | Michael Goulet | -0/+93 |
| 2024-06-03 | Fix ICE caused by ignoring EffectVars in type inference | Andrew Wock | -0/+93 |
| 2024-05-29 | Use parenthetical notation for `Fn` traits | Esteban Küber | -16/+16 |
| 2024-05-26 | Auto merge of #124661 - RalfJung:only-structural-consts-in-patterns, r=pnkfelix | bors | -565/+105 |
| 2024-05-03 | turn pointer_structural_match into a hard error | Ralf Jung | -385/+81 |
| 2024-05-03 | remove IndirectStructuralMatch lint, emit the usual hard error instead | Ralf Jung | -180/+24 |
| 2024-05-02 | Rollup merge of #124138 - mati865:ignore-llvm-abi-in-dlltool-tests, r=davidtwco | Matthias Krüger | -4/+1 |
| 2024-05-01 | Add inline comments why we're forcing the target cpu | Josh Stone | -14/+15 |
| 2024-05-01 | Use an explicit x86-64 cpu in tests that are sensitive to it | Josh Stone | -14/+15 |
| 2024-04-24 | Refactor dlltool searching code into separate function | Mateusz Mikuła | -4/+1 |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -3/+3 |
| 2024-04-23 | properly fill a promoted's required_consts | Ralf Jung | -2/+2 |
| 2024-04-23 | compute required_consts before promotion, and add promoteds that may fail | Ralf Jung | -45/+1 |
| 2024-04-23 | promotion: do not promote const-fn calls in const when that may fail without ... | Ralf Jung | -5/+49 |
| 2024-04-17 | Remove libc from more tests | Ben Kimock | -28/+24 |
| 2024-04-11 | Suggest `.clone()` in some move errors | Esteban Küber | -0/+16 |
| 2024-04-09 | Further cleanup cfgs in the UI test suite | Urgau | -1/+1 |
| 2024-04-06 | Rollup merge of #122291 - lilasta:stabilize_const_location_fields, r=dtolnay | Matthias Krüger | -8/+6 |
| 2024-04-02 | Remove dangling `.mir.stderr` and `.thir.stderr` test files | Eduardo Sánchez Muñoz | -276/+0 |