| Age | Commit message (Expand) | Author | Lines |
| 2016-02-05 | thorough follow-set tests | Alex Burka | -0/+190 |
| 2016-01-19 | Auto merge of #30845 - nagisa:mir-extern-calls, r=dotdash | bors | -0/+42 |
| 2016-01-19 | [MIR] Implement extern call support | Simonas Kazlauskas | -0/+42 |
| 2016-01-18 | Auto merge of #30956 - KiChjang:move-tests-to-libcollectionstest, r=bluss | bors | -0/+41 |
| 2016-01-17 | Move zst test from libcollections to src/test | Keith Yeung | -0/+41 |
| 2016-01-17 | Rollup merge of #30943 - alexcrichton:stabilize-1.7, r=aturon | Manish Goregaokar | -3/+3 |
| 2016-01-16 | Auto merge of #30567 - steffengy:master, r=alexcrichton | bors | -0/+32 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -3/+3 |
| 2016-01-16 | Auto merge of #30896 - petrochenkov:vkindmeta, r=alexcrichton | bors | -1/+62 |
| 2016-01-15 | Auto merge of #30446 - michaelwu:associated-const-type-params-pt1, r=nikomats... | bors | -0/+41 |
| 2016-01-15 | Add some tests for non-trivial ADTs | Simonas Kazlauskas | -3/+98 |
| 2016-01-15 | Preserve struct/variant kinds in metadata | Vadim Petrochenkov | -1/+62 |
| 2016-01-15 | Rollup merge of #30776 - antonblanchard:powerpc64_merge, r=alexcrichton | Manish Goregaokar | -16/+14 |
| 2016-01-14 | Support generic associated consts | Michael Wu | -0/+41 |
| 2016-01-14 | Rollup merge of #30823 - pnkfelix:put-back-alloca-zeroing-for-issue-30530, r=... | Manish Goregaokar | -0/+213 |
| 2016-01-13 | Auto merge of #30509 - michaelsproul:string-box-error, r=alexcrichton | bors | -0/+20 |
| 2016-01-13 | Unit/regression tests for issues #29092, #30018, #30530, #30822. | Felix S. Klock II | -0/+213 |
| 2016-01-13 | Simplify some uses of cfg in test cases | Anton Blanchard | -24/+8 |
| 2016-01-13 | Add powerpc64 and powerpc64le support | Anton Blanchard | -6/+20 |
| 2016-01-13 | Add an impl for Box<Error> from &str. | Michael Sproul | -0/+2 |
| 2016-01-12 | test: add a basic test for the vectorcall calling convention | Steffen | -0/+32 |
| 2016-01-11 | Rollup merge of #30774 - nagisa:mir-fix-constval-adts, r=arielb1 | Simonas Kazlauskas | -0/+32 |
| 2016-01-11 | Rollup merge of #30694 - pnkfelix:issue-25658-real-first-follow, r=nrc | Simonas Kazlauskas | -0/+36 |
| 2016-01-11 | Rollup merge of #30538 - oli-obk:kill_unsigned_unary_negation, r=pnkfelix | Simonas Kazlauskas | -38/+10 |
| 2016-01-11 | [breaking-change] remove negate_unsigned feature gate | Oliver Schneider | -38/+10 |
| 2016-01-11 | Auto merge of #30490 - ipetkov:unix-spawn, r=alexcrichton | bors | -0/+107 |
| 2016-01-08 | Rollup merge of #30747 - nagisa:mir-reenable-test, r=nikomatsakis | Steve Klabnik | -12/+6 |
| 2016-01-08 | [MIR] Fix translation of ConstVal::{Struct, Tuple} | Simonas Kazlauskas | -0/+32 |
| 2016-01-07 | After RFC amendment 1384, FOLLOW(pat) includes `|`, so update tests accordingly. | Felix S. Klock II | -0/+10 |
| 2016-01-07 | Updated future-proofing test, removed outdated test, and added | Felix S. Klock II | -0/+26 |
| 2016-01-07 | Auto merge of #30557 - sfackler:panic-propagate, r=aturon | bors | -0/+35 |
| 2016-01-06 | Add std::panic::propagate | Steven Fackler | -0/+35 |
| 2016-01-06 | Reenable MIR test | Simonas Kazlauskas | -12/+6 |
| 2016-01-06 | Auto merge of #30733 - ubsan:wrapping_op_assign, r=eddyb | bors | -28/+30 |
| 2016-01-06 | Add tests | Simonas Kazlauskas | -0/+74 |
| 2016-01-05 | Fix a breaking change in #30523 | Nicholas Mazzuca | -28/+30 |
| 2016-01-05 | [MIR] Add test case for translation of closure calls. | Michael Woerister | -7/+16 |
| 2016-01-05 | [MIR] Handle overloaded call expressions during HIR -> HAIR translation. | Michael Woerister | -0/+17 |
| 2016-01-04 | Auto merge of #30661 - michaelwoerister:trans_fn_attrs, r=nrc | bors | -6/+12 |
| 2016-01-04 | Auto merge of #30523 - ubsan:wrapping_op_assign, r=eddyb | bors | -0/+412 |
| 2016-01-04 | Auto merge of #30553 - luqmana:mir-match-arm-guards, r=nikomatsakis | bors | -0/+28 |
| 2016-01-02 | Take out Op<T>/OpAssign<T> for Wrapping<T> | Nicholas Mazzuca | -1/+5 |
| 2016-01-02 | Finish test implementation | Nicholas Mazzuca | -147/+150 |
| 2016-01-01 | Fix equality checks in matches | Simonas Kazlauskas | -30/+55 |
| 2016-01-01 | In the middle of the implementation | Nicholas Mazzuca | -0/+405 |
| 2015-12-31 | Rollup merge of #30590 - nagisa:mir-constval-function, r=luqmana | Simonas Kazlauskas | -0/+7 |
| 2015-12-31 | Deactivate one test in mir_trans_calls.rs since it fails now that it is corre... | Michael Woerister | -6/+12 |
| 2015-12-31 | Auto merge of #30641 - tsion:match-range, r=eddyb | bors | -0/+30 |
| 2015-12-31 | Auto merge of #30586 - nagisa:mir-cast, r=arielb1 | bors | -0/+349 |
| 2015-12-30 | Auto merge of #30375 - aaronkeen:issue_28777, r=eddyb | bors | -0/+51 |