about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2025-03-10make `never_loop` applicability more flexiblelapla-cogito-1/+172
2025-02-20Rustup (#14262)Philipp Krones-1579/+2523
2025-02-20Rustup: fix 32bit testsPhilipp Krones-48/+72
2025-02-20Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-13029/+29172
2025-02-19add `owned_cow` lintAndre Bogus-95/+184
2025-02-19fix: `map_entry` FP on struct member (#14151)Catherine Flores-0/+46
2025-02-19`.last()` to `.next_back()` requires a mutable receiver (#14140)Catherine Flores-13/+208
2025-02-19`double_ended_iterator_last`: note when drop order is changedSamuel Tardieu-2/+75
2025-02-19fix: `map_entry` FP on struct memberyanglsh-0/+46
2025-02-18`.last()` to `.next_back()` requires a mutable receiverSamuel Tardieu-13/+135
2025-02-17fix: `needless_option_as_deref` FP in trait (#14210)Alejandra González-0/+26
2025-02-17`manual_ok_err`: blockify the replacement of an `else if …`Samuel Tardieu-1/+39
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-4/+4
2025-02-16`ui_test` annotation cleanup (#14232)Alex Macleod-355/+340
2025-02-16`ui_test` annotation cleanupAlex Macleod-355/+340
2025-02-16add `manual_contains` lintlapla-cogito-25/+310
2025-02-15fGuillaume Gomez-2/+2
2025-02-15Better handle 32bit/64bit-specific ui testsGuillaume Gomez-143/+155
2025-02-15Fix `tests/ui/transmute_32bit.rs` annotationsGuillaume Gomez-4/+4
2025-02-15Fix 32 bits testsSamuel Tardieu-63/+81
2025-02-15Add missing ui annotations to new ui testsGuillaume Gomez-2/+8
2025-02-15Make fmt (weirdly) happyGuillaume Gomez-548/+1647
2025-02-15Fix new tests updatesGuillaume Gomez-7822/+5989
2025-02-15Make `if_let_mutex` test pass on both 2021 and 2024 editionsGuillaume Gomez-8/+6
2025-02-15Add manual annotationsGuillaume Gomez-6/+9
2025-02-15Handle compilation error in `builtin_type_shadow.rs`Guillaume Gomez-2/+1
2025-02-15Allowed `clippy::tests/ui/attrs.2.fixed` in `tests/ui/attr.rs` because when a...Guillaume Gomez-44/+2
2025-02-15Update UI testsGuillaume Gomez-15122/+28709
2025-02-15Fix `used_underscore_items` lint uses of foreign functions (#14205)Jason Newcomb-0/+10
2025-02-15`unnecessary_map_or`: do not consume the comparison value if it does not impl...Jason Newcomb-1/+37
2025-02-14doc_link_code: add check for links with code spans that render weird (#14121)Catherine Flores-0/+228
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-29/+18
2025-02-13Fix `literal_string_with_formatting_args` lint emitted when it should not (#1...Timo-14/+98
2025-02-13`unnecessary_map_or`: do not consume the non-`Copy` comparison valueSamuel Tardieu-1/+37
2025-02-13fix: `needless_option_as_deref` FP in traityanglsh-0/+26
2025-02-12New lint: `mem_replace_option_with_some` (#14197)llogiq-1/+66
2025-02-12New lint: `mem_replace_option_with_some`Samuel Tardieu-1/+66
2025-02-13Fix `used_underscore_items` lint uses of foreign functionsWeiTheShinobi-0/+10
2025-02-12New lint: `unbuffered_bytes` (#14089)Jason Newcomb-6/+79
2025-02-12add index checks for the slice in `manual_slice_fill` (#14193)Jason Newcomb-2/+34
2025-02-12New lint: `unbuffered_bytes`jonathan-6/+79
2025-02-11`{expect,unwrap}_used`: add options to lint at compilation timeSamuel Tardieu-0/+11
2025-02-11just_underscores_and_digits: fix false positive in error recovery scenario (#...Alejandra González-0/+29
2025-02-11just_underscores_and_digits: ignore empty identMichael Howell-0/+29
2025-02-11`declare_interior_mutable_const`, `borrow_interior_mutable_const`: resolve `<...Alejandra González-0/+86
2025-02-11add index checks for the slice in `manual_slice_fill`lapla-cogito-2/+34
2025-02-11Use MIR body to identify more "default equivalent" callsEsteban Küber-25/+175
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-1444/+2207
2025-02-10Use parentheses when needed in `nonminimal_bool` lintSamuel Tardieu-1/+13
2025-02-09Fix `let_and_return` with temporary variables, and distinguish between Rust e...llogiq-0/+938