about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-05-07Add some tests for local data + borrowed pointersBrian Anderson-0/+21
2013-05-07auto merge of #6282 : alexcrichton/rust/issue-5517-add-test, r=thestingerbors-0/+14
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-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-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
2013-04-30auto merge of #6103 : catamorphism/rust/nonfatal-errors, r=catamorphismbors-2/+46
2013-04-30fixed pattern, moved test to compile-failJohn Clements-1/+1
2013-04-30fixed up syntaxJohn Clements-9/+16
2013-04-30renamed issue-2185 to issue-3429John Clements-0/+0
2013-04-30typestate is not planned for upcoming versions of rust....John Clements-27/+0
2013-04-30fixed this test case tooJohn Clements-8/+7
2013-04-30fixed the test case, hope it's still testing somethingJohn Clements-10/+6
2013-04-30after syntax fixes, these tests appear to passJohn Clements-33/+31
2013-04-30more commits on issue 2185John Clements-0/+1
2013-04-30fixed up issue-2185, but now it has a trait failureJohn Clements-4/+27
2013-04-30with syntax fixes, this test case now appears to passJohn Clements-9/+7
2013-04-30added test case for issue 5927John Clements-0/+20
2013-04-30Test now passesJohn Clements-4/+2