| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-07-05 | Start letting the parser catch interpolated ASTs. | Paul Stansifer | -2/+15 | |
| 2012-07-05 | Macro By Example transcription of token trees with interpolations and ↵ | Paul Stansifer | -25/+122 | |
| dotdotdots. | ||||
| 2012-07-05 | Store some span information for stride mismatches errors in MBE TT macros. | Paul Stansifer | -9/+14 | |
| 2012-07-05 | Move earley_parser.rs to a more appropriate place | Paul Stansifer | -1/+1 | |
| 2012-07-05 | Some rearranging in perparation for MBE-style TT transcription. | Paul Stansifer | -7/+147 | |
| 2012-07-05 | Comments only: change TODOs to FIXMEs and annotate them | Tim Chevalier | -1/+1 | |
| 2012-07-05 | Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym | Lindsey Kuper | -2/+2 | |
| 2012-07-03 | Revert "Remove rule requiring non-nil block-style statements to be ↵ | Brian Anderson | -1/+1 | |
| semi-terminated" This reverts commit 0f5eaef5fb2443acd3ea67250c953839c3d04d38. | ||||
| 2012-07-03 | Remove rule requiring non-nil block-style statements to be semi-terminated | Brian Anderson | -1/+1 | |
| This is a subtle rule that no longer seems to be required. | ||||
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -116/+109 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -30/+32 | |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -209/+209 | |
| 2012-06-29 | Refactor syntax exts some. Don't ever emit bare vectors. | Michael Sullivan | -38/+30 | |
| 2012-06-28 | Make fmt use a bitmask instead of a vector of flags. Closes #1993. | Michael Sullivan | -11/+11 | |
| 2012-06-28 | Have #fmt use str::concat to build up the string instead of using binary +. ↵ | Michael Sullivan | -6/+12 | |
| Closes #2746. | ||||
| 2012-06-28 | replace more vector + (issue #2719) | Eric Holk | -8/+9 | |
| 2012-06-27 | Replace more vector + (issue #2719) | Eric Holk | -34/+40 | |
| 2012-06-27 | Have the syntax extension ast builders reserve the extra node ids required ↵ | Michael Sullivan | -0/+2 | |
| for overloading. Closes #2732. | ||||
| 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 | -189/+199 | |
| 2012-06-25 | When we cons up vector asts, generate evecs. | Michael Sullivan | -2/+12 | |
| 2012-06-25 | Make it possible to make built-in tt syntax extensions | Paul Stansifer | -4/+42 | |
| 2012-06-25 | parsing for the macro system | Paul Stansifer | -0/+243 | |
| 2012-06-22 | Serialize out uniq vecs types | Michael Sullivan | -8/+11 | |
| 2012-06-21 | Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. | Graydon Hoare | -16/+14 | |
| 2012-06-20 | Remove bind. Issue #2189 | Brian Anderson | -35/+45 | |
| 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-15 | Make token trees parseable. | Paul Stansifer | -0/+1 | |
| 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 | -88/+95 | |
| 2012-06-07 | syntax: Remove some more implicit copies | Patrick Walton | -6/+10 | |
| 2012-06-06 | borrowck changes: some copies, some removed mut annotations, some dvec | Niko Matsakis | -5/+6 | |
| 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/+2922 | |
| Per issue #2418. | ||||
