| Age | Commit message (Expand) | Author | Lines |
| 2017-07-08 | Move public reexports of private extern crates into a separate lint | Vadim Petrochenkov | -0/+7 |
| 2017-07-08 | Make sufficiently old or low-impact compatibility lints deny-by-default | Vadim Petrochenkov | -7/+7 |
| 2017-07-05 | use field init shorthand in src/librustc | Zack M. Davis | -8/+8 |
| 2017-06-29 | Rollup merge of #42919 - zackmdavis:once_again_we_heard_you_the_first_time, r... | Ariel Ben-Yehuda | -13/+13 |
| 2017-06-26 | make lint on-by-default/implied-by messages appear only once | Zack M. Davis | -13/+13 |
| 2017-06-23 | only set "overruled by outer forbid" once for lint groups, by group name | Zack M. Davis | -9/+17 |
| 2017-06-23 | remove unused parameters from LintStore.find_lint | Zack M. Davis | -8/+5 |
| 2017-06-12 | kill various tasks we no longer need and remove outdated README text | Niko Matsakis | -3/+0 |
| 2017-06-12 | Auto merge of #42537 - michaelwoerister:tcx-for-dep-node, r=nikomatsakis | bors | -2/+2 |
| 2017-06-09 | incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs. | Michael Woerister | -2/+2 |
| 2017-06-09 | rustc: track the current ty::ParamEnv in lint::LateContext. | Eduard-Mihai Burtescu | -12/+36 |
| 2017-06-09 | rustc: remove redundant krate field from lint::LateContext. | Eduard-Mihai Burtescu | -4/+0 |
| 2017-06-02 | Add E0602 | Guillaume Gomez | -3/+3 |
| 2017-05-30 | Turn `invalid_type_param_default` into a lint again | Vadim Petrochenkov | -0/+7 |
| 2017-05-30 | Turn sufficiently old compatibility lints into hard errors | Vadim Petrochenkov | -65/+0 |
| 2017-05-29 | Auto merge of #41856 - qnighy:prohibit-parenthesized-params-in-more-types, r=... | bors | -0/+7 |
| 2017-05-26 | Add warning cycle #42238. | Masaki Hara | -0/+7 |
| 2017-05-25 | Auto merge of #40847 - jseyfried:decl_macro, r=nrc | bors | -2/+1 |
| 2017-05-25 | Refactor out `ast::MacroDef`. | Jeffrey Seyfried | -2/+1 |
| 2017-05-17 | Refactor: Move the mutable parts out of LintStore. Fix #42007. | kennytm | -86/+165 |
| 2017-05-16 | Auto merge of #41907 - est31:macro_unused, r=jseyfried | bors | -0/+15 |
| 2017-05-13 | Support #[allow] etc logic on a per macro level | est31 | -0/+8 |
| 2017-05-13 | Add lint for unused macros | est31 | -0/+7 |
| 2017-05-12 | Pass crate attributes in visit.rs | Nick Cameron | -1/+1 |
| 2017-05-08 | Remove need for &format!(...) or &&"" dances in `span_label` calls | Oliver Schneider | -2/+2 |
| 2017-04-24 | rustc: expose the common DUMMY_SP query case as tcx methods. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-03-27 | Fix various useless derefs and slicings | Oliver Schneider | -3/+2 |
| 2017-03-23 | convert privacy access levels into a query | Niko Matsakis | -3/+5 |
| 2017-03-19 | Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrc | bors | -2/+2 |
| 2017-03-14 | Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`. | Jeffrey Seyfried | -2/+2 |
| 2017-03-13 | some style fixes | Tshepang Lekhonkhobe | -4/+10 |
| 2017-03-10 | Allow lints to check Bodys directly | Oliver Schneider | -0/+8 |
| 2017-03-01 | Auto merge of #34198 - eddyb:you're-a-bad-transmute-and-you-should-feel-bad, ... | bors | -7/+0 |
| 2017-02-28 | Add warning cycle. | Jeffrey Seyfried | -0/+7 |
| 2017-02-28 | Make transmuting from fn item types to pointer-sized types a hard error. | Eduard Burtescu | -7/+0 |
| 2017-02-05 | Rollup merge of #39009 - canndrew:default-unit-warnings, r=nikomatsakis | Corey Farwell | -0/+8 |
| 2017-02-04 | note wording: lint implied by lint group, not lint group implies lint | Zack M. Davis | -4/+4 |
| 2017-02-04 | note lint group set on command line triggering individual lint | Zack M. Davis | -10/+21 |
| 2017-02-04 | note individual lint name set via lint group attribute in notes | Zack M. Davis | -24/+31 |
| 2017-02-03 | Use a proper future-compatibility lint | Andrew Cann | -0/+8 |
| 2017-02-02 | store typeck lints in the `TypeckTables` | Niko Matsakis | -6/+41 |
| 2017-02-02 | introduce `LintTable` | Niko Matsakis | -11/+68 |
| 2017-01-29 | Implement compatibility lint for legacy constructor visibilities | Vadim Petrochenkov | -0/+7 |
| 2017-01-26 | rustc: rename TyCtxt's `map` field to `hir`. | Eduard-Mihai Burtescu | -5/+5 |
| 2017-01-25 | rename `Tables` to `TypeckTables` | Niko Matsakis | -2/+2 |
| 2017-01-20 | Rollup merge of #39195 - nagisa:deny-extra-requirement-in-impl, r=eddyb | Alex Crichton | -1/+1 |
| 2017-01-20 | Deny extra_requirement_in_impl forward-compat lint | Simonas Kazlauskas | -1/+1 |
| 2017-01-17 | Teach Diagnostics to highlight text | Esteban Küber | -1/+1 |
| 2017-01-14 | Merge branch 'master' into lint-attr-fix | comex | -20/+35 |
| 2017-01-06 | rustc: keep track of tables everywhere as if they were per-body. | Eduard-Mihai Burtescu | -18/+28 |