| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-03-18 | add simd_select intrinsic | gnzlbg | -0/+144 |
| 2018-03-18 | Feature gate raw identifiers. | Lymia Aluysia | -0/+7 |
| 2018-03-18 | Initial implementation of RFC 2151, Raw Identifiers | Lymia Aluysia | -0/+141 |
| 2018-03-17 | Use num::NonZero* instead of NonZero<_> in rustc and tests | Simon Sapin | -6/+5 |
| 2018-03-17 | remove FIXME(#27889) since the issue is already fixed | Niv Kaminer | -1/+0 |
| 2018-03-17 | update FIXME(#7622) to point to issue 44580 (tracking issue for const generics) | Niv Kaminer | -1/+1 |
| 2018-03-17 | Rollup merge of #48983 - gnzlbg:red, r=alexcrichton | kennytm | -0/+172 |
| 2018-03-16 | ci: Disable optimized tests for asm.js | Alex Crichton | -3/+24 |
| 2018-03-16 | ignore emscripten | gnzlbg | -0/+1 |
| 2018-03-16 | Auto merge of #48813 - sinkuu:build_in_assert_macro, r=alexcrichton | bors | -0/+13 |
| 2018-03-16 | Auto merge of #48524 - abonander:check-macro-stability, r=petrochenkov | bors | -0/+39 |
| 2018-03-16 | Auto merge of #49051 - kennytm:rollup, r=kennytm | bors | -0/+4 |
| 2018-03-16 | Rollup merge of #48875 - jcowgill:mips-test-fixes, r=sanxiyn | kennytm | -0/+4 |
| 2018-03-15 | add min-llvm version to reduction tests | gnzlbg | -0/+2 |
| 2018-03-15 | Disallow &a..=b and box a..=b in pattern. | kennytm | -0/+32 |
| 2018-03-15 | Stabilize `dotdoteq_in_patterns` language feature. | kennytm | -2/+0 |
| 2018-03-15 | Stabilize `inclusive_range_syntax` language feature. | kennytm | -3/+2 |
| 2018-03-15 | Stabilize `inclusive_range` library feature. | kennytm | -1/+1 |
| 2018-03-14 | expose ordered/unordered/nanless intirnsics | gnzlbg | -39/+65 |
| 2018-03-14 | Escape stringified expression | Shotaro Yamada | -0/+13 |
| 2018-03-14 | Make coerce_never lint an error | Andrew Cann | -18/+0 |
| 2018-03-14 | stabilise feature(never_type) | Andrew Cann | -36/+2 |
| 2018-03-13 | add intrinsics for portable packed simd vector reductions | gnzlbg | -0/+143 |
| 2018-03-13 | Rollup merge of #48934 - Phlosioneer:42453-debug-hygene, r=petrochenkov | kennytm | -0/+17 |
| 2018-03-11 | Fix hygene issue when deriving Debug | Phlosioneer | -0/+17 |