| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |