| Age | Commit message (Expand) | Author | Lines |
| 2018-08-03 | Auto merge of #52925 - RalfJung:sanity_check, r=oli-obk | bors | -3/+9 |
| 2018-08-01 | rustc: Trim down the `rust_2018_idioms` lint group | Alex Crichton | -5/+11 |
| 2018-08-01 | add comment | Ralf Jung | -0/+1 |
| 2018-08-01 | check_const: use the same ParamEnv as codegen for statics | Ralf Jung | -3/+8 |
| 2018-07-30 | Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasper | bors | -1/+1 |
| 2018-07-30 | Auto merge of #52722 - alexcrichton:more-identifier-lints, r=oli-obk | bors | -6/+10 |
| 2018-07-29 | Sanity-check all constants | Oliver Schneider | -7/+68 |
| 2018-07-29 | Remove unused `mut`s | Matthew Jasper | -1/+1 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -2/+2 |
| 2018-07-29 | Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis | bors | -5/+3 |
| 2018-07-27 | Remove unnecessary `.collect()` | Shotaro Yamada | -5/+3 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -2/+2 |
| 2018-07-26 | Tweak the raw_identifiers lints in 2018 | Alex Crichton | -6/+10 |
| 2018-07-25 | Deny bare_trait_objects globally | Tatsuyuki Ishi | -2/+0 |
| 2018-07-23 | make it a migration lint | mark | -3/+12 |
| 2018-07-23 | Implement 2015 vs 2018 `?` kleene op + test | mark | -2/+2 |
| 2018-07-22 | in which the elided-lifetimes-in-paths lint undergoes a revolution | Zack M. Davis | -1/+3 |
| 2018-07-19 | Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis | bors | -0/+1 |
| 2018-07-18 | Auto merge of #52375 - oli-obk:the_early_lint_pass_gets_the_worm, r=Manishearth | bors | -0/+85 |
| 2018-07-18 | Make `async_idents` allow-by-default | Oliver Schneider | -1/+1 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -0/+1 |
| 2018-07-17 | Make `async_idents` an edition incompat lint | Oliver Schneider | -3/+7 |
| 2018-07-16 | Fix tidy | csmoe | -4/+22 |
| 2018-07-16 | ItemKind | csmoe | -45/+45 |
| 2018-07-16 | ForeignItemKind | csmoe | -3/+3 |
| 2018-07-16 | TyKind | csmoe | -1/+1 |
| 2018-07-16 | ExprKind | csmoe | -23/+23 |
| 2018-07-16 | StmtKind | csmoe | -3/+3 |
| 2018-07-16 | BinOpKind | csmoe | -14/+14 |
| 2018-07-15 | Auto merge of #52381 - oli-obk:ty_to_def_id, r=eddyb | bors | -2/+2 |
| 2018-07-14 | Lint the use of async as an identifier | Oliver Schneider | -0/+81 |
| 2018-07-14 | Remove `ty_to_def_id` | Oliver Schneider | -2/+2 |
| 2018-07-14 | Remove most of `PartialEq` impls from AST and HIR structures | Vadim Petrochenkov | -2/+2 |
| 2018-07-14 | Rollup merge of #52346 - rkruppe:patch-1, r=cramertj | kennytm | -1/+1 |
| 2018-07-14 | Rollup merge of #52302 - ljedrz:dyn_futureproofing, r=cramertj | kennytm | -0/+2 |
| 2018-07-13 | Fix typo in improper_ctypes suggestion | Robin Kruppe | -1/+1 |
| 2018-07-12 | rustc: Lint against `#[macro_use]` in 2018 idioms | Alex Crichton | -0/+2 |
| 2018-07-12 | Deny bare trait objects in the rest of rust | ljedrz | -0/+2 |
| 2018-07-11 | Rollup merge of #51952 - petrochenkov:transmark, r=alexcrichton | Mark Rousskov | -0/+5 |
| 2018-07-08 | Remove fallback to parent modules from lexical resolution | Vadim Petrochenkov | -0/+5 |
| 2018-07-05 | Whitelist lints | Guillaume Gomez | -2/+2 |
| 2018-07-03 | Auto merge of #51450 - estebank:inner-fn-test, r=@pnkfelix | bors | -1/+42 |
| 2018-07-02 | Auto merge of #51866 - zackmdavis:hir_making_each_day_of_the_year, r=petroche... | bors | -56/+59 |
| 2018-07-01 | call it `hir::VisibilityKind` instead of `hir::Visibility_:*` | Zack M. Davis | -7/+7 |
| 2018-07-01 | Auto merge of #51882 - varkor:check-type_dependent_defs, r=estebank | bors | -4/+9 |
| 2018-06-30 | private no-mangle lints: help hint note if visibility modifier is `pub` | Zack M. Davis | -4/+7 |
| 2018-06-30 | private no-mangle lints: issue suggestion for restricted visibility | Zack M. Davis | -17/+24 |
| 2018-06-30 | unreachable_pub lint: grab `pub` span from HIR rather than inferring it | Zack M. Davis | -37/+30 |
| 2018-06-30 | in which hir::Visibility recalls whence it came (i.e., becomes Spanned) | Zack M. Davis | -5/+5 |
| 2018-06-28 | Always check type_dependent_defs | varkor | -4/+9 |