| Age | Commit message (Expand) | Author | Lines |
| 2018-05-18 | Auto merge of #50653 - oli-obk:bad_const, r=cramertj | bors | -1/+1 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -7/+7 |
| 2018-05-15 | rustc: Fix `crate` lint for single-item paths | Alex Crichton | -2/+2 |
| 2018-05-15 | Turn deprecation lint `legacy_imports` into a hard error | Vadim Petrochenkov | -7/+0 |
| 2018-05-12 | Make the `const_err` lint `deny`-by-default | Oliver Schneider | -1/+1 |
| 2018-05-11 | Auto merge of #50440 - nikomatsakis:single-use-lifetimes, r=cramertj | bors | -1/+8 |
| 2018-05-08 | Auto merge of #50390 - hdhoang:46205_deny_by_default, r=nikomatsakis | bors | -1/+1 |
| 2018-05-04 | Mark lints with applicability | Manish Goregaokar | -10/+11 |
| 2018-05-04 | add warnings for unused lifetime parameters | Niko Matsakis | -1/+8 |
| 2018-05-03 | Auto merge of #50413 - kennytm:rollup, r=kennytm | bors | -1/+1 |
| 2018-05-02 | lint: deny incoherent_fundamental_impls by default | Hoàng Đức Hiếu | -1/+1 |
| 2018-05-02 | make it compile again | flip1995 | -2/+2 |
| 2018-05-02 | Remove Option from the return type of Attribute::name() | Seiichi Uchida | -1/+1 |
| 2018-05-01 | Clarify wordings of the `unstable_name_collision` lint. | kennytm | -1/+1 |
| 2018-04-26 | rustc_target: move LayoutOf's type parameter to an associated type. | Irina Popa | -1/+2 |
| 2018-04-20 | Add suggestion to lint | Manish Goregaokar | -1/+19 |
| 2018-04-20 | Add ABSOLUTE_PATH_STARTING_WITH_MODULE epoch lint for path breakage | Manish Goregaokar | -0/+8 |
| 2018-04-16 | Use locks for Session.lint_store and Session.buffered_lints | John Kåre Alsaker | -4/+4 |
| 2018-04-10 | Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoerister | bors | -3/+4 |
| 2018-04-06 | Use `Ident` instead of `Name` in `MetaItem` | Vadim Petrochenkov | -1/+1 |
| 2018-04-06 | Remove more duplicated spans | Vadim Petrochenkov | -3/+3 |
| 2018-03-28 | Require lints to be Send + Sync | John Kåre Alsaker | -3/+4 |
| 2018-03-24 | Specialize future-incompatibility warning for UNSTABLE_NAME_COLLISION. | kennytm | -7/+13 |
| 2018-03-24 | When picking a candidate, consider the unstable ones last. | kennytm | -1/+8 |
| 2018-03-20 | change all appropriate EPOCH to EDITION | Kurtis Nusbaum | -1/+1 |
| 2018-03-20 | rename epoch to edition | Kurtis Nusbaum | -16/+16 |
| 2018-03-14 | Make coerce_never lint an error | Andrew Cann | -7/+0 |
| 2018-03-14 | remove defaulting to unit | Andrew Cann | -8/+0 |
| 2018-03-13 | refactor `ParamEnv::empty(Reveal)` into two distinct methods | Niko Matsakis | -2/+1 |
| 2018-03-09 | Auto merge of #48326 - RalfJung:generic-bounds, r=petrochenkov | bors | -0/+27 |
| 2018-03-08 | Note the future epoch for epoch lints | Manish Goregaokar | -1/+6 |
| 2018-03-08 | Make bare_trait_lint allow for now | Manish Goregaokar | -4/+2 |
| 2018-03-08 | Move epochs to libsyntax | Manish Goregaokar | -5/+7 |
| 2018-03-08 | Add InterpretInterner to StableHashingContext for AllocId serialization | Oliver Schneider | -2/+2 |
| 2018-03-08 | Nuke the entire ctfe from orbit, it's the only way to be sure | Oliver Schneider | -0/+14 |
| 2018-03-02 | Run Rustfix on librustc | Manish Goregaokar | -2/+2 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -3/+3 |
| 2018-02-27 | Emit parentheses in suggestion for global paths | Manish Goregaokar | -2/+3 |
| 2018-02-27 | Lint passes: add check_where_predicate and check_poly_trait_ref | Ralf Jung | -0/+27 |
| 2018-02-23 | span_bug doesn't work well at this stage, use the session directly | Manish Goregaokar | -1/+1 |
| 2018-02-23 | Add ability for hardwired lints to operate on the diagnostic builder | Manish Goregaokar | -4/+46 |
| 2018-02-23 | Add hardwired lint for dyn trait | Manish Goregaokar | -2/+10 |
| 2018-02-23 | Allow future-incompat lints to mention an epoch | Manish Goregaokar | -16/+57 |
| 2018-02-06 | Rollup merge of #47959 - Manishearth:rustdoc-ice, r=Mark-Simulacrum | kennytm | -5/+14 |
| 2018-02-04 | Auto merge of #47915 - eddyb:layout-of, r=nikomatsakis | bors | -1/+1 |
| 2018-02-02 | Fix rustdoc ICE on macros defined within functions | Manish Goregaokar | -5/+14 |
| 2018-02-02 | add ellided lifetime | dpc | -1/+9 |
| 2018-02-01 | rustc: prefer ParamEnvAnd and LayoutCx over tuples for LayoutOf. | Eduard-Mihai Burtescu | -1/+1 |
| 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 |