summary refs log tree commit diff
path: root/src/libsyntax/ext/pipes.rs
AgeCommit message (Collapse)AuthorLines
2012-07-09Allow defining token tree macros. They should work now!Paul Stansifer-6/+3
2012-07-09Enable item macros to define macros.Paul Stansifer-2/+2
2012-07-09rustc: Switch over to resolve3Patrick Walton-2/+2
2012-07-09Revert "rustc: Switch over to resolve3" due to Linux failuresPatrick Walton-2/+2
This reverts commit 2c0aa257e293dde91042a8045100d9923d139a04.
2012-07-09rustc: Switch over to resolve3Patrick Walton-2/+2
2012-07-06Fixing an infinite type, updating code to match new Early parser, ↵Eric Holk-1/+3
remembering to add protocol parser.
2012-07-06pingpong protocol parses, although I should probably rewrite this to use ↵Eric Holk-6/+16
Paul's Early parser stuff.
2012-07-06You can have any protocol you want, provided it's pingpong.Eric Holk-2/+9
This integrates the pipe compiler into the proto syntax extension.
2012-07-06Plumbing and parsing for item-position macros.Eric Holk-0/+10