about summary refs log tree commit diff
path: root/src/librustc/lint
AgeCommit message (Expand)AuthorLines
2015-02-18Implement RFC 580Aaron Turon-2/+2
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-0/+8
2015-02-18Convert required suffixes into a use of `as`.Niko Matsakis-2/+1
2015-02-17rollup merge of #22024: alexcrichton/asciiAlex Crichton-1/+1
2015-02-17rustc: Track stability of trait implementationsAlex Crichton-1/+1
2015-02-17Rollup merge of #22364 - Manishearth:rfc-572-forbid-attr, r=nikomatsakisManish Goregaokar-56/+9
2015-02-17Rollup merge of #22241 - kmcallister:macro-plugin-cleanup, r=sfacklerManish Goregaokar-1/+44
2015-02-17Add `Gated` attribute typeManish Goregaokar-2/+6
2015-02-16rustc: teach const_eval more about types.Eduard Burtescu-1/+1
2015-02-16Move ATTRIBUTE_WHITELIST and CRATE_ATTRS to KNOWN_ATTRIBUTES in syntax::featu...Manish Goregaokar-55/+4
2015-02-15Rollup merge of #22278 - nikomatsakis:rustc-error, r=nikomatsakisManish Goregaokar-0/+1
2015-02-13Add `#[rustc_error]` annotation, which causes trans to signal an errorNiko Matsakis-0/+1
2015-02-13Remove `_VALUE` from the float extremes constants.Huon Wilson-2/+2
2015-02-12Warn when linking a plugin into a non-plugin crateKeegan McAllister-1/+44
2015-02-11rollup merge of #22127: alexcrichton/stability-holesAlex Crichton-0/+5
2015-02-11rollup merge of #21881: richo/lint-no-mangle-constAlex Crichton-4/+35
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-0/+5
2015-02-09lint: Document the why and how of the no_mangle const lintRicho Healey-1/+4
2015-02-07Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichtonbors-18/+18
2015-02-06Update to last version, remove "[]" as much as possibleGuillaumeGomez-8/+8
2015-02-06librustc has been updatedGuillaumeGomez-17/+17
2015-02-06Rollup merge of #21958 - brson:stable-features, r=alexcrichtonManish Goregaokar-0/+7
2015-02-06Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichtonManish Goregaokar-1/+1
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-10/+10
2015-02-04Add a lint for writing `#[feature]` for stable features, warn by default.Brian Anderson-0/+7
2015-02-04remove all kind annotations from closuresJorge Aparicio-1/+1
2015-02-03Switch missing_copy_implementations to default-allowSteven Fackler-1/+1
2015-02-02lint: Warn about no-mangled statics that are not exportedRicho Healey-0/+15
2015-02-02lint: Deny #[no_mangle] const itemsRicho Healey-4/+17
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-25/+25
2015-02-02rollup merge of #21815: nagisa/overflowing-lintsAlex Crichton-3/+3
2015-02-02rollup merge of #21800: brson/unused_featuresAlex Crichton-1/+1
2015-02-02rollup merge of #21362: aochagavia/copy_rawptrAlex Crichton-1/+9
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-5/+5
2015-02-02`for x in xs.iter_mut()` -> `for x in &mut xs`Jorge Aparicio-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-19/+19
2015-02-02Do not warn when deriving `Copy` for raw pointersAdolfo OchagavĂ­a-1/+9
2015-02-01More deprecating of i/u suffixes in librariesAlfie John-2/+2
2015-01-31Mention the type in the overflowing literal lintSimonas Kazlauskas-3/+3
2015-01-30rustc: Make unused_features lint warn by defaultBrian Anderson-1/+1
2015-01-30Merge remote-tracking branch 'origin/master' into rollupAlex Crichton-0/+1
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-1/+1
2015-01-30rollup merge of #21765: P1start/non-ascii-style-lintsAlex Crichton-46/+67
2015-01-30rollup merge of #21718: alexcrichton/stabilize-from-strAlex Crichton-1/+1
2015-01-30rollup merge of #21495: richo/unexported-unmangled-lintAlex Crichton-0/+30
2015-01-30Auto merge of #21495 - richo:unexported-unmangled-lint, r=alexcrichtonbors-0/+30
2015-01-30std: Stabilize FromStr and parseAlex Crichton-1/+1
2015-01-30custom message for refutable patterns in for loopsJorge Aparicio-0/+1
2015-01-30Use `#[rustc_paren_sugar]` as a more extensible way of deciding whenNiko Matsakis-0/+1
2015-01-29lint: warn about #[no_mangle] fns that aren't exportedRicho Healey-0/+30