about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2016-01-21[MIR] Promote temps to alloca on multi-assignmentSimonas Kazlauskas-0/+22
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-18Auto merge of #30953 - KalitaAlexey:17823-get-rid-of-duplicate-error, r=nrcbors-109/+1
2016-01-18simplify E0308 message for primitive typeskalita.alexey-109/+1
2016-01-17Expand the macro in variance-btree-invariant-types.rs to make compiletest rec...Jonathan S-36/+43
2016-01-17Fix and test variance of BTreeMap and its companion structs.Jonathan S-0/+56
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-6/+11
2016-01-17Rollup merge of #30938 - dotdash:zst_void, r=eddybManish Goregaokar-0/+40
2016-01-16Auto merge of #30567 - steffengy:master, r=alexcrichtonbors-0/+51
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-6/+11
2016-01-16Auto merge of #30533 - nikomatsakis:fulfillment-tree, r=aturonbors-46/+150
2016-01-16Add regression tests for #29859. However #29859 is not fully fixed.Niko Matsakis-0/+84
2016-01-16Implement a hacky version of the DAG support we ultimately want, leavingNiko Matsakis-3/+2
2016-01-16Detect cycles and specialize error reporting for Sized. It is importantNiko Matsakis-44/+65
2016-01-16Auto merge of #30930 - oli-obk:fix/30887, r=arielb1bors-7/+90
2016-01-16Auto merge of #30896 - petrochenkov:vkindmeta, r=alexcrichtonbors-30/+188
2016-01-15Auto merge of #30878 - brson:raw-pointer-derive, r=brsonbors-0/+110
2016-01-15Auto merge of #30446 - michaelwu:associated-const-type-params-pt1, r=nikomats...bors-8/+168
2016-01-15Auto merge of #30890 - nagisa:mir-tuple-adts, r=nikomatsakisbors-3/+98
2016-01-15Add some tests for non-trivial ADTsSimonas Kazlauskas-3/+98
2016-01-15Auto merge of #30773 - fhahn:test-fix, r=alexcrichtonbors-11/+13
2016-01-15Translate zero-sized return types as voidBjörn Steinbrink-0/+40
2016-01-15Preserve struct/variant kinds in metadataVadim Petrochenkov-30/+188
2016-01-15move const block checks before lowering stepOliver Schneider-7/+90
2016-01-15Rollup merge of #30787 - nikomatsakis:future-incompatible-lint, r=brsonManish Goregaokar-1/+43
2016-01-15Rollup merge of #30776 - antonblanchard:powerpc64_merge, r=alexcrichtonManish Goregaokar-17/+15
2016-01-15Auto merge of #30763 - gchp:issue/30033, r=nagisabors-6/+66
2016-01-15Address reviewer commentsNick Cameron-4/+5
2016-01-14Support generic associated constsMichael Wu-8/+168
2016-01-14rustc: Fix bugs in renamed and removed lints and re-add raw_pointer_deriveBrian Anderson-0/+110
2016-01-15Add a testNick Cameron-2/+24
2016-01-14Display better snippet for invalid char literalGreg Chapple-6/+66
2016-01-14Auto merge of #30848 - nagisa:mir-no-store-zsts, r=nikomatsakisbors-0/+27
2016-01-14Rollup merge of #30823 - pnkfelix:put-back-alloca-zeroing-for-issue-30530, r=...Manish Goregaokar-0/+213
2016-01-13Auto merge of #30813 - fhahn:fix-ice-semicolon-in-lifetime, r=nrcbors-0/+19
2016-01-13Auto merge of #30509 - michaelsproul:string-box-error, r=alexcrichtonbors-0/+20
2016-01-13s/HARD ERROR/hard error/ -- perhaps the warning is enoughNiko Matsakis-43/+43
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-26/+9
2016-01-13Add powerpc64 and powerpc64le supportAnton Blanchard-7/+22
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-12[MIR] Avoid some code generation for stores of ZSTSimonas Kazlauskas-0/+27
2016-01-12Fix test cases accordinglyNiko Matsakis-1/+43
2016-01-11add feature gate "abi_vectorcall" for the vectorcall calling conventionSteffen-0/+19
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-20/+44