| Age | Commit message (Expand) | Author | Lines |
| 2012-06-01 | Clarifying comments in test. | Lindsey Kuper | -2/+5 |
| 2012-06-01 | More tests wrt #2263. | Lindsey Kuper | -0/+41 |
| 2012-06-01 | Clarify comments in test. | Lindsey Kuper | -3/+4 |
| 2012-05-31 | allow mutable vectors and so forth to be used as immutable slices | Niko Matsakis | -0/+33 |
| 2012-05-31 | Allow some resources to be considered const. | Eric Holk | -1/+3 |
| 2012-05-31 | Allow optional comma before `with` in FRU. Closes #2463. | Lindsey Kuper | -0/+19 |
| 2012-05-31 | Rename librustsyntax to libsyntax | Kevin Cantu | -4/+4 |
| 2012-05-31 | test: Update test with current error message | Brian Anderson | -3/+3 |
| 2012-05-30 | test: Add an error pattern to small-negative-indexing | Brian Anderson | -1/+1 |
| 2012-05-30 | Add xorshift to core::rand, which gave a 3x speedup for graph generation in t... | Eric Holk | -3/+3 |
| 2012-05-30 | Remove warnings in std::par. | Eric Holk | -1/+1 |
| 2012-05-30 | Avoid some more copies. | Eric Holk | -6/+6 |
| 2012-05-30 | Added a factory version of par::mapi, which avoids the need for share_arc, an... | Eric Holk | -27/+29 |
| 2012-05-30 | Use std::deque now that the bugs are fixed. Also, avoid a few copies. | Eric Holk | -46/+7 |
| 2012-05-30 | Add a test for that last bug. Oops. | Michael Sullivan | -0/+6 |
| 2012-05-30 | Add a test for the just closed issue #2426. | Michael Sullivan | -0/+4 |
| 2012-05-30 | Move par into libstd. Closes #2441. | Eric Holk | -113/+1 |
| 2012-05-30 | Adding xfail-fast, since multi-crate tests don't work on Windows. | Eric Holk | -0/+1 |
| 2012-05-30 | Adding a test to make sure CCI works with capture clauses. | Eric Holk | -0/+25 |
| 2012-05-30 | Include capture clauses when generating metadata. | Eric Holk | -6/+2 |
| 2012-05-30 | test our some of the various combinations of fn subtyping | Niko Matsakis | -0/+14 |
| 2012-05-30 | test for pure fn vs impure fn etc subtyping | Niko Matsakis | -0/+22 |
| 2012-05-30 | test for troublesome case where preserve was freeing uninitialized memory | Niko Matsakis | -0/+16 |
| 2012-05-30 | allow for loop bodies | Niko Matsakis | -0/+21 |
| 2012-05-30 | integrate purity into type | Niko Matsakis | -23/+71 |
| 2012-05-30 | refactor region manip. to remove redundancy, get closer to fn subtyping | Niko Matsakis | -3/+3 |
| 2012-05-30 | add a test that types w/ def_ids compare just fine to types w/o def_ids | Niko Matsakis | -2/+12 |
| 2012-05-30 | Make heap closures always require a capture clause to capture mutable variabl... | Michael Sullivan | -3/+3 |
| 2012-05-29 | Handle poststates of breaking loops correctly in typestate | Tim Chevalier | -1/+0 |
| 2012-05-29 | Test case for issue 2380 | Tim Chevalier | -0/+18 |
| 2012-05-29 | Resolve bounds in iface types | Tim Chevalier | -0/+6 |
| 2012-05-29 | make all arguments modes immutable | Niko Matsakis | -1/+54 |
| 2012-05-29 | modify shape code to only emit monomorphized enums (#2444) | Niko Matsakis | -0/+12 |
| 2012-05-29 | In reachability, don't ignore nested items | Tim Chevalier | -0/+8 |
| 2012-05-29 | Fix an error message to not refer to "block type". Closes #2423. | Michael Sullivan | -1/+1 |
| 2012-05-29 | Moving the arc tests into arc.rs. | Eric Holk | -28/+0 |
| 2012-05-29 | Adding shared_arc to hide some of the tedium of sharing an arc between tasks. | Eric Holk | -18/+28 |
| 2012-05-28 | Re-xfail reflect-visit-type since it crashes check-fast. | Graydon Hoare | -0/+4 |
| 2012-05-28 | Remove bad Load in make_visit_glue, un-xfail reflect-visit-type.rs. | Graydon Hoare | -6/+0 |
| 2012-05-26 | bench: Remove task-perf-vector-party. No longer relevant | Brian Anderson | -23/+0 |
| 2012-05-26 | bench: Increase the difficulty of some benchmarks | Brian Anderson | -5/+5 |
| 2012-05-26 | core: Make range follow the for loop protocol | Brian Anderson | -55/+63 |
| 2012-05-25 | In generic word count, use str instead of [u8], and use built in is_alphabeti... | Eric Holk | -95/+8 |
| 2012-05-25 | Update word-count-generic to latest syntax and un-xfail it. Closes #1740. | Eric Holk | -52/+76 |
| 2012-05-25 | detect ambig. calls to iface bounds, use transactions | Niko Matsakis | -4/+26 |
| 2012-05-25 | Get rid of many implicit copies as a preliminary to Issue #2448. | Michael Sullivan | -1/+1 |
| 2012-05-25 | test for issue #2443 | Niko Matsakis | -0/+16 |
| 2012-05-25 | replace last_use with liveness info | Niko Matsakis | -1/+1 |
| 2012-05-25 | revisit error message; create spill map | Niko Matsakis | -2/+2 |
| 2012-05-24 | Const kind checking. The rules are almost certainly incomplete and unsound... | Eric Holk | -7/+25 |