| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-08-15 | Add trace_macros! | Eric Holk | -0/+2 | |
| 2012-08-01 | Clean out transitional lint. | Graydon Hoare | -5/+0 | |
| 2012-07-26 | Nomenclature fixes in the lint checker. Fewer double-negatives. | Graydon Hoare | -0/+5 | |
| New style is allow(foo), warn(foo), deny(foo) and forbid(foo), mirrored by -A foo, -W foo, -D foo and -F foo on command line. These replace -W no-foo, -W foo, -W err-foo, respectively. Forbid is new, and means "deny, and you can't override it". | ||||
| 2012-07-17 | Added liveness analysis for protocols, and removed warnings about empty states. | Eric Holk | -0/+1 | |
| 2012-07-17 | Error checking for protocols. We'll need spans though. | Eric Holk | -0/+2 | |
| 2012-07-11 | Fix some version numbers. | Graydon Hoare | -3/+3 | |
| 2012-07-09 | Allow defining token tree macros. They should work now! | Paul Stansifer | -1/+3 | |
| 2012-07-06 | pingpong protocol parses, although I should probably rewrite this to use ↵ | Eric Holk | -1/+2 | |
| Paul's Early parser stuff. | ||||
| 2012-07-06 | You can have any protocol you want, provided it's pingpong. | Eric Holk | -1/+4 | |
| This integrates the pipe compiler into the proto syntax extension. | ||||
| 2012-07-06 | Plumbing and parsing for item-position macros. | Eric Holk | -0/+2 | |
| 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 | -0/+3 | |
| 2012-07-04 | convert doc-attributes to doc-comments using ↵ | Gareth Daniel Smith | -3/+3 | |
| ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 | ||||
| 2012-06-25 | parsing for the macro system | Paul Stansifer | -0/+3 | |
| 2012-06-15 | Make token trees parseable. | Paul Stansifer | -0/+1 | |
| 2012-06-04 | Make vecs implicitly copyable for all of our projects. | Michael Sullivan | -0/+2 | |
| 2012-05-31 | Rename librustsyntax to libsyntax | Kevin Cantu | -0/+72 | |
| Per issue #2418. | ||||
