about summary refs log tree commit diff
path: root/src/librustc_lint
AgeCommit message (Expand)AuthorLines
2015-04-20lint: explain the non-obvious need for a negative testTshepang Lekhonkhobe-0/+2
2015-04-19Lint non-snake-case crate namesP1start-22/+34
2015-04-17Port to using the newer graph, which offers iterators instead of theNiko Matsakis-3/+2
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-2/+2
2015-04-14rollup merge of #24391: nrc/visit-visAlex Crichton-6/+6
2015-04-14eddyb's refactoring of coercions/adjustmentsEduard Burtescu-2/+2
2015-04-14Expose visibility for fns in syntax::visitNick Cameron-6/+6
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-23/+23
2015-04-01fallout when bootstrapping `rustc`.Felix S. Klock II-1/+1
2015-04-01Fallout out rustcNiko Matsakis-23/+23
2015-03-31Auto merge of #23549 - aturon:stab-num, r=alexcrichtonbors-1/+0
2015-03-31Stabilize std::numAaron Turon-1/+0
2015-03-31Rollup merge of #23852 - cmr:missing_doc, r=ManishearthManish Goregaokar-2/+34
2015-03-30lint: handle private traits betterCorey Richardson-2/+34
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-1/+1
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+1
2015-03-25rustc: Remove support for int/uintAlex Crichton-8/+8
2015-03-25Change lint names to pluralsNick Cameron-1/+1
2015-03-25Remove the UnusedCasts lintNick Cameron-25/+0
2015-03-25Add trivial cast lints.Nick Cameron-4/+7
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-1/+0
2015-03-23rollup merge of #23601: nikomatsakis/by-value-indexAlex Crichton-1/+1
2015-03-23Add generic conversion traitsAaron Turon-2/+2
2015-03-23Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses ofNiko Matsakis-1/+1
2015-03-17std: Tweak some unstable features of `str`Alex Crichton-0/+1
2015-03-14Improve camelcase suggestionYork Xiang-1/+1
2015-03-11syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...Eduard Burtescu-10/+10
2015-03-11syntax: rename TypeMethod to MethodSig and use it in MethDecl.Eduard Burtescu-2/+2
2015-03-11syntax: gather common fields of impl & trait items into their respective types.Eduard Burtescu-73/+54
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