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
/
utils
Age
Commit message (
Expand
)
Author
Lines
2019-07-12
Rustup `macro expansion and resolution`
Lzu Tao
-4
/
+4
2019-07-06
Address reviews
Michael Wright
-1
/
+18
2019-07-06
Fix breakage due to rust-lang/rust#61988
Michael Wright
-31
/
+2
2019-07-06
Rename hir::map::local_def_id_from_hir_id to local_def_id
Lzu Tao
-3
/
+3
2019-07-03
rustup https://github.com/rust-lang/rust/pull/61995
Matthias Krüger
-1
/
+1
2019-07-01
Auto merge of #4222 - jfrikker:try_err, r=flip1995
bors
-0
/
+1
2019-06-25
find_by_hir_id -> find
Manish Goregaokar
-3
/
+3
2019-06-25
get_parent_node_by_hir_id -> get_parent_node
Manish Goregaokar
-1
/
+1
2019-06-24
Fix dogfood test failures.
Mazdak Farrokhzad
-1
/
+1
2019-06-23
PR comments
Joe Frikker
-0
/
+1
2019-06-23
Fix fallout from rust-lang/rust PR 60861.
Mazdak Farrokhzad
-2
/
+1
2019-06-22
Fix fallout cause NodeId pruning
Lzu Tao
-2
/
+2
2019-06-21
Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2019-06-21
Remove unnecssary lifetime from trait_ref_of_method
flip1995
-1
/
+1
2019-06-21
Fix breakage due to rust-lang/rust#61968
Michael Wright
-2
/
+2
2019-06-20
Fix warnings about unnecessary lifetime bounds
Lzu Tao
-16
/
+12
2019-06-19
Fix missing field in ExprKind::Yield
Lzu Tao
-3
/
+3
2019-06-18
rustup https://github.com/rust-lang/rust/pull/61836/
Matthias Krüger
-1
/
+1
2019-06-14
Fix wrong lifetime of TyCtxt
Lzu Tao
-5
/
+5
2019-06-13
Fix wrong lifetime of TyCtxt
Lzu Tao
-5
/
+5
2019-06-12
Remove wrong lifetime from LintContext
Lzu Tao
-34
/
+18
2019-06-09
rustup https://github.com/rust-lang/rust/pull/61669/
Matthias Krüger
-2
/
+2
2019-06-08
Add OUTER_EXPN_INFO lint
Michael Wright
-1
/
+59
2019-06-06
Auto merge of #4177 - mikerite:compiler_lint_functions_fewer_strings, r=phansch
bors
-8
/
+8
2019-06-06
rustup https://github.com/rust-lang/rust/pull/57428/
Matthias Krüger
-2
/
+2
2019-06-06
Remove `to_string()`s from CompilerLintFunctions
Michael Wright
-8
/
+8
2019-06-02
Cargo fmt
Mateusz Mikuła
-2
/
+11
2019-06-02
Rustup for https://github.com/rust-lang/rust/pull/61276
Mateusz Mikuła
-6
/
+6
2019-06-01
Make use of new `outer_expn_info()` function
Lzu Tao
-14
/
+5
2019-05-28
Fix `Block` dump in author lint
Oliver Scherer
-1
/
+12
2019-05-27
Rustup to rustc 1.36.0-nightly (fa40a111f 2019-05-27)
Oliver Scherer
-0
/
+2
2019-05-24
rustup https://github.com/rust-lang/rust/pull/60803/
Matthias Krüger
-3
/
+1
2019-05-24
Rustup to https://github.com/rust-lang/rust/pull/59545
Philipp Hansch
-2
/
+3
2019-05-23
Rustup to https://github.com/rust-lang/rust/pull/60740
Philipp Hansch
-2
/
+2
2019-05-21
Rustup to rustc 1.36.0-nightly (dbfe70dfc 2019-05-22)
Manish Goregaokar
-2
/
+2
2019-05-18
Dogfood
Oliver Scherer
-9
/
+12
2019-05-18
Dogfood and rustfmt
Oliver Scherer
-6
/
+5
2019-05-17
Prevent symbocalypse
Oliver Scherer
-587
/
+187
2019-05-14
Fix dogfood errors
flip1995
-25
/
+8
2019-05-14
Also hash mem::discriminant in hash_stmt
flip1995
-0
/
+2
2019-05-14
mem::discriminant trumps manual discriminant hashing
Oliver Scherer
-76
/
+2
2019-05-14
Properly hash enums
Oliver Scherer
-1
/
+9
2019-05-14
Rustfmt all the things
Oliver Scherer
-125
/
+128
2019-05-14
Clippy dogfood
Oliver Scherer
-6
/
+7
2019-05-14
Use symbols instead of strings
Oliver Scherer
-171
/
+589
2019-05-11
Add in_macro again
Manish Goregaokar
-2
/
+6
2019-05-11
Rename in_macro to in_macro_or_desugar
Manish Goregaokar
-7
/
+7
2019-05-10
Start handling desugarings in author lint
Manish Goregaokar
-1
/
+27
2019-05-10
Ignore desugarings in macro checks
Manish Goregaokar
-1
/
+10
2019-05-10
Add IfDesugar to desugaring_name
Manish Goregaokar
-0
/
+4
[prev]
[next]