summary refs log tree commit diff
path: root/src/librustc_lint/lib.rs
AgeCommit message (Expand)AuthorLines
2015-07-23Rewrite the improper_ctypes lint.Eli Friedman-0/+1
2015-07-15Implement lint deprecation/removal…Simonas Kazlauskas-0/+2
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+0
2015-06-17collections: Split the `collections` featureAlex Crichton-2/+2
2015-06-17core: Split apart the global `core` featureAlex Crichton-2/+3
2015-06-08Address a review comment and fix a bootstrapping issueSimon Sapin-1/+1
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-05-05lint: deny transmuting from immutable to mutable, since it's undefined behaviorSean McArthur-0/+1
2015-04-29lint for mixing `#[repr(C)]` with an impl of `Drop`.Felix S. Klock II-0/+1
2015-04-28Register new snapshotsTamir Duberstein-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+0
2015-03-25Remove the UnusedCasts lintNick Cameron-1/+0
2015-03-25Add trivial cast lints.Nick Cameron-4/+4
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-1/+0
2015-03-17std: Tweak some unstable features of `str`Alex Crichton-0/+1
2015-03-10std: Stabilize more of the `char` moduleAlex Crichton-1/+0
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-02-28Update docs for rustc_lint crateification.Huon Wilson-1/+9
2015-02-28Separate most of rustc::lint::builtin into a separate crate.Huon Wilson-0/+129