about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-08-19Add tests for cross-crate condition handling. Close #5446.Graydon Hoare-0/+215
2013-08-19test: add testcase, close #4929 which was already fixed.Graydon Hoare-0/+12
2013-08-19test: un-xfail now working run-pass/foreign-struct.rs, close #2334.Graydon Hoare-1/+0
2013-08-19auto merge of #8535 : nikomatsakis/rust/issue-3678-wrappers-be-gone-2, r=graydonbors-14/+46
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-3/+40
2013-08-19Issue #3678: Remove wrappers and call foreign functions directlyNiko Matsakis-11/+6
2013-08-19auto merge of #8564 : alexcrichton/rust/ifmt+++, r=graydonbors-5/+27
2013-08-18auto merge of #8556 : sfackler/rust/quote, r=alexcrichtonbors-23/+23
2013-08-18auto merge of #8561 : kballard/rust/do-block-internal-err-msg, r=thestingerbors-41/+0
2013-08-18auto merge of #8560 : kballard/rust/reserve-yield, r=pcwaltonbors-22/+22
2013-08-18quote_*! macros take an ExtCtxSteven Fackler-23/+23
2013-08-18auto merge of #8551 : huonw/rust/speling, r=alexcrichtonbors-2/+2
2013-08-17auto merge of #8547 : kballard/rust/trait-parse-err-msg, r=alexcrichtonbors-0/+13
2013-08-17auto merge of #8544 : dim-an/rust/fix-match-pipes, r=pcwaltonbors-0/+68
2013-08-17auto merge of #8554 : michaelwoerister/rust/generics, r=brsonbors-11/+1880
2013-08-17Fix warnings it testsErick Tryzelaar-581/+701
2013-08-16Delegate `{}` to Default instead of PolyAlex Crichton-5/+25
2013-08-16Implement `{:s}` for ~str and @str as wellAlex Crichton-0/+2
2013-08-16Remove obsolete error message regarding do-blocks with internal itersKevin Ballard-41/+0
2013-08-16debuginfo: Added test cases for static struct and enum methods.Michael Woerister-0/+134
2013-08-16debuginfo: Test cases for [generic][default][static] methods and functions:Michael Woerister-1/+635
2013-08-16debuginfo: Add test case for issue #8513.Michael Woerister-0/+20
2013-08-16debuginfo: Implemented support for Self type parameter in trait methods with ...Michael Woerister-0/+141
2013-08-16debuginfo: Added test cases for methods on structs, enums, traits, and tuple-...Michael Woerister-0/+663
2013-08-16debuginfo: Added test cases for generic structs and enums.Michael Woerister-1/+198
2013-08-16debuginfo: Properly handle monomorphization of generic functions.Michael Woerister-1/+16
2013-08-16debuginfo: Generate template type parameters for generic functions.Michael Woerister-0/+48
2013-08-16debuginfo: Fixed option-like-enum test case so it does not rely on undefined ...Michael Woerister-11/+28
2013-08-16Reserve 'yield' keywordKevin Ballard-22/+22
2013-08-16auto merge of #8534 : huonw/rust/tls-key-macro, r=alexcrichtonbors-1/+51
2013-08-16auto merge of #8532 : kballard/rust/cstr-cleanup, r=ericktbors-3/+3
2013-08-15auto merge of #8518 : catamorphism/rust/issue-8498-workaround, r=brsonbors-0/+44
2013-08-16doc: convert remaining uses of core:: to std::.Huon Wilson-2/+2
2013-08-16syntax: add a local_data_key macro that creates a key for access to the TLS.Huon Wilson-1/+51
2013-08-15auto merge of #7917 : catamorphism/rust/resolve-and-testcases, r=catamorphismbors-0/+44
2013-08-15testsuite: xfailed test casesTim Chevalier-0/+44
2013-08-15rm obsolete testDaniel Micay-44/+0
2013-08-15vec: rm obsolete zip and zip_sliceDaniel Micay-44/+0
2013-08-15Fix error message when trait method ends with wrong tokenKevin Ballard-0/+13
2013-08-15auto merge of #8485 : alexcrichton/rust/add-tests, r=catamorphismbors-0/+445
2013-08-16Pointers to bound variables are stored after all patterns are matched.Dmitry Ermolov-2/+0
2013-08-15Add even more testsAlex Crichton-0/+105
2013-08-15Fix a typo in the ifmt doxAlex Crichton-5/+5
2013-08-16Test for issue #6338.Dmitry Ermolov-0/+70
2013-08-15Add ToCStr method .with_c_str()Kevin Ballard-3/+3
2013-08-15auto merge of #8483 : luqmana/rust/rexprs, r=catamorphismbors-0/+31
2013-08-14testsuite: Add xfailed test for #8498Tim Chevalier-0/+44
2013-08-14rustc: Eliminate a derived error in check::_matchTim Chevalier-2/+29
2013-08-14auto merge of #8440 : sfackler/rust/env-fix, r=pcwaltonbors-2/+1
2013-08-13auto merge of #8477 : catamorphism/rust/issue-4096, r=msullivanbors-0/+22