about summary refs log tree commit diff
path: root/src/librustc_lint
AgeCommit message (Expand)AuthorLines
2015-03-10Auto merge of #23126 - alexcrichton:char-third-pass, r=aturonbors-7/+5
2015-03-10std: Stabilize more of the `char` moduleAlex Crichton-7/+5
2015-03-09remove uses of as_slice where deref coercions can be usedRicho Healey-1/+1
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-05Auto merge of #23031 - Manishearth:rollup, r=Manishearthbors-1/+2
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-03-05Rollup merge of #22764 - ivanradanov:fileline_help, r=huonwManish Goregaokar-1/+2
2015-03-04Separate supertrait collection from processing a `TraitDef`. This allowsNiko Matsakis-2/+2
2015-03-03Change span_help calls to fileline_help where appropriateIvan Radanov Ivanov-1/+2
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-1/+1
2015-03-02Rollup merge of #22893 - Ms2ger:lints, r=huonwManish Goregaokar-153/+173
2015-02-28Rename LintPass::check_trait_method to check_trait_itemIvan Petkov-1/+1
2015-02-28Use if-let for UnusedImportBraces.Ms2ger-18/+9
2015-02-28Collapse nested matches in method_context.Ms2ger-21/+17
2015-02-28Avoid unnecessary mutability for UnusedResults.Ms2ger-6/+7
2015-02-28Add a comment to code that confused me.Ms2ger-0/+1
2015-02-28Various formatting cleanup.Ms2ger-106/+139
2015-02-28Qualify uses of MethodContext variants.Ms2ger-11/+9
2015-02-28Update docs for rustc_lint crateification.Huon Wilson-9/+20
2015-02-28Separate most of rustc::lint::builtin into a separate crate.Huon Wilson-0/+2224