| Age | Commit message (Expand) | Author | Lines |
| 2025-05-05 | Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obk | bors | -2/+2 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -36/+40 |
| 2025-04-29 | Remove global `next_disambiguator` state and handle it with a `DisambiguatorS... | John Kåre Alsaker | -2/+2 |
| 2025-04-25 | resolved conflict | Kivooeo | -59/+10 |
| 2025-04-22 | Auto merge of #132833 - est31:stabilize_let_chains, r=fee1-dead | bors | -107/+306 |
| 2025-04-20 | stabilize `naked_functions` | Folkert de Vries | -5/+4 |
| 2025-04-19 | Make `#[naked]` an unsafe attribute | Folkert de Vries | -10/+10 |
| 2025-04-18 | Remove let_chains feature gate from even more tests | est31 | -107/+38 |
| 2025-04-18 | Add tests to check the situation with heterogenous spans | est31 | -0/+268 |
| 2025-04-17 | Rollup merge of #139904 - ferrocene:lw-wkumpwrytvtp, r=nnethercote,jieyouxu | Matthias Krüger | -0/+2 |
| 2025-04-17 | Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur... | Matthias Krüger | -16/+16 |
| 2025-04-16 | Explicitly annotate edition for `unpretty=expanded` and `unpretty=hir` tests | Lukas Wirth | -0/+2 |
| 2025-04-13 | Initial `UnsafePinned`/`UnsafeUnpin` impl [Part 1: Libs] | Sky | -0/+29 |
| 2025-04-11 | Change how anonymous associated types are printed. | Nicholas Nethercote | -2/+2 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -31/+31 |
| 2025-04-03 | Use `cfg(false)` in UI tests | clubby789 | -16/+16 |
| 2025-04-03 | compiletest: Require `//~` annotations even if `error-pattern` is specified | Vadim Petrochenkov | -5/+8 |
| 2025-04-02 | Remove `NtExpr` and `NtLiteral`. | Nicholas Nethercote | -335/+431 |
| 2025-03-30 | Remove attribute `#[rustc_error]` | Vadim Petrochenkov | -13/+3 |
| 2025-03-25 | compiletest: Support matching on diagnostics without a span | Vadim Petrochenkov | -0/+2 |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -1/+0 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -46/+33 |
| 2025-02-26 | Support raw-dylib link kind on ELF | Noratrieb | -445/+0 |
| 2025-02-24 | Remove dyn_compatible_for_dispatch | Michael Goulet | -159/+0 |
| 2025-02-21 | Trim suggestion part before generating highlights | Michael Goulet | -2/+2 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -6/+6 |
| 2025-02-14 | Consider add-prefix replacements too | Michael Goulet | -18/+12 |
| 2025-02-13 | Rollup merge of #136888 - compiler-errors:never-read, r=Nadrieril | Jacob Pratt | -0/+16 |
| 2025-02-12 | Rollup merge of #134090 - veluca93:stable-tf11, r=oli-obk | Jacob Pratt | -74/+33 |
| 2025-02-11 | Always perform discr read for never pattern in EUV | Michael Goulet | -0/+16 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -12/+18 |
| 2025-01-27 | Stabilize target_feature_11 | Caleb Zulawski | -74/+33 |
| 2025-01-27 | Rollup merge of #136112 - fmease:clean-up-all-dead-files-in-ui-tests, r=compi... | Guillaume Gomez | -1240/+0 |
| 2025-01-27 | Remove all dead files inside tests/ui/ | León Orell Valerian Liehr | -1240/+0 |
| 2025-01-25 | Add a suggestion to cast target_feature fn items to fn pointers. | Luca Versari | -13/+44 |
| 2025-01-25 | Auto merge of #133154 - estebank:issue-133137, r=wesleywiser | bors | -1/+3 |
| 2025-01-24 | Reword "crate not found" resolve message | Esteban Küber | -1/+3 |
| 2025-01-23 | tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}` | 许杰友 Jieyou Xu (Joe) | -4/+4 |
| 2025-01-22 | Rollup merge of #135409 - Shunpoco:issue-133117-ICE-never-false-edge-start-bl... | Matthias Krüger | -0/+106 |
| 2025-01-22 | address review: modify ICE-133063-never-arm-no-otherwise-block.rs | Shunpoco | -43/+12 |
| 2025-01-22 | address review: modify ICE-133117-duplicated-never-arm.rs | Shunpoco | -29/+15 |
| 2025-01-21 | Auto merge of #134299 - RalfJung:remove-start, r=compiler-errors | bors | -37/+0 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -37/+0 |
| 2025-01-16 | Coerce safe-to-call target_feature functions to fn pointers. | Luca Versari | -2/+53 |
| 2025-01-15 | Auto merge of #134353 - oli-obk:safe-target-feature-unsafe-by-default, r=wesl... | bors | -23/+34 |
| 2025-01-15 | Avoid notes that only make sense for unsafe functions | Oli Scherer | -13/+0 |
| 2025-01-15 | Try to render shorthand differently | Oli Scherer | -6/+3 |
| 2025-01-15 | Render fn defs with target_features attrs with the attribute [second site] | Oli Scherer | -10/+10 |
| 2025-01-15 | Render fn defs with target_features attrs with the attribute | Oli Scherer | -12/+12 |
| 2025-01-15 | Hide the internal unsafety of safe target_feature fn items | Oli Scherer | -1/+1 |