| Age | Commit message (Expand) | Author | Lines |
| 2025-06-29 | moved & deleted some tests | Kivooeo | -0/+14 |
| 2025-06-22 | Implement DesugaringKind::FormatLiteral | mejrs | -3/+1 |
| 2025-06-11 | stabilize gai | Boxy | -3/+3 |
| 2025-06-04 | cleaned up some tests | Kivooeo | -0/+49 |
| 2025-05-27 | Update tests with Range parameter to `BTreeMap::extract_if` etc. | Sidney Cammeresi | -2/+2 |
| 2025-05-09 | Merge typeck loop with static/const item eval loop | Oli Scherer | -8/+8 |
| 2025-05-06 | Auto merge of #140561 - compiler-errors:gather-fewer-locals, r=lcnr | bors | -2/+2 |
| 2025-05-05 | Be a bit more relaxed about not yet constrained infer vars in closure upvar a... | Michael Goulet | -0/+19 |
| 2025-05-05 | Do not gather local all together at the beginning of typeck | Michael Goulet | -2/+2 |
| 2025-04-14 | Auto merge of #139577 - davidtwco:sizedness-go-vroom, r=oli-obk | bors | -5/+12 |
| 2025-04-10 | replace `//@ compile-flags: --edition` with `//@ edition` | Pietro Albini | -4/+4 |
| 2025-04-09 | re-use sized fast path | David Wood | -5/+12 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -51/+51 |
| 2025-03-26 | Add a regression test for TestCase::Or without place | Maja Kądziołka | -0/+11 |
| 2025-02-21 | Do not deduplicate list of associated types provided by dyn principal | Michael Goulet | -0/+18 |
| 2025-02-14 | Rollup merge of #137035 - compiler-errors:eagerly-mono-closures-after-norm, r... | Jubilee | -0/+19 |
| 2025-02-14 | Normalize closure instance before eagerly monomorphizing it | Michael Goulet | -0/+19 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -3/+3 |
| 2025-02-14 | Consider add-prefix replacements too | Michael Goulet | -3/+2 |
| 2025-02-14 | Use underline suggestions for purely 'additive' replacements | Michael Goulet | -6/+4 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -8/+12 |
| 2025-02-02 | Shorten error message for callable with wrong return type | Esteban Küber | -4/+4 |
| 2025-01-30 | Add closure labels | Esteban Küber | -5/+7 |
| 2025-01-30 | On E0271 for a closure behind a binding, point at binding in call too | Esteban Küber | -0/+60 |
| 2025-01-28 | Auto merge of #136203 - matthiaskrgr:rollup-1k0f44l, r=matthiaskrgr | bors | -0/+3 |
| 2025-01-28 | "normalize" signature before checking mentions self | Boxy | -0/+3 |
| 2025-01-28 | Rollup merge of #135748 - compiler-errors:len-2, r=RalfJung,oli-obk | Matthias Krüger | -38/+8 |
| 2025-01-27 | Reapply "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=da... | Michael Goulet | -38/+8 |
| 2025-01-27 | Remove all dead files inside tests/ui/ | León Orell Valerian Liehr | -37/+0 |
| 2025-01-25 | Rollup merge of #135985 - Zalathar:whats-upvar, r=lqd | Matthias Krüger | -41/+46 |
| 2025-01-24 | Rollup merge of #135926 - jieyouxu:needs-subprocess-thread, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-01-24 | Add some notes and test some more pattern variants | Zalathar | -1/+19 |
| 2025-01-24 | Rename test to `unresolvable-upvar-issue-87987.rs` | Zalathar | -15/+2 |
| 2025-01-23 | tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}` | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-01-23 | Bless and add tests | Boxy | -0/+55 |
| 2025-01-18 | Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=dav... | Rémy Rakic | -8/+38 |
| 2025-01-14 | mir borrowck: cleanup late-bound region handling | lcnr | -2/+2 |
| 2024-12-31 | chore: fix some typos | peicuiping | -1/+1 |
| 2024-12-15 | Auto merge of #134318 - matthiaskrgr:rollup-jda0jkx, r=matthiaskrgr | bors | -0/+5 |
| 2024-12-14 | Rollup merge of #132939 - uellenberg:suggest-deref, r=oli-obk | Matthias Krüger | -0/+5 |
| 2024-12-14 | Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=davidtwco,R... | bors | -38/+8 |
| 2024-12-14 | Rollup merge of #134181 - estebank:trim-render, r=oli-obk | Matthias Krüger | -144/+31 |
| 2024-12-13 | Suggest using deref in patterns | uellenberg | -0/+5 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -11/+8 |
| 2024-12-12 | Filter empty lines, comments and delimiters from previous to last multiline s... | Esteban Küber | -114/+31 |
| 2024-12-12 | Tweak multispan rendering | Esteban Küber | -30/+0 |
| 2024-12-07 | Mention type parameter in more cases and don't suggest ~const bound already t... | Esteban Küber | -3/+3 |
| 2024-12-07 | Use trait name instead of full constraint in suggestion message | Esteban Küber | -3/+3 |
| 2024-12-07 | reword trait bound suggestion message to include the bounds | Esteban Küber | -4/+4 |
| 2024-12-03 | Bounds-check with PtrMetadata instead of Len in MIR | Scott McMurray | -38/+8 |