| Age | Commit message (Expand) | Author | Lines |
| 2018-04-06 | Auto merge of #49392 - retep007:nll-issue-48962, r=nikomatsakis | bors | -0/+43 |
| 2018-04-06 | Fix ICE with impl Trait | Shotaro Yamada | -0/+22 |
| 2018-04-05 | No separator for `?`. No `?` as a separator. | Mark Mansi | -23/+6 |
| 2018-04-05 | Fix #49344 | leonardo.yvens | -0/+4 |
| 2018-04-05 | Rollup merge of #49350 - abonander:macros-in-extern, r=petrochenkov | Alex Crichton | -0/+39 |
| 2018-04-06 | Fix ICE with `main`'s return type containing lifetimes | Shotaro Yamada | -0/+30 |
| 2018-04-05 | Stabilize attributes on generic parameters | Vadim Petrochenkov | -4/+1 |
| 2018-04-04 | Auto merge of #48333 - aidanhs:aphs-no-place-for-placement, r=nikomatsakis | bors | -45/+2 |
| 2018-04-03 | expand macro invocations in `extern {}` blocks | Austin Bonander | -0/+39 |
| 2018-04-03 | Auto merge of #49447 - pnkfelix:remove-cfg-const-pat-hack-47295, r=nikomatsakis | bors | -27/+0 |
| 2018-04-03 | Remove all unstable placement features | Aidan Hobson Sayers | -45/+2 |
| 2018-04-02 | Auto merge of #49252 - Manishearth:easy-feature-flag, r=nikomatsakis | bors | -1/+1 |
| 2018-03-30 | Auto merge of #49403 - oli-obk:try2, r=eddyb | bors | -0/+7 |
| 2018-03-29 | Ignore stack-probes tests on powerpc/s390x too | Josh Stone | -0/+4 |
| 2018-03-29 | Move alloc::Bound to {core,std}::ops | Simon Sapin | -1/+1 |
| 2018-03-29 | Fix test | Manish Goregaokar | -1/+1 |
| 2018-03-29 | Auto merge of #49458 - cramertj:stable-underscore-lt, r=nikomatsakis | bors | -3/+0 |
| 2018-03-29 | Stabilize underscore lifetimes | Taylor Cramer | -3/+0 |
| 2018-03-28 | Auto merge of #49460 - kennytm:rollup, r=kennytm | bors | -1/+5 |
| 2018-03-28 | Rollup merge of #49428 - cuviper:llvm6-target_feature, r=alexcrichton | kennytm | -1/+5 |
| 2018-03-28 | Remove adjacent all-const match arm hack. | Felix S. Klock II | -27/+0 |
| 2018-03-28 | Stabilize match_default_bindings | Taylor Cramer | -25/+0 |
| 2018-03-27 | Enable target_feature on any LLVM 6+ | Josh Stone | -1/+5 |
| 2018-03-27 | Use the actual discriminant instead of always choosing the dataful variant | Oliver Schneider | -0/+7 |
| 2018-03-27 | Rollup merge of #49369 - petrochenkov:rprint, r=oli-obk | kennytm | -8/+0 |
| 2018-03-26 | revert making casts atomic, test order dependency | leonardo.yvens | -0/+5 |
| 2018-03-27 | Fix pretty-printing for raw identifiers | Vadim Petrochenkov | -8/+0 |
| 2018-03-26 | fixes internal compiler error: | Peter Hrvola | -0/+43 |
| 2018-03-26 | Fix missed i128 feature gates | Mark Mansi | -2/+2 |
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -15/+5 |
| 2018-03-26 | Stabilize conservative_impl_trait | Taylor Cramer | -22/+9 |
| 2018-03-26 | Stabilize universal_impl_trait | Taylor Cramer | -14/+2 |
| 2018-03-25 | Auto merge of #49141 - gnzlbg:simd_select, r=alexcrichton | bors | -0/+146 |
| 2018-03-25 | Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakis | kennytm | -5/+0 |
| 2018-03-25 | Rollup merge of #49194 - Zoxc:unsafe-generator, r=cramertj | kennytm | -46/+50 |
| 2018-03-25 | Rollup merge of #49162 - tmandry:stabilize-termination-trait, r=nikomatsakis | kennytm | -8/+1 |
| 2018-03-24 | Auto merge of #48482 - davidtwco:issue-47184, r=nikomatsakis | bors | -0/+1 |
| 2018-03-23 | Test fixes | Alex Crichton | -0/+8 |
| 2018-03-23 | Merge branch '49001_epoch' of https://github.com/klnusbaum/rust into rollup | Alex Crichton | -2/+2 |
| 2018-03-23 | Merge branch 'master' of https://github.com/Lymia/rust into rollup | Alex Crichton | -0/+148 |
| 2018-03-23 | Rollup merge of #48624 - bdrewery:freebsd-posix-spawn, r=alexcrichton | Alex Crichton | -0/+23 |
| 2018-03-23 | Rollup merge of #48265 - SimonSapin:nonzero, r=KodrAus | Alex Crichton | -6/+5 |
| 2018-03-23 | Stabilize the copy_closures and clone_closures features | Simon Sapin | -5/+0 |
| 2018-03-22 | Added flag to disable user type assertion. | David Wood | -0/+1 |
| 2018-03-22 | Auto merge of #49210 - oli-obk:pango_crash, r=eddyb | bors | -0/+27 |
| 2018-03-22 | Rollup merge of #49117 - nivkner:fixme_fixup3, r=estebank | kennytm | -2/+1 |
| 2018-03-22 | Rollup merge of #49109 - SimonSapin:deprecate-asciiext, r=alexcrichton | kennytm | -2/+0 |
| 2018-03-22 | Fix the conversion between bit representations and i128 representations | Oliver Schneider | -0/+27 |
| 2018-03-21 | Deprecate the AsciiExt trait in favor of inherent methods | Simon Sapin | -2/+0 |
| 2018-03-21 | Make resuming generators unsafe instead of the creation of immovable generato... | John Kåre Alsaker | -46/+50 |