| Age | Commit message (Expand) | Author | Lines |
| 2015-04-20 | lint: explain the non-obvious need for a negative test | Tshepang Lekhonkhobe | -0/+2 |
| 2015-04-19 | Lint non-snake-case crate names | P1start | -22/+34 |
| 2015-04-17 | Port to using the newer graph, which offers iterators instead of the | Niko Matsakis | -3/+2 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -2/+2 |
| 2015-04-14 | rollup merge of #24391: nrc/visit-vis | Alex Crichton | -6/+6 |
| 2015-04-14 | eddyb's refactoring of coercions/adjustments | Eduard Burtescu | -2/+2 |
| 2015-04-14 | Expose visibility for fns in syntax::visit | Nick Cameron | -6/+6 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -23/+23 |
| 2015-04-01 | fallout when bootstrapping `rustc`. | Felix S. Klock II | -1/+1 |
| 2015-04-01 | Fallout out rustc | Niko Matsakis | -23/+23 |
| 2015-03-31 | Auto merge of #23549 - aturon:stab-num, r=alexcrichton | bors | -1/+0 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -1/+0 |
| 2015-03-31 | Rollup merge of #23852 - cmr:missing_doc, r=Manishearth | Manish Goregaokar | -2/+34 |
| 2015-03-30 | lint: handle private traits better | Corey Richardson | -2/+34 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -1/+1 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -2/+1 |
| 2015-03-25 | rustc: Remove support for int/uint | Alex Crichton | -8/+8 |
| 2015-03-25 | Change lint names to plurals | Nick Cameron | -1/+1 |
| 2015-03-25 | Remove the UnusedCasts lint | Nick Cameron | -25/+0 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -4/+7 |
| 2015-03-23 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -1/+0 |
| 2015-03-23 | rollup merge of #23601: nikomatsakis/by-value-index | Alex Crichton | -1/+1 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -2/+2 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -1/+1 |
| 2015-03-17 | std: Tweak some unstable features of `str` | Alex Crichton | -0/+1 |
| 2015-03-14 | Improve camelcase suggestion | York Xiang | -1/+1 |
| 2015-03-11 | syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int... | Eduard Burtescu | -10/+10 |
| 2015-03-11 | syntax: rename TypeMethod to MethodSig and use it in MethDecl. | Eduard Burtescu | -2/+2 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -73/+54 |
| 2015-03-10 | Auto merge of #23126 - alexcrichton:char-third-pass, r=aturon | bors | -7/+5 |
| 2015-03-10 | std: Stabilize more of the `char` module | Alex Crichton | -7/+5 |
| 2015-03-09 | remove uses of as_slice where deref coercions can be used | Richo Healey | -1/+1 |
| 2015-03-06 | Rollup merge of #23056 - awlnx:master, r=nrc | Manish Goregaokar | -0/+2 |
| 2015-03-05 | Auto merge of #23031 - Manishearth:rollup, r=Manishearth | bors | -1/+2 |
| 2015-03-05 | fix for new attributes failing. issue #22964 | awlnx | -0/+2 |
| 2015-03-05 | Rollup merge of #22764 - ivanradanov:fileline_help, r=huonw | Manish Goregaokar | -1/+2 |
| 2015-03-04 | Separate supertrait collection from processing a `TraitDef`. This allows | Niko Matsakis | -2/+2 |
| 2015-03-03 | Change span_help calls to fileline_help where appropriate | Ivan Radanov Ivanov | -1/+2 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -1/+1 |
| 2015-03-02 | Rollup merge of #22893 - Ms2ger:lints, r=huonw | Manish Goregaokar | -153/+173 |
| 2015-02-28 | Rename LintPass::check_trait_method to check_trait_item | Ivan Petkov | -1/+1 |
| 2015-02-28 | Use if-let for UnusedImportBraces. | Ms2ger | -18/+9 |
| 2015-02-28 | Collapse nested matches in method_context. | Ms2ger | -21/+17 |
| 2015-02-28 | Avoid unnecessary mutability for UnusedResults. | Ms2ger | -6/+7 |
| 2015-02-28 | Add a comment to code that confused me. | Ms2ger | -0/+1 |
| 2015-02-28 | Various formatting cleanup. | Ms2ger | -106/+139 |
| 2015-02-28 | Qualify uses of MethodContext variants. | Ms2ger | -11/+9 |
| 2015-02-28 | Update docs for rustc_lint crateification. | Huon Wilson | -9/+20 |
| 2015-02-28 | Separate most of rustc::lint::builtin into a separate crate. | Huon Wilson | -0/+2224 |