about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-06-12Forgot to xfail-fast thisTim Chevalier-0/+1
2012-06-12Test case for previous commitTim Chevalier-0/+126
2012-06-12Introduce a SHAPE_UNBOXED_VEC shape in order to seperate out vector logic.Michael Sullivan-2/+2
2012-06-12Treat enums with one variant specially in borrowck: #2573Niko Matsakis-0/+35
2012-06-12Add a test for explicit `i` suffix on integer literalsLindsey Kuper-0/+9
2012-06-12Allow trailing comma in vectors. Closes #2482.Lindsey Kuper-0/+13
2012-06-11Don't treat all class fields as mutable, except in transTim Chevalier-0/+15
2012-06-09bench: xfail-pretty shootout-k-nucleotideBrian Anderson-0/+2
2012-06-09bench: Modify shootout-k-nucleotide to not read from the filesystemBrian Anderson-1/+83344
2012-06-09bench: Increase the difficulty of fastaBrian Anderson-1/+1
2012-06-09Add the Alioth k-nucleotide benchmarkKevin Cantu-11/+207
2012-06-08make a copy so vec is not living in mutable memoryNiko Matsakis-1/+1
2012-06-08remove alias analysis and replace with borrowckNiko Matsakis-122/+18
2012-06-08Add preliminary test of walking data pointers via reflection.Graydon Hoare-0/+303
2012-06-08Pass names of fields and variants when reflecting.Graydon Hoare-10/+12
2012-06-08Visit the substructure for classes and enums as well.Graydon Hoare-2/+17
2012-06-08revise map interface so that K need not be copyableNiko Matsakis-2/+2
2012-06-08More work on reflect, only missing enum and class substructures.Graydon Hoare-0/+37
2012-06-07Revert "remove alias analysis and replace with borrowck"Brian Anderson-18/+122
2012-06-07remove alias analysis and replace with borrowckNiko Matsakis-122/+18
2012-06-07Refactor reflect.rs, begin visiting type substructures.Graydon Hoare-12/+35
2012-06-06core: Start on a stack walkerBrian Anderson-2/+4
2012-06-06rustc: Add frame_address intrinsicBrian Anderson-0/+8
2012-06-06rustc: Enable #[cfg(windows)] and #[cfg(unix)]Brian Anderson-0/+7
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