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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2023-04-06
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-5
/
+67
2023-03-29
Stabilize a portion of 'once_cell'
Trevor Gross
-1
/
+0
2023-03-28
Replace remaining usage of `FormatArgsExpn`
Alex Macleod
-1
/
+0
2023-03-26
Don't elaborate non-obligations into obligations
Michael Goulet
-1
/
+0
2023-03-26
Improve `is_range_full` implementation
bluthej
-13
/
+58
2023-03-26
Merge branch 'rust-lang:master' into clear-with-drain
bluthej
-10
/
+1
2023-03-22
Pull `is_full_range` method from `iter_with_drain`
bluthej
-1
/
+20
2023-03-14
Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errors
bors
-10
/
+1
2023-03-10
Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyup
Philipp Krones
-1
/
+1
2023-03-10
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-1
/
+1
2023-03-08
Remove `identity_future` indirection
Arpad Borsos
-10
/
+1
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+1
2023-02-27
Fixing typos
Andreas Deininger
-1
/
+1
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-2
/
+2
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-2
/
+2
2023-02-14
Add `of_trait` to DefKind::Impl.
Camille GILLOT
-1
/
+1
2023-01-28
Auto merge of #107206 - cjgillot:no-h2l-map, r=WaffleLapkin
bors
-7
/
+4
2023-01-28
Remove `HirId -> LocalDefId` map from HIR.
Camille GILLOT
-5
/
+3
2023-01-28
Take a LocalDefId in hir::Visitor::visit_fn.
Camille GILLOT
-2
/
+1
2023-01-27
Remove from librustdoc and clippy too
Scott McMurray
-1
/
+0
2023-01-27
Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup
Philipp Krones
-0
/
+4
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-3
/
+3
2023-01-26
replace usages of fn_sig query with bound_fn_sig
Kyle Matsuda
-3
/
+3
2023-01-12
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
Philipp Krones
-4
/
+33
2023-01-04
get_parent and find_parent
Michael Goulet
-2
/
+2
2023-01-04
rename get_parent_node to parent_id
Michael Goulet
-2
/
+2
2022-12-28
Rename `Rptr` to `Ref` in AST and HIR
Nilstrieb
-1
/
+1
2022-12-17
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
Philipp Krones
-1
/
+1
2022-12-15
Merge `SimplifiedTypeGen<D>` into `SimplifiedType`.
Nicholas Nethercote
-1
/
+1
2022-12-01
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
Philipp Krones
-27
/
+6
2022-11-21
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
Philipp Krones
-139
/
+176
2022-11-20
Auto merge of #98914 - fee1-dead-contrib:min-deref-patterns, r=compiler-errors
bors
-3
/
+12
2022-11-19
drive-by: Add is_async fn to hir::IsAsync
Michael Goulet
-5
/
+5
2022-11-18
Rm diagnostic item, use lang item
Deadbeef
-3
/
+12
2022-10-29
Use LanguageItems::require less
Cameron Steffen
-2
/
+2
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-1
/
+1
2022-10-23
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
flip1995
-2
/
+46
2022-10-20
rustc_hir_typeck: fix clippy
lcnr
-1
/
+1
2022-10-10
Fix unclosed HTML tag in clippy doc
Guillaume Gomez
-3
/
+3
2022-10-06
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
Philipp Krones
-65
/
+163
2022-09-29
Shrink `hir::def::Res`.
Nicholas Nethercote
-1
/
+1
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-2
/
+2
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-6
/
+6
2022-09-15
Fix clippy
est31
-1
/
+1
2022-09-12
Remove unused span argument from `visit_name`.
Nicholas Nethercote
-1
/
+1
2022-09-09
Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyup
Philipp Krones
-4
/
+4
2022-09-08
Introduce `DotDotPos`.
Nicholas Nethercote
-1
/
+2
2022-09-06
Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillot
bors
-1
/
+1
[next]