| Age | Commit message (Expand) | Author | Lines |
| 2025-05-14 | Use more subdiagnostics and reword the overloaded deref note | Urgau | -24/+4 |
| 2025-05-14 | Improve `dangerous_implicit_aurorefs` diagnostic output | Urgau | -19/+221 |
| 2025-05-08 | Use span before macro expansion in lint for-loops-over-falibles | xizheyin | -16/+8 |
| 2025-05-08 | Add ui test for for-loops-over-falibles | xizheyin | -0/+42 |
| 2025-05-07 | Rollup merge of #134273 - RalfJung:de-stabilize-bench, r=ibraheemdev,traviscross | Jacob Pratt | -38/+2 |
| 2025-05-06 | Preserve generic args in suggestions for ambiguous associated items | León Orell Valerian Liehr | -1/+7 |
| 2025-05-05 | Do not gather local all together at the beginning of typeck | Michael Goulet | -20/+20 |
| 2025-05-04 | compiletest: Support matching on non-json lines in compiler output | Vadim Petrochenkov | -25/+41 |
| 2025-05-02 | Rollup merge of #134034 - bvanjoi:issue-131655, r=petrochenkov | Stuart Cook | -0/+123 |
| 2025-04-30 | Rollup merge of #140090 - Urgau:snake_case-fn-var, r=petrochenkov | Matthias Krüger | -1/+10 |
| 2025-04-30 | stop check paren if has different ctx | bohan | -0/+123 |
| 2025-04-28 | Auto merge of #140388 - GuillaumeGomez:rollup-aj9o3ch, r=GuillaumeGomez | bors | -48/+48 |
| 2025-04-28 | Auto merge of #123239 - Urgau:dangerous_implicit_autorefs, r=jdonszelmann,tra... | bors | -0/+417 |
| 2025-04-26 | Fix error message for static references or mutable references | yuk1ty | -48/+48 |
| 2025-04-24 | Rollup merge of #138282 - beetrees:repr128-not-ffi-safe, r=oli-obk | Matthias Krüger | -31/+75 |
| 2025-04-24 | Rollup merge of #136083 - bend-n:⃤⃤, r=lcnr | Matthias Krüger | -7/+7 |
| 2025-04-24 | Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc | bendn | -7/+7 |
| 2025-04-24 | Rollup merge of #139809 - alexcrichton:wasm-simd-safe, r=RalfJung | Matthias Krüger | -2/+41 |
| 2025-04-22 | Don't warn about `v128` in wasm ABI transition | Alex Crichton | -2/+41 |
| 2025-04-22 | Auto merge of #132833 - est31:stabilize_let_chains, r=fee1-dead | bors | -1/+1 |
| 2025-04-20 | Check bare function idents for non snake-case name | Urgau | -1/+10 |
| 2025-04-20 | Implement lint against dangerous implicit autorefs | Urgau | -0/+417 |
| 2025-04-20 | stabilize `naked_functions` | Folkert de Vries | -6/+4 |
| 2025-04-20 | Auto merge of #140043 - ChrisDenton:rollup-vwf0s9j, r=ChrisDenton | bors | -0/+111 |
| 2025-04-19 | Rollup merge of #139995 - spencer3035:clean-ui-tests-4-of-n, r=jieyouxu | Chris Denton | -0/+111 |
| 2025-04-19 | Rollup merge of #137454 - mu001999-contrib:fix-137414, r=wesleywiser | Chris Denton | -0/+11 |
| 2025-04-19 | Cleaned up 4 tests in `tests/ui/issues` | Spencer | -0/+111 |
| 2025-04-18 | Remove let_chains feature gate from even more tests | est31 | -1/+1 |
| 2025-04-17 | Rollup merge of #139967 - jieyouxu:auxiliary, r=wesleywiser | Matthias Krüger | -6/+4 |
| 2025-04-17 | Rollup merge of #139498 - alexcrichton:wasm-zst-safe, r=wesleywiser | Matthias Krüger | -0/+6 |
| 2025-04-17 | Ignore zero-sized types in wasm future-compat warning | Alex Crichton | -0/+6 |
| 2025-04-17 | tests: use `//@ ignore-auxiliary` with backlinked primary test file | Jieyou Xu | -6/+4 |
| 2025-04-17 | Auto merge of #139949 - matthiaskrgr:rollup-pxc5tsx, r=matthiaskrgr | bors | -9/+10 |
| 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 | -9/+8 |
| 2025-04-16 | Add test for `extern` without explicit ABI | Obei Sideg | -6/+6 |
| 2025-04-16 | Explicitly annotate edition for `unpretty=expanded` and `unpretty=hir` tests | Lukas Wirth | -0/+2 |
| 2025-04-13 | Rollup merge of #139760 - petrochenkov:noerrpat2, r=jieyouxu | Jacob Pratt | -35/+39 |
| 2025-04-13 | Rollup merge of #139740 - jieyouxu:known-bug, r=nnethercote | Jacob Pratt | -54/+20 |
| 2025-04-13 | Rollup merge of #139001 - folkertdev:naked-function-rustic-abi, r=traviscross... | Jacob Pratt | -0/+15 |
| 2025-04-13 | UI tests: migrate remaining compile time `error-pattern`s to line annotations | Vadim Petrochenkov | -35/+39 |
| 2025-04-13 | tests: convert `tests/ui/lint/dead-code/self-assign.rs` to known-bug | Jieyou Xu | -54/+20 |
| 2025-04-12 | tests: ensure disabled tests have a reason | Jieyou Xu | -1/+1 |
| 2025-04-11 | Auto merge of #139578 - ferrocene:pa-compiletest-edition, r=jieyouxu | bors | -2/+2 |
| 2025-04-10 | replace `//@ compile-flags: --edition` with `//@ edition` | Pietro Albini | -2/+2 |
| 2025-04-10 | tests: use specific-purpose `needs-crate-type` over `ignore-$target` directives | Jieyou Xu | -27/+26 |
| 2025-04-09 | Rollup merge of #139551 - jogru0:121672, r=oli-obk | Matthias Krüger | -0/+39 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -12/+12 |
| 2025-04-08 | report call site of inlined scopes for large assignment lints | Jonathan Gruner | -0/+39 |
| 2025-04-07 | Add `naked_functions_rustic_abi` feature gate | Folkert de Vries | -0/+15 |