| Age | Commit message (Expand) | Author | Lines |
| 2017-11-15 | convert EXTRA_REQUIREMENT_IN_IMPL into a hard error | Niko Matsakis | -4/+2 |
| 2017-11-03 | Auto merge of #45247 - leodasvacas:implement-auto-trait-syntax, r=nikomatsakis | bors | -4/+34 |
| 2017-11-03 | auto trait future compatibility lint | leonardo.yvens | -0/+30 |
| 2017-11-03 | add `auto` keyword, parse `auto trait`, lower to HIR | leonardo.yvens | -1/+1 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -3/+3 |
| 2017-11-02 | unreachable-pub lint for `pub` items not reachable from crate root | Zack M. Davis | -0/+58 |
| 2017-10-29 | Add several lints into `unused` lint group | Vadim Petrochenkov | -14/+14 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -0/+3 |
| 2017-10-21 | trans_ -> fully_ prefix | Marco Concetto Rudilosso | -4/+4 |
| 2017-10-21 | tidier | Marco Concetto Rudilosso | -3/+9 |
| 2017-10-21 | added trans_ prefix and pluralised types. Solved failing test on the incremen... | Marco Concetto Rudilosso | -4/+4 |
| 2017-10-21 | Create NormalizeTy query | Marco Concetto Rudilosso | -4/+4 |
| 2017-10-16 | code suggestions for no-mangle lints | Zack M. Davis | -15/+35 |
| 2017-10-16 | code suggestion for non-shorthand field patterns lint | Zack M. Davis | -5/+9 |
| 2017-10-16 | remove an obsolete FIXME comment | Zack M. Davis | -1/+0 |
| 2017-10-14 | rustc: Remove `used_mut_nodes` from `TyCtxt` | Alex Crichton | -91/+1 |
| 2017-10-03 | Auto merge of #44966 - zackmdavis:no_mangle_no_snake, r=aturon | bors | -1/+6 |
| 2017-10-01 | correct unused-parens lint suggestion to strip exact pair | Zack M. Davis | -1/+25 |
| 2017-10-01 | make non_snake_case lint allow extern no-mangle functions | Zack M. Davis | -1/+6 |
| 2017-09-30 | code suggestions for unused-mut, while-true lints; UI test | Zack M. Davis | -6/+14 |
| 2017-09-30 | code suggestion for unused-parentheses lint | Zack M. Davis | -3/+11 |
| 2017-09-30 | code suggestion for deprecated-attribute lint | Zack M. Davis | -4/+5 |
| 2017-09-22 | add comparison operators to must-use lint (under `fn_must_use` feature) | Zack M. Davis | -1/+17 |
| 2017-09-21 | Refactor lifetime name into an enum | Taylor Cramer | -1/+1 |
| 2017-09-15 | Get `allow(unused_mut)` to work on `let` bindings | Oliver Schneider | -12/+4 |
| 2017-09-12 | Auto merge of #44275 - eddyb:deferred-ctfe, r=nikomatsakis | bors | -10/+10 |
| 2017-09-11 | Auto merge of #44435 - alexcrichton:in-scope, r=michaelwoerister | bors | -2/+2 |
| 2017-09-11 | rustc: Remove HirId from queries | Alex Crichton | -2/+2 |
| 2017-09-11 | rustc: replace usize with u64 and ConstUsize. | Eduard-Mihai Burtescu | -8/+8 |
| 2017-09-11 | rustc: introduce ty::Const { ConstVal, Ty }. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-09-11 | rustc: intern ConstVal's in TyCtxt. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-09-08 | Use NodeId/HirId instead of DefId for local variables. | Eduard-Mihai Burtescu | -1/+4 |
| 2017-09-08 | Auto merge of #44142 - alexcrichton:dllimport-query, r=nikomatsakis | bors | -3/+4 |
| 2017-09-06 | pprust: fix parenthesization of exprs | Stuart Pernsteiner | -35/+3 |
| 2017-09-05 | rustc: Migrate lang items to a query | Alex Crichton | -1/+1 |
| 2017-09-05 | rustc: Flag some CrateStore methods as "untracked" | Alex Crichton | -1/+2 |
| 2017-09-05 | rustc: Move {plugin,derive}_registrar_fn to queries | Alex Crichton | -1/+1 |
| 2017-09-05 | Auto merge of #44248 - oli-obk:spans, r=jseyfried | bors | -4/+6 |
| 2017-09-04 | Produce expansion info for more builtin macros | Oliver Schneider | -4/+6 |
| 2017-09-03 | Auto merge of #44261 - alexcrichton:u128-ffi-unsafe, r=eddyb | bors | -0/+12 |
| 2017-09-03 | Auto merge of #44195 - alexcrichton:remove-used-unsafe, r=nikomatsakis | bors | -55/+0 |
| 2017-09-01 | rustc: Flag {i,u}128 as unsafe for FFI | Alex Crichton | -0/+12 |
| 2017-09-01 | rustc: use hir::ItemLocalId instead of ast::NodeId in CodeExtent. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-09-01 | rustc: use hir::ItemLocalId instead of ast::NodeId in CFG. | Eduard-Mihai Burtescu | -12/+14 |
| 2017-08-30 | rustc: Remove the `used_unsafe` field on TyCtxt | Alex Crichton | -55/+0 |
| 2017-08-28 | Merge branch 'master' of https://github.com/rust-lang/rust into gen | John Kåre Alsaker | -18/+19 |
| 2017-08-26 | Rollup merge of #43776 - zackmdavis:feature_gate_fn_must_use, r=alexcrichton | Corey Farwell | -15/+19 |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -3/+0 |
| 2017-08-22 | hard feature-gate for #[must_use] on functions | Zack M. Davis | -15/+19 |
| 2017-08-21 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -4/+4 |