about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-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
2013-05-06Fix cross-crate packed structsSeo Sanghyeon-0/+13
2013-05-06refinement to technique used to not run regionckNiko Matsakis-52/+12
2013-05-06Add assert_approx_eq! macroBrendan Zabarauskas-0/+44
2013-05-06Move FuzzyEq trait into core::cmp and rename it to 'ApproxEq'Brendan Zabarauskas-34/+28
2013-05-05Fix two more write guard failuresNiko Matsakis-54/+38
2013-05-05compile-fail tests for #[non_owned] and #[mutable]Daniel Micay-0/+76
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-739/+408
2013-05-05Allow non-literal static range pattern for match armsJeong YunWon-0/+10
2013-05-04auto merge of #6230 : thestinger/rust/whitespace, r=catamorphismbors-438/+139
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-438/+139
2013-05-03rustc: add rooting, write-guards to slices etcNiko Matsakis-0/+110