summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-02-04Merge remote-tracking branch 'bstrie/rimov' into incomingBrian Anderson-56/+56
2013-02-04Merge pull request #4684 from erickt/incomingBrian Anderson-10/+10
2013-02-04xfail-faist impl_privace_xc_2.rsBrian Anderson-0/+1
2013-02-04Let type_is_integral return false for bool typeSeo Sanghyeon-0/+3
2013-02-03core: convert ToStr::to_str to take explicit &selfErick Tryzelaar-10/+10
2013-02-03oldmap: use &K instead of K in find and getDaniel Micay-8/+8
2013-02-03xfail-fast run-pass/impl-privacy-xc-1.rsBrian Anderson-0/+1
2013-02-03Merge remote-tracking branch 'thestinger/old_map' into incomingBrian Anderson-200/+183
2013-02-03librustc: Fix bugs regarding to impl privacy. rs=bugfixPatrick Walton-0/+44
2013-02-03Fixed `fmt!`, tests, doc-tests.Marvin Löbel-17/+17
2013-02-03Converted libcore/int-template.rs to the new string functions.Marvin Löbel-1/+1
2013-02-03oldmap: &K instead of K for the remove parameterDaniel Micay-3/+3
2013-02-03oldmap: remove legacy each methodDaniel Micay-3/+2
2013-02-03oldmap: implement core::container::ContainerDaniel Micay-1/+1
2013-02-03oldmap: get rid of the legacy contains_key methodDaniel Micay-1/+1
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-87/+86
2013-02-03cat modernization (cleanup of a run-pass test)Daniel Micay-97/+84
2013-02-03update compile-fail/map-types.rs to use hashmapDaniel Micay-8/+6
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1083/+1083
2013-02-01Remove fail keyword from lexer & parser and clean up remaining calls toNick Desaulniers-17/+17
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-5/+5
2013-01-31modernize smallintmapDaniel Micay-9/+8
2013-01-31move smallintmap to oldsmallintmapDaniel Micay-4/+4
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-319/+319
2013-01-31testsuite: Remove call to set_buffer_, use set_bufferTim Chevalier-2/+2
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-404/+255
2013-01-30test: Attempt to fix Windows check-fast resolve bustage. rs=bustagePatrick Walton-1/+1
2013-01-30test: De-export sudoku. rs=burningtreePatrick Walton-6/+4
2013-01-31Fix bench/sudoku, broken by deëxportingBen Striegel-6/+4
2013-01-30Repair RIMOV damage to benchmarksBen Striegel-7/+7
2013-01-30Revert RIMOV to compile-fail testsBen Striegel-59/+59
2013-01-30RIMOV: fix issue-3563-3 testBen Striegel-12/+12
2013-01-30Repair RIMOV damage to run-passBen Striegel-6/+6
2013-01-30RIMOV, round 11Ben Striegel-2/+2
2013-01-30RIMOV, round 10Ben Striegel-45/+45
2013-01-30RIMOV, round 7Ben Striegel-2/+2
2013-01-30RIMOV, round 5Ben Striegel-19/+19
2013-01-30RIMOV, round 4Ben Striegel-10/+10
2013-01-30RIMOV, round 3Ben Striegel-26/+26
2013-01-30RIMOV, round 2Ben Striegel-2/+2
2013-01-30Removing interior mut on vectors, round 1Ben Striegel-7/+7
2013-01-30librustc: Change `self` as a type to `Self` everywhere. r=brsonPatrick Walton-29/+29
2013-01-30librustc: Remove legacy exports from the language. r=brsonPatrick Walton-9/+5
2013-01-30test: fix compile-fail tests somehow missed from local 'make check', r=burnin...Graydon Hoare-3/+3
2013-01-30rustc: make integral type inference transactional, close #3211, close #4401, ...Graydon Hoare-13/+20
2013-01-30test: Remove export from the tests, language, and libraries. rs=deexportingPatrick Walton-528/+232
2013-01-30test: De-export aux, bench, compile-fail, and run-fail. rs=deexportingPatrick Walton-409/+218
2013-01-30testsuite: Add xfailed test for #4542Tim Chevalier-10/+1
2013-01-30Test caseTim Chevalier-0/+27
2013-01-30Remove oldcomm from the test suiteBrian Anderson-1778/+207