about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-05-13Auto merge of #140951 - compiler-errors:super-fmt, r=ytmimibors-0/+5
2025-05-13Add new lint: `cloned_ref_to_slice_refs` (#14284)llogiq-2/+257
2025-05-13Add `#[must_use]` to Array::mapJulian Knodt-1/+2
2025-05-13Auto merge of #140935 - omahs:patch-5, r=jieyouxubors-23/+23
2025-05-12add lint `cloned_ref_to_slice_refs`asdfish-2/+257
2025-05-13Auto merge of #140927 - mejrs:test5, r=jieyouxubors-36/+36
2025-05-12remove dangling referencesTshepang Mbambo-3/+0
2025-05-12Make lint span smaller for needless returnBarun Parruck-67/+57
2025-05-12clippy_dev: Remove print option from `update_lints`Jason Newcomb-98/+20
2025-05-12clippy_dev: Refactor token parsing to avoid macros.Jason Newcomb-263/+345
2025-05-12clippy_dev: Split gathering lint decls from parsing deprecated lints.Jason Newcomb-116/+172
2025-05-12clippy_dev: Only build `AhoCorasick` searcher once for multiple files.Jason Newcomb-32/+42
2025-05-12clippy_dev: Reuse buffers when updating files and don't write unchanged files...Jason Newcomb-239/+252
2025-05-12clippy_dev: Split `rename` and `deprecate` out of `update_lints`Jason Newcomb-442/+460
2025-05-12clippy_dev: Set the current directory to clippy's root path.Jason Newcomb-127/+264
2025-05-12Flush errors before deep normalize in dropck_outlivesMichael Goulet-0/+115
2025-05-12Auto merge of #140909 - fmease:modern-notif-backport-rustdoc, r=apirainobors-4/+4
2025-05-12Partially stabilize LoongArch target featuresWANG Rui-11/+10
2025-05-12Do not use `clippy_utils` from UI tests (#14788)Philipp Krones-12/+10
2025-05-12Update "Changelog update walkthrough" section (#14785)Philipp Krones-9/+18
2025-05-12Auto merge of #140914 - Zalathar:asm-bindings, r=compiler-errorsbors-109/+89
2025-05-12Fix typosomahs-23/+23
2025-05-12Update Changelog update walkthrough docs sectionAlexey Semenyuk-9/+18
2025-05-12compiletest: fix "blessing" messageJieyou Xu-8/+12
2025-05-12Specify that split_ascii_whitespace uses the same definition as is_ascii_whit...Simon Sapin-1/+3
2025-05-12Fix messages for `type_repetition_in_bounds` (#14752)llogiq-27/+52
2025-05-12Add failing tests for some Option optimizationsclubby789-11/+41
2025-05-12Include all bounds in bounds consolidationSamuel Tardieu-27/+52
2025-05-12Do not use `clippy_utils` from UI testsSamuel Tardieu-12/+10
2025-05-12`return_and_then`: only lint returning expressions (#14783)llogiq-9/+165
2025-05-12Fix clippy::version of elidable_lifetime_names to 1.87 (#14654)llogiq-6/+6
2025-05-12Do not remove super keyword from super-letMichael Goulet-0/+5
2025-05-12Add new `confusing_method_to_numeric_cast` lint (#13979)llogiq-0/+241
2025-05-12Fix for libgccjit 12Antoni Boucher-3/+2
2025-05-12Update to nightly-2025-05-12Antoni Boucher-1/+1
2025-05-12Fix for renamed/removed UI testsAntoni Boucher-10/+1
2025-05-12Merge branch 'master' into sync_from_rust_2025_05_12Antoni Boucher-232/+854
2025-05-12Add test for Ord impl for Option::NonZeroclubby789-0/+12
2025-05-12chore(compiler_builtins): release v0.1.159github-actions[bot]-1/+7
2025-05-12Move more tests/ui testsmejrs-36/+36
2025-05-12Auto merge of #140941 - ferrocene:ja/gh140939-fix-async-drop-test, r=petroche...bors-1/+4
2025-05-12Remove cfg(bootstrap)nora-12/+0
2025-05-12manual clippy fixesPietro Albini-0/+1
2025-05-12./x clippy ci --fixPietro Albini-40/+39
2025-05-12x86_64-lynx-lynxos178 is now present in the stage0Pietro Albini-1/+0
2025-05-12update cfg(bootstrap)Pietro Albini-452/+216
2025-05-12update stage0 compilerPietro Albini-460/+460
2025-05-12update version placeholdersPietro Albini-58/+58
2025-05-12Merge pull request #2378 from smanilov/patch-7许杰友 Jieyou Xu (Joe)-3/+0
2025-05-12Move `concat` macro path into `clippy_utils::paths`Guillaume Gomez-1/+3