| Age | Commit message (Expand) | Author | Lines |
| 2018-08-31 | Auto merge of #51384 - QuietMisdreavus:extern-version, r=GuillaumeGomez | bors | -0/+18 |
| 2018-08-31 | Auto merge of #53699 - oli-obk:promotion_stability_hole, r=nikomatsakis | bors | -1/+92 |
| 2018-08-31 | Auto merge of #53403 - spastorino:move-out-lazily, r=nikomatsakis | bors | -8/+0 |
| 2018-08-30 | Make move out computation lazy | Santiago Pastorino | -8/+0 |
| 2018-08-30 | Rollup merge of #53786 - frewsxcv:frewsxcv-bad-style, r=Manishearth | Pietro Albini | -27/+27 |
| 2018-08-30 | Rollup merge of #53727 - estebank:incorrect-deref-suggestion, r=nikomatsakis | Pietro Albini | -12/+28 |
| 2018-08-30 | Rollup merge of #53476 - GuillaumeGomez:try-from-int-error-partial-eq, r=KodrAus | Pietro Albini | -0/+21 |
| 2018-08-30 | Rollup merge of #53129 - nikomatsakis:issue-51172-tweak-test, r=pnkfelix | Pietro Albini | -8/+8 |
| 2018-08-30 | Auto merge of #53535 - TheDarkula:master, r=oli-obk | bors | -9/+117 |
| 2018-08-30 | Made std::intrinsics::transmute() const fn. | thedarkula | -9/+117 |
| 2018-08-30 | Auto merge of #53757 - oli-obk:validation, r=RalfJung | bors | -2/+23 |
| 2018-08-30 | Auto merge of #53685 - alexcrichton:more-keywords, r=varkor | bors | -9/+75 |
| 2018-08-29 | Generalize `async_idents` to all new keywords | Alex Crichton | -9/+75 |
| 2018-08-29 | Don't emit "unused extern crate" warnings for `extern crate foo as _;` | Josh Triplett | -13/+1 |
| 2018-08-29 | Replace usages of 'bad_style' with 'nonstandard_style'. | Corey Farwell | -27/+27 |
| 2018-08-29 | Auto merge of #53711 - arielb1:macro-table, r=michaelwoerister | bors | -0/+106 |
| 2018-08-29 | Auto merge of #53684 - alexcrichton:suggest-remove, r=oli-obk | bors | -0/+122 |
| 2018-08-29 | Auto merge of #53642 - alexcrichton:fix-target-cpu-native, r=arielb1 | bors | -2/+17 |
| 2018-08-29 | Auto merge of #53671 - RalfJung:miri-refactor, r=oli-obk | bors | -28/+91 |
| 2018-08-28 | Fix warnings about the `native` target-cpu | Alex Crichton | -2/+17 |
| 2018-08-28 | Add partialeq implementation for TryFromIntError type | Guillaume Gomez | -0/+21 |
| 2018-08-28 | restructure unary_op to also dispatch on type first; fix promotion with unary... | Ralf Jung | -0/+8 |
| 2018-08-28 | address nits | Ralf Jung | -3/+3 |
| 2018-08-28 | Auto merge of #53493 - matthewjasper:hair-spans, r=nikomatsakis | bors | -183/+116 |
| 2018-08-28 | Use partial but correct vtable layout | Oliver Schneider | -2/+23 |
| 2018-08-28 | Auto merge of #53314 - nikomatsakis:nll-invert-liveness, r=pnkfelix | bors | -13/+11 |
| 2018-08-28 | Auto merge of #53616 - varkor:hir-map-rename, r=nikomatsakis | bors | -1/+2 |
| 2018-08-28 | Auto merge of #53272 - mark-i-m:anon_param_error_now, r=nikomatsakis | bors | -12/+12 |
| 2018-08-27 | Auto merge of #53227 - nivkner:pin_move, r=RalfJung | bors | -7/+7 |
| 2018-08-27 | remove `let x = baz` which was obscuring the real error | Niko Matsakis | -8/+8 |
| 2018-08-27 | Rename hir::map::NodeKind to hir::Node | varkor | -2/+2 |
| 2018-08-27 | Remove path prefixes from NodeKind | varkor | -1/+2 |
| 2018-08-27 | Rename hir::map::Node to hir::map::NodeKind | varkor | -1/+1 |
| 2018-08-27 | Auto merge of #51456 - qmx:crate-in-path, r=nikomatsakis | bors | -0/+72 |
| 2018-08-27 | fix test stderrs | Mark Mansi | -4/+4 |
| 2018-08-27 | merge `PointIndexMap` and `RegionValueElements` | Niko Matsakis | -9/+9 |
| 2018-08-27 | implement liveness tracing, remove old liveness system | Niko Matsakis | -4/+2 |
| 2018-08-27 | rustc: Suggest removing `extern crate` in 2018 | Alex Crichton | -0/+122 |
| 2018-08-27 | Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis | bors | -0/+21 |
| 2018-08-27 | fix another | Mark Mansi | -1/+1 |
| 2018-08-27 | fix some anon params | Mark Mansi | -7/+7 |
| 2018-08-27 | fix handling of unsized types in validation; validate str to be UTF-8 | Ralf Jung | -25/+80 |
| 2018-08-27 | validate enum discriminant whenever it is read | Ralf Jung | -3/+3 |
| 2018-08-27 | Auto merge of #53580 - nikomatsakis:nll-issue-53568, r=pnkfelix | bors | -0/+98 |
| 2018-08-27 | add test for the suggestion from prelude | Douglas Campos | -0/+37 |
| 2018-08-27 | no need to special case std | Douglas Campos | -3/+3 |
| 2018-08-27 | Also use smaller spans for unsize adjustments | Matthew Jasper | -89/+55 |
| 2018-08-27 | Auto merge of #53624 - Zoxc:ice-fix, r=oli-obk | bors | -1/+3 |
| 2018-08-26 | readd final newline | Esteban Kuber | -1/+1 |
| 2018-08-27 | Move with_globals setup from run_compiler to run | John Kåre Alsaker | -1/+3 |