summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-06-16Revert "Moved arc to libstd and added an arc that allows shared mutable state...Tim Chevalier-0/+8
2012-06-15Moved arc to libstd and added an arc that allows shared mutable state through...Eric Holk-8/+0
2012-06-15Add test for #2633. Xfailed.Tim Chevalier-0/+18
2012-06-15Fix copying of fixed length vectors. Closes #2630.Michael Sullivan-0/+10
2012-06-15Make the shape interpreter actually advance past fixed length vectors. Closes...Michael Sullivan-0/+6
2012-06-15Test case for #2631Tim Chevalier-0/+32
2012-06-15Add the interner to parse_sess.Paul Stansifer-14/+1
2012-06-15Issue #2591: Change "upvar" to "variable declared in an outer block" in testsPatrick Walton-9/+9
2012-06-14Merge branch 'incoming' of github.com:mozilla/rust into newsnapEric Holk-0/+153
2012-06-14Tests for #1425 (xfail'd for now)Lindsey Kuper-0/+153
2012-06-14Merge branch 'incoming' into newsnapEric Holk-150/+561
2012-06-14Complete a data visitor type that does proper pointer-walking.Graydon Hoare-150/+561
2012-06-14Merge branch 'incoming' into newsnapEric Holk-29/+48
2012-06-14Remove code from parser that was awaiting snapshotTim Chevalier-4/+4
2012-06-14Issue #2572: (trans) Fix self-referential classes.Patrick Walton-0/+10
2012-06-14Add xfailed test case for issue 2611Tim Chevalier-0/+11
2012-06-14Add zero check/fail paths on div/mod paths. Close #944.Graydon Hoare-0/+10
2012-06-14Remove an xfail-fast, as this seems to work on Windows nowTim Chevalier-2/+0
2012-06-14Remove an outdated FIXME, change to use the new //! ERROR syntaxTim Chevalier-7/+1
2012-06-14run-pass/autobind seems to work, so un-xfail itTim Chevalier-5/+1
2012-06-14while => forTim Chevalier-4/+3
2012-06-14Comments only: annotate FIXMEs in testsTim Chevalier-7/+8
2012-06-14Adding move_val and move_val_init intrinsics.Eric Holk-0/+12
2012-06-13Allow impls to be re-exportedTim Chevalier-0/+21
2012-06-13Traverse types in reachabilityTim Chevalier-0/+40
2012-06-13Allow trailing commas in import lists. Closes #2582.Lindsey Kuper-0/+10
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