| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-03-21 | Stabilize `const_caller_location` and `const_location_fields` | lilasta | -8/+6 |
| 2024-03-20 | Bless test fallout (duplicate diagnostics) | Michael Goulet | -6/+24 |
| 2024-03-19 | Make `const_eval_select` a rustc_intrinsic | Oli Scherer | -11/+13 |
| 2024-03-19 | Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk | bors | -4/+3 |
| 2024-03-18 | Rollup merge of #122158 - estebank:feature-sugg, r=WaffleLapkin | Matthias Krüger | -19/+76 |
| 2024-03-18 | Rollup merge of #121823 - Nadrieril:never-witnesses, r=compiler-errors | Matthias Krüger | -8/+8 |
| 2024-03-18 | Provide structured suggestion for `#![feature(foo)]` | Esteban Küber | -19/+76 |
| 2024-03-14 | eagerly instantiate binders to avoid relying on `sub` | lcnr | -12/+10 |
| 2024-03-12 | Don't suggest an arm when suggesting a never pattern | Nadrieril | -2/+2 |
| 2024-03-12 | Suggest never pattern instead of `_` for empty types | Nadrieril | -8/+8 |
| 2024-03-12 | Rollup merge of #122343 - compiler-errors:rando, r=fmease | Matthias Krüger | -11/+5 |
| 2024-03-12 | Auto merge of #122036 - alexcrichton:test-wasm-with-wasi, r=oli-obk | bors | -2/+0 |
| 2024-03-11 | Remove some unnecessary allow(incomplete_features) | Michael Goulet | -11/+5 |
| 2024-03-11 | Update test directives for `wasm32-wasip1` | Alex Crichton | -2/+0 |
| 2024-03-10 | Ignore tests w/ current/next revisions from compare-mode=next-solver | Michael Goulet | -2/+3 |
| 2024-03-08 | Stabilize associated type bounds | Michael Goulet | -4/+3 |
| 2024-03-07 | Merge collect_mod_item_types query into check_well_formed | Oli Scherer | -25/+25 |
| 2024-03-07 | Use the same collection order as check_mod_type_wf | Oli Scherer | -2/+2 |
| 2024-03-07 | Merge `check_mod_impl_wf` and `check_mod_type_wf` | Oli Scherer | -4/+41 |
| 2024-03-05 | Rollup merge of #121894 - RalfJung:const_eval_select, r=oli-obk | Matthias Krüger | -1/+2 |
| 2024-03-03 | Use root obligation on E0277 for some cases | Esteban Küber | -2/+2 |
| 2024-03-02 | const_eval_select: make it safe but be careful with what we expose on stable ... | Ralf Jung | -1/+2 |
| 2024-02-27 | rename RPITIT from opaque to synthetic | Michael Goulet | -2/+2 |