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
/
ptr.rs
Age
Commit message (
Expand
)
Author
Lines
2018-07-16
TyKind
csmoe
-4
/
+4
2018-07-16
BinOpKind
csmoe
-1
/
+1
2018-07-16
ExprKind
csmoe
-3
/
+3
2018-06-25
Fix the tests that got broken by the fixes
flip1995
-2
/
+4
2018-06-25
Resolve conflicts produced by GenericArgs
flip1995
-3
/
+9
2018-06-25
Resolve field, struct and function renaming
flip1995
-3
/
+3
2018-05-30
Run rustfix
Mateusz Mikuła
-2
/
+2
2018-05-11
Reintroduce the lost (im)mutability checks
Oliver Schneider
-1
/
+1
2018-05-11
Rustup to 2018-05-11
Philipp Hansch
-4
/
+2
2018-03-28
Categorize all the lints!
Oliver Schneider
-6
/
+6
2018-03-16
Apply clippy suggestions
Mateusz Mikuła
-13
/
+10
2018-03-03
Change recomendation to: &[type] from Cow<type>
bootandy
-14
/
+27
2018-02-28
Lint passing Cow by reference
bootandy
-0
/
+15
2017-11-05
Cargo fmt
topecongiro
-19
/
+26
2017-10-23
mechanically swap if_let_chain -> if_chain
Alex Burka
-7
/
+8
2017-10-08
Duplicate ptr_arg's suggestion logic
sinkuu
-66
/
+5
2017-09-25
Rustup to rustc 1.22.0-nightly (6c476ce46 2017-09-25)
Manish Goregaokar
-1
/
+1
2017-09-20
avoid linting `ptr_arg` if `.capacity()` is called. Also suggest removing `.a...
Andre Bogus
-47
/
+64
2017-09-16
add suggestions for .clone() in ptr_arg fns
Andre Bogus
-22
/
+101
2017-09-10
suggestion for ptr_arg
Andre Bogus
-6
/
+24
2017-09-05
Run nightly rustfmt
Oliver Schneider
-11
/
+13
2017-08-24
Rename `match_path_old` to `match_path`
Alexey Zabelin
-2
/
+2
2017-08-14
Rustfmt
Oliver Schneider
-29
/
+49
2017-06-29
Fix compilation on rustc 1.20.0-nightly (69c65d296 2017-06-28)
messense
-1
/
+1
2017-04-28
Rustup
Oliver Schneider
-1
/
+1
2017-04-27
Update to latest rustc version
Oliver Schneider
-1
/
+1
2017-03-01
Fix for rustc 1.17.0-nightly (be760566c 2017-02-28)
Enrico Schmitz
-1
/
+2
2017-02-12
rustfmt
Andre Bogus
-14
/
+15
2017-02-12
add notes for immutable inputs
Andre Bogus
-18
/
+22
2017-02-11
added test, fixed message & description, rustfmt
Andre Bogus
-11
/
+19
2017-02-10
New mut_from_ref lint
Andre Bogus
-1
/
+40
2017-02-03
TyCtxt::map is now called TyCtxt::hir
Mrmaxmeier
-2
/
+2
2017-01-04
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustup
Josh Holmer
-2
/
+2
2017-01-04
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Fix various type error...
Manish Goregaokar
-1
/
+1
2016-12-20
also run rustfmt on clippy-lints
Oliver Schneider
-1
/
+1
2016-12-10
Use inputs/output getters for rustc::ty::FnSig instead of the now non-existen...
Arnavion
-1
/
+1
2016-12-07
update to the rust-PR that unblocks clippy
Oliver Schneider
-5
/
+5
2016-12-06
rustup to rustc 1.15.0-dev (3b248a184 2016-12-05)
Oliver Schneider
-4
/
+4
2016-12-01
WIP compiles and doesn't crash (much) but tests are failing
Oliver Schneider
-2
/
+2
2016-11-16
Rustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)
mcarton
-1
/
+2
2016-08-22
New cmp_null lint (fixes #1184) (#1186)
llogiq
-0
/
+124
[prev]