| Age | Commit message (Expand) | Author | Lines |
| 2024-05-08 | Rollup merge of #124761 - Urgau:ref-casting_bigger_slice_index, r=jieyouxu | Matthias Krüger | -0/+8 |
| 2024-05-06 | Auto merge of #124747 - MasterAwesome:master, r=davidtwco | bors | -60/+304 |
| 2024-05-05 | Fix insufficient logic when searching for the underlying allocation | Urgau | -0/+8 |
| 2024-05-01 | Auto merge of #124539 - Urgau:non-local-defs_modulo_modules, r=lcnr | bors | -0/+38 |
| 2024-04-29 | Consider inner modules to be local in the `non_local_definitions` lint | Urgau | -0/+38 |
| 2024-04-23 | Put the RFC behind a feature gate `result_ffi_guarantees` | Arvind Mukund | -28/+29 |
| 2024-04-23 | Add a test against Result<(), ()> | Arvind Mukund | -2/+12 |
| 2024-04-23 | Disallow single-variant enums | Arvind Mukund | -13/+33 |
| 2024-04-23 | Add tests | Arvind Mukund | -57/+270 |
| 2024-04-22 | expand: fix minor diagnostics bug | Xiretza | -1/+1 |
| 2024-02-20 | Downgrade ambiguous_wide_pointer_comparisons suggestions to MaybeIncorrect | 许杰友 Jieyou Xu (Joe) | -0/+44 |
| 2024-02-20 | trigger `unsafe_code` on `global_asm!` invocations | Kalle Wachsmuth | -0/+47 |
| 2024-02-18 | Auto merge of #119673 - petrochenkov:dialoc5, r=compiler-errors,cjgillot | bors | -8/+10 |
| 2024-02-18 | By tracking import use types to check whether it is scope uses or the other s... | surechen | -26/+102 |
| 2024-02-18 | macro_rules: Preserve all metavariable spans in a global side table | Vadim Petrochenkov | -8/+10 |
| 2024-02-17 | Add cargo update suggestion for non local defs | Urgau | -49/+113 |
| 2024-02-17 | Add const-anon suggestion for non local impl | Urgau | -0/+3 |
| 2024-02-17 | Implement RFC3373 non local definitions lint | Urgau | -0/+984 |
| 2024-02-17 | Enable `ConstPropLint` for promoteds | Gurinder Singh | -535/+3566 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -532/+532 |
| 2024-02-14 | Ignore unsized types when trying to determine the size of a type | Urgau | -0/+5 |
| 2024-02-14 | Rollup merge of #121075 - chenyukang:yukang-fix-121070-lint-range, r=oli-obk | Guillaume Gomez | -0/+16 |
| 2024-02-14 | Rollup merge of #120893 - c410-f3r:testsssssss, r=petrochenkov | Guillaume Gomez | -0/+12 |
| 2024-02-14 | Rollup merge of #121049 - estebank:issue-121009, r=fmease | Oli Scherer | -27/+1 |
| 2024-02-14 | Rollup merge of #120530 - trevyn:issue-116434, r=compiler-errors | Oli Scherer | -9/+9 |
| 2024-02-14 | Fix false positive with if let and ranges | yukang | -0/+16 |
| 2024-02-13 | Move tests | Caio | -0/+12 |
| 2024-02-13 | Do not point at `#[allow(_)]` as the reason for compat lint triggering | Esteban Küber | -27/+1 |
| 2024-02-12 | Lint on reference casting to bigger underlying allocation | Urgau | -4/+266 |
| 2024-02-11 | Rollup merge of #120773 - Enselic:copy-vs-move, r=oli-obk | Matthias Krüger | -37/+138 |
| 2024-02-10 | tests/ui/lint/large_assignments: only-x86_64 -> only-64bit | Martin Nordholts | -3/+3 |
| 2024-02-10 | large_assignments: Allow moves into functions | Martin Nordholts | -16/+57 |
| 2024-02-09 | Be less confident when `dyn` suggestion is not checked for object safety | trevyn | -9/+9 |
| 2024-02-09 | Rollup merge of #113671 - oli-obk:normalize_weak_tys, r=petrochenkov | Matthias Krüger | -265/+78 |
| 2024-02-08 | large_assignments: Add copy variant of Box, Rc, Arc check | Martin Nordholts | -3/+63 |
| 2024-02-07 | Rollup merge of #120470 - estebank:issue-54196, r=compiler-errors | Guillaume Boisseau | -1/+1 |
| 2024-02-07 | Stop using `hir_ty_to_ty` in rustc_privacy | Oli Scherer | -265/+78 |
| 2024-02-07 | Update tests | r0cky | -11/+8 |
| 2024-02-07 | Make traits / trait methods detected by the dead code lint! | r0cky | -0/+65 |
| 2024-02-06 | Mark "unused binding" suggestion as maybe incorrect | Esteban Küber | -1/+1 |
| 2024-02-05 | Rollup merge of #116284 - RalfJung:no-nan-match, r=cjgillot | Matthias Krüger | -43/+8 |
| 2024-02-01 | `#![feature(inline_const_pat)]` is no longer incomplete | Matthew Jasper | -1/+0 |
| 2024-01-27 | Update tests. | Markus Reiter | -15/+15 |
| 2024-01-26 | remove illegal_floating_point_literal_pattern lint | Ralf Jung | -43/+8 |
| 2024-01-23 | address requested changes | HTGAzureX1212. | -4/+4 |
| 2024-01-23 | add list of characters to uncommon codepoints lint | HTGAzureX1212. | -3/+3 |
| 2024-01-22 | Rollup merge of #119710 - Nilstrieb:let-_-=-oops, r=TaKO8Ki | Matthias Krüger | -5/+85 |
| 2024-01-19 | Stabilize simple offset_of | George Bateman | -2/+2 |
| 2024-01-18 | `dead_code` treats `#[repr(transparent)]` the same as `#[repr(C)]` | Jake Goulding | -0/+14 |
| 2024-01-15 | large_assignments: Lint on specific large args passed to functions | Martin Nordholts | -2/+57 |