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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_lint
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2018-04-25
Warn on all erroneous constants
Oliver Schneider
-0
/
+1
2018-03-26
Stabilize i128_type
Mark Mansi
-1
/
+1
2018-03-24
Filed a proper tracking issue.
kennytm
-2
/
+1
2018-03-24
When picking a candidate, consider the unstable ones last.
kennytm
-1
/
+9
2018-03-23
Merge branch '49001_epoch' of https://github.com/klnusbaum/rust into rollup
Alex Crichton
-17
/
+17
2018-03-23
Rollup merge of #48909 - RalfJung:type_alias_bounds, r=petrochenkov
Alex Crichton
-1
/
+1
2018-03-20
rename epoch to edition
Kurtis Nusbaum
-17
/
+17
2018-03-20
Stabilize slice patterns without `..`
Vadim Petrochenkov
-1
/
+0
2018-03-14
register removed lints
Andrew Cann
-0
/
+4
2018-03-14
Make coerce_never lint an error
Andrew Cann
-5
/
+0
2018-03-14
stabilise feature(never_type)
Andrew Cann
-0
/
+1
2018-03-14
remove defaulting to unit
Andrew Cann
-5
/
+0
2018-03-10
type_alias_bounds lint: If the type alias uses an associated type without "as...
Ralf Jung
-1
/
+1
2018-03-10
Rename ignored_generic_bounds -> type_alias_bounds
Ralf Jung
-1
/
+1
2018-03-09
Auto merge of #48326 - RalfJung:generic-bounds, r=petrochenkov
bors
-0
/
+1
2018-03-08
Add rust_2018_idioms lint group
Manish Goregaokar
-0
/
+6
2018-03-08
Make bare_trait_object not be an epoch lint
Manish Goregaokar
-6
/
+1
2018-03-08
Make tyvar_behind_raw_pointer an epoch lint
Manish Goregaokar
-1
/
+1
2018-03-08
Move epochs to libsyntax
Manish Goregaokar
-1
/
+2
2018-03-08
Nuke the entire ctfe from orbit, it's the only way to be sure
Oliver Schneider
-2
/
+0
2018-03-08
Move librustc_const_eval to librustc_mir
Oliver Schneider
-1
/
+1
2018-02-28
Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakis
Manish Goregaokar
-0
/
+23
2018-02-27
add lint to detect ignored generic bounds; this subsumes the previous 'generi...
Ralf Jung
-0
/
+1
2018-02-23
Add hardwired lint for dyn trait
Manish Goregaokar
-0
/
+5
2018-02-23
Allow future-incompat lints to mention an epoch
Manish Goregaokar
-0
/
+18
2018-02-20
Add nonstandard_style alias for bad_style.
boats
-0
/
+6
2018-01-13
Remove `impl Foo for ..` in favor of `auto trait Foo`
leonardo.yvens
-5
/
+0
2017-12-22
Convert warning about `*const _` to a future-compat lint
Michael Hewson
-0
/
+4
2017-12-05
convert the new conflicts to a soft error
Ariel Ben-Yehuda
-1
/
+4
2017-11-30
make coercions to `!` in unreachable code a hard error
Ariel Ben-Yehuda
-0
/
+4
2017-11-26
make accessing packed fields a future-compat warning
Ariel Ben-Yehuda
-0
/
+5
2017-11-15
convert EXTRA_REQUIREMENT_IN_IMPL into a hard error
Niko Matsakis
-4
/
+2
2017-11-03
Auto merge of #45247 - leodasvacas:implement-auto-trait-syntax, r=nikomatsakis
bors
-0
/
+5
2017-11-03
auto trait future compatibility lint
leonardo.yvens
-0
/
+5
2017-11-02
unreachable-pub lint for `pub` items not reachable from crate root
Zack M. Davis
-0
/
+1
2017-10-29
Add several lints into `unused` lint group
Vadim Petrochenkov
-5
/
+11
2017-10-14
rustc: Remove `used_mut_nodes` from `TyCtxt`
Alex Crichton
-2
/
+0
2017-08-30
rustc: Remove the `used_unsafe` field on TyCtxt
Alex Crichton
-1
/
+0
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-3
/
+0
2017-08-19
rustc: Remove some dead code
Vadim Petrochenkov
-4
/
+4
2017-07-27
Make a lint instead
Guillaume Gomez
-0
/
+1
2017-07-18
Prohibit lifetime arguments in path segments with late bound lifetime parameters
Vadim Petrochenkov
-1
/
+5
2017-07-08
Move public reexports of private extern crates into a separate lint
Vadim Petrochenkov
-0
/
+4
2017-06-19
Bump version and stage0 compiler
Alex Crichton
-4
/
+0
2017-05-30
Turn `invalid_type_param_default` into a lint again
Vadim Petrochenkov
-2
/
+4
2017-05-30
Turn sufficiently old compatibility lints into hard errors
Vadim Petrochenkov
-43
/
+30
2017-05-29
Auto merge of #41856 - qnighy:prohibit-parenthesized-params-in-more-types, r=...
bors
-0
/
+4
2017-05-26
Add warning cycle #42238.
Masaki Hara
-0
/
+4
2017-05-13
Add lint for unused macros
est31
-1
/
+2
2017-05-11
rustc: Remove #![unstable] annotation
Alex Crichton
-3
/
+4
[next]