| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-11-26 | tests: remove `//@ pretty-expanded` usages | 许杰友 Jieyou Xu (Joe) | -4/+1 |
| 2024-11-23 | Update tests for new TRPL chapter order | Chris Krycho | -7/+7 |
| 2024-11-21 | Rollup merge of #132489 - compiler-errors:fn-sugg-tweaks, r=BoxyUwU | Matthias Krüger | -0/+27 |
| 2024-11-17 | Make suggestion verbose | Esteban Küber | -4/+5 |
| 2024-11-17 | Point at `const` definition when used instead of a binding in a `let` statement | Esteban Küber | -1/+3 |
| 2024-11-13 | Suggest borrowing arguments in generic positions when trait bounds are satisfied | dianne | -16/+0 |
| 2024-11-05 | Auto merge of #132580 - compiler-errors:globs, r=Noratrieb | bors | -239/+239 |
| 2024-11-04 | remove support for extern-block const intrinsics | Ralf Jung | -2/+2 |
| 2024-11-04 | Remove BorrowKind glob, make names longer | Michael Goulet | -239/+239 |
| 2024-11-02 | Fix closure arg extraction in extract_callable_info | Michael Goulet | -0/+27 |
| 2024-10-29 | Remove detail from label/note that is already available in other note | Esteban Küber | -10/+10 |
| 2024-10-14 | `rt::Argument`: elide lifetimes | Lieselotte | -1/+1 |
| 2024-10-05 | Document things a bit more carefully, also account for coercion in check_expr... | Michael Goulet | -4/+2 |
| 2024-09-26 | Pass correct HirId to late_bound_vars in diagnostic code | León Orell Valerian Liehr | -1/+53 |
| 2024-08-28 | Don't suggest adding return type for closures with default return type | Wafarm | -5/+0 |
| 2024-08-23 | document & impl the transmutation modeled by `BikeshedIntrinsicFrom` | Jack Wrenn | -2/+2 |
| 2024-08-19 | Fix wrong argument for `get_fn_decl` | Wafarm | -2/+5 |
| 2024-08-10 | Update tests | Nadrieril | -2/+1 |
| 2024-07-22 | Note closure captures when reporting deferred cast to fn ptr failed | Michael Goulet | -0/+6 |
| 2024-07-20 | Just totally fully deny late-bound consts | Michael Goulet | -2/+9 |
| 2024-07-12 | Gate the type length limit check behind a nightly flag | Michael Goulet | -12/+1 |
| 2024-07-04 | More accurate mutability suggestion | Esteban Küber | -11/+20 |
| 2024-07-03 | Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr | bors | -2/+12 |
| 2024-07-02 | Re-implement a type-size based limit | Michael Goulet | -2/+12 |