| Age | Commit message (Expand) | Author | Lines |
| 2015-06-18 | Make a better error message for using #[feature] on stable rust | Brian Anderson | -36/+1 |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -1/+1 |
| 2015-06-07 | change some statics to constants | Oliver 'ker' Schneider | -3/+2 |
| 2015-04-01 | Fallout out rustc | Niko Matsakis | -2/+2 |
| 2015-03-27 | Change the trivial cast lints to allow by default | Nick Cameron | -2/+2 |
| 2015-03-25 | Change lint names to plurals | Nick Cameron | -4/+4 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -1/+14 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -1/+1 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -26/+17 |
| 2015-03-02 | Enable recursion for visit_ty in lint visitor | Ivan Petkov | -1/+1 |
| 2015-02-28 | Rename LintPass::check_trait_method to check_trait_item | Ivan Petkov | -2/+2 |
| 2015-02-28 | Update docs for rustc_lint crateification. | Huon Wilson | -15/+4 |
| 2015-02-28 | Separate most of rustc::lint::builtin into a separate crate. | Huon Wilson | -2141/+5 |
| 2015-02-26 | Check stability of struct fields. | Huon Wilson | -0/+5 |
| 2015-02-25 | Rollup merge of #22635 - kmcallister:macros-chapter, r=steveklabnik | Manish Goregaokar | -19/+19 |
| 2015-02-25 | Rollup merge of #22752 - ipetkov:unsafe-lint-fix, r=alexcrichton | Manish Goregaokar | -32/+22 |
| 2015-02-24 | Implement `<T>::method` UFCS expression syntax. | Eduard Burtescu | -3/+3 |
| 2015-02-24 | rustc: combine partial_def_map and last_private_map into def_map. | Eduard Burtescu | -12/+13 |
| 2015-02-24 | syntax: use a single Path for Trait::Item in QPath. | Eduard Burtescu | -6/+0 |
| 2015-02-24 | syntax: don't use TraitRef in QPath. | Eduard Burtescu | -0/+6 |
| 2015-02-24 | syntax: don't store a secondary NodeId for TyPath. | Eduard Burtescu | -6/+5 |
| 2015-02-24 | Rollup merge of #22580 - pnkfelix:guard-pat-cfg2, r=pnkfelix | Manish Goregaokar | -1/+1 |
| 2015-02-23 | Properly reimplement `unsafe-code` lint to honor changing lint attributes | Ivan Petkov | -32/+22 |
| 2015-02-23 | Update missing-docs lint to check associated type declarations | Ivan Petkov | -0/+8 |
| 2015-02-22 | Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon | bors | -1/+1 |
| 2015-02-22 | Distinguish between AST and various Dummy nodes in CFG. | James Miller | -1/+1 |
| 2015-02-22 | Rollup merge of #22584 - alexcrichton:snapshots, r=Gankro | Manish Goregaokar | -8/+0 |
| 2015-02-22 | Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturon | Manish Goregaokar | -23/+23 |
| 2015-02-22 | Rollup merge of #22542 - ipetkov:unsafe-lint, r=huonw | Manish Goregaokar | -9/+53 |
| 2015-02-20 | Register new snapshots | Alex Crichton | -8/+0 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -23/+23 |
| 2015-02-19 | Unsafe lint will also check for other unsafe code | Ivan Petkov | -9/+53 |
| 2015-02-20 | Addressed PR comments | Marvin Löbel | -1/+1 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -25/+25 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -25/+25 |
| 2015-02-18 | rollup merge of #22497: nikomatsakis/suffixes | Alex Crichton | -2/+1 |
| 2015-02-18 | rollup merge of #22491: Gankro/into_iter | Alex Crichton | -2/+2 |
| 2015-02-18 | Implement RFC 580 | Aaron Turon | -2/+2 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -0/+8 |
| 2015-02-18 | Convert required suffixes into a use of `as`. | Niko Matsakis | -2/+1 |
| 2015-02-17 | rollup merge of #22024: alexcrichton/ascii | Alex Crichton | -1/+1 |
| 2015-02-17 | rustc: Track stability of trait implementations | Alex Crichton | -1/+1 |
| 2015-02-17 | Rollup merge of #22364 - Manishearth:rfc-572-forbid-attr, r=nikomatsakis | Manish Goregaokar | -56/+9 |
| 2015-02-17 | Rollup merge of #22241 - kmcallister:macro-plugin-cleanup, r=sfackler | Manish Goregaokar | -1/+44 |
| 2015-02-17 | Add `Gated` attribute type | Manish Goregaokar | -2/+6 |
| 2015-02-16 | rustc: teach const_eval more about types. | Eduard Burtescu | -1/+1 |
| 2015-02-16 | Move ATTRIBUTE_WHITELIST and CRATE_ATTRS to KNOWN_ATTRIBUTES in syntax::featu... | Manish Goregaokar | -55/+4 |
| 2015-02-15 | Rollup merge of #22278 - nikomatsakis:rustc-error, r=nikomatsakis | Manish Goregaokar | -0/+1 |
| 2015-02-13 | Add `#[rustc_error]` annotation, which causes trans to signal an error | Niko Matsakis | -0/+1 |
| 2015-02-13 | Remove `_VALUE` from the float extremes constants. | Huon Wilson | -2/+2 |