| Age | Commit message (Expand) | Author | Lines |
| 2025-01-23 | tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}` | 许杰友 Jieyou Xu (Joe) | -1/+2 |
| 2025-01-08 | Remove special-casing for argument patterns in MIR typeck | dianne | -7/+9 |
| 2025-01-06 | point out unblamed constraints from `Copy`/`Sized` bounds in region errors | dianne | -1/+4 |
| 2025-01-06 | `best_blame_constraint`: prioritize blaming interesting-seeming constraints | dianne | -1/+5 |
| 2025-01-06 | `best_blame_constraint`: avoid blaming assignments without user-provided types | dianne | -9/+7 |
| 2025-01-06 | `best_blame_constraint`: don't filter constraints by sup SCC | dianne | -32/+89 |
| 2025-01-06 | Improve span when temporary receiver is dropped in edition 2024 | Michael Goulet | -2/+1 |
| 2024-12-14 | Rollup merge of #134181 - estebank:trim-render, r=oli-obk | Matthias Krüger | -13/+1 |
| 2024-12-12 | Tweak multispan rendering | Esteban Küber | -13/+1 |
| 2024-12-11 | Arbitrary self types v2: use Receiver trait | Adrian Taylor | -1/+1 |
| 2024-12-01 | Only error raw lifetime followed by \' in edition 2021+ | Michael Goulet | -3/+7 |
| 2024-11-28 | Update more 2024 tests to remove -Zunstable-options | Eric Huss | -8/+3 |
| 2024-11-27 | Update tests to use new proc-macro header | Eric Huss | -6/+1 |
| 2024-11-22 | Stabilize the 2024 edition | Eric Huss | -2/+1 |
| 2024-11-11 | ensure that tail expr receive lifetime extension | Ding Xiang Fei | -6/+21 |
| 2024-11-09 | Rollup merge of #132363 - compiler-errors:raw-lt-id-valid, r=wesleywiser | Matthias Krüger | -0/+52 |
| 2024-11-09 | Rollup merge of #132341 - compiler-errors:raw-lt-prefix-id, r=chenyukang | Matthias Krüger | -0/+27 |
| 2024-11-02 | Point at tail expression on rpit E0277 | Esteban Küber | -0/+3 |
| 2024-10-30 | Enforce that raw lifetime identifiers must be valid raw identifiers | Michael Goulet | -0/+52 |
| 2024-10-30 | Reject raw lifetime followed by \' as well | Michael Goulet | -0/+27 |
| 2024-10-24 | stabilize shorter-tail-lifetimes | Ding Xiang Fei | -10/+3 |
| 2024-09-29 | fix(hir_analysis/wfcheck): don't leak {type error} | Barrett Ray | -32/+2 |
| 2024-09-24 | be even more precise about "cast" vs "coercion" | Lukas Markeffsky | -2/+2 |
| 2024-09-24 | replace "cast" with "coercion" where applicable | Lukas Markeffsky | -2/+2 |
| 2024-09-12 | Re-enable `ConstArgKind::Path` lowering by default | Noah Lev | -10/+1 |
| 2024-09-06 | Add some more tests | Michael Goulet | -0/+105 |
| 2024-08-31 | elided_named_lifetimes: bless & add tests | Pavel Grigorenko | -4/+26 |
| 2024-08-24 | Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillot | Matthias Krüger | -4/+13 |
| 2024-08-19 | Retroactively feature gate `ConstArgKind::Path` | Boxy | -4/+13 |
| 2024-08-17 | Bless test fallout | Michael Goulet | -52/+23 |
| 2024-08-05 | Rollup merge of #127655 - RalfJung:invalid_type_param_default, r=compiler-errors | Matthias Krüger | -0/+11 |
| 2024-07-30 | Remove crate_level_only from ELIDED_LIFETIMES_IN_PATHS | Michael Goulet | -0/+31 |
| 2024-07-22 | Revert suggestion verbosity change | Esteban Küber | -6/+3 |
| 2024-07-22 | On generic and lifetime removal suggestion, do not leave behind stray `,` | Esteban Küber | -1/+1 |
| 2024-07-22 | Change suggestion message wording | Esteban Küber | -1/+1 |
| 2024-07-22 | Use verbose suggestion for "wrong # of generics" | Esteban Küber | -3/+6 |
| 2024-07-21 | Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-... | bors | -0/+4 |
| 2024-07-19 | Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU | bors | -10/+1 |
| 2024-07-18 | Rollup merge of #127878 - estebank:assoc-item-removal, r=fmease | Matthias Krüger | -2/+3 |
| 2024-07-17 | Fix associated item removal suggestion | Esteban Küber | -2/+3 |
| 2024-07-17 | Split part of `adt_const_params` into `unsized_const_params` | Boxy | -0/+4 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -10/+1 |
| 2024-07-15 | make invalid_type_param_default lint show up in cargo future-compat reports | Ralf Jung | -0/+11 |
| 2024-07-14 | Use ordinal number in argument error | long-long-float | -1/+1 |
| 2024-07-04 | Better span for "make binding mutable" suggestion | Esteban Küber | -14/+25 |
| 2024-06-21 | Fix remaining cases | Michael Goulet | -1/+1 |
| 2024-06-20 | add `needs-unwind` to UI test | Jorge Aparicio | -0/+1 |
| 2024-06-18 | tail expression behind terminating scope | Ding Xiang Fei | -0/+136 |
| 2024-06-05 | Rollup merge of #125407 - pacak:no-lending-iterators, r=pnkfelix | Matthias Krüger | -0/+65 |
| 2024-06-04 | Rollup merge of #125667 - oli-obk:taintify, r=TaKO8Ki | Michael Goulet | -38/+27 |