about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-02-24Auto merge of #12322 - sanxiyn:expression-with-attribute, r=llogiqbors-0/+14
2024-02-23Take lifetime extension into account in `ref_as_ptr`Jason Newcomb-204/+216
2024-02-22Remove double unused_imports checkMarcusGrass-2/+2
2024-02-22Allow unused_imports, and unused_import_braces on `use`MarcusGrass-0/+16
2024-02-22Update i686 asm test stderrPhilipp Krones-3/+0
2024-02-22Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-9189/+10406
2024-02-22Auto merge of #12303 - GuillaumeGomez:unneedeed_clippy_cfg_attr, r=flip1995bors-0/+84
2024-02-22Add ui test for `unneeded_clippy_cfg_attr`Guillaume Gomez-0/+84
2024-02-21Add check for 'in_external_macro' and 'is_from_proc_macro' inside [infinite_l...Christopher B. Speir-17/+44
2024-02-21Auto merge of #12324 - GuillaumeGomez:useless_allocation2, r=y21bors-1/+103
2024-02-21Add more ui tests for `unnecessary_to_owned`Guillaume Gomez-1/+103
2024-02-21FIX: issue-12279taiga.watanabe-0/+79
2024-02-20Be careful with expressions with attributesSeo Sanghyeon-0/+14
2024-02-20Auto merge of #121087 - oli-obk:eager_const_failures, r=lcnrbors-64/+23
2024-02-19Always evaluate free constants and statics, even if previous errors occurredOli Scherer-64/+23
2024-02-19Remove suspicious auto trait lintSantiago Pastorino-27/+26
2024-02-19Auto merge of #12314 - Alexendoo:output-conflict-handling, r=flip1995bors-1/+2
2024-02-19Default test output conflict handling to errorAlex Macleod-1/+2
2024-02-19Add check for same guards in match_same_armsroife-18/+47
2024-02-19Auto merge of #12306 - Alexendoo:dir-replacement, r=flip1995bors-9156/+9155
2024-02-18fix: make `#[allow]` work on field for `pub_underscore_fields`Victor Song-0/+6
2024-02-17Remove $DIR replacement in test outputAlex Macleod-9156/+9155
2024-02-17Auto merge of #12305 - beetrees:asm-syntax, r=Manishearthbors-51/+188
2024-02-17Ensure ASM syntax detect `global_asm!` and `asm!` only on x86 architecturesbeetrees-51/+188
2024-02-16Bump ui_test versionOli Scherer-921/+927
2024-02-16Auto merge of #12294 - sanxiyn:min_ident_chars-trait-item, r=Jarchobors-19/+43
2024-02-16Auto merge of #11641 - Alexendoo:negative-redundant-guards, r=Jarchobors-16/+56
2024-02-16Auto merge of #12292 - GuillaumeGomez:DEPRECATED_CLIPPY_CFG_ATTR, r=flip1995bors-4/+77
2024-02-16lint `new_without_default` on const fns tooCentri3-5/+28
2024-02-15Add ui tests for `DEPRECATED_CLIPPY_CFG_ATTR`Guillaume Gomez-4/+77
2024-02-15Check trait itemsSeo Sanghyeon-19/+43
2024-02-14Fix msg for verbose suggestions with confusable capitalizationEsteban Küber-1/+1
2024-02-14[`case_sensitive_file_extension_comparisons`]: Don't trigger on digits-only e...Ethiraric-0/+10
2024-02-14Allow negative literals in `redundant_guards`Alex Macleod-16/+56
2024-02-14Auto merge of #12285 - Ethiraric:fix-8573, r=dswijbors-12/+27
2024-02-13Auto merge of #12275 - y21:incompatible_msrv_desugaring, r=Manishearthbors-3/+11
2024-02-13Ignore imported items in `min_ident_chars`Ethiraric-12/+27
2024-02-13Auto merge of #11881 - y21:issue11880, r=Alexendoobors-1/+95
2024-02-13Auto merge of #12278 - GabrielBFern:master, r=Jarchobors-10/+26
2024-02-12Rollup merge of #118983 - Urgau:invalid_ref_casting-bigger-layout, r=oli-obkMatthias Krüger-11/+11
2024-02-12Auto merge of #12266 - granddaifuku:fix/ice-12253-index-exceeds-usize, r=Mani...bors-0/+5
2024-02-12Avoid UB in clippy transmute_ptr_to_ptr UI testUrgau-11/+11
2024-02-12Auto merge of #12267 - Jarcho:issue_12254, r=Alexendoobors-16/+58
2024-02-12Tweak delayed bug mentions.Nicholas Nethercote-1/+1
2024-02-11[mem_replace_with_default] No longer triggers on unused expressionGabriel Fernandes-10/+26
2024-02-11Auto merge of #12248 - GuillaumeGomez:extend-NONMINIMAL_BOOL, r=blyxyasbors-3/+119
2024-02-11Extend `NONMINIMAL_BOOL` to check inverted boolean valuesGuillaume Gomez-3/+87
2024-02-11Extend `NONMINIMAL_BOOL` lintGuillaume Gomez-1/+33
2024-02-11[`implied_bounds_in_impls`]: avoid linting on overlapping associated typesy21-1/+95
2024-02-11Auto merge of #12040 - J-ZhengLi:issue12016, r=y21bors-4/+50