about summary refs log tree commit diff
path: root/src/libsyntax/ext
AgeCommit message (Expand)AuthorLines
2012-07-26Comments Only: Remove outdated FIXMEs. Fixes #2886.Eric Holk-2/+0
2012-07-26Allow old-style syntax extensions to be called with new syntax.Paul Stansifer-0/+61
2012-07-25Polymorphic protocols work well enough to do MapReduce.Eric Holk-6/+8
2012-07-25Bounded protocols work well enough to compile core, but map reduce has too ma...Eric Holk-15/+37
2012-07-25Thread spans through the pipe compiler. They aren't perfect, but they make de...Eric Holk-70/+90
2012-07-25Compiled a bounded version of pingpong.Eric Holk-43/+232
2012-07-25Generate buffer type for bounded protocolsEric Holk-0/+31
2012-07-25Refactor the bounded pingpong example to avoid needing to generate unsafe code.Eric Holk-19/+30
2012-07-25Refactoring pipes to allow implementing bounded protocols.Eric Holk-2/+5
2012-07-24Bugfix: enable transcription to deal with zero-repetition cases.Paul Stansifer-9/+8
2012-07-24Improve an error message a little.Paul Stansifer-3/+5
2012-07-24Bugfix: make the parser handle the case where zero repetitions occur, by hand...Paul Stansifer-12/+30
2012-07-18syntax: Parse multiple trait refs in a single implementationPatrick Walton-0/+1
2012-07-17Added liveness analysis for protocols, and removed warnings about empty states.Eric Holk-0/+114
2012-07-17Don't ICE when protocol steps to invalid mesasge.Eric Holk-21/+22
2012-07-17rustc: Fix coherence errors in the buildPatrick Walton-27/+26
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-13/+115
2012-07-17Error checking for protocols. We'll need spans though.Eric Holk-141/+249
2012-07-16Add support for terminal states (issue #2862)Eric Holk-44/+111
2012-07-14remove typestate from code, tests, and docsNiko Matsakis-18/+4
2012-07-14Get rid of ast::ty_vstore, which was only used for fixed length.Michael Sullivan-15/+4
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-315/+316
2012-07-13Change (hopefully) all of the code that generates strs asts to produce ~strs.Michael Sullivan-30/+37
2012-07-13Support prefix notation for vstore strings. Closes #2906.Michael Sullivan-51/+56
2012-07-12Obliterate the callee_id hackTim Chevalier-7/+10
2012-07-12Switch map-reduce control protocol to use pipes. This exposed a bug in the pi...Eric Holk-25/+2
2012-07-12Comments only: TODOs to FIXMEs; annotateTim Chevalier-7/+10
2012-07-12Accept prefix notation for writing the types of str/~ and friends.Michael Sullivan-5/+26
2012-07-12Get rid of all of the remaining /~s in the code base.Michael Sullivan-10/+10
2012-07-12Merge branch 'rt-changes' into incomingMichael Sullivan-2/+10
2012-07-12Handle autoserializing of str/~.Michael Sullivan-2/+10
2012-07-11infer when types are region parameterized rather than requiring /&Niko Matsakis-8/+5
2012-07-09'cont' -> 'again' in straggler codePaul Stansifer-1/+1
2012-07-09Allow defining token tree macros. They should work now!Paul Stansifer-64/+167
2012-07-09Add support for matchers nonterminals.Paul Stansifer-1/+7
2012-07-09Enable item macros to define macros.Paul Stansifer-6/+17
2012-07-09Allow folds to drop items.Paul Stansifer-10/+18
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
2012-07-09rustc: Switch over to resolve3Patrick Walton-2/+2
2012-07-09Switch 'cont' to 'again' everywhere. Close #2229.Graydon Hoare-1/+1
2012-07-06Updating tests to use pipes.Eric Holk-22/+36
2012-07-06Fixing an infinite type, updating code to match new Early parser, remembering...Eric Holk-2/+67
2012-07-06pingpong protocol parses, although I should probably rewrite this to use Paul...Eric Holk-14/+29
2012-07-06Recursively expand items, and keep expansion stack, per Paul's code review co...Eric Holk-3/+10
2012-07-06Adding token tree nonterminals to earley parser.Eric Holk-2/+1
2012-07-06You can have any protocol you want, provided it's pingpong.Eric Holk-2/+583
2012-07-06Plumbing and parsing for item-position macros.Eric Holk-5/+60
2012-07-05Allow soft failure of the macro parser.Paul Stansifer-11/+18
2012-07-05Add new syntax for interpolation and repetition, and allow the transcription ...Paul Stansifer-8/+20