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_lints
/
src
/
escape.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-20
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-1
/
+1
2025-02-07
clippy: directly use rustc_abi instead of reexports
Jubilee Young
-2
/
+2
2024-10-03
Merge commit 'aa0d551351a9c15d8a95fdb3e2946b505893dda8' into clippy-subtree-u...
Philipp Krones
-2
/
+2
2024-09-25
Fix `clippy_lints` and `clippy_utils`
Samuel Moelius
-2
/
+2
2024-09-24
Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...
Philipp Krones
-2
/
+2
2024-09-22
Formatting
Philipp Krones
-2
/
+2
2024-09-06
Make `Ty::boxed_ty` return an `Option`
Pavel Grigorenko
-3
/
+3
2024-07-25
Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-u...
Philipp Krones
-2
/
+10
2024-05-21
Merge commit '2efebd2f0c03dabbe5c3ad7b4ebfbd99238d1fb2' into clippy-subtree-u...
Philipp Krones
-1
/
+3
2024-05-12
Propagate errors rather than using return_if_err
Michael Goulet
-1
/
+1
2024-05-12
Make LateCtxt be a type info delegate for EUV for clippy
Michael Goulet
-3
/
+1
2024-04-04
Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2024-03-14
hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id`
Vadim Petrochenkov
-2
/
+1
2024-02-13
Bump `indexmap`
clubby789
-2
/
+4
2024-02-10
hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}`
Vadim Petrochenkov
-3
/
+3
2024-02-07
hir: Remove `fn opt_hir_id` and `fn opt_span`
Vadim Petrochenkov
-3
/
+3
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-6
/
+6
2023-12-10
remove redundant imports
surechen
-1
/
+1
2023-12-01
Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync
Philipp Krones
-1
/
+1
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-1
/
+1
2023-11-16
Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyup
Philipp Krones
-1
/
+1
2023-11-03
Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb
bors
-1
/
+1
2023-11-02
Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup
Philipp Krones
-2
/
+2
2023-11-02
Minimize `pub` usage in `source_map.rs`.
Nicholas Nethercote
-1
/
+1
2023-07-17
Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup
Philipp Krones
-2
/
+1
2023-05-05
Merge commit '371120bdbf58a331db5dcfb2d9cddc040f486de8' into clippyup
Philipp Krones
-4
/
+2
2023-04-26
Fix uses of `TraitRef::identity` in clippy and rustdoc
Maybe Waffle
-2
/
+1
2023-01-28
Take a LocalDefId in hir::Visitor::visit_fn.
Camille GILLOT
-4
/
+8
2023-01-04
get_parent and find_parent
Michael Goulet
-2
/
+2
2023-01-04
rename get_parent_node to parent_id
Michael Goulet
-3
/
+3
2022-11-21
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
Philipp Krones
-7
/
+1
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-1
/
+1
2022-10-20
rustc_hir_typeck: fix clippy
lcnr
-2
/
+2
2022-10-07
Change InferCtxtBuilder from enter to build
Cameron Steffen
-3
/
+2
2022-10-06
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
Philipp Krones
-2
/
+8
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-2
/
+2
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-1
/
+1
2022-08-31
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
Jason Newcomb
-10
/
+3
2022-07-01
Factor out hir::Node::Binding
Cameron Steffen
-11
/
+5
2022-06-30
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
Philipp Krones
-2
/
+3
2022-06-04
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
Philipp Krones
-2
/
+4
2022-05-10
Update clippy to new rake_read signature
Eric Holk
-1
/
+1
2022-01-16
Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr
bors
-2
/
+1
2022-01-15
Return a LocalDefId in get_parent_item.
Camille GILLOT
-1
/
+1
2022-01-15
nyahggdshjjghsdfhgsf
Ellen
-1
/
+1
2022-01-15
initial revert
Ellen
-3
/
+2
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-0
/
+1
2021-10-07
Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup
flip1995
-1
/
+1
2021-09-28
Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup
flip1995
-2
/
+5
2021-09-16
Fix clippy
jackh726
-1
/
+1
[next]