| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-10-08 | Revert "Revert "Remove old auto_serialize2 code (needs snapshot)"" | Tim Chevalier | -1/+1 | |
| This reverts commit a33535e441dc5461fec0489069a1491367ad1c91. | ||||
| 2012-10-08 | Revert "Remove old auto_serialize2 code (needs snapshot)" | Tim Chevalier | -1/+1 | |
| This reverts commit 0bd6da8a8c93143325cb45e8a074ccf7121ca168. | ||||
| 2012-10-07 | Remove old auto_serialize2 code (needs snapshot) | Erick Tryzelaar | -1/+1 | |
| 2012-10-07 | migrate libsyntax/rustc to auto_serialize2 | Erick Tryzelaar | -1/+1 | |
| 2012-09-28 | demode vec | Niko Matsakis | -2/+2 | |
| 2012-09-23 | Make it illegal to use modes in a fn signature with providing | Niko Matsakis | -1/+1 | |
| an explicit variable name. (Step one to changing the defaults) First step to #3535 | ||||
| 2012-09-10 | Convert std::map to camel case | Brian Anderson | -5/+5 | |
| 2012-09-07 | Add an ignore! macro, remove support for nested block comments, re: #2755. | Graydon Hoare | -0/+1 | |
| 2012-09-04 | Remove 'with' | Brian Anderson | -3/+3 | |
| 2012-09-04 | libsyntax: "import" -> "use" | Patrick Walton | -7/+7 | |
| 2012-08-27 | rustc: more pattern cleanup | Erick Tryzelaar | -1/+1 | |
| 2012-08-26 | Camel case the option type | Brian Anderson | -23/+23 | |
| 2012-08-24 | fix some unused pattern binding warnings | Niko Matsakis | -1/+1 | |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -11/+11 | |
| 2012-08-22 | intern identifiers | Paul Stansifer | -6/+10 | |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -13/+13 | |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -46/+39 | |
| 2012-08-01 | Convert ret to return | Brian Anderson | -8/+8 | |
| 2012-07-31 | Introduce 'return', 'match' and 'module' as synonyms | Brian Anderson | -4/+4 | |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -15/+15 | |
| 2012-07-30 | Rename `#mod` -> `#module` to not collide with the keyword. | Paul Stansifer | -2/+5 | |
| 2012-07-27 | Make macro-system type and constructor names more uniform; more comments. | Graydon Hoare | -1/+1 | |
| 2012-07-27 | Comments in the new macro system, reflecting conversation with pauls. | Graydon Hoare | -1/+19 | |
| 2012-07-26 | Allow old-style syntax extensions to be called with new syntax. | Paul Stansifer | -0/+13 | |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ↵ | Michael Sullivan | -11/+11 | |
| #2907. | ||||
| 2012-07-09 | Allow defining token tree macros. They should work now! | Paul Stansifer | -17/+25 | |
| 2012-07-09 | Enable item macros to define macros. | Paul Stansifer | -3/+9 | |
| 2012-07-09 | Allow folds to drop items. | Paul Stansifer | -9/+15 | |
| 2012-07-06 | Recursively expand items, and keep expansion stack, per Paul's code review ↵ | Eric Holk | -3/+10 | |
| comments. | ||||
| 2012-07-06 | Plumbing and parsing for item-position macros. | Eric Holk | -4/+38 | |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -6/+6 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -2/+2 | |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -2/+2 | |
| 2012-06-26 | Change 'native' and 'crust' to 'extern'. | Graydon Hoare | -1/+1 | |
| This comes with a terminology change. All linkage-symbols are 'extern' now, including rust syms in other crates. Some extern ABIs are merely "foreign". The term "native" is retired, not clear/useful. What was "crust" is now "extern" applied to a _definition_. This is a bit of an overloading, but should be unambiguous: it means that the definition should be made available to some non-rust ABI. | ||||
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -2/+2 | |
| 2012-06-25 | Make it possible to make built-in tt syntax extensions | Paul Stansifer | -1/+35 | |
| 2012-06-21 | Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. | Graydon Hoare | -4/+4 | |
| 2012-06-20 | Remove bind. Issue #2189 | Brian Anderson | -4/+4 | |
| 2012-06-15 | Bugfix: obey the tt_lexer's own invariants. | Paul Stansifer | -7/+3 | |
| 2012-06-15 | Add the interner to parse_sess. | Paul Stansifer | -0/+4 | |
| 2012-06-13 | Box AST idents | Brian Anderson | -6/+6 | |
| 2012-05-31 | Rename librustsyntax to libsyntax | Kevin Cantu | -0/+157 | |
| Per issue #2418. | ||||
