about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-04-19librustc: Remove debug code; xfail-pretty reverse-complement.Patrick Walton-0/+2
2013-04-19test: Rewrite mandelbrot benchmark.Patrick Walton-175/+53
2013-04-19librustc: WIP patch for using the return value.Patrick Walton-3/+3
2013-04-19test: Implement pidigits and reverse-complementPatrick Walton-0/+328
2013-04-19Move shootout-k-nucleotide to benchPatrick Walton-0/+0
2013-04-19test: Add k-nucleotidePatrick Walton-0/+314
2013-04-19test: Add fannkuch-redux and fasta-redux shootout benchmarksPatrick Walton-81/+299
2013-04-19test: Rewrite nbody and spectralnorm shootout benchmarksPatrick Walton-299/+165
2013-04-19librustc: Switch the `@`s in types with `~`Patrick Walton-0/+1
2013-04-19librustc: Implement fast-ffi and use it in various placesPatrick Walton-14/+0
2013-04-19librustc: Remove `fail_unless!`Patrick Walton-0/+14
2013-04-18auto merge of #5943 : brson/rust/struct-return, r=graydonbors-4/+0
2013-04-18auto merge of #5924 : catamorphism/rust/non-fatal-errors, r=catamorphismbors-0/+36
2013-04-18rustc: Make some typechecker errors non-fatalTim Chevalier-0/+36
2013-04-18xfail box and vec debug info testsBrian Leibig-0/+4
2013-04-18rustc: Fix struct returns on x86 mac for 8-byte structsBrian Anderson-4/+0
2013-04-18core::comm: Modernize constructors to use `new`Brian Anderson-15/+15
2013-04-18core: Remove pipes::spawn_service, spawn_service_recvBrian Anderson-9/+102
2013-04-18test: xfail-macos some tests that don't work on mac i686Brian Anderson-0/+6
2013-04-18test: Add more comments about why extern-pass-TwoU64s is xfailedBrian Anderson-1/+3
2013-04-17auto merge of #5726 : brson/rust/struct-return, r=brsonbors-3/+199
2013-04-17rustc: Use an out pointer to return structs in x86 C ABI. #5347Brian Anderson-3/+199
2013-04-17Allow casting to mutable trait objects.Josh Matthews-0/+62
2013-04-15auto merge of #5797 : alexcrichton/rust/issue-1913, r=catamorphismbors-0/+44
2013-04-15auto merge of #5778 : jld/rust/reflect-abstract-enum, r=graydonbors-8/+14
2013-04-15auto merge of #5881 : danluu/rust/xfail_bind_by_move, r=graydonbors-3/+2
2013-04-14Fix xfail'd ARC testDan Luu-3/+2
2013-04-14auto merge of #5779 : crabtw/rust/x86_64_abi, r=sanxiynbors-0/+20
2013-04-14add rust_dbg_extern_identity_TwoDoubles to prevent check-fast failureJyun-Yan You-3/+4
2013-04-14Add a lint mode for unused unsafe blocks/functionsAlex Crichton-0/+44
2013-04-14Restore Num traitBrendan Zabarauskas-5/+5
2013-04-13fix index out of bounds error of x86_64 ABIJyun-Yan You-0/+19
2013-04-12auto merge of #5827 : nikomatsakis/rust/issue-5656-change-meaning-of-borrowed...bors-129/+102
2013-04-12auto merge of #5640 : dbaupp/rust/syntax-generalise-deriving, r=thestingerbors-0/+198
2013-04-12auto merge of #5809 : Aatch/rust/start-attr, r=thestingerbors-2/+18
2013-04-12Added xfail-fast to test so the windows buildbot doesn't chokeJames Miller-0/+2
2013-04-12libsyntax: short-circuit on non-matching variants in deriving code.Huon Wilson-75/+198
2013-04-12testsuite: add tests for derived Eq, TotalEq, Ord, TotalOrd.Huon Wilson-0/+75
2013-04-11auto merge of #5819 : erickt/rust/incoming, r=ericktbors-20/+13
2013-04-11auto merge of #5826 : brson/rust/0.7-pre, r=brsonbors-1/+1
2013-04-11xail all debuginfo testsBrian Anderson-0/+6
2013-04-10tests: changes in response to #5656Niko Matsakis-125/+14
2013-04-10test: update serialization tests to use new macroErick Tryzelaar-14/+7
2013-04-10syntax: match variants use 4 space indent by defaultErick Tryzelaar-6/+6
2013-04-10Bump version to 0.7-preBrian Anderson-1/+1
2013-04-10Add debug info test for vectorsBrian Leibig-0/+30
2013-04-10Add debug info test for boxesBrian Leibig-0/+30
2013-04-10auto merge of #5709 : jbclements/rust/miscellaneous-cleanup, r=jbclementsbors-26/+0
2013-04-10removed test referring to WONTFIX bug #2443John Clements-26/+0
2013-04-10auto merge of #5796 : nikomatsakis/rust/issue-5656-fix-map-iteration, r=nikom...bors-17/+13