| Age | Commit message (Expand) | Author | Lines |
| 2018-05-02 | lint: deny incoherent_fundamental_impls by default | Hoàng Đức Hiếu | -1/+1 |
| 2018-05-02 | Auto merge of #50278 - eddyb:mir-succ-iter, r=nikomatsakis | bors | -74/+72 |
| 2018-05-01 | Auto merge of #50198 - oli-obk:const_prop, r=eddyb | bors | -184/+109 |
| 2018-05-01 | Merge adjacent write! invocations | Oliver Schneider | -4/+1 |
| 2018-05-01 | rustc: return impl Iterator from Terminator(Kind)::successors(_mut). | Eduard-Mihai Burtescu | -74/+72 |
| 2018-05-01 | Auto merge of #49724 - kennytm:range-inc-start-end-methods, r=Kimundi | bors | -26/+36 |
| 2018-05-01 | Rework force-frame-pointer | Simonas Kazlauskas | -5/+8 |
| 2018-05-01 | Don't force-enable frame pointers when generating debug info | Björn Steinbrink | -1/+7 |
| 2018-05-01 | Auto merge of #50197 - nikomatsakis:skolemize-out-of-tcx, r=eddyb | bors | -32/+30 |
| 2018-04-30 | put ReSkolemized into the global tcx | Niko Matsakis | -8/+13 |
| 2018-04-30 | make needs_infer specific to inference variables | Niko Matsakis | -8/+17 |
| 2018-05-01 | Removed direct field usage of RangeInclusive in rustc itself. | kennytm | -25/+21 |
| 2018-04-30 | remove some (apparently) dead code | Niko Matsakis | -16/+0 |
| 2018-05-01 | Rollup merge of #50330 - japaric:used, r=nagisa | kennytm | -0/+12 |
| 2018-05-01 | Rollup merge of #50327 - varkor:match-unused-struct-field, r=estebank | kennytm | -9/+35 |
| 2018-04-30 | Improve div by zero const eval errors | Oliver Schneider | -1/+1 |
| 2018-04-30 | Unify MIR assert messages and const eval errors | Oliver Schneider | -88/+61 |
| 2018-04-30 | Merge ConstMathError into EvalErrorKind | Oliver Schneider | -90/+52 |
| 2018-04-30 | Remove the `rustc_const_math` crate | Oliver Schneider | -36/+57 |
| 2018-04-30 | Remove ConstFloat | Oliver Schneider | -8/+6 |
| 2018-04-30 | Remove unused const math ops | Oliver Schneider | -3/+0 |
| 2018-04-30 | Remove unused const error variant | Oliver Schneider | -13/+0 |
| 2018-04-30 | Remove the `UnequalTypes` error variant | Oliver Schneider | -1/+0 |
| 2018-04-30 | Implement `PartialCmp` for `ConstFloat` | Oliver Schneider | -1/+0 |
| 2018-04-30 | Remove unused error variants | Oliver Schneider | -9/+1 |
| 2018-04-30 | Make the fields of RangeInclusive private. | kennytm | -1/+15 |
| 2018-04-30 | check that #[used] is used only on statics | Jorge Aparicio | -0/+12 |
| 2018-04-30 | Auto merge of #50204 - Manishearth:approx-enum, r=estebank | bors | -3/+3 |
| 2018-04-30 | Correct unused field warning on struct match container patterns | varkor | -7/+22 |
| 2018-04-30 | Auto merge of #50092 - abonander:issue-49934, r=petrochenkov | bors | -1/+2 |
| 2018-04-30 | Correct unused field warning on box struct match | varkor | -2/+3 |
| 2018-04-30 | Correct unused field warning on &struct match | varkor | -9/+19 |
| 2018-04-29 | Warn on pointless `#[derive]` in more places | Austin Bonander | -1/+2 |
| 2018-04-29 | Auto merge of #48605 - KiChjang:unused-mut-warning, r=nikomatsakis | bors | -1/+29 |
| 2018-04-28 | Auto merge of #50240 - nnethercote:LazyBTreeMap, r=cramertj | bors | -12/+14 |
| 2018-04-28 | Only check possibly initialized values and also loop over fn args | Keith Yeung | -4/+6 |
| 2018-04-28 | Track unused mutable variables across closures | Keith Yeung | -1/+13 |
| 2018-04-28 | Allow MIR borrowck to catch unused mutable locals | Keith Yeung | -0/+14 |
| 2018-04-28 | Rollup merge of #50257 - estebank:fix-49560, r=nikomatsakis | kennytm | -0/+6 |
| 2018-04-28 | Rollup merge of #50273 - Amanieu:issue-49532, r=alexcrichton | kennytm | -5/+10 |
| 2018-04-28 | Rollup merge of #49968 - christianpoveda:stabilize_dyn, r=nikomatsakis | kennytm | -10/+8 |
| 2018-04-27 | Auto merge of #50102 - Zoxc:query-nomacro, r=michaelwoerister | bors | -506/+505 |
| 2018-04-27 | removed linting for dyn_trait | Christian Poveda | -9/+7 |
| 2018-04-27 | dyn_trait feature-gate just for stage0 | Christian Poveda | -1/+1 |
| 2018-04-27 | Auto merge of #50097 - glandium:box_free, r=nikomatsakis | bors | -2/+10 |
| 2018-04-27 | Allow #[inline] on closures | Amanieu d'Antras | -5/+10 |
| 2018-04-27 | Address comments | John Kåre Alsaker | -6/+9 |
| 2018-04-27 | Store query jobs and query results in separate maps to reduce memory usage | John Kåre Alsaker | -25/+23 |
| 2018-04-27 | Move query functions out from the define_maps! macro | John Kåre Alsaker | -298/+325 |
| 2018-04-27 | Create a job immediately when looking in the query map and start it later | John Kåre Alsaker | -245/+216 |