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
/
shadow.rs
Age
Commit message (
Expand
)
Author
Lines
2018-07-16
Update for hir renamings in rustc
Oliver Schneider
-1
/
+1
2018-07-16
StmtKind
csmoe
-2
/
+2
2018-07-16
TyKind
csmoe
-5
/
+5
2018-07-16
ExprKind
csmoe
-15
/
+15
2018-06-29
Rustup
Mateusz Mikuła
-4
/
+4
2018-05-30
Run rustfix
Mateusz Mikuła
-2
/
+2
2018-05-29
Update to nightly 2018-05-28
Mateusz Mikuła
-2
/
+2
2018-05-23
Update to nightly 2018-05-22
Mateusz Mikuła
-3
/
+3
2018-05-17
Rustup to 2018-05-16
Mateusz Mikuła
-2
/
+2
2018-05-13
Fix two typos
Philipp Hansch
-1
/
+1
2018-04-15
Fix compilation for nightly 2018-04-15
Michael Wright
-1
/
+1
2018-03-28
Categorize all the lints!
Oliver Schneider
-6
/
+6
2017-11-05
Cargo fmt
topecongiro
-4
/
+8
2017-09-05
Run nightly rustfmt
Oliver Schneider
-65
/
+51
2017-09-03
Run rustfmt
Manish Goregaokar
-1
/
+0
2017-08-23
add closure arg check, also catch non-consts
Andre Bogus
-27
/
+3
2017-08-15
Rustup
Oliver Schneider
-2
/
+2
2017-08-14
Rustfmt
Oliver Schneider
-35
/
+57
2017-05-12
Fix various wrong uses of NestedVisitorMap::All
Oliver Schneider
-7
/
+5
2017-03-31
First try for a fix for rustc 1.18.0-nightly (5c94997b6 2017-03-30
Enrico Schmitz
-1
/
+1
2017-02-03
TyCtxt::map is now called TyCtxt::hir
Mrmaxmeier
-3
/
+3
2017-01-18
rustup to rustc 1.16.0-nightly (c07a6ae77 2017-01-17)
Mrmaxmeier
-1
/
+0
2017-01-17
apply rustfmt
Oliver Schneider
-6
/
+2
2017-01-13
rustup to 2017-01-12
Oliver Schneider
-1
/
+1
2017-01-04
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Dogfood fixes
Manish Goregaokar
-1
/
+1
2017-01-04
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Borrow and spelling fixes
Manish Goregaokar
-3
/
+3
2017-01-04
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Recover patterns from ...
Manish Goregaokar
-6
/
+6
2017-01-04
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustup
Josh Holmer
-8
/
+8
2016-12-21
function definition style simplification
Oliver Schneider
-6
/
+24
2016-12-21
remove nondeterminism by adjusting thresholds
Oliver Schneider
-10
/
+10
2016-12-20
also run rustfmt on clippy-lints
Oliver Schneider
-40
/
+25
2016-12-07
update to the rust-PR that unblocks clippy
Oliver Schneider
-8
/
+8
2016-12-06
rustup to rustc 1.15.0-dev (3b248a184 2016-12-05)
Oliver Schneider
-28
/
+51
2016-12-01
WIP compiles and doesn't crash (much) but tests are failing
Oliver Schneider
-9
/
+9
2016-11-25
rustup to rustc 1.15.0-nightly (d5814b03e 2016-11-23)
Oliver Schneider
-1
/
+1
2016-11-16
Rustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)
mcarton
-5
/
+5
2016-10-03
Rustup to *rustc 1.14.0-nightly (144af3e97 2016-10-02)*
mcarton
-3
/
+3
2016-10-02
Add a test for a `shadow` corner case
mcarton
-1
/
+1
2016-08-07
Make lint descriptions short and to the point; always fitting the column "tri...
Georg Brandl
-5
/
+8
2016-08-07
Make the lint docstrings more consistent.
Georg Brandl
-21
/
+24
2016-08-01
lint on by ref patterns for references
Oliver Schneider
-9
/
+9
2016-07-16
Improve docs
mcarton
-12
/
+33
2016-07-01
Move more functions to `utils::higher`
mcarton
-2
/
+2
2016-06-27
use span_lint_and_then instead of adding to the `DiagnosticWrapper`
Oliver Schneider
-31
/
+28
2016-06-21
Merge pull request #1012 from Manishearth/nohyg
Martin Carton
-5
/
+4
2016-06-16
round 1
Oliver Schneider
-3
/
+3
2016-06-15
Don't use identifier hygiene in HIR
mcarton
-5
/
+4
2016-05-31
s/PatKind::Ident/PatKind::Binding/g
Andre Bogus
-2
/
+2
2016-05-28
Rustup to *1.10.0-nightly (7bddce693 2016-05-27)*
mcarton
-1
/
+1
2016-05-27
split clippy into lints, plugin and cargo-clippy
Oliver Schneider
-0
/
+353
[prev]