summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-06-06rustc: Add 'target_family' to default configurationBrian Anderson-0/+7
2012-06-06mergeTim Chevalier-38/+177
2012-06-06Insert missing maybe_print_comment call for class destructorsTim Chevalier-0/+38
2012-06-06Fix some copy-paste bugs in visit glue, un-xfail reflect-visit-type.Graydon Hoare-4/+0
2012-06-06Handle regions correctly in class ctors and dtorsTim Chevalier-0/+13
2012-06-06Merge remote-tracking branch 'mozilla/incoming'Niko Matsakis-14/+31
2012-06-06mask extra borrowck errors (should find out how to not report those)Niko Matsakis-2/+4
2012-06-06minor changes to tests so they pass borrowckNiko Matsakis-20/+24
2012-06-06Add some testcases for bug #2470.Graydon Hoare-0/+69
2012-06-06core: Remove swappable. UnusedBrian Anderson-13/+0
2012-06-06prefix an _ to the name of an unused variableTim Chevalier-1/+1
2012-06-06Add some testcases for bug #2470.Graydon Hoare-0/+69
2012-06-06Fix tests to avoid empty classesTim Chevalier-12/+18
2012-06-06Revert "Revert "Fix test case so the class in it is non-empty" due to test fa...Tim Chevalier-2/+4
2012-06-06Revert "Revert "Forbid classes with no fields" due to test failures"Tim Chevalier-0/+9
2012-06-06Merge branch 'master' into really-really-to-snapTim Chevalier-0/+13
2012-06-06Revert "test: Remove swappable-test" due to test failuresPatrick Walton-0/+13
2012-06-06Revert "Merge pull request #2516 from mozilla/incoming" due to failuresPatrick Walton-13/+2
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