index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2025-03-10
make `never_loop` applicability more flexible
lapla-cogito
-5
/
+193
2025-02-21
rename `MANUAL_DIV_CEIL` MSRV alias and add missing conf info for `manual_div...
Alejandra González
-2
/
+4
2025-02-21
Represent the capability instead of the lint name in msrv aliases (#14269)
Timo
-2
/
+2
2025-02-21
Represent the capability instead of the lint name in msrv aliases
Samuel Tardieu
-2
/
+2
2025-02-20
Remove obsolete comment and simplify code (#14264)
Manish Goregaokar
-20
/
+14
2025-02-20
Remove obsolete comment and simplify code
Samuel Tardieu
-20
/
+14
2025-02-20
Rustup (#14262)
Philipp Krones
-2467
/
+3505
2025-02-20
Rustup: fix 32bit tests
Philipp Krones
-48
/
+72
2025-02-20
add `owned_cow` lint (#13948)
Timo
-96
/
+315
2025-02-20
Changelog for Clippy 1.85 🦜 (#14229)
Fridtjof Stoldt
-6
/
+48
2025-02-20
Bump nightly version -> 2025-02-20
Philipp Krones
-2
/
+2
2025-02-20
add missing MSRV configuration information for `manual_div_ceil`
lapla-cogito
-0
/
+2
2025-02-20
Bump Clippy version -> 0.1.87
Philipp Krones
-4
/
+4
2025-02-20
rename the MSRV alias `MANUAL_DIV_CEIL` to `DIV_CEIL`
lapla-cogito
-2
/
+2
2025-02-20
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-13930
/
+31634
2025-02-19
add `owned_cow` lint
Andre Bogus
-96
/
+315
2025-02-19
fix: `map_entry` FP on struct member (#14151)
Catherine Flores
-1
/
+62
2025-02-19
`.last()` to `.next_back()` requires a mutable receiver (#14140)
Catherine Flores
-33
/
+272
2025-02-19
update `rustfix` link in docs (#14248)
Philipp Krones
-2
/
+2
2025-02-19
`double_ended_iterator_last`: note when drop order is changed
Samuel Tardieu
-2
/
+82
2025-02-19
fix: `map_entry` FP on struct member
yanglsh
-1
/
+62
2025-02-18
add a preferred fix for `cast_possible_wrap` description (#14225)
Alejandra González
-1
/
+7
2025-02-19
update `rustfix` link
lapla-cogito
-2
/
+2
2025-02-18
remove an unneeded `#![feature]` (#14245)
Alejandra González
-1
/
+0
2025-02-18
`.last()` to `.next_back()` requires a mutable receiver
Samuel Tardieu
-21
/
+169
2025-02-18
remove an unneeded `#![feature]`
cyrgani
-1
/
+0
2025-02-17
fix: `needless_option_as_deref` FP in trait (#14210)
Alejandra González
-1
/
+31
2025-02-18
Move methods from `Map` to `TyCtxt`, part 2.
Nicholas Nethercote
-45
/
+37
2025-02-17
Update mention of `ref_to_mut` to `invalid_reference_casting` (#14241)
Manish Goregaokar
-6
/
+18
2025-02-17
`manual_ok_err`: blockify the replacement of an `else if …` (#14240)
Manish Goregaokar
-3
/
+52
2025-02-17
Update mention of `ref_to_mut` to `invalid_reference_casting`
Tamir Duberstein
-6
/
+18
2025-02-17
`manual_ok_err`: blockify the replacement of an `else if …`
Samuel Tardieu
-3
/
+52
2025-02-17
"Typo Catch Check" passed by @flip1995
Fridtjof Stoldt
-1
/
+1
2025-02-17
Add `cargo dev setup toolchain --standalone` (#14230)
Philipp Krones
-8
/
+39
2025-02-17
Add `--allow-no-vcs` to `cargo dev dogfood --fix` (#14227)
Philipp Krones
-2
/
+11
2025-02-17
Rollup merge of #137101 - GrigorenkoPV:str-inherent-lint, r=Urgau
Matthias KrĂĽger
-4
/
+5
2025-02-17
Overhaul the `intravisit::Map` trait.
Nicholas Nethercote
-64
/
+61
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-150
/
+146
2025-02-16
`ui_test` annotation cleanup (#14232)
Alex Macleod
-355
/
+340
2025-02-16
`ui_test` annotation cleanup
Alex Macleod
-355
/
+340
2025-02-16
Add `cargo dev setup toolchain --standalone`
Alex Macleod
-8
/
+39
2025-02-16
clippy: string_from_utf8_as_bytes: also detect inherent `from_utf8`
Pavel Grigorenko
-4
/
+5
2025-02-16
Changelog for Clippy 1.85 :parrot:
xFrednet
-2
/
+44
2025-02-16
Update version attribute for 1.85 clippy lints
xFrednet
-4
/
+4
2025-02-16
Add `--allow-no-vcs` to `cargo dev dogfood --fix`
Samuel Tardieu
-2
/
+11
2025-02-16
add suggestion example for `cast_possible_wrap`
lapla-cogito
-1
/
+7
2025-02-15
new lint: `manual_contains` (#13817)
Manish Goregaokar
-29
/
+459
2025-02-16
apply `manual_contains` to Clippy sources
lapla-cogito
-4
/
+4
2025-02-16
add `manual_contains` lint
lapla-cogito
-25
/
+455
2025-02-15
Use `clippy_utils::is_mutable()` in `unnecessary_struct_initialization`
Samuel Tardieu
-12
/
+2
[next]