about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2013-05-14Fix cosmetics for fail!() callsMarvin Löbel-1/+1
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-40/+40
2013-05-13auto merge of #6388 : recrack/rust/each2_mut, r=pcwaltonbors-0/+38
2013-05-13core: Move locks, atomic rc to unstable::syncBrian Anderson-1/+1
2013-05-13Add vec.rs each2_mut testsuiteYoungmin Yoo-0/+38
2013-05-12Adds atomic_load, atomic_load_acq, atomic_store, and atomic_store_rel intrins...Matthijs Hofstra-0/+15
2013-05-11auto merge of #6389 : sonwow/rust/issue-3356, r=bstriebors-2/+2
2013-05-11auto merge of #6385 : huonw/rust/rustc-dtor-struct-match, r=nikomatsakisbors-0/+64
2013-05-11auto merge of #6383 : huonw/rust/rustc-expand-then-strip, r=thestingerbors-12/+3
2013-05-11Correct testcases that passed because fns with #[test] were stripped before e...Huon Wilson-12/+3
2013-05-11auto merge of #6384 : thomaslee/rust/issue-4202, r=catamorphismbors-0/+19
2013-05-10auto merge of #6376 : nikomatsakis/rust/issue-6272-tests, r=graydonbors-0/+41
2013-05-10auto merge of #6368 : catamorphism/rust/issue-5315, r=catamorphismbors-0/+43
2013-05-10Test case for issue #4202Tom Lee-0/+19
2013-05-10Stop using the '<->' operatorAlex Crichton-22/+35
2013-05-10test: Use the new `for` protocolAlex Crichton-25/+24
2013-05-10renamed str::from_slice to str::to_ownedYoungsoo Son-2/+2
2013-05-10Add some positive tests for dtor struct destructuringHuon Wilson-0/+46
2013-05-10librustc: allow destructuring of structs with destructors if the pattern has ...Huon Wilson-0/+18
2013-05-09auto merge of #6336 : nikomatsakis/rust/issue-6308-closure-bounds, r=nikomats...bors-0/+26
2013-05-09test: Add two tests for issue #6272.Niko Matsakis-0/+41
2013-05-09auto merge of #6354 : Aatch/rust/uninit-intrinsic, r=graydonbors-0/+19
2013-05-09testsuite: Add two test cases (one xfailed)Tim Chevalier-0/+43
2013-05-09Refactor representation of bounds to separate out BuiltinBounds intoNiko Matsakis-0/+26
2013-05-09auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiynbors-3/+3
2013-05-09Add uninit intrinsicJames Miller-0/+19
2013-05-08test: Fix tests.Patrick Walton-79/+83
2013-05-08test: Fix tests and the pipe compilerPatrick Walton-24/+42
2013-05-08auto merge of #6214 : sanxiyn/rust/simd-2, r=graydonbors-0/+9
2013-05-08auto merge of #6119 : brson/rust/main, r=brsonbors-0/+6
2013-05-09Fix typosSean Moon-3/+3
2013-05-08auto merge of #6267 : huonw/rust/syntax-deriving-generaliseder, r=nikomatsakisbors-0/+149
2013-05-08testsuite: xfail tests for windowsHuon Wilson-0/+2
2013-05-08auto merge of #6321 : ILyoan/rust/test4350, r=z0w0bors-5/+5
2013-05-08testsuite: update a test for #4350ILyoan-5/+5
2013-05-07auto merge of #6303 : nikomatsakis/rust/issue-4666-test, r=nikomatsakisbors-0/+50
2013-05-07auto merge of #6302 : nikomatsakis/rust/issue-6141-leaking-owned-fn, r=brsonbors-0/+8
2013-05-07auto merge of #6282 : alexcrichton/rust/issue-5517-add-test, r=thestingerbors-0/+14
2013-05-07Add test for #4666, which didn't *quite* seem to be covered byNiko Matsakis-0/+50
2013-05-07When autoborrowing a fn in trans, adjust the type of the datum to be `&fn`.Niko Matsakis-0/+8
2013-05-07Add SIMD vector type testsSeo Sanghyeon-0/+9
2013-05-07auto merge of #6245 : youknowone/rust/match-range-static, r=graydonbors-0/+10
2013-05-06auto merge of #6236 : alexcrichton/rust/more-map-methods, r=thestingerbors-0/+4
2013-05-07Add pop() and swap() to the Map traitAlex Crichton-0/+4
2013-05-06auto merge of #6228 : brson/rust/run-destroy, r=brsonbors-0/+89
2013-05-06Add a test for issue 5517Alex Crichton-0/+14
2013-05-06Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-34/+52
2013-05-06Move core::run tests of process killing into standalone run-pass testsBrian Anderson-0/+89
2013-05-06auto merge of #6265 : sanxiyn/rust/xc-packed, r=nikomatsakisbors-0/+8
2013-05-07testsuite: tests for deriving changes and additionsHuon Wilson-0/+147