| Age | Commit message (Expand) | Author | Lines |
| 2018-04-28 | stabilize `#[must_use]` for functions and must-use operators | Zack M. Davis | -52/+52 |
| 2018-04-28 | in which the fn-must-use codepath is prevented from panicking on closure | Zack M. Davis | -1/+7 |
| 2018-04-28 | Auto merge of #50149 - aaronaaeng:master, r=estebank | bors | -15/+27 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -3/+5 |
| 2018-04-26 | rustc_target: move in type definitions from ty::layout. | Irina Popa | -1/+1 |
| 2018-04-25 | Auto merge of #50016 - tmandry:cleanup-binder, r=nikomatsakis | bors | -1/+1 |
| 2018-04-25 | Auto merge of #50110 - oli-obk:warn_all_the_constants, r=estebank | bors | -0/+69 |
| 2018-04-24 | Make Binder's field private and clean up its usage | Tyler Mandry | -1/+1 |
| 2018-04-24 | Warn on all erroneous constants | Oliver Schneider | -0/+69 |
| 2018-04-22 | Make must_use lint cover all binary/unary operators | Aaron Aaeng | -15/+27 |
| 2018-04-20 | Add ABSOLUTE_PATH_STARTING_WITH_MODULE epoch lint for path breakage | Manish Goregaokar | -1/+6 |
| 2018-04-12 | Avoid comparing fields by name when possible | Vadim Petrochenkov | -8/+13 |
| 2018-04-12 | Rollup merge of #49856 - varkor:no_mangle-statics-unlinted, r=michaelwoerister | kennytm | -0/+3 |
| 2018-04-11 | Rollup merge of #49614 - zackmdavis:the_phantom_menace, r=petrochenkov | kennytm | -0/+6 |
| 2018-04-10 | Do not uppercase-lint no_mangle statics | varkor | -0/+3 |
| 2018-04-09 | in which the non-shorthand patterns lint keeps its own counsel in macros | Zack M. Davis | -0/+6 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -1/+0 |
| 2018-04-07 | Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakis | bors | -2/+0 |
| 2018-04-06 | Rename `ast::Variant_::name` into `ident` + Fix rebase | Vadim Petrochenkov | -1/+1 |
| 2018-04-06 | Get rid of `SpannedIdent` | Vadim Petrochenkov | -5/+5 |
| 2018-04-05 | Bump the bootstrap compiler to 1.26.0 beta | Alex Crichton | -2/+0 |
| 2018-04-03 | Remove all unstable placement features | Aidan Hobson Sayers | -1/+0 |
| 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 |