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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2018-08-02
Make indexing_slicing a restriction lint (fixes #2933)
Manish Goregaokar
-1
/
+1
2018-08-01
Fix E0502 warnings
Michael Wright
-1
/
+3
2018-07-23
Rustup
Oliver Schneider
-1
/
+1
2018-07-23
Rewrite the print/write macro checks as a PreExpansionPass
Oliver Schneider
-1
/
+5
2018-07-21
Don't invent new magic keywords
Oliver Schneider
-10
/
+10
2018-07-20
Rustup
Oliver Schneider
-10
/
+10
2018-07-20
Remove warning
Manish Goregaokar
-1
/
+0
2018-07-20
Remove import of if_chain
Manish Goregaokar
-3
/
+0
2018-07-19
Remove import of matches
Manish Goregaokar
-2
/
+0
2018-07-19
Remove import of rustc
Manish Goregaokar
-3
/
+0
2018-07-19
Remove import of lazy_static
Manish Goregaokar
-3
/
+0
2018-07-19
Remove import of serde
Manish Goregaokar
-3
/
+0
2018-07-18
Temporarily allow macro_use_extern_crate
Manish Goregaokar
-0
/
+1
2018-07-04
address reviews
gnzlbg
-1
/
+1
2018-07-04
add missing_inline lint
gnzlbg
-0
/
+3
2018-06-29
Bump the version
Mateusz Mikuła
-2
/
+1
2018-06-28
Merge pull request #2832 from kennytm/non-copy-const
Oliver Schneider
-0
/
+6
2018-06-25
Enable rust_2018_idioms warning
Mateusz Mikuła
-31
/
+4
2018-06-25
Version bump
Oliver Schneider
-2
/
+2
2018-06-23
Lint against const items which are interior mutable. Fix #1560.
kennytm
-0
/
+6
2018-06-19
This commit represents an attempt to address changes requested in the process...
Shea Newton
-1
/
+1
2018-06-19
Rename instances of `array_indexing`
Shea Newton
-8
/
+7
2018-06-19
Extend `indexing_slicing` lint
Shea Newton
-2
/
+2
2018-06-19
Merge pull request #2837 from fanzier/panicking_unwrap
Oliver Schneider
-0
/
+1
2018-06-19
Merge pull request #2844 from illicitonion/default_trait_access
Oliver Schneider
-0
/
+4
2018-06-18
Version bump
Mateusz Mikuła
-2
/
+2
2018-06-15
Allow configuring the trivial copy size limit
Wim Looman
-1
/
+4
2018-06-15
New Lint: Pass small trivially copyable objects by value
Wim Looman
-0
/
+4
2018-06-14
Add default_trait_access lint
Daniel Wagner-Hall
-0
/
+4
2018-06-12
Merge pull request #2839 from mikerite/duration_subsec_pr_2
Oliver Schneider
-0
/
+4
2018-06-12
Categorize the unwrap lints correctly.
Fabian Zaiser
-0
/
+1
2018-06-11
Merge pull request #2815 from darArch/master
Oliver Schneider
-0
/
+2
2018-06-11
Merge branch 'master' into duration_subsec_pr_2
Michael Wright
-3
/
+7
2018-06-10
Publish preparation
Oliver Schneider
-3
/
+7
2018-06-09
duration_subsec: fix declaration; correctly classify
Michael Wright
-0
/
+1
2018-06-09
Add duration_subsec lint
Michael Wright
-0
/
+3
2018-06-08
Implement lint that checks for unidiomatic `unwrap()` (fixes #1770)
Fabian Zaiser
-0
/
+4
2018-06-05
Merge pull request #2814 from VKlayd/fn_to_int
Oliver Schneider
-0
/
+1
2018-06-04
Warn if non-trivial work is done inside .expect
Donald Robertson
-0
/
+2
2018-06-03
Added lint to avoid negated comparisions on partially ordered types.
Bruno Kirschner
-1
/
+3
2018-05-31
Merge pull request #2816 from mockersf/multiple-impl
Oliver Schneider
-0
/
+3
2018-05-30
Merge pull request #2821 from mati865/rust-2018-migration
Oliver Schneider
-0
/
+1
2018-05-30
Add rust_2018_preview feature and fix rustfmt annotation
Mateusz Mikuła
-0
/
+1
2018-05-29
move lint to restriction group
François Mockers
-1
/
+1
2018-05-29
adding to pedantic a lint that check for multiple inherent implementations
François Mockers
-0
/
+3
2018-05-29
Change lint type to unique and add the suggestion.
Victor Korkin
-0
/
+1
2018-05-29
Version bump
Oliver Schneider
-0
/
+1
2018-05-29
Update to nightly 2018-05-28
Mateusz Mikuła
-2
/
+2
2018-05-28
Merge pull request #2808 from Aaronepower/master
Oliver Schneider
-0
/
+2
2018-05-28
Added lint for unnecessary references
Aaron Power
-0
/
+2
[prev]
[next]