| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-03-09 | Auto merge of #48326 - RalfJung:generic-bounds, r=petrochenkov | bors | -2/+2 |
| 2018-03-09 | test: ignore stack probe tests on mips* | James Cowgill | -0/+4 |
| 2018-03-08 | Add test | Manish Goregaokar | -0/+21 |
| 2018-03-08 | Don't use the undefined bytes of PrimVal::Bytes | Oliver Schneider | -0/+2 |
| 2018-03-08 | Fix mozjs crater failure | Oliver Schneider | -0/+37 |
| 2018-03-08 | Add regression test | Oliver Schneider | -0/+34 |
| 2018-03-08 | Add regression tests | Oliver Schneider | -0/+45 |
| 2018-03-08 | Reduce noise in error reporting | Oliver Schneider | -0/+17 |
| 2018-03-08 | Add test for #45044 | Oliver Schneider | -0/+20 |
| 2018-03-08 | Add InterpretInterner to StableHashingContext for AllocId serialization | Oliver Schneider | -0/+34 |
| 2018-03-08 | Add tests for fixed issues | Oliver Schneider | -0/+489 |
| 2018-03-08 | Fully use miri in trans | Oliver Schneider | -0/+76 |
| 2018-03-07 | check stability of macro invocations | Austin Bonander | -0/+39 |
| 2018-03-06 | Rollup merge of #48618 - scottmcm:elaborate-exitcode, r=alexcrichton | Alex Crichton | -1/+1 |
| 2018-03-06 | Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichton | kennytm | -1/+0 |
| 2018-03-06 | make bounds on higher-kinded lifetimes a hard error in ast_validation | Ralf Jung | -2/+2 |
| 2018-03-06 | Rollup merge of #48573 - Amanieu:bitreverse2, r=sfackler | kennytm | -1/+36 |
| 2018-03-06 | Rollup merge of #48403 - lukaslueg:casted, r=steveklabnik | kennytm | -1/+1 |