| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-10-11 | Make to_str pure and fix const parameters for str-mutating functions | Tim Chevalier | -1/+1 | |
| Two separate changes that got intertwined (sorry): Make to_str pure. Closes #3691 In str, change functions like push_char to take an &mut str instead of an &str. Closes #3710 | ||||
| 2012-09-11 | Remove priv sections from classes. Obsolete the syntax | Brian Anderson | -3/+1 | |
| 2012-09-10 | Convert class methods to impl methods. Stop parsing class methods | Brian Anderson | -7/+13 | |
| 2012-09-07 | Remove 'let' syntax for struct fields | Brian Anderson | -3/+3 | |
| 2012-09-06 | Remove struct ctors | Brian Anderson | -3/+8 | |
| 2012-09-05 | test: "import" -> "use" | Patrick Walton | -2/+2 | |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -4/+4 | |
| 2012-08-17 | Remove the class keyword | Brian Anderson | -1/+1 | |
| 2012-08-13 | core: Camel case some lesser-used modules | Brian Anderson | -4/+4 | |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -1/+1 | |
| 2012-08-01 | Convert ret to return | Brian Anderson | -2/+2 | |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -4/+4 | |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ↵ | Michael Sullivan | -6/+6 | |
| #2907. | ||||
| 2012-07-13 | Un-xfail test that works. Closes #2883 | Tim Chevalier | -2/+0 | |
| 2012-07-12 | Comments only: annotate FIXMEs in tests | Tim Chevalier | -1/+1 | |
| 2012-07-02 | rustc: Implement a new resolve pass behind a compile flag | Patrick Walton | -0/+3 | |
| 2012-06-14 | Remove an xfail-fast, as this seems to work on Windows now | Tim Chevalier | -2/+0 | |
| 2012-05-02 | xfail-fast class-separate-impl | Tim Chevalier | -0/+2 | |
| 2012-05-02 | Add test for issue 2287 | Tim Chevalier | -0/+50 | |
| Test that it's possible to write "impl of B for A" outside a class, where A is a class type. This didn't require any extra work, but it's still good to have a regression test. Closes #2287 | ||||
