| Age | Commit message (Expand) | Author | Lines |
| 2018-04-25 | Warn on all erroneous constants | Oliver Schneider | -0/+69 |
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -1/+1 |
| 2018-03-24 | Filed a proper tracking issue. | kennytm | -2/+1 |
| 2018-03-24 | When picking a candidate, consider the unstable ones last. | kennytm | -1/+9 |
| 2018-03-23 | Merge branch '49001_epoch' of https://github.com/klnusbaum/rust into rollup | Alex Crichton | -17/+17 |
| 2018-03-23 | Rollup merge of #48909 - RalfJung:type_alias_bounds, r=petrochenkov | Alex Crichton | -19/+87 |
| 2018-03-20 | rename epoch to edition | Kurtis Nusbaum | -17/+17 |
| 2018-03-20 | Stabilize slice patterns without `..` | Vadim Petrochenkov | -1/+0 |
| 2018-03-19 | wording nits | Ralf Jung | -4/+4 |
| 2018-03-17 | Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi` | Vadim Petrochenkov | -2/+2 |
| 2018-03-17 | AST: Make renames in imports closer to the source | Vadim Petrochenkov | -3/+4 |
| 2018-03-14 | register removed lints | Andrew Cann | -0/+4 |
| 2018-03-14 | Make coerce_never lint an error | Andrew Cann | -5/+0 |
| 2018-03-14 | stabilise feature(never_type) | Andrew Cann | -0/+1 |
| 2018-03-14 | remove defaulting to unit | Andrew Cann | -6/+1 |
| 2018-03-13 | transition various normalization functions to the new methods | Niko Matsakis | -8/+11 |
| 2018-03-13 | refactor `ParamEnv::empty(Reveal)` into two distinct methods | Niko Matsakis | -2/+2 |
| 2018-03-10 | type_alias_bounds lint: If the type alias uses an associated type without "as... | Ralf Jung | -9/+76 |
| 2018-03-10 | Rename ignored_generic_bounds -> type_alias_bounds | Ralf Jung | -13/+14 |
| 2018-03-09 | Auto merge of #48326 - RalfJung:generic-bounds, r=petrochenkov | bors | -0/+48 |
| 2018-03-08 | Add rust_2018_idioms lint group | Manish Goregaokar | -1/+7 |
| 2018-03-08 | Make bare_trait_object not be an epoch lint | Manish Goregaokar | -6/+1 |
| 2018-03-08 | Make tyvar_behind_raw_pointer an epoch lint | Manish Goregaokar | -1/+1 |
| 2018-03-08 | Move epochs to libsyntax | Manish Goregaokar | -1/+2 |
| 2018-03-08 | Clean up the binary hex lint | Oliver Schneider | -3/+5 |
| 2018-03-08 | Nuke the entire ctfe from orbit, it's the only way to be sure | Oliver Schneider | -160/+1 |
| 2018-03-08 | Move librustc_const_eval to librustc_mir | Oliver Schneider | -3/+3 |
| 2018-03-08 | Produce instead of pointers | Oliver Schneider | -0/+11 |
| 2018-03-06 | make bounds on higher-kinded lifetimes a hard error in ast_validation | Ralf Jung | -69/+22 |
| 2018-03-06 | Rollup merge of #48432 - flip1995:lit_diag, r=oli-obk | kennytm | -8/+147 |
| 2018-03-06 | Rollup merge of #48403 - lukaslueg:casted, r=steveklabnik | kennytm | -1/+1 |
| 2018-03-05 | Turn features() into a query. | Michael Woerister | -2/+2 |
| 2018-03-03 | Improve getting literal representation | flip1995 | -1/+1 |
| 2018-03-01 | Rollup merge of #48500 - petrochenkov:parpat, r=nikomatsakis | Manish Goregaokar | -0/+1 |
| 2018-03-01 | Fix spelling s/casted/cast/ | Lukas Lueg | -1/+1 |
| 2018-03-01 | Rewrite error reporting as requested | flip1995 | -45/+69 |
| 2018-03-01 | Implementing requested changes | flip1995 | -85/+56 |
| 2018-03-01 | Suggest type for overflowing bin/hex-literals | flip1995 | -25/+169 |
| 2018-02-28 | Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakis | Manish Goregaokar | -0/+23 |
| 2018-03-01 | Support parentheses in patterns under feature gate | Vadim Petrochenkov | -0/+1 |
| 2018-02-27 | add lint to detect ignored generic bounds; this subsumes the previous 'generi... | Ralf Jung | -0/+95 |
| 2018-02-24 | Rollup merge of #48386 - withoutboats:nonstandard-style, r=Manishearth | Manish Goregaokar | -0/+6 |
| 2018-02-23 | Add hardwired lint for dyn trait | Manish Goregaokar | -0/+5 |
| 2018-02-23 | Allow future-incompat lints to mention an epoch | Manish Goregaokar | -0/+18 |
| 2018-02-20 | Add nonstandard_style alias for bad_style. | boats | -0/+6 |
| 2018-02-15 | [improper_ctypes] Don't suggest raw pointers when encountering trait objects | Robin Kruppe | -1/+1 |
| 2018-02-15 | [improper_ctypes] Point at definition of non-FFI-safe type if possible | Robin Kruppe | -0/+5 |
| 2018-02-15 | [improper_ctypes] Suggest repr(transparent) for structs | Robin Kruppe | -1/+2 |
| 2018-02-15 | [improper_ctypes] Overhaul primary label | Robin Kruppe | -147/+91 |
| 2018-02-15 | [improper_ctypes] Stop complaining about repr(usize) and repr(isize) enums | Robin Kruppe | -29/+0 |