summary refs log tree commit diff
path: root/src/librustc_lint/lib.rs
AgeCommit message (Expand)AuthorLines
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-1/+0
2016-01-15Auto merge of #30878 - brson:raw-pointer-derive, r=brsonbors-2/+5
2016-01-14rustc: Fix bugs in renamed and removed lints and re-add raw_pointer_deriveBrian Anderson-2/+5
2016-01-12Fix long line in URLNiko Matsakis-1/+2
2016-01-12Revamp the "future incompatible" section to clarify the situationNiko Matsakis-3/+23
2016-01-11Rollup merge of #30538 - oli-obk:kill_unsigned_unary_negation, r=pnkfelixSimonas Kazlauskas-0/+2
2016-01-11[breaking-change] remove negate_unsigned feature gateOliver Schneider-0/+2
2016-01-08Added proper lint for the unit variant/struct warning.Felix S. Klock II-1/+2
2016-01-05convert from hard error to future-incompatible lintNiko Matsakis-2/+2
2015-12-21Register new snapshotsAlex Crichton-3/+0
2015-12-18Use lint instead of warningVadim Petrochenkov-0/+3
2015-12-12Implement `#[deprecated]` attribute (RFC 1270)Vadim Petrochenkov-1/+1
2015-11-26split the metadata code into rustc_metadataAriel Ben-Yehuda-1/+0
2015-11-26move librustc/plugin to librustc_pluginAriel Ben-Yehuda-1/+1
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1
2015-11-17Remove 'raw_pointer_derive' lint (#14615)Devon Hollowood-3/+0
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-1/+1
2015-09-29Add unused_attributes to unused lint group.Lee Jeffery-1/+1
2015-09-21Split out the type lints into a new moduleWesley Wiser-0/+2
2015-09-19Split out the UNUSED_* lints into a new moduleWesley Wiser-0/+2
2015-09-19Split out the bad_style lints into a new moduleWesley Wiser-4/+8
2015-09-17Change to a multi-trait approachNick Cameron-4/+15
2015-09-03Add an intital HIR and lowering stepNick Cameron-0/+1
2015-08-15Add issue for the rustc_private feature everywhereAlex Crichton-1/+1
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-2/+2
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