summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-06-05Fix test case so the class in it is non-emptyTim Chevalier-2/+4
2012-06-05Forbid classes with no fieldsTim Chevalier-0/+9
2012-06-05Port remaining run-fail tests to use classes instead of resourcesTim Chevalier-25/+47
2012-06-05test: Remove swappable-testBrian Anderson-13/+0
2012-06-05rustc: Put uniques into addrspace 1Brian Anderson-4/+12
2012-06-04Machine types are different from int/uint, etc (Issue #2187)Eric Holk-47/+14
2012-06-04Add a test case for previous commitPatrick Walton-0/+17
2012-06-04core: Make uint::to_str fasterBrian Anderson-0/+16
2012-06-04better support for classes with polymorphic methodsNiko Matsakis-11/+4
2012-06-03prohibit type parameters in native fns and other minor fixesNiko Matsakis-2/+2
2012-06-03Merge pull request #2492 from tedhorst/mandelbrot_argsBrian Anderson-7/+8
2012-06-03test: Add a test that logs are truncated with ellipsesBrian Anderson-0/+64
2012-06-03fix args to shootout-mandelbrot benchmarkTed Horst-7/+8
2012-06-02bench: Add an unwinding benchmarkBrian Anderson-0/+85
2012-06-02Add more #fmt float testsBrian Anderson-0/+9
2012-06-02(float) fix some rounding errors when showing as strKevin Cantu-2/+2
2012-06-02Allow rcvrs to be borrowed; check rcvrs in borrowck properlyNiko Matsakis-6/+151
2012-06-02improve borrowck to handle some frankly rather tricky casesNiko Matsakis-0/+131
2012-06-01test: xfail-win32 run-pass/companionmod. not sure why it's brokeBrian Anderson-0/+1
2012-06-01Port more resource tests to classesTim Chevalier-22/+38
2012-06-01Tests for copyability and sendability rules for classesTim Chevalier-0/+44
2012-06-01Port another resource test to use classesTim Chevalier-2/+3
2012-06-01Enforce rule that classes with dtors aren't copyableTim Chevalier-1/+5
2012-06-01Remove obsolete testTim Chevalier-6/+0
2012-06-01Update task-killjoin-rsrc to use classesTim Chevalier-19/+21
2012-06-01Port more test cases to use classes instead of resourcesTim Chevalier-23/+47
2012-06-01Revert "test: xfail-win32 run-pass/cci_borrow.rs"Brian Anderson-1/+0
2012-06-01Revert "test: xfail-win32 run-pass/cci_capture_clause.rs"Brian Anderson-1/+0
2012-06-01test: xfail-win32 run-pass/cci_capture_clause.rsBrian Anderson-0/+1
2012-06-01test: xfail-win32 run-pass/cci_borrow.rsBrian Anderson-0/+1
2012-06-01core: Fix handling of 0-padded floats with precision in #fmtBrian Anderson-1/+5
2012-06-01test: Move tests with rustc deps into run-pass-fulldepsBrian Anderson-0/+0
2012-06-01Clarifying comments in test.Lindsey Kuper-2/+5
2012-06-01More tests wrt #2263.Lindsey Kuper-0/+41
2012-06-01Clarify comments in test.Lindsey Kuper-3/+4
2012-05-31allow mutable vectors and so forth to be used as immutable slicesNiko Matsakis-0/+33
2012-05-31Allow some resources to be considered const.Eric Holk-1/+3
2012-05-31Allow optional comma before `with` in FRU. Closes #2463.Lindsey Kuper-0/+19
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-4/+4
2012-05-31test: Update test with current error messageBrian Anderson-3/+3
2012-05-30test: Add an error pattern to small-negative-indexingBrian Anderson-1/+1
2012-05-30Add xorshift to core::rand, which gave a 3x speedup for graph generation in t...Eric Holk-3/+3
2012-05-30Remove warnings in std::par.Eric Holk-1/+1
2012-05-30Avoid some more copies.Eric Holk-6/+6
2012-05-30Added a factory version of par::mapi, which avoids the need for share_arc, an...Eric Holk-27/+29
2012-05-30Use std::deque now that the bugs are fixed. Also, avoid a few copies.Eric Holk-46/+7
2012-05-30Add a test for that last bug. Oops.Michael Sullivan-0/+6
2012-05-30Add a test for the just closed issue #2426.Michael Sullivan-0/+4
2012-05-30Move par into libstd. Closes #2441.Eric Holk-113/+1
2012-05-30Adding xfail-fast, since multi-crate tests don't work on Windows.Eric Holk-0/+1