summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2016-02-05thorough follow-set testsAlex Burka-0/+190
2016-01-19Auto merge of #30845 - nagisa:mir-extern-calls, r=dotdashbors-0/+42
2016-01-19[MIR] Implement extern call supportSimonas Kazlauskas-0/+42
2016-01-18Auto merge of #30956 - KiChjang:move-tests-to-libcollectionstest, r=blussbors-0/+41
2016-01-17Move zst test from libcollections to src/testKeith Yeung-0/+41
2016-01-17Rollup merge of #30943 - alexcrichton:stabilize-1.7, r=aturonManish Goregaokar-3/+3
2016-01-16Auto merge of #30567 - steffengy:master, r=alexcrichtonbors-0/+32
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-3/+3
2016-01-16Auto merge of #30896 - petrochenkov:vkindmeta, r=alexcrichtonbors-1/+62
2016-01-15Auto merge of #30446 - michaelwu:associated-const-type-params-pt1, r=nikomats...bors-0/+41
2016-01-15Add some tests for non-trivial ADTsSimonas Kazlauskas-3/+98
2016-01-15Preserve struct/variant kinds in metadataVadim Petrochenkov-1/+62
2016-01-15Rollup merge of #30776 - antonblanchard:powerpc64_merge, r=alexcrichtonManish Goregaokar-16/+14
2016-01-14Support generic associated constsMichael Wu-0/+41
2016-01-14Rollup merge of #30823 - pnkfelix:put-back-alloca-zeroing-for-issue-30530, r=...Manish Goregaokar-0/+213
2016-01-13Auto merge of #30509 - michaelsproul:string-box-error, r=alexcrichtonbors-0/+20
2016-01-13Unit/regression tests for issues #29092, #30018, #30530, #30822.Felix S. Klock II-0/+213
2016-01-13Simplify some uses of cfg in test casesAnton Blanchard-24/+8
2016-01-13Add powerpc64 and powerpc64le supportAnton Blanchard-6/+20
2016-01-13Add an impl for Box<Error> from &str.Michael Sproul-0/+2
2016-01-12test: add a basic test for the vectorcall calling conventionSteffen-0/+32
2016-01-11Rollup merge of #30774 - nagisa:mir-fix-constval-adts, r=arielb1Simonas Kazlauskas-0/+32
2016-01-11Rollup merge of #30694 - pnkfelix:issue-25658-real-first-follow, r=nrcSimonas Kazlauskas-0/+36
2016-01-11Rollup merge of #30538 - oli-obk:kill_unsigned_unary_negation, r=pnkfelixSimonas Kazlauskas-38/+10
2016-01-11[breaking-change] remove negate_unsigned feature gateOliver Schneider-38/+10
2016-01-11Auto merge of #30490 - ipetkov:unix-spawn, r=alexcrichtonbors-0/+107
2016-01-08Rollup merge of #30747 - nagisa:mir-reenable-test, r=nikomatsakisSteve Klabnik-12/+6
2016-01-08[MIR] Fix translation of ConstVal::{Struct, Tuple}Simonas Kazlauskas-0/+32
2016-01-07After RFC amendment 1384, FOLLOW(pat) includes `|`, so update tests accordingly.Felix S. Klock II-0/+10
2016-01-07Updated future-proofing test, removed outdated test, and addedFelix S. Klock II-0/+26
2016-01-07Auto merge of #30557 - sfackler:panic-propagate, r=aturonbors-0/+35
2016-01-06Add std::panic::propagateSteven Fackler-0/+35
2016-01-06Reenable MIR testSimonas Kazlauskas-12/+6
2016-01-06Auto merge of #30733 - ubsan:wrapping_op_assign, r=eddybbors-28/+30
2016-01-06Add testsSimonas Kazlauskas-0/+74
2016-01-05Fix a breaking change in #30523Nicholas 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-04Auto merge of #30661 - michaelwoerister:trans_fn_attrs, r=nrcbors-6/+12
2016-01-04Auto merge of #30523 - ubsan:wrapping_op_assign, r=eddybbors-0/+412
2016-01-04Auto merge of #30553 - luqmana:mir-match-arm-guards, r=nikomatsakisbors-0/+28
2016-01-02Take out Op<T>/OpAssign<T> for Wrapping<T>Nicholas Mazzuca-1/+5
2016-01-02Finish test implementationNicholas Mazzuca-147/+150
2016-01-01Fix equality checks in matchesSimonas Kazlauskas-30/+55
2016-01-01In the middle of the implementationNicholas Mazzuca-0/+405
2015-12-31Rollup merge of #30590 - nagisa:mir-constval-function, r=luqmanaSimonas Kazlauskas-0/+7
2015-12-31Deactivate one test in mir_trans_calls.rs since it fails now that it is corre...Michael Woerister-6/+12
2015-12-31Auto merge of #30641 - tsion:match-range, r=eddybbors-0/+30
2015-12-31Auto merge of #30586 - nagisa:mir-cast, r=arielb1bors-0/+349
2015-12-30Auto merge of #30375 - aaronkeen:issue_28777, r=eddybbors-0/+51