summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2015-07-29Feature gate associated type defaultsBrian Anderson-0/+4
2015-07-06Adjust tests to silence warnings (or record them, as appropriate).Niko Matsakis-1/+1
2015-06-22Test for a particular parallel codegen corner caseNick Cameron-0/+34
2015-06-22Auto merge of #25784 - geofft:subprocess-signal-masks, r=alexcrichtonbors-0/+39
2015-06-22sys/unix/process: Reset signal behavior before execGeoffrey Thomas-0/+39
2015-06-22Auto merge of #26481 - nham:test-18655, r=arielb1bors-0/+50
2015-06-22Auto merge of #26394 - arielb1:implement-rfc401-part2, r=nrcbors-6/+11
2015-06-21Add regression tests for issues #18655 and #18988.Nick Hamann-0/+50
2015-06-21Make expr_is_lval more robustAriel Ben-Yehuda-0/+27
2015-06-21Auto merge of #26460 - nham:test-18809, r=huonwbors-0/+21
2015-06-20Auto merge of #26198 - stygstra:issue-24258, r=huonwbors-0/+180
2015-06-20Add a regression test for issue #18809.Nick Hamann-0/+21
2015-06-20Auto merge of #26411 - dotdash:fat_in_registers, r=aatchbors-4/+0
2015-06-20Pass fat pointers in two immediate argumentsBjörn Steinbrink-4/+0
2015-06-20Rollup merge of #26434 - Munksgaard:issue24227-test, r=alexcrichtonManish Goregaokar-0/+27
2015-06-20Auto merge of #26383 - frewsxcv:regression-tests-23649, r=alexcrichtonbors-0/+53
2015-06-20Support checked Shl/Shr on SIMD typesDavid Stygstra-0/+180
2015-06-19Auto merge of #24527 - nikomatsakis:issue-24085, r=nikomatsakisbors-0/+27
2015-06-19Add regression tests for #23649Corey Farwell-0/+53
2015-06-19Add test for #24227Philip Munksgaard-0/+27
2015-06-19Expand the "givens" set to cover transitive relations. The givens arrayNiko Matsakis-0/+27
2015-06-19address review commentsarielb1-2/+2
2015-06-19Rollup merge of #26388 - frewsxcv:regression-tests-21622, r=alexcrichtonManish Goregaokar-0/+28
2015-06-18Auto merge of #26147 - arielb1:assoc-trans, r=nikomatsakisbors-0/+53
2015-06-18Normalize associated types in closure signaturesAriel Ben-Yehuda-0/+31
2015-06-18Auto merge of #26192 - alexcrichton:features-clean, r=aturonbors-97/+63
2015-06-18Simplify and type_known_to_meet_builtin_bound and make it more correct whenAriel Ben-Yehuda-0/+22
2015-06-18Fix libstd testsAlex Crichton-9/+5
2015-06-18Prohibit casts between fat pointers to different traitsAriel Ben-Yehuda-5/+10
2015-06-18Auto merge of #26389 - Manishearth:rollup, r=Manishearthbors-0/+13
2015-06-18Rollup merge of #26387 - frewsxcv:regression-tests-25180, r=eddybManish Goregaokar-0/+13
2015-06-18Auto merge of #26364 - frewsxcv:regression-tests-22864, r=blussbors-0/+30
2015-06-17Add regression test for #21622Corey Farwell-0/+28
2015-06-17Add regression test for #25180Corey Farwell-0/+13
2015-06-18Auto merge of #26347 - nagisa:macro-exp, r=nrcbors-0/+36
2015-06-17Auto merge of #26062 - eefriedman:cleanup-cached, r=nikomatsakisbors-0/+40
2015-06-17More test fixes and fallout of stability changesAlex Crichton-8/+0
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-82/+60
2015-06-17Auto merge of #25961 - sanxiyn:dead-variant-2, r=huonwbors-0/+22
2015-06-17Add a testSeo Sanghyeon-0/+22
2015-06-17Auto merge of #26126 - Nashenas88:sync-send-libcore-iter, r=huonwbors-3/+76
2015-06-17Auto merge of #26025 - alexcrichton:update-llvm, r=brsonbors-2/+1
2015-06-16rustc: Update LLVMAlex Crichton-2/+1
2015-06-16Add regression tests for #22864Corey Farwell-0/+30
2015-06-16Add a test for issue 26322Simonas Kazlauskas-0/+36
2015-06-15Make impl-trait-ref associated types work in methodsAriel Ben-Yehuda-1/+37
2015-06-15Don't call instantiate_type_scheme during method probingAriel Ben-Yehuda-0/+28
2015-06-15Auto merge of #26168 - sfackler:stdout-panic, r=alexcrichtonbors-0/+65
2015-06-14Implement RFC 1014Steven Fackler-0/+65
2015-06-14Auto merge of #26071 - petrochenkov:assert1, r=alexcrichtonbors-354/+368