| Age | Commit message (Expand) | Author | Lines |
| 2012-08-21 | Add msgsend-ring-{rw,mutex}-arcs bench tests | Ben Blum | -0/+229 |
| 2012-08-21 | implement a map testing benchmark | Niko Matsakis | -0/+178 |
| 2012-08-21 | more sound treatment of fn& regions; change all & to be distinct | Niko Matsakis | -36/+77 |
| 2012-08-20 | new region inference, seperate infer into modules, improve error msgs | Niko Matsakis | -51/+69 |
| 2012-08-20 | Try to do some resolution of vtables earlier, in a fairly ad-hoc way. Closes ... | Michael Sullivan | -0/+17 |
| 2012-08-20 | Disallow deconstructing destructing structs (fixes #3147) | Ben Blum | -0/+17 |
| 2012-08-20 | Re-allow pattern-matching structs (#3215) | Ben Blum | -1/+0 |
| 2012-08-20 | Do vtable resolution for *all* method calls, not just statically resolved one... | Michael Sullivan | -0/+23 |
| 2012-08-20 | xfail crate-method-reexport-grrrrrrr.rs, which has been burning the build for... | Michael Sullivan | -0/+1 |
| 2012-08-17 | rustc: Implement "priv" for simple items. | Patrick Walton | -0/+13 |
| 2012-08-17 | forgotten tests for #3217, #2977, #3067 | Niko Matsakis | -0/+33 |
| 2012-08-17 | Make by-val explicit self actually work. Closes #2585. | Michael Sullivan | -0/+64 |
| 2012-08-17 | test: Fix unused variable warning in repeat-to-run-dtor-twice.rs. | Patrick Walton | -1/+1 |
| 2012-08-17 | rustc: Prevent destructors from being run twice with the repeated vector syntax | Patrick Walton | -0/+16 |
| 2012-08-17 | make borrowck more conservative around rvalues. | Niko Matsakis | -2/+7 |
| 2012-08-17 | Stop parsing `iface`. | Lindsey Kuper | -4/+2 |
| 2012-08-17 | Move select macro into another file, so it can be including in multiple tests. | Eric Holk | -58/+66 |
| 2012-08-17 | Forbid pattern-matching structs until the next snapshot (#3215) | Ben Blum | -0/+1 |
| 2012-08-17 | Default methods with self-calls make it as far as trans. | Lindsey Kuper | -3/+1 |
| 2012-08-17 | Remove the class keyword | Brian Anderson | -122/+122 |
| 2012-08-16 | Fix issue-506.rs by adding a void-returning stub in the runtime (close #2957) | Ben Blum | -4/+2 |
| 2012-08-16 | Update the rock-paper-scissors example in the tutorial, and rename some types... | Eric Holk | -11/+11 |
| 2012-08-16 | Make test suite terminate. | Eric Holk | -0/+1 |
| 2012-08-16 | Another attempt on class-attribute-1.rs. | Graydon Hoare | -1/+1 |
| 2012-08-16 | libsyntax: Fix parsing of "loop unsafe". | Patrick Walton | -0/+8 |
| 2012-08-16 | Fix sub-breakage due to the changed error message. | Graydon Hoare | -1/+1 |
| 2012-08-16 | xfail-fast issue 3012-2 | Graydon Hoare | -0/+1 |
| 2012-08-16 | Attempt to get issue 3012 test working on win32. | Graydon Hoare | -0/+1 |
| 2012-08-16 | Xfail a struct-test I can't figure out how to make work. | Graydon Hoare | -0/+2 |
| 2012-08-16 | s/class/struct/ in a failing test. | Graydon Hoare | -1/+1 |
| 2012-08-15 | Test case for #3012 | Tim Chevalier | -0/+20 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -79/+95 |
| 2012-08-15 | libsyntax: Parse tuple and unit structs | Patrick Walton | -0/+5 |
| 2012-08-15 | test: Fix parsing problem in map-types.rs | Patrick Walton | -1/+1 |
| 2012-08-15 | rustc: Parse labeled loop, break, and again | Patrick Walton | -0/+11 |
| 2012-08-15 | rustc: Implement automatic reference for method receivers | Patrick Walton | -11/+51 |
| 2012-08-15 | rustc: "as Trait" can now be written "as @Trait". | Patrick Walton | -0/+15 |
| 2012-08-15 | Reject empty matches on inhabited types | Tim Chevalier | -0/+9 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -12/+12 |
| 2012-08-15 | De-mode pipes | Eric Holk | -2/+2 |
| 2012-08-15 | Add cfail test arc-rw-state-shouldnt-escape | Ben Blum | -0/+11 |
| 2012-08-14 | xfail-fast issue-2472 | Brian Anderson | -0/+1 |
| 2012-08-14 | Add test for #2472 | Brian Anderson | -0/+25 |
| 2012-08-14 | Add xfailed test for #2123 | Tim Chevalier | -0/+9 |
| 2012-08-14 | Convert more core types to camel case | Brian Anderson | -38/+38 |
| 2012-08-14 | Fix another broken test | Brian Anderson | -2/+2 |
| 2012-08-14 | xfail view-items-at-top | Brian Anderson | -0/+2 |
| 2012-08-14 | test: Use a mod that exists in view-item-at-top | Brian Anderson | -1/+1 |
| 2012-08-14 | Add rw_arc.downgrade() + std and cfail tests. Tons of region FIXMEs... (cf #2... | Ben Blum | -0/+96 |
| 2012-08-14 | libsyntax: Parse "extern mod foo;" | Patrick Walton | -0/+7 |