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
/
non_copy_const.rs
Age
Commit message (
Expand
)
Author
Lines
2020-01-18
Rustup to rust-lang/rust#68204
Yuki Okushi
-1
/
+1
2020-01-13
Rustup to rust-lang/rust#68045
Yuki Okushi
-1
/
+1
2020-01-11
Rustup to rust-lang/rust#67806
Yuki Okushi
-3
/
+2
2020-01-07
Normalize lint messages
Yuki Okushi
-4
/
+4
2020-01-07
Rustup to rust-lang/rust#67886
Yuki Okushi
-3
/
+3
2019-12-31
Rustup to rust-lang/rust#67707
Yuki Okushi
-1
/
+1
2019-12-27
Rustup to rust-lang/rust#66936
Yuki Okushi
-1
/
+1
2019-12-22
Add <'_> where necessary
flip1995
-3
/
+3
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-10-14
new lints around `#[must_use]` fns
Andre Bogus
-0
/
+1
2019-09-27
Rustup to rust-lang/rust#64813
flip1995
-6
/
+6
2019-09-25
non_copy_const: remove incorrect suggestion
Manish Goregaokar
-8
/
+2
2019-09-18
Work around qpath_res issue
Michael Wright
-2
/
+2
2019-08-19
Remove in_macro_or_desugar
KRAAI, MATTHEW [VISUS]
-2
/
+2
2019-07-31
Update all the code to pass the updated `use_self` lint.
Jakub Wieczorek
-2
/
+3
2019-06-25
find_by_hir_id -> find
Manish Goregaokar
-1
/
+1
2019-06-25
get_parent_node_by_hir_id -> get_parent_node
Manish Goregaokar
-2
/
+2
2019-06-18
rustup https://github.com/rust-lang/rust/pull/61836/
Matthias Krüger
-1
/
+1
2019-06-12
rustup https://github.com/rust-lang/rust/pull/61758/files
Matthias Krüger
-2
/
+2
2019-05-25
Rename "Associated*" to "Assoc*"
Andrew Xu
-1
/
+1
2019-05-11
Rename in_macro to in_macro_or_desugar
Manish Goregaokar
-2
/
+2
2019-05-03
Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03)
Matthias Krüger
-3
/
+3
2019-04-17
Use lint pass macros
Matthew Kraai
-12
/
+2
2019-03-18
Replace most of ty:Ty with Ty
Mateusz Mikuła
-2
/
+2
2019-03-10
Various cosmetic improvements.
Alexander Regueiro
-16
/
+18
2019-03-05
move lint documentation into macro invocations
Andy Russell
-56
/
+56
2019-03-01
enable rust-lang/rust#58754
ljedrz
-2
/
+2
2019-02-24
HirIdify some lints
ljedrz
-4
/
+4
2019-01-27
rustup https://github.com/rust-lang/rust/pull/57907/
Matthias Krüger
-1
/
+1
2019-01-27
rustup https://github.com/rust-lang/rust/pull/57726
Matthias Krüger
-0
/
+4
2019-01-08
Remove all copyright license headers
Philipp Hansch
-9
/
+0
2018-12-29
Remove crate:: prefixes from crate paths
Konrad Borowski
-9
/
+9
2018-12-08
rustup https://github.com/rust-lang/rust/pull/56502 ( .hir -> .hir() )
Matthias Krüger
-4
/
+4
2018-11-27
Run rustfmt on clippy_lints
flip1995
-39
/
+38
2018-10-06
Add license header to Rust files
Manish Goregaokar
-0
/
+10
2018-09-15
Reintroduce `extern crate` for non-Cargo dependencies.
Eduard-Mihai Burtescu
-9
/
+9
2018-08-29
Switch to declare_tool_lint macro
flip1995
-1
/
+1
2018-08-28
Update imports and rustup
Oliver Schneider
-1
/
+1
2018-08-11
fix 2 clippy warnings
Matthias Krüger
-3
/
+3
2018-07-19
Remove import of rustc
Manish Goregaokar
-0
/
+1
2018-07-16
Update for hir renamings in rustc
Oliver Schneider
-2
/
+2
2018-07-16
ExprKind
csmoe
-5
/
+5
2018-06-28
Fix warnings
Mateusz Mikuła
-1
/
+1
2018-06-23
Lint against const items which are interior mutable. Fix #1560.
kennytm
-0
/
+268