| Age | Commit message (Expand) | Author | Lines |
| 2018-05-24 | Fix self referential impl Trait substitutions | leonardo.yvens | -0/+29 |
| 2018-05-24 | Fix issue #50811 (`NaN > NaN` was true). | kennytm | -0/+65 |
| 2018-05-24 | Fix `fn main() -> impl Trait` for non-`Termination` trait | leonardo.yvens | -0/+13 |
| 2018-04-27 | add regression test | Niko Matsakis | -0/+22 |
| 2018-04-21 | Revert stabilization of `feature(never_type)`. | Felix S. Klock II | -0/+12 |
| 2018-04-20 | Properly handle ranges of signed enums using both extremums (fixes #49973) | Anthony Ramine | -0/+20 |
| 2018-04-20 | Fix ICE with impl Trait | Shotaro Yamada | -0/+22 |
| 2018-04-20 | Fix ICE with `main`'s return type containing lifetimes | Shotaro Yamada | -0/+30 |
| 2018-04-10 | Fix #49344 | leonardo.yvens | -0/+4 |
| 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 | 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 | 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-27 | Fix pretty-printing for raw identifiers | Vadim Petrochenkov | -8/+0 |
| 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 |
| 2018-03-20 | rename epoch to edition | Kurtis Nusbaum | -2/+2 |
| 2018-03-20 | ignore emscripten in run-pass test | gnzlbg | -0/+2 |
| 2018-03-20 | Stabilize slice patterns without `..` | Vadim Petrochenkov | -40/+9 |
| 2018-03-19 | Merge branch 'update-beta-freebsd' into freebsd-posix-spawn | Bryan Drewery | -61/+1956 |
| 2018-03-19 | Stabilize termination_trait | Tyler Mandry | -7/+0 |
| 2018-03-19 | Split out termination_trait_test feature gate | Tyler Mandry | -1/+1 |
| 2018-03-19 | Auto merge of #49095 - alexcrichton:debug-asmjs, r=kennytm | bors | -3/+24 |