| Age | Commit message (Expand) | Author | Lines |
| 2024-02-24 | Auto merge of #12322 - sanxiyn:expression-with-attribute, r=llogiq | bors | -0/+14 |
| 2024-02-23 | Take lifetime extension into account in `ref_as_ptr` | Jason Newcomb | -204/+216 |
| 2024-02-22 | Remove double unused_imports check | MarcusGrass | -2/+2 |
| 2024-02-22 | Allow unused_imports, and unused_import_braces on `use` | MarcusGrass | -0/+16 |
| 2024-02-22 | Update i686 asm test stderr | Philipp Krones | -3/+0 |
| 2024-02-22 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -9189/+10406 |
| 2024-02-22 | Auto merge of #12303 - GuillaumeGomez:unneedeed_clippy_cfg_attr, r=flip1995 | bors | -0/+84 |
| 2024-02-22 | Add ui test for `unneeded_clippy_cfg_attr` | Guillaume Gomez | -0/+84 |
| 2024-02-21 | Add check for 'in_external_macro' and 'is_from_proc_macro' inside [infinite_l... | Christopher B. Speir | -17/+44 |
| 2024-02-21 | Auto merge of #12324 - GuillaumeGomez:useless_allocation2, r=y21 | bors | -1/+103 |
| 2024-02-21 | Add more ui tests for `unnecessary_to_owned` | Guillaume Gomez | -1/+103 |
| 2024-02-21 | FIX: issue-12279 | taiga.watanabe | -0/+79 |
| 2024-02-20 | Be careful with expressions with attributes | Seo Sanghyeon | -0/+14 |
| 2024-02-20 | Auto merge of #121087 - oli-obk:eager_const_failures, r=lcnr | bors | -64/+23 |
| 2024-02-19 | Always evaluate free constants and statics, even if previous errors occurred | Oli Scherer | -64/+23 |
| 2024-02-19 | Remove suspicious auto trait lint | Santiago Pastorino | -27/+26 |
| 2024-02-19 | Auto merge of #12314 - Alexendoo:output-conflict-handling, r=flip1995 | bors | -1/+2 |
| 2024-02-19 | Default test output conflict handling to error | Alex Macleod | -1/+2 |
| 2024-02-19 | Add check for same guards in match_same_arms | roife | -18/+47 |
| 2024-02-19 | Auto merge of #12306 - Alexendoo:dir-replacement, r=flip1995 | bors | -9156/+9155 |
| 2024-02-18 | fix: make `#[allow]` work on field for `pub_underscore_fields` | Victor Song | -0/+6 |
| 2024-02-17 | Remove $DIR replacement in test output | Alex Macleod | -9156/+9155 |
| 2024-02-17 | Auto merge of #12305 - beetrees:asm-syntax, r=Manishearth | bors | -51/+188 |
| 2024-02-17 | Ensure ASM syntax detect `global_asm!` and `asm!` only on x86 architectures | beetrees | -51/+188 |
| 2024-02-16 | Bump ui_test version | Oli Scherer | -921/+927 |
| 2024-02-16 | Auto merge of #12294 - sanxiyn:min_ident_chars-trait-item, r=Jarcho | bors | -19/+43 |
| 2024-02-16 | Auto merge of #11641 - Alexendoo:negative-redundant-guards, r=Jarcho | bors | -16/+56 |
| 2024-02-16 | Auto merge of #12292 - GuillaumeGomez:DEPRECATED_CLIPPY_CFG_ATTR, r=flip1995 | bors | -4/+77 |
| 2024-02-16 | lint `new_without_default` on const fns too | Centri3 | -5/+28 |
| 2024-02-15 | Add ui tests for `DEPRECATED_CLIPPY_CFG_ATTR` | Guillaume Gomez | -4/+77 |
| 2024-02-15 | Check trait items | Seo Sanghyeon | -19/+43 |
| 2024-02-14 | Fix msg for verbose suggestions with confusable capitalization | Esteban Küber | -1/+1 |
| 2024-02-14 | [`case_sensitive_file_extension_comparisons`]: Don't trigger on digits-only e... | Ethiraric | -0/+10 |
| 2024-02-14 | Allow negative literals in `redundant_guards` | Alex Macleod | -16/+56 |
| 2024-02-14 | Auto merge of #12285 - Ethiraric:fix-8573, r=dswij | bors | -12/+27 |
| 2024-02-13 | Auto merge of #12275 - y21:incompatible_msrv_desugaring, r=Manishearth | bors | -3/+11 |
| 2024-02-13 | Ignore imported items in `min_ident_chars` | Ethiraric | -12/+27 |
| 2024-02-13 | Auto merge of #11881 - y21:issue11880, r=Alexendoo | bors | -1/+95 |
| 2024-02-13 | Auto merge of #12278 - GabrielBFern:master, r=Jarcho | bors | -10/+26 |
| 2024-02-12 | Rollup merge of #118983 - Urgau:invalid_ref_casting-bigger-layout, r=oli-obk | Matthias Krüger | -11/+11 |
| 2024-02-12 | Auto merge of #12266 - granddaifuku:fix/ice-12253-index-exceeds-usize, r=Mani... | bors | -0/+5 |
| 2024-02-12 | Avoid UB in clippy transmute_ptr_to_ptr UI test | Urgau | -11/+11 |
| 2024-02-12 | Auto merge of #12267 - Jarcho:issue_12254, r=Alexendoo | bors | -16/+58 |
| 2024-02-12 | Tweak delayed bug mentions. | Nicholas Nethercote | -1/+1 |
| 2024-02-11 | [mem_replace_with_default] No longer triggers on unused expression | Gabriel Fernandes | -10/+26 |
| 2024-02-11 | Auto merge of #12248 - GuillaumeGomez:extend-NONMINIMAL_BOOL, r=blyxyas | bors | -3/+119 |
| 2024-02-11 | Extend `NONMINIMAL_BOOL` to check inverted boolean values | Guillaume Gomez | -3/+87 |
| 2024-02-11 | Extend `NONMINIMAL_BOOL` lint | Guillaume Gomez | -1/+33 |
| 2024-02-11 | [`implied_bounds_in_impls`]: avoid linting on overlapping associated types | y21 | -1/+95 |
| 2024-02-11 | Auto merge of #12040 - J-ZhengLi:issue12016, r=y21 | bors | -4/+50 |