summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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
2012-05-24Teach parser and related things to understand const kind bounds.Eric Holk-0/+13
2012-05-24remove dead assignmentsNiko Matsakis-4/+5
2012-05-24remove initedness checking from typestate, as best I couldNiko Matsakis-8/+0
2012-05-24improve liveness so it reports unused vars / dead assignmentsNiko Matsakis-36/+120
2012-05-24new liveness pass to supercede last_use / initednessNiko Matsakis-146/+547
2012-05-24fix classes and parameterized ifaces; remove needless self checkNiko Matsakis-7/+28
2012-05-24change region scope of call arguments, old one was unsoundNiko Matsakis-5/+46
2012-05-23bench: Add hard mode to benchmarks. Activate with RUST_BENCH.Brian Anderson-69/+155
2012-05-23bench: Remove 99bob benchmarksBrian Anderson-206/+0
2012-05-23Prevent capturing non-copyable things in closures.Eric Holk-1/+38
2012-05-23A shareable atomically reference counted pointer wrapper.Eric Holk-0/+28
2012-05-23shuffle error messages in borrowck, and prevent it from spewing too manyNiko Matsakis-49/+49
2012-05-23bench: Reduce constants in std-smallintmap to make it valgrind fastBrian Anderson-1/+1
2012-05-23Resources are once again not copyable.Eric Holk-0/+16
2012-05-23new testNiko Matsakis-0/+33
2012-05-23modify borrowck to allow arbitrary borrows in pure scopesNiko Matsakis-39/+84
2012-05-22Merge pull request #2430 from mmeyerho/masterBrian Anderson-0/+6
2012-05-22Convert more resource tests to use classes with dtorsTim Chevalier-22/+17