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
/
map_clone.rs
Age
Commit message (
Expand
)
Author
Lines
2018-06-21
Check for arguments before accessing the first arg
flip1995
-1
/
+2
2018-05-30
Run rustfix
Mateusz MikuĊa
-1
/
+1
2018-05-11
Rustup to 2018-05-11
Philipp Hansch
-2
/
+2
2018-03-28
Categorize all the lints!
Oliver Schneider
-2
/
+2
2018-01-19
Merge branch 'master' of github.com:Manishearth/rust-clippy into fold_any
Oliver Schneider
-1
/
+3
2018-01-17
Document map_clone known problems #498
Vlad-Shcherbina
-1
/
+3
2018-01-14
Move get_arg_name into utils
Phil Ellison
-10
/
+2
2017-10-23
mechanically swap if_let_chain -> if_chain
Alex Burka
-27
/
+28
2017-09-25
Rustup to rustc 1.22.0-nightly (6c476ce46 2017-09-25)
Manish Goregaokar
-1
/
+2
2017-09-05
Run nightly rustfmt
Oliver Schneider
-17
/
+15
2017-08-30
Rustup (fixes #2002)
Oliver Schneider
-1
/
+1
2017-08-24
Rename `match_path_old` to `match_path`
Alexey Zabelin
-2
/
+2
2017-08-14
Rustfmt
Oliver Schneider
-12
/
+18
2017-07-10
Rustup to *rustc 1.20.0-nightly (d84693b93 2017-07-09)*
Oliver Schneider
-4
/
+4
2017-06-29
Run rustfmt
Oliver Schneider
-2
/
+2
2017-06-10
Bump to 0.0.139
Manish Goregaokar
-2
/
+2
2017-05-10
Fixes #443
Oliver Schneider
-4
/
+11
2017-03-30
Do some additional cleanup around `InternedString` and `Symbol`
Oliver Schneider
-2
/
+2
2017-03-30
Fix fallout
Oliver Schneider
-2
/
+2
2017-02-03
TyCtxt::map is now called TyCtxt::hir
Mrmaxmeier
-1
/
+1
2017-01-21
Rustfmtup to 0.7.1
Pascal Hertleif
-2
/
+2
2017-01-13
rustup to 2017-01-12
Oliver Schneider
-2
/
+2
2017-01-04
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Recover patterns from ...
Manish Goregaokar
-4
/
+6
2017-01-04
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustup
Josh Holmer
-4
/
+4
2016-12-20
also run rustfmt on clippy-lints
Oliver Schneider
-3
/
+3
2016-12-07
update to the rust-PR that unblocks clippy
Oliver Schneider
-2
/
+2
2016-12-06
rustup to rustc 1.15.0-dev (3b248a184 2016-12-05)
Oliver Schneider
-3
/
+3
2016-12-01
WIP compiles and doesn't crash (much) but tests are failing
Oliver Schneider
-3
/
+3
2016-11-23
Rustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11-21)*
mcarton
-2
/
+2
2016-11-17
Handle closure with single expression blocks
mcarton
-1
/
+2
2016-11-16
Rustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)
mcarton
-6
/
+3
2016-08-07
Make lint descriptions short and to the point; always fitting the column "tri...
Georg Brandl
-3
/
+3
2016-08-07
Make the lint docstrings more consistent.
Georg Brandl
-3
/
+4
2016-07-16
Improve docs
mcarton
-1
/
+4
2016-06-16
round 1
Oliver Schneider
-3
/
+3
2016-06-10
Format all `if_let_chain` consistently
mcarton
-21
/
+19
2016-05-31
s/PatKind::Ident/PatKind::Binding/g
Andre Bogus
-1
/
+1
2016-05-27
split clippy into lints, plugin and cargo-clippy
Oliver Schneider
-0
/
+128
[prev]