| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -3/+4 | |
| 2012-09-04 | libsyntax: "import" -> "use" | Patrick Walton | -5/+4 | |
| 2012-08-27 | Convert core::result to camel case | Brian Anderson | -4/+4 | |
| 2012-08-26 | Camel case the option type | Brian Anderson | -8/+8 | |
| 2012-08-24 | Start using core::path2::Path in a lot of places. | Graydon Hoare | -9/+8 | |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -3/+3 | |
| 2012-08-22 | intern identifiers | Paul Stansifer | -2/+3 | |
| 2012-08-16 | libsyntax: Make include_bin! generate fixed-length vectors. | Patrick Walton | -2/+2 | |
| This is so that we don't generate 170,000-line LLVM functions in Servo. | ||||
| 2012-08-14 | Convert more core types to camel case | Brian Anderson | -1/+1 | |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -2/+2 | |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -4/+4 | |
| 2012-08-01 | Convert ret to return | Brian Anderson | -10/+10 | |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -3/+3 | |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ↵ | Michael Sullivan | -12/+12 | |
| #2907. | ||||
| 2012-07-13 | Change (hopefully) all of the code that generates strs asts to produce ~strs. | Michael Sullivan | -9/+9 | |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -2/+2 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -2/+2 | |
| 2012-06-29 | Refactor syntax exts some. Don't ever emit bare vectors. | Michael Sullivan | -8/+9 | |
| 2012-06-14 | Remove code from parser that was awaiting snapshot | Tim Chevalier | -1/+1 | |
| Remove old parser functions as well as support for old-style capture clauses. Remove remaining old-style capture clauses. | ||||
| 2012-06-13 | Box AST idents | Brian Anderson | -4/+5 | |
| 2012-06-07 | syntax: Remove some more implicit copies | Patrick Walton | -6/+10 | |
| 2012-05-31 | Rename librustsyntax to libsyntax | Kevin Cantu | -0/+115 | |
| Per issue #2418. | ||||
