summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-08-21auto merge of #8582 : thestinger/rust/container, r=thestingerbors-34/+23
2013-08-20auto merge of #8580 : bytewiseand/rust/tuple-struct-ctor-ptr, r=alexcrichtonbors-0/+21
2013-08-20auto merge of #8573 : mrordinaire/rust/struct-new-as-field-name, r=alexcrichtonbors-2/+8
2013-08-20Fix typo in test/bench/noise.rs. Closes #8574.nsf-1/+1
2013-08-20rm obsolete integer to_str{,_radix} free functionsDaniel Micay-33/+22
2013-08-20Add tests for self type using builtin kinds. (#7083)Ben Blum-0/+52
2013-08-20Fixup style of test cases for #7083Ben Blum-12/+50
2013-08-20Add tests for super-builtin-kind capabilities (#7083)Ben Blum-0/+78
2013-08-20Add tests for #7083.Ben Blum-0/+158
2013-08-20Prevent Send, Freeze, and Sized from being manually implemented. Close #8517.Ben Blum-0/+19
2013-08-19Rename functional-struct-update.rs to avoid tripping Windows installer detector.Vadim Chugunov-0/+0
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-19Don't skip token after @'staticKevin Ballard-0/+14
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-18Add assertions and cross crate testsAndreas Martens-2/+30
2013-08-18Add assertions to testAndreas Martens-2/+4
2013-08-18Fix ICE when calling static and static function pointersAndreas Martens-0/+19
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 segfault when calling tuple struct constructor as extern fnAndreas Martens-0/+19
2013-08-18fix for #8088 (Cannot name a struct field `new` due to ancient syntax)Do Nhat Minh-2/+8
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