summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-06-23Changed shootout-chameneos-redux output to conform to the 'official' output f...Matthijs Hofstra-1/+1
2013-06-23Updated copyright year on shootout-binarytrees.rsMatthijs Hofstra-21/+17
2013-06-23Fixed os:: and int:: not being in scope, changed io::println to printlnMatthijs Hofstra-4/+6
2013-06-23Add basic test cases for closure bounds. (#3569)Ben Blum-1/+96
2013-06-23Add tests for not-kind-checked trait bounds.Ben Blum-0/+109
2013-06-23Fix error messages in test cases, since fns/traits now pretty-print with a bo...Ben Blum-8/+8
2013-06-23Fix reflect-visit-type for iterator changesPhilipp Brüschweiler-1/+1
2013-06-23auto merge of #7267 : luqmana/rust/issue-5792, r=cmrbors-0/+17
2013-06-23Fix and reenable the reflect-visit-type testPhilipp Brüschweiler-85/+96
2013-06-23Remove intrinsic modulePhilipp Brüschweiler-15/+11
2013-06-22auto merge of #7274 : thestinger/rust/size_hint, r=huonwbors-192/+77
2013-06-23vec: remove BaseIter implementationDaniel Micay-192/+77
2013-06-22auto merge of #7204 : alexcrichton/rust/deriving-to-string, r=pcwaltonbors-33/+35
2013-06-22auto merge of #7214 : Blei/rust/fix-owned-traits, r=pcwaltonbors-0/+37
2013-06-22Fix compiling empty fmt! stringsAlex Crichton-0/+3
2013-06-22Expand the deriving(ToStr) implementationAlex Crichton-33/+35
2013-06-22Fix take glue of owned trait objectsPhilipp Brüschweiler-0/+37
2013-06-22Fix-up PP Code to reflect new lifetime param syntaxJames Miller-2/+2
2013-06-21auto merge of #7263 : thestinger/rust/iterator, r=graydonbors-62/+22
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-55/+15
2013-06-21vec: remove eachiDaniel Micay-7/+7
2013-06-20auto merge of #7203 : msullivan/rust/default-methods, r=graydonbors-0/+107
2013-06-20Add test for duplicate definitions of structs and enum struct variants.Luqman Aden-0/+17
2013-06-20Get cross crate default methods working.Michael Sullivan-0/+107
2013-06-20auto merge of #7128 : yichoi/rust/fix_sometc, r=brsonbors-4/+10
2013-06-21_Actually_ xfail debuginfo testsJames Miller-2/+2
2013-06-20xfail box-related debug-info tests r=snapshotJames Miller-4/+4
2013-06-19Hide the once-move-out privilege for stack fns behind '-Z once-fns'Ben Blum-0/+2
2013-06-19Add tests for once functions (#2549).Ben Blum-0/+190
2013-06-18test: xfail bench/task-perf-one-million. OOM on 32-bit linux w/o optsBrian Anderson-0/+2
2013-06-17Fixed remaining issues to pass debug-test/* tests.Vadim Chugunov-15/+30
2013-06-17test: adjust some test cases of run-pass for androidYoung-il Choi-4/+10
2013-06-16auto merge of #7177 : huonw/rust/unfold-fix, r=thestingerbors-0/+34
2013-06-16auto merge of #7167 : nikomatsakis/rust/ref-bindings-explicit-copy-in-generic...bors-104/+74
2013-06-16Remove moves from *T and implement in another wayNiko Matsakis-8/+2
2013-06-16Add copies to type params with Copy boundNiko Matsakis-96/+72
2013-06-16auto merge of #7171 : bstrie/rust/delbin, r=thestingerbors-0/+0
2013-06-16auto merge of #7142 : alexcrichton/rust/deriving-zero, r=pcwaltonbors-0/+40
2013-06-16std: fix UnfoldrIterator cross-crate.Huon Wilson-0/+34
2013-06-15auto merge of #7149 : thestinger/rust/vec, r=graydonbors-1/+2
2013-06-16fix benchmark and the tutorialsDaniel Micay-1/+2
2013-06-16Delete some binary files from the test suiteBen Striegel-0/+0
2013-06-15auto merge of #7114 : pnkfelix/rust/issue3961-fix-whitespace-detection, r=brsonbors-0/+225
2013-06-14auto merge of #7121 : huonw/rust/rand-call, r=pnkfelixbors-0/+41
2013-06-14auto merge of #7110 : thestinger/rust/iterator, r=brsonbors-35/+3
2013-06-14rm MutableIterDaniel Micay-3/+3
2013-06-14rm ExtendedMutableIterDaniel Micay-1/+0
2013-06-14add IteratorUtil to the preludeDaniel Micay-31/+0
2013-06-14auto merge of #7116 : thestinger/rust/whitespace, r=luqmanabors-16/+4
2013-06-14Implement a deriving(Zero) attributeAlex Crichton-0/+40