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-02-11
Use MIR body to identify more "default equivalent" calls
Esteban Küber
-34
/
+264
2025-02-10
Use a separate loop to drive the check for code clusters
Michael Howell
-37
/
+73
2025-02-10
Show diff suggestion format on verbose replacement
Esteban Küber
-1500
/
+2292
2025-02-10
correct "Affected lints" for `allow-one-hash-in-raw-strings` (#14186)
Philipp Krones
-2
/
+2
2025-02-10
Convert two missed places
Bastian Kersting
-2
/
+2
2025-02-10
Rename rustc_middle::Ty::is_unsafe_ptr to is_raw_ptr
Bastian Kersting
-9
/
+9
2025-02-10
Use parentheses when needed in `nonminimal_bool` lint (#14187)
llogiq
-2
/
+16
2025-02-10
Use parentheses when needed in `nonminimal_bool` lint
Samuel Tardieu
-2
/
+16
2025-02-10
correct "Affected lints" for `allow-one-hash-in-raw-strings`
lapla-cogito
-2
/
+2
2025-02-09
Fix `let_and_return` with temporary variables, and distinguish between Rust e...
llogiq
-7
/
+944
2025-02-09
Add `single_option_map` lint (#14033)
llogiq
-0
/
+201
2025-02-09
Add single_option_map lint
Yusuf Raji
-0
/
+201
2025-02-09
`let_and_return`: lint more cases in edition ≥ 2024
Samuel Tardieu
-6
/
+923
2025-02-09
`let_and_return`: look for non-static references in expansion as well
Samuel Tardieu
-2
/
+22
2025-02-09
make [`manual_map`] ignore types that contain `dyn` (#12712)
Alex Macleod
-34
/
+344
2025-02-08
Rollup merge of #136706 - workingjubilee:finish-up-rustc-abi-updates, r=compi...
Jubilee
-41
/
+43
2025-02-09
Fix `obfuscated_if_else` suggestion on left side of a binary expr (#14124)
Alejandra González
-6
/
+130
2025-02-09
Fix `obfuscated_if_else` suggestion on left side of a binary expr
Samuel Tardieu
-1
/
+113
2025-02-09
remove "Known problems" section for `branches_sharing_code` (#14176)
Alejandra González
-5
/
+0
2025-02-09
Add error markers for `obfuscated_if_else` lint
Samuel Tardieu
-5
/
+17
2025-02-09
remove "Known problems" section for `branches_sharing_code`
lapla-cogito
-5
/
+0
2025-02-08
allow `assign_op_pattern` in the test of `string_add` (#14143)
Catherine Flores
-17
/
+2
2025-02-08
Two improvements to `disallowed_*` (#13669)
Catherine Flores
-71
/
+222
2025-02-08
autofix for `range_zip_with_len` (#14136)
dswij
-10
/
+28
2025-02-08
add MSRV check for `manual_flatten` (#14086)
dswij
-1
/
+6
2025-02-07
clippy: directly use rustc_abi instead of reexports
Jubilee Young
-41
/
+43
2025-02-07
Remove `Known problems` section `invalid_upcast_comparisons` (#14133)
dswij
-3
/
+0
2025-02-07
Deprecate redundant lint `option_map_or_err_ok` and take `manual_ok_or` out o...
dswij
-107
/
+12
2025-02-07
add tests for spurious failure and fix typo
Jana Dönszelmann
-21
/
+49
2025-02-07
fix typo
Jana Dönszelmann
-1
/
+1
2025-02-07
fix empty after lint on impl/trait items
Jonathan Dönszelmann
-38
/
+116
2025-02-07
Update UI tests
Guillaume Gomez
-25
/
+27
2025-02-07
Convert `EMPTY_LINE_AFTER_OUTER_ATTR` and `EMPTY_LINE_AFTER_OUTER_ATTR` lint ...
Guillaume Gomez
-427
/
+458
2025-02-07
Address additional review comments
Samuel Moelius
-2
/
+5
2025-02-07
`useless_asref`: no lint if in a closure to change the ref depth (#14090)
Catherine Flores
-6
/
+23
2025-02-07
Handle more cases in `is_normalizable` (#13833)
llogiq
-7
/
+236
2025-02-07
add `manual_option_as_slice` MSRV to the lint documentation (#14171)
Catherine Flores
-0
/
+2
2025-02-07
[`path_buf_push_overwrite`]: mark suggestion as `MaybeIncorrect` (#14010)
Catherine Flores
-1
/
+1
2025-02-07
remove an outdated line in `transmute/mod.rs` (#14159)
Catherine Flores
-1
/
+0
2025-02-07
add MSRV check for `lines_filter_map_ok` (#14130)
Catherine Flores
-4
/
+39
2025-02-07
Fix ICE in `unnecessary_mut_passed` (#14065)
Catherine Flores
-2
/
+3
2025-02-07
add `manual_option_as_slice` to the lint documentation
lapla-cogito
-0
/
+2
2025-02-07
Correct version of `doc_overindented_list_items` (#14152)
llogiq
-1
/
+1
2025-02-07
Simplify `reindent_multiline()` signature (#14101)
Timo
-64
/
+46
2025-02-07
Use edition 2024 when running `cargo dev lint` (#14166)
Timo
-3
/
+6
2025-02-07
Permit specifying a non-default edition when linting file
Samuel Tardieu
-3
/
+6
2025-02-06
Rollup merge of #136645 - flip1995:clippy-subtree-update, r=Manishearth
Matthias Krüger
-565
/
+2680
2025-02-06
change the applicability of `if_then_some_else_none` to `MachineApplicable` (...
Jason Newcomb
-1
/
+1
2025-02-06
Don't use labeled block as top-level blocks (#14102)
Jason Newcomb
-3
/
+38
2025-02-06
don't emit suggestion inside macro in `manual_async_fn` (#14142)
Jason Newcomb
-0
/
+53
[prev]
[next]