| Age | Commit message (Expand) | Author | Lines |
| 2025-04-15 | Fix wrong suggestion for async gen block and add regression ui test for #139839 | Guillaume Gomez | -0/+117 |
| 2025-04-15 | Update tests. | Mara Bos | -1/+1 |
| 2025-04-13 | Rollup merge of #139699 - compiler-errors:coroutine-drop-phase, r=scottmcm | Jacob Pratt | -0/+19 |
| 2025-04-13 | Rollup merge of #139618 - petrochenkov:virsugg, r=jieyouxu | Chris Denton | -11/+12 |
| 2025-04-12 | Proactively update coroutine drop shim's phase to account for later passes ap... | Michael Goulet | -0/+19 |
| 2025-04-10 | compiletest: Trim the value of `dont-require-annotations` | Vadim Petrochenkov | -1/+1 |
| 2025-04-10 | compiletest: Make `SUGGESTION` annotations viral | Vadim Petrochenkov | -11/+12 |
| 2025-04-10 | replace `//@ compile-flags: --edition` with `//@ edition` | Pietro Albini | -5/+8 |
| 2025-04-09 | Auto merge of #139555 - petrochenkov:errkind-ann, r=jieyouxu | bors | -3/+3 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -3/+3 |
| 2025-04-07 | compiletest: Stricter parsing for diagnostic kinds | Vadim Petrochenkov | -2/+2 |
| 2025-04-03 | Use `cfg(false)` in UI tests | clubby789 | -3/+3 |
| 2025-03-31 | Feed HIR for by-move coroutine body def, since the inliner tries to read its ... | Michael Goulet | -0/+28 |
| 2025-03-18 | Remove existing AFIDT implementation | Michael Goulet | -18/+170 |
| 2025-03-14 | Improve upvar analysis for deref of child capture | Michael Goulet | -0/+109 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -2/+8 |
| 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 |