about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-05-10auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwaltonbors-36/+34
2013-05-10test: Use the new `for` protocolAlex Crichton-36/+34
2013-05-10auto merge of #6366 : catamorphism/rust/issue-3920, r=catamorphismbors-0/+17
2013-05-10auto merge of #6329 : sonwow/rust/issue-6306, r=ILyoanbors-2/+2
2013-05-10auto merge of #6356 : dotdash/rust/strinterner, r=pcwaltonbors-9/+9
2013-05-10A test file is fixedYoungsoo Son-2/+2
2013-05-10auto merge of #6347 : cmr/rust/unknown_module_resolve_error, r=catamorphismbors-1/+13
2013-05-09auto merge of #6336 : nikomatsakis/rust/issue-6308-closure-bounds, r=nikomats...bors-6/+3
2013-05-09fix formating and testsCorey Richardson-1/+1
2013-05-09compile-fail test for new unresolved import errorCorey Richardson-0/+12
2013-05-09testsuite: Test that init and forget are both unsafeTim Chevalier-0/+17
2013-05-09auto merge of #6354 : Aatch/rust/uninit-intrinsic, r=graydonbors-0/+19
2013-05-09Refactor representation of bounds to separate out BuiltinBounds intoNiko Matsakis-6/+3
2013-05-09back-ticksLenny222-1/+1
2013-05-09Use a specialized string interner to reduce the need for owned stringsBjörn Steinbrink-9/+9
2013-05-09auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiynbors-8/+8
2013-05-09Add uninit intrinsicJames Miller-0/+19
2013-05-08test: Fix modes in the benchmarks.Patrick Walton-17/+12
2013-05-08test: Fix broken testPatrick Walton-1/+1
2013-05-08test: Fix tests.Patrick Walton-97/+101
2013-05-08test: Fix tests and the pipe compilerPatrick Walton-73/+125
2013-05-08auto merge of #6214 : sanxiyn/rust/simd-2, r=graydonbors-0/+22
2013-05-08auto merge of #6119 : brson/rust/main, r=brsonbors-9/+17
2013-05-08rustc: Fix the logic for finding the Android main functionBrian Anderson-0/+4
2013-05-09Fix typosSean Moon-8/+8
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-08auto merge of #6317 : brson/rust/durable, r=z0w0bors-1/+22
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-07test: Replace Durable with 'staticBrian Anderson-1/+1
2013-05-07auto merge of #6302 : nikomatsakis/rust/issue-6141-leaking-owned-fn, r=brsonbors-0/+8
2013-05-07Add some tests for local data + borrowed pointersBrian Anderson-0/+21
2013-05-07auto merge of #6290 : brson/rust/issue-3707, r=thestingerbors-3/+2
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/+22
2013-05-07auto merge of #6251 : thestinger/rust/non_owned, r=pcwaltonbors-0/+76
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-06Enable test for #3707Brian Anderson-3/+2
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/+85
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/+13
2013-05-07testsuite: tests for deriving changes and additionsHuon Wilson-0/+147