| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-09-23 | core: Demode option | Brian Anderson | -2/+2 | |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -1/+1 | |
| 2012-09-21 | libcore: De-mode str | Patrick Walton | -3/+3 | |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -1/+1 | |
| Note that the method foo.each() is not de-moded, nor the other vec routines. | ||||
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially ↵ | Niko Matsakis | -1/+1 | |
| demode str" This reverts commit 1be24f0758d3075d2e7f141f8831bb8a233ce86e. Not quite ready. | ||||
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -1/+1 | |
| 2012-09-12 | fixup mutability of vec::each, make iter_bytes pure | Niko Matsakis | -1/+1 | |
| also, change DVec() to work with imm vectors rather than mut ones | ||||
| 2012-09-07 | Convert field terminators to commas. Stop parsing semis. | Brian Anderson | -4/+4 | |
| 2012-09-04 | Remove 'with' | Brian Anderson | -4/+4 | |
| 2012-09-04 | libsyntax: "import" -> "use" | Patrick Walton | -12/+12 | |
| 2012-08-27 | Camel case various core constructors | Brian Anderson | -2/+2 | |
| 2012-08-26 | Camel case the option type | Brian Anderson | -14/+14 | |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -2/+2 | |
| 2012-08-22 | intern identifiers | Paul Stansifer | -26/+31 | |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -2/+2 | |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -7/+7 | |
| 2012-08-07 | syntax: Make match arm parsing more restrictive again | Brian Anderson | -2/+2 | |
| Require comma separators for all expression types except the plain block | ||||
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -12/+12 | |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -34/+34 | |
| 2012-08-03 | rustc: Add the notion of inherited visibility | Patrick Walton | -1/+1 | |
| 2012-08-02 | Remove modes from map API and replace with regions. | Niko Matsakis | -7/+17 | |
| API is (for now) mostly by value, there are options to use it by reference if you like. Hash and equality functions must be pure and by reference (forward looking to the day when something like send_map becomes the standard map). | ||||
| 2012-08-01 | Convert ret to return | Brian Anderson | -4/+4 | |
| 2012-07-31 | rustc: Parse by-reference pattern bindings with the "ref" keyword | Patrick Walton | -1/+1 | |
| 2012-07-31 | Change remaining "iface" occurrences to "trait"; deprecate "iface" | Lindsey Kuper | -1/+1 | |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -2/+2 | |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ↵ | Michael Sullivan | -42/+43 | |
| #2907. | ||||
| 2012-07-13 | Change (hopefully) all of the code that generates strs asts to produce ~strs. | Michael Sullivan | -3/+3 | |
| 2012-07-13 | Support prefix notation for vstore strings. Closes #2906. | Michael Sullivan | -16/+21 | |
| 2012-07-09 | Allow folds to drop items. | Paul Stansifer | -1/+3 | |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -21/+16 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -5/+5 | |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -31/+31 | |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -24/+25 | |
| 2012-06-25 | When we cons up vector asts, generate evecs. | Michael Sullivan | -1/+1 | |
| 2012-06-21 | Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. | Graydon Hoare | -2/+2 | |
| 2012-06-20 | Remove bind. Issue #2189 | Brian Anderson | -4/+4 | |
| 2012-06-13 | Box AST idents | Brian Anderson | -16/+18 | |
| 2012-06-06 | misc. copies in core/syntax to please borrowck | Niko Matsakis | -1/+1 | |
| 2012-06-04 | Move imports around in qquote to avoid another cyclic import | Patrick Walton | -4/+4 | |
| 2012-05-31 | Rename librustsyntax to libsyntax | Kevin Cantu | -0/+337 | |
| Per issue #2418. | ||||
