| Age | Commit message (Expand) | Author | Lines |
| 2025-03-08 | Refactor coroutine layout logic to precompute all sublayouts | Moulins | -0/+3 |
| 2025-03-06 | Rollup merge of #137910 - compiler-errors:async-fn-goal-error, r=oli-obk | Michael Goulet | -0/+31 |
| 2025-03-05 | Implement `&pin const self` and `&pin mut self` sugars | Frank King | -0/+46 |
| 2025-03-03 | Do not recover missing lifetime with random in-scope lifetime | Michael Goulet | -13/+2 |
| 2025-03-03 | Improve error message for AsyncFn trait failure for RPIT | Michael Goulet | -0/+31 |
| 2025-02-25 | Don't suggest constraining unstable associated types | Michael Goulet | -0/+29 |
| 2025-02-20 | Tweak E0277 when predicate comes indirectly from `?` | Esteban Küber | -8/+0 |
| 2025-02-12 | Rollup merge of #134090 - veluca93:stable-tf11, r=oli-obk | Jacob Pratt | -7/+6 |
| 2025-02-11 | Check sig for errors before checking for unconstrained anonymous lifetime | Michael Goulet | -0/+18 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -22/+33 |
| 2025-02-05 | Eagerly detect coroutine recursion pre-mono when possible | Michael Goulet | -4/+1 |
| 2025-02-02 | Rollup merge of #136414 - estebank:expected-return-type, r=oli-obk | Matthias Krüger | -10/+10 |
| 2025-02-02 | Shorten error message for callable with wrong return type | Esteban Küber | -10/+10 |
| 2025-01-31 | Auto merge of #136350 - matthiaskrgr:rollup-6eqfyvh, r=matthiaskrgr | bors | -3/+3 |
| 2025-01-31 | Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxu | Matthias Krüger | -3/+3 |
| 2025-01-30 | Add closure labels | Esteban Küber | -2/+3 |
| 2025-01-30 | When encountering unexpected closure return type, point at return type/expres... | Esteban Küber | -11/+6 |
| 2025-01-27 | Stabilize target_feature_11 | Caleb Zulawski | -7/+6 |
| 2025-01-27 | Rollup merge of #136112 - fmease:clean-up-all-dead-files-in-ui-tests, r=compi... | Guillaume Gomez | -21/+0 |
| 2025-01-27 | Remove all dead files inside tests/ui/ | León Orell Valerian Liehr | -21/+0 |
| 2025-01-26 | Compiler: Finalize dyn compatibility renaming | León Orell Valerian Liehr | -3/+3 |
| 2025-01-26 | Add cache to FoldEscapingRegions | Michael Goulet | -0/+125 |
| 2025-01-23 | Rollup merge of #135492 - metamuffin:bug-invalid-await-suggest, r=compiler-er... | Matthias Krüger | -10/+0 |
| 2025-01-22 | Rollup merge of #135816 - BoxyUwU:root_normalizes_to_goal_ice, r=lcnr | Matthias Krüger | -5/+27 |
| 2025-01-22 | Refactor dyn-compatibility error and suggestions | Taylor Cramer | -19/+18 |
| 2025-01-22 | Use `structurally_normalize` instead of manual `normalizes-to` goals | Boxy | -5/+27 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -18/+0 |
| 2025-01-16 | Add missing check for async body when suggesting await on futures. | metamuffin | -10/+0 |
| 2025-01-15 | Render fn defs with target_features attrs with the attribute | Oli Scherer | -2/+3 |
| 2025-01-15 | Treat safe target_feature functions as unsafe by default | Oli Scherer | -2/+2 |
| 2025-01-06 | `best_blame_constraint`: avoid blaming constraints from MIR generated by desu... | dianne | -32/+28 |
| 2025-01-06 | `best_blame_constraint`: don't filter constraints by sup SCC | dianne | -38/+36 |
| 2025-01-02 | Suppress type param suggestion if encountering invalid const infer | Michael Goulet | -5/+0 |
| 2025-01-02 | Unconditionally lower generic_arg_infer | Michael Goulet | -5/+11 |
| 2024-12-31 | Make sure we check the future type is Sized in AsyncFn* | Michael Goulet | -0/+51 |
| 2024-12-25 | Actually print all the relevant parts of a coroutine in verbose mode | Michael Goulet | -2/+2 |
| 2024-12-14 | Auto merge of #134294 - matthiaskrgr:rollup-anh6io8, r=matthiaskrgr | bors | -4/+4 |
| 2024-12-14 | Rollup merge of #134181 - estebank:trim-render, r=oli-obk | Matthias Krüger | -12/+4 |
| 2024-12-13 | Arbitrary self types v2: adjust diagnostic. | Adrian Taylor | -4/+4 |
| 2024-12-13 | Auto merge of #132706 - compiler-errors:async-closures, r=oli-obk | bors | -277/+96 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -277/+96 |
| 2024-12-12 | Filter empty lines, comments and delimiters from previous to last multiline s... | Esteban Küber | -2/+0 |
| 2024-12-12 | Tweak multispan rendering | Esteban Küber | -10/+4 |
| 2024-12-12 | Auto merge of #132961 - adetaylor:arbitrary-self-types-the-big-bit, r=compile... | bors | -4/+4 |
| 2024-12-11 | Arbitrary self types v2: use Receiver trait | Adrian Taylor | -4/+4 |
| 2024-12-10 | Implement projection and shim for AFIDT | Michael Goulet | -0/+160 |
| 2024-12-10 | Rollup merge of #134017 - compiler-errors:call-once-deduction, r=jieyouxu | León Orell Valerian Liehr | -0/+14 |
| 2024-12-08 | Don't use AsyncFnOnce::CallOnceFuture bounds for signature deduction | Michael Goulet | -0/+14 |
| 2024-12-07 | Mention type parameter in more cases and don't suggest ~const bound already t... | Esteban Küber | -1/+1 |
| 2024-12-07 | Use trait name instead of full constraint in suggestion message | Esteban Küber | -2/+2 |