summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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
2012-05-30Adding a test to make sure CCI works with capture clauses.Eric Holk-0/+25
2012-05-30Include capture clauses when generating metadata.Eric Holk-6/+2
2012-05-30test our some of the various combinations of fn subtypingNiko Matsakis-0/+14
2012-05-30test for pure fn vs impure fn etc subtypingNiko Matsakis-0/+22
2012-05-30test for troublesome case where preserve was freeing uninitialized memoryNiko Matsakis-0/+16
2012-05-30allow for loop bodiesNiko Matsakis-0/+21
2012-05-30integrate purity into typeNiko Matsakis-23/+71
2012-05-30refactor region manip. to remove redundancy, get closer to fn subtypingNiko Matsakis-3/+3
2012-05-30add a test that types w/ def_ids compare just fine to types w/o def_idsNiko Matsakis-2/+12
2012-05-30Make heap closures always require a capture clause to capture mutable variabl...Michael Sullivan-3/+3
2012-05-29Handle poststates of breaking loops correctly in typestateTim Chevalier-1/+0
2012-05-29Test case for issue 2380Tim Chevalier-0/+18
2012-05-29Resolve bounds in iface typesTim Chevalier-0/+6
2012-05-29make all arguments modes immutableNiko Matsakis-1/+54
2012-05-29modify shape code to only emit monomorphized enums (#2444)Niko Matsakis-0/+12
2012-05-29In reachability, don't ignore nested itemsTim Chevalier-0/+8
2012-05-29Fix an error message to not refer to "block type". Closes #2423.Michael Sullivan-1/+1
2012-05-29Moving the arc tests into arc.rs.Eric Holk-28/+0
2012-05-29Adding shared_arc to hide some of the tedium of sharing an arc between tasks.Eric Holk-18/+28
2012-05-28Re-xfail reflect-visit-type since it crashes check-fast.Graydon Hoare-0/+4
2012-05-28Remove bad Load in make_visit_glue, un-xfail reflect-visit-type.rs.Graydon Hoare-6/+0
2012-05-26bench: Remove task-perf-vector-party. No longer relevantBrian Anderson-23/+0
2012-05-26bench: Increase the difficulty of some benchmarksBrian Anderson-5/+5
2012-05-26core: Make range follow the for loop protocolBrian Anderson-55/+63
2012-05-25In generic word count, use str instead of [u8], and use built in is_alphabeti...Eric Holk-95/+8
2012-05-25Update word-count-generic to latest syntax and un-xfail it. Closes #1740.Eric Holk-52/+76
2012-05-25detect ambig. calls to iface bounds, use transactionsNiko Matsakis-4/+26
2012-05-25Get rid of many implicit copies as a preliminary to Issue #2448.Michael Sullivan-1/+1
2012-05-25test for issue #2443Niko Matsakis-0/+16
2012-05-25replace last_use with liveness infoNiko Matsakis-1/+1
2012-05-25revisit error message; create spill mapNiko Matsakis-2/+2
2012-05-24Const kind checking. The rules are almost certainly incomplete and unsound...Eric Holk-7/+25