summary refs log tree commit diff
path: root/src/librustc/lint/levels.rs
AgeCommit message (Expand)AuthorLines
2018-05-02make it compile againflip1995-2/+2
2018-05-02Remove Option from the return type of Attribute::name()Seiichi Uchida-1/+1
2018-04-06Use `Ident` instead of `Name` in `MetaItem`Vadim Petrochenkov-1/+1
2018-03-08Add InterpretInterner to StableHashingContext for AllocId serializationOliver Schneider-2/+2
2018-02-23Allow future-incompat lints to mention an epochManish Goregaokar-7/+10
2017-09-24add lint levels to VisibilityScopeAriel Ben-Yehuda-0/+5
2017-09-18incr.comp.: Remove tcx from StableHashingContext.Michael Woerister-2/+2
2017-09-18incr.comp.: Use StableHash impls instead of functions for hashing most maps.Michael Woerister-15/+16
2017-09-18incr.comp.: Compute hashes of all query results.Michael Woerister-0/+61
2017-08-31add a lowercase suggestion to unknown_lintsAndre Bogus-3/+17
2017-08-13rustc: Fix `unknown_lints` next to an unknown lintAlex Crichton-19/+46
2017-08-09rustc: Rearchitect lints to be emitted more eagerlyAlex Crichton-0/+343