| Age | Commit message (Expand) | Author | Lines |
| 2018-01-18 | Rollup merge of #47458 - mark-i-m:lint_array_comma, r=estebank | kennytm | -6/+7 |
| 2018-01-16 | Allow a trailing comma in lint_array; fix #47428 | Mark Mansi | -6/+7 |
| 2018-01-15 | Reexport -> re-export in error messages | Carol (Nichols || Goulding) | -1/+1 |
| 2018-01-10 | Fix panic strings. | Dan Robertson | -1/+1 |
| 2017-12-25 | Auto merge of #46914 - mikeyhew:raw_pointer_self, r=arielb1 | bors | -1/+8 |
| 2017-12-22 | Convert warning about `*const _` to a future-compat lint | Michael Hewson | -1/+8 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -11/+12 |
| 2017-12-20 | adding lint for single use lifetime names | Niko Matsakis | -1/+8 |
| 2017-12-09 | one-time diagnostics: span_suggestion, generalize methods for non-lints | Zack M. Davis | -6/+7 |
| 2017-12-06 | convert errors to warnings | Ariel Ben-Yehuda | -1/+1 |
| 2017-12-05 | convert the new conflicts to a soft error | Ariel Ben-Yehuda | -0/+7 |
| 2017-12-04 | rustc_back: remove slice module in favor of std::slice::from_ref. | Irina-Gabriela Popa | -2/+2 |
| 2017-12-02 | Auto merge of #46288 - alexcrichton:bump-bootstrap, r=Mark-Simulacrum | bors | -2/+0 |
| 2017-12-02 | Rollup merge of #45880 - arielb1:never-coerce, r=nikomatsakis | kennytm | -1/+8 |
| 2017-11-30 | make coercions to `!` in unreachable code a hard error | Ariel Ben-Yehuda | -1/+8 |
| 2017-11-30 | Implement RFC 2128 (use_nested_groups) | Pietro Albini | -7/+0 |
| 2017-11-29 | Update bootstrap compiler | Alex Crichton | -2/+0 |
| 2017-11-26 | make accessing packed fields a future-compat warning | Ariel Ben-Yehuda | -0/+7 |
| 2017-11-19 | rustc_trans: go through layouts uniformly for fat pointers and variants. | Eduard-Mihai Burtescu | -3/+3 |
| 2017-11-19 | rustc: remove Ty::layout and move everything to layout_of. | Eduard-Mihai Burtescu | -1/+10 |
| 2017-11-15 | convert EXTRA_REQUIREMENT_IN_IMPL into a hard error | Niko Matsakis | -7/+0 |
| 2017-11-03 | Remove unused AsciiExt imports and fix tests related to ascii methods | Lukas Kalbertodt | -0/+1 |
| 2017-11-02 | Make the difference between lint codes and error codes explicit | Oliver Schneider | -2/+2 |
| 2017-11-02 | Report lint names in json diagnostics | Oliver Schneider | -0/+2 |
| 2017-10-29 | Add several lints into `unused` lint group | Vadim Petrochenkov | -27/+7 |
| 2017-10-28 | Add generics field to LateContext | Manish Goregaokar | -1/+14 |
| 2017-10-14 | rustc: Remove `used_mut_nodes` from `TyCtxt` | Alex Crichton | -1/+8 |
| 2017-09-24 | Allow unused extern crate again | David Tolnay | -1/+1 |
| 2017-09-24 | add lint levels to VisibilityScope | Ariel Ben-Yehuda | -0/+5 |
| 2017-09-18 | incr.comp.: Remove tcx from StableHashingContext. | Michael Woerister | -2/+2 |
| 2017-09-18 | incr.comp.: Use StableHash impls instead of functions for hashing most maps. | Michael Woerister | -15/+16 |
| 2017-09-18 | incr.comp.: Compute hashes of all query results. | Michael Woerister | -0/+78 |
| 2017-09-03 | Auto merge of #44195 - alexcrichton:remove-used-unsafe, r=nikomatsakis | bors | -1/+8 |
| 2017-09-02 | Auto merge of #44104 - llogiq:lowercase-lints, r=nikomatsakis | bors | -3/+17 |
| 2017-08-31 | add a lowercase suggestion to unknown_lints | Andre Bogus | -3/+17 |
| 2017-08-30 | rustc: Remove the `used_unsafe` field on TyCtxt | Alex Crichton | -1/+8 |
| 2017-08-27 | Make unused-extern-crate warn-by-default | Tatsuyuki Ishi | -1/+1 |
| 2017-08-19 | Auto merge of #43936 - oli-obk:patch-6, r=alexcrichton | bors | -4/+4 |
| 2017-08-17 | Rollup merge of #43891 - Fourchaux:master, r=steveklabnik | Corey Farwell | -1/+1 |
| 2017-08-17 | Upgrade a comment to a doc comment | Oliver Schneider | -1/+1 |
| 2017-08-17 | Upgrade a comment to a doc comment | Oliver Schneider | -3/+3 |
| 2017-08-16 | Auto merge of #43841 - alexcrichton:fix-another-regression, r=eddyb | bors | -19/+46 |
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -1/+1 |
| 2017-08-14 | Auto merge of #43740 - michaelwoerister:local-id-in-typecktables, r=arielb1 | bors | -1/+1 |
| 2017-08-13 | rustc: Fix `unknown_lints` next to an unknown lint | Alex Crichton | -19/+46 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -1/+1 |
| 2017-08-11 | Improve validation of TypeckTables keys. | Michael Woerister | -2/+2 |
| 2017-08-11 | Make TypeckTables::type_dependent_defs use ItemLocalId instead of NodeId. | Michael Woerister | -2/+2 |
| 2017-08-09 | rustc: Rearchitect lints to be emitted more eagerly | Alex Crichton | -653/+768 |
| 2017-07-18 | Make `late_bound_lifetime_arguments` lint warn-by-default | Vadim Petrochenkov | -1/+1 |