about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2013-08-19Add tests for cross-crate condition handling. Close #5446.Graydon Hoare-0/+131
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-9/+38
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-3/+37
2013-08-19Issue #3678: Remove wrappers and call foreign functions directlyNiko Matsakis-6/+1
2013-08-19auto merge of #8564 : alexcrichton/rust/ifmt+++, r=graydonbors-5/+27
2013-08-18auto merge of #8560 : kballard/rust/reserve-yield, r=pcwaltonbors-18/+18
2013-08-17auto merge of #8544 : dim-an/rust/fix-match-pipes, r=pcwaltonbors-0/+68
2013-08-17Fix warnings it testsErick Tryzelaar-456/+500
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-16Reserve 'yield' keywordKevin Ballard-18/+18
2013-08-16auto merge of #8534 : huonw/rust/tls-key-macro, r=alexcrichtonbors-0/+28
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-16syntax: add a local_data_key macro that creates a key for access to the TLS.Huon Wilson-0/+28
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-15vec: rm obsolete zip and zip_sliceDaniel Micay-44/+0
2013-08-15auto merge of #8485 : alexcrichton/rust/add-tests, r=catamorphismbors-0/+324
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/+80
2013-08-15Fix a typo in the ifmt doxAlex Crichton-4/+4
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/+16
2013-08-14testsuite: Add xfailed test for #8498Tim Chevalier-0/+44
2013-08-14auto merge of #8440 : sfackler/rust/env-fix, r=pcwaltonbors-2/+1
2013-08-13Add a bunch of tests for closed issuesAlex Crichton-0/+244
2013-08-13auto merge of #8497 : nikomatsakis/rust/improvements-to-object-coercion, r=pc...bors-0/+92
2013-08-13auto merge of #8446 : alexcrichton/rust/ifmt++, r=graydonbors-37/+157
2013-08-13Add `f` formats to `ifmt!`Alex Crichton-6/+15
2013-08-13Add test for repeat expr in statics.Luqman Aden-0/+16
2013-08-13Reborrow even when passing &Object to &Object, so as to permit freezingNiko Matsakis-0/+48
2013-08-13Fix freezing of @mut Objects when passing as argumentNiko Matsakis-0/+44
2013-08-12Forbid pub/priv where it has no effectAlex Crichton-6/+6
2013-08-12Correct the padding on integer types for formattingAlex Crichton-65/+57
2013-08-12Define integer formats for all widthsAlex Crichton-0/+64
2013-08-12Implement formatting arguments for strings and integersAlex Crichton-37/+92
2013-08-11Fixed option_env! typeSteven Fackler-2/+1
2013-08-11tests: Add new tests for borrowck/objects and update some existing testsNiko Matsakis-35/+81
2013-08-10Merge branch 'match' of https://github.com/msullivan/rust into rollupErick Tryzelaar-11/+31
2013-08-10Merge branch 'vec-exh' of https://github.com/stepancheg/rust into rollupErick Tryzelaar-3/+31
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-2/+2
2013-08-10std: merge Iterator and IteratorUtilErick Tryzelaar-1/+1
2013-08-09auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=ericktbors-13/+19
2013-08-09Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-8/+83
2013-08-09auto merge of #8387 : brson/rust/nooldrt, r=brsonbors-21/+8
2013-08-09Fix interaction between default matches and guards. Closes #3121.Michael Sullivan-1/+0