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
path:
root
/
clippy_utils
/
src
/
paths.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-20
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-6
/
+0
2025-02-12
New lint: `unbuffered_bytes`
jonathan
-0
/
+1
2025-01-09
Merge commit '19e305bb57a7595f2a8d81f521c0dd8bf854e739' into clippy-subtree-u...
Philipp Krones
-0
/
+2
2024-12-29
Move more def paths into `clippy_utils::paths`
Guillaume Gomez
-0
/
+2
2024-12-26
Merge commit '609cd310be44677ae31d452a17b0f8207e1abfe1' into clippy-subtree-u...
Philipp Krones
-1
/
+0
2024-12-15
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-1
/
+0
2024-11-28
Merge commit 'ff4a26d442bead94a4c96fb1de967374bc4fbd8e' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2024-11-15
Move MSRV implementation to clippy_utils
Philipp Krones
-1
/
+1
2024-09-24
Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...
Philipp Krones
-1
/
+5
2024-09-22
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-1
/
+5
2024-09-20
[Clippy] Remove final std paths for diagnostic item
GnomedDev
-2
/
+1
2024-09-19
Categorise paths in `clippy_utils::paths`
GnomedDev
-13
/
+20
2024-09-19
[Clippy] Swap `open_options` to use diagnostic items instead of paths
GnomedDev
-2
/
+0
2024-09-19
[Clippy] Swap `iter_over_hash_type` to use diagnostic items instead of paths
GnomedDev
-8
/
+0
2024-09-19
[Clippy] Swap `non_octal_unix_permissions` to use diagnostic item instead of ...
GnomedDev
-2
/
+0
2024-09-19
[Clippy] Swap `unnecessary_owned_empty_strings` to use diagnostic item instea...
GnomedDev
-1
/
+0
2024-09-19
[Clippy] Swap `manual_strip` to use diagnostic items instead of paths
GnomedDev
-3
/
+0
2024-09-19
[Clippy] Swap `unnecessary_to_owned` to use diagnostic item instead of path
GnomedDev
-1
/
+0
2024-09-19
[Clippy] Swap `instant_subtraction` to use diagnostic item instead of path
GnomedDev
-1
/
+0
2024-09-19
[Clippy] Swap `waker_clone_wake` to use diagnostic item instead of path
GnomedDev
-1
/
+0
2024-09-19
[Clippy] Swap `filter_map_bool_then` to use diagnostic item instead of path
GnomedDev
-1
/
+0
2024-09-19
[Clippy] Swap `manual_while_let_some` to use diagnostic items instead of paths
GnomedDev
-4
/
+0
2024-09-19
[Clippy] Swap `repeat_vec_with_capacity` to use diagnostic item instead of path
GnomedDev
-1
/
+0
2024-09-19
[Clippy] Swap `VecArgs::hir` to use diagnostic items instead of paths
GnomedDev
-3
/
+0
2024-09-19
[Clippy] Swap `single_char_add_str`/`format_push_string` to use diagnostic it...
GnomedDev
-2
/
+0
2024-09-19
[Clippy] Swap `manual_main_separator_str` to use diagnostic item instead of path
GnomedDev
-1
/
+0
2024-09-19
[Clippy] Swap `redundant_clone` to use diagnostic items instead of paths
GnomedDev
-2
/
+0
2024-09-19
[Clippy] Swap `float_equality_without_abs` to use diagnostic items instead of...
GnomedDev
-2
/
+0
2024-09-19
[Clippy] Swap `option_as_ref_deref` to use diagnostic items instead of paths
GnomedDev
-7
/
+0
2024-09-19
[Clippy] Swap `lines_filter_map_ok` to use a diagnostic item instead of path
GnomedDev
-1
/
+0
2024-09-19
[Clippy] Swap `map_entry` to use diagnostic items instead of paths
GnomedDev
-4
/
+0
2024-09-18
[Clippy] Swap `manual_retain` to use diagnostic items instead of paths
GnomedDev
-9
/
+0
2024-08-27
new lint: `zombie_processes`
y21
-0
/
+4
2024-08-25
check std::panic::panic_any in panic lint
kyoto7250
-0
/
+1
2024-08-08
Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u...
Philipp Krones
-1
/
+0
2024-08-08
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-1
/
+0
2024-07-11
Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-u...
Philipp Krones
-0
/
+1
2024-07-05
Auto merge of #11656 - y21:unnecessary_string_from_utf8, r=Jarcho
bors
-0
/
+1
2024-06-27
Merge commit '68a799aea9b65e2444fbecfe32217ce7d5a3604f' into clippy-subtree-u...
Philipp Krones
-1
/
+0
2024-06-20
resolve `clippy::invalid_paths` on `bool::then`
Kisaragi Marine
-1
/
+0
2024-06-20
[`unnecessary_to_owned`]: catch to_owned from byte slice to string
y21
-0
/
+1
2024-05-02
Auto merge of #12743 - CBSpeir:remove-paths-vec_resize, r=y21
bors
-3
/
+0
2024-05-02
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-2
/
+0
2024-05-01
Remove clippy_utils::paths::{SLICE_GET, STR_BYTES}
Christopher B. Speir
-2
/
+0
2024-05-01
Remove clippy_utils::paths::VEC_RESIZE
Christopher B. Speir
-1
/
+0
2024-03-21
Merge commit '9d6f41691ed9dbfaec2a2df2661c42451f2fe0d3' into clippy-subtree-u...
Philipp Krones
-0
/
+2
2024-03-13
[`unused_enumerate_index`]: trigger on method calls
Ethiraric
-0
/
+2
2024-03-07
Merge commit '93f0a9a91f58c9b2153868f458402155fb6265bb' into clippy-subtree-u...
Philipp Krones
-1
/
+0
2024-03-07
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-1
/
+0
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-1
/
+1
[next]