| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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 | 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 |
| 2018-03-06 | Add i128 tests for intrinsics | Amanieu d'Antras | -1/+26 |
| 2018-03-03 | rust: Import LLD for linking wasm objects | Alex Crichton | -0/+1 |
| 2018-03-03 | core: Stabilize FusedIterator | Ulrik Sverdrup | -1/+0 |
| 2018-03-01 | Rollup merge of #48610 - ishitatsuyuki:ishitatsuyuki-patch-1, r=nikomatsakis | Manish Goregaokar | -0/+43 |
| 2018-03-01 | Rollup merge of #48585 - stjepang:stabilize-localkey-try_with, r=alexcrichton | Manish Goregaokar | -7/+5 |
| 2018-03-01 | Rollup merge of #48522 - etaoins:fix-find-width-of-character-at-span-bounds-c... | Manish Goregaokar | -0/+44 |
| 2018-03-01 | Rollup merge of #48500 - petrochenkov:parpat, r=nikomatsakis | Manish Goregaokar | -0/+17 |
| 2018-03-01 | Auto merge of #46785 - leodasvacas:type-check-defaults-at-declaration, r=niko... | bors | -0/+31 |
| 2018-03-01 | Fix spelling s/casted/cast/ | Lukas Lueg | -1/+1 |
| 2018-03-01 | Add ignore-pretty for issue-48506.rs | Ryan Cumming | -0/+1 |
| 2018-02-28 | Rollup merge of #48380 - nikomatsakis:issue-48251-master, r=acrichto | Manish Goregaokar | -0/+3 |
| 2018-03-01 | Support parentheses in patterns under feature gate | Vadim Petrochenkov | -0/+17 |
| 2018-02-28 | Fix a few run-pass tests | Stjepan Glavina | -8/+5 |
| 2018-02-28 | Add bitreverse intrinsic | Amanieu d'Antras | -0/+10 |
| 2018-02-28 | Update issue-48551.rs | Niko Matsakis | -0/+3 |
| 2018-02-28 | Check only concrete defaults for well formedness | leonardo.yvens | -0/+2 |
| 2018-02-28 | Check only predicates with a single param with a concrete default. | leonardo.yvens | -3/+6 |
| 2018-02-28 | Add tests for dependent defaults. | leonardo.yvens | -0/+2 |
| 2018-02-28 | Check WF of predicates with defaults only if all params have defaults | leonardo.yvens | -4/+6 |