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
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-1
/
+0
2016-01-15
Auto merge of #30878 - brson:raw-pointer-derive, r=brson
bors
-2
/
+5
2016-01-14
rustc: Fix bugs in renamed and removed lints and re-add raw_pointer_derive
Brian Anderson
-2
/
+5
2016-01-12
Fix long line in URL
Niko Matsakis
-1
/
+2
2016-01-12
Revamp the "future incompatible" section to clarify the situation
Niko Matsakis
-3
/
+23
2016-01-11
Rollup merge of #30538 - oli-obk:kill_unsigned_unary_negation, r=pnkfelix
Simonas Kazlauskas
-0
/
+2
2016-01-11
[breaking-change] remove negate_unsigned feature gate
Oliver Schneider
-0
/
+2
2016-01-08
Added proper lint for the unit variant/struct warning.
Felix S. Klock II
-1
/
+2
2016-01-05
convert from hard error to future-incompatible lint
Niko Matsakis
-2
/
+2
2015-12-21
Register new snapshots
Alex Crichton
-3
/
+0
2015-12-18
Use lint instead of warning
Vadim Petrochenkov
-0
/
+3
2015-12-12
Implement `#[deprecated]` attribute (RFC 1270)
Vadim Petrochenkov
-1
/
+1
2015-11-26
split the metadata code into rustc_metadata
Ariel Ben-Yehuda
-1
/
+0
2015-11-26
move librustc/plugin to librustc_plugin
Ariel Ben-Yehuda
-1
/
+1
2015-11-25
Remove all uses of `#[staged_api]`
Vadim Petrochenkov
-1
/
+1
2015-11-17
Remove 'raw_pointer_derive' lint (#14615)
Devon Hollowood
-3
/
+0
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-1
/
+1
2015-09-29
Add unused_attributes to unused lint group.
Lee Jeffery
-1
/
+1
2015-09-21
Split out the type lints into a new module
Wesley Wiser
-0
/
+2
2015-09-19
Split out the UNUSED_* lints into a new module
Wesley Wiser
-0
/
+2
2015-09-19
Split out the bad_style lints into a new module
Wesley Wiser
-4
/
+8
2015-09-17
Change to a multi-trait approach
Nick Cameron
-4
/
+15
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-0
/
+1
2015-08-15
Add issue for the rustc_private feature everywhere
Alex Crichton
-1
/
+1
2015-08-09
Use https URLs to refer to rust-lang.org where appropriate.
Eli Friedman
-2
/
+2
2015-07-23
Rewrite the improper_ctypes lint.
Eli Friedman
-0
/
+1
2015-07-15
Implement lint deprecation/removal…
Simonas Kazlauskas
-0
/
+2
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-1
/
+0
2015-06-17
collections: Split the `collections` feature
Alex Crichton
-2
/
+2
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-2
/
+3
2015-06-08
Address a review comment and fix a bootstrapping issue
Simon Sapin
-1
/
+1
2015-05-15
libs: Move favicon URLs to HTTPS
Alex Crichton
-1
/
+1
2015-05-05
lint: deny transmuting from immutable to mutable, since it's undefined behavior
Sean McArthur
-0
/
+1
2015-04-29
lint for mixing `#[repr(C)]` with an impl of `Drop`.
Felix S. Klock II
-0
/
+1
2015-04-28
Register new snapshots
Tamir Duberstein
-1
/
+0
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-1
/
+0
2015-03-25
Remove the UnusedCasts lint
Nick Cameron
-1
/
+0
2015-03-25
Add trivial cast lints.
Nick Cameron
-4
/
+4
2015-03-23
Test fixes and rebase conflicts, round 2
Alex Crichton
-1
/
+0
2015-03-17
std: Tweak some unstable features of `str`
Alex Crichton
-0
/
+1
2015-03-10
std: Stabilize more of the `char` module
Alex Crichton
-1
/
+0
2015-03-05
fix for new attributes failing. issue #22964
awlnx
-0
/
+2
2015-02-28
Update docs for rustc_lint crateification.
Huon Wilson
-1
/
+9
2015-02-28
Separate most of rustc::lint::builtin into a separate crate.
Huon Wilson
-0
/
+129