summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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
2013-05-03rustc: Handle struct patterns where the expected type is an enumTim Chevalier-0/+35
2013-05-03auto merge of #6204 : pcwalton/rust/uninhabited-enum-cast, r=catamorphismbors-0/+7
2013-05-02auto merge of #6201 : pcwalton/rust/inhtwama-serializer, r=graydonbors-28/+36
2013-05-02librustc: Make uninhabited enums not castable to intPatrick Walton-0/+7
2013-05-02auto merge of #6195 : luqmana/rust/newtype-drop, r=catamorphismbors-0/+28
2013-05-02librustc: Update the serializer to work properly with INHTWAMA, removing muta...Patrick Walton-28/+36
2013-05-02re-xfail some tests that fail on x86Graydon Hoare-0/+5
2013-05-02Add test for drop for newtype structs.Luqman Aden-0/+28
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-42/+0
2013-05-01wip---work on making rooting work properlyNiko Matsakis-2/+3
2013-05-01avoid broken += operator, bogus use of constNiko Matsakis-10/+10
2013-05-01correct incorrect handling of overloaded operators, exposing various other bi...Niko Matsakis-10/+8
2013-05-01auto merge of #6147 : bjz/rust/numeric-traits, r=brsonbors-2/+2
2013-05-01Revert rename of Div to QuotBrendan Zabarauskas-2/+2
2013-04-30auto merge of #6115 : jbclements/rust/test-case-fixes, r=jbclementsbors-299/+141