| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -1/+1 | |
| 2012-09-11 | Promote 'struct' from a restricted keyword to a strict keyword | Brian Anderson | -2/+2 | |
| 2012-09-05 | test: "import" -> "use" | Patrick Walton | -2/+1 | |
| 2012-08-26 | Camel case the option type | Brian Anderson | -4/+4 | |
| 2012-08-01 | Convert ret to return | Brian Anderson | -1/+1 | |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ↵ | Michael Sullivan | -3/+3 | |
| #2907. | ||||
| 2012-01-31 | Change option::t to option | Tim Chevalier | -2/+2 | |
| Now that core exports "option" as a synonym for option::t, search-and- replace option::t with option. The only place that still refers to option::t are the modules in libcore that use option, because fixing this requires a new snapshot (forthcoming). | ||||
| 2012-01-19 | rustc: Make the pretty printer output commas after enum variants. Update all ↵ | Patrick Walton | -1/+1 | |
| tests accordingly. | ||||
| 2012-01-19 | test: "tag" -> "enum" in run-pass and run-fail | Patrick Walton | -1/+1 | |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -2/+2 | |
| 2011-09-12 | Reformat for new mode syntax, step 1 | Marijn Haverbeke | -1/+1 | |
| Long lines were fixed in a very crude way, as I'll be following up with another reformat in a bit. | ||||
| 2011-08-16 | Port the tests to the expr foo::<T> syntax. | Erick Tryzelaar | -1/+1 | |
| 2011-08-16 | Port the tests to the typaram foo<T> syntax. | Erick Tryzelaar | -3/+3 | |
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -3/+3 | |
| 2011-06-15 | Reformat source tree (minus a couple tests that are still grumpy). | Graydon Hoare | -13/+6 | |
| 2011-05-22 | test: Un-xfail alias-uninit-value.rs. Closes #374. | Brian Anderson | -4/+0 | |
| This started working correctly at some point. | ||||
| 2011-05-14 | Add a regression test for issue #374 (XFAILed) | Brian Anderson | -0/+27 | |
