about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-02-15Add `clippy_utils::is_mutable()`Samuel Tardieu-0/+21
2025-02-15Make UI test annotations mandatory (#11421)Philipp Krones-13615/+26957
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-15Fix `tests/ui-toml/absolute_paths/absolute_paths_2015.rs` testGuillaume Gomez-2/+18
2025-02-15Add missing ui annotations to new ui testsGuillaume Gomez-2/+8
2025-02-15Disable mandatory annotations for `ui-internals` tests for now until we find ...Guillaume Gomez-1/+1
2025-02-15Don't make ui test annotations madatory for `ui-cargo`Guillaume Gomez-6/+10
2025-02-15Update ui-toml testsGuillaume Gomez-413/+888
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-15Make UI tests annotations mandatoryGuillaume Gomez-1/+1
2025-02-15Clarify example for macro_use (#14220)Timo-1/+15
2025-02-15Add example for macro_usealexey semenyuk-1/+15
2025-02-15Fix `used_underscore_items` lint uses of foreign functions (#14205)Jason Newcomb-2/+12
2025-02-15`unnecessary_map_or`: do not consume the comparison value if it does not impl...Jason Newcomb-3/+41
2025-02-14Make rust_tools_util package compatible with current stable by lowering rust ...Philipp Krones-9/+9
2025-02-14Make rust_tools_util package compatible with current stable by lowering rust ...Sebastian Jeltsch-9/+9
2025-02-14doc_link_code: add check for links with code spans that render weird (#14121)Catherine Flores-0/+328
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-18/+110
2025-02-13Auto merge of #136593 - lukas-code:ty-value-perf, r=oli-obkbors-3/+4
2025-02-13`unnecessary_map_or`: do not consume the non-`Copy` comparison valueSamuel Tardieu-3/+41
2025-02-13Fix rustc_tools_util's `version.host_compiler` release channel, expose the ru...Philipp Krones-27/+44
2025-02-13rustc_tools_util: Change release channel default to stableSebastian Jeltsch-27/+44
2025-02-13fix broken link of UI test in the book (#14077)Philipp Krones-1/+1
2025-02-13fix: `needless_option_as_deref` FP in traityanglsh-1/+31
2025-02-13intern valtreesLukas Markeffsky-3/+4
2025-02-12Auto merge of #135994 - 1c3t3a:rename-unsafe-ptr, r=oli-obkbors-11/+11
2025-02-12New lint: `mem_replace_option_with_some` (#14197)llogiq-39/+183
2025-02-12New lint: `mem_replace_option_with_some`Samuel Tardieu-3/+133
2025-02-13Fix `used_underscore_items` lint uses of foreign functionsWeiTheShinobi-2/+12
2025-02-12Reorganize code in `mem_replace.rs`Samuel Tardieu-36/+50
2025-02-12New lint: `unbuffered_bytes` (#14089)Jason Newcomb-6/+143
2025-02-12add index checks for the slice in `manual_slice_fill` (#14193)Jason Newcomb-3/+40
2025-02-12New lint: `unbuffered_bytes`jonathan-6/+143
2025-02-12`{expect,unwrap}_used`: add options to lint at compilation time (#14200)llogiq-4/+123
2025-02-11`{expect,unwrap}_used`: add options to lint at compilation timeSamuel Tardieu-4/+123
2025-02-11just_underscores_and_digits: fix false positive in error recovery scenario (#...Alejandra González-3/+38
2025-02-11just_underscores_and_digits: ignore empty identMichael Howell-3/+38
2025-02-11`declare_interior_mutable_const`, `borrow_interior_mutable_const`: resolve `<...Alejandra González-0/+96
2025-02-11add index checks for the slice in `manual_slice_fill`lapla-cogito-3/+40
2025-02-11Use MIR body to identify more "default equivalent" calls for `derivable_impls...Jason Newcomb-34/+264