about summary refs log tree commit diff
path: root/src/libsyntax/ext/pipes
AgeCommit message (Expand)AuthorLines
2012-08-17Move select macro into another file, so it can be including in multiple tests.Eric Holk-1/+1
2012-08-17Track spans better in the protocol compiler so we can get better error messages.Eric Holk-17/+34
2012-08-17Remove the class keywordBrian Anderson-1/+1
2012-08-15Modify pipec to not emit calls to some and noneBrian Anderson-4/+4
2012-08-15pipes: Rename the pipec-generated buffer to __BufferBrian Anderson-2/+2
2012-08-15Convert more core types to camel caseBrian Anderson-3/+3
2012-08-13core: Camel case some lesser-used modulesBrian Anderson-3/+3
2012-08-08libsyntax: Parse common enum fieldsPatrick Walton-1/+3
2012-08-08Convert impls to new syntaxBrian Anderson-33/+22
2012-08-08rustc: Do some plumbing work in preparation for common fields in enumsPatrick Walton-10/+8
2012-08-07rustc: Add stub support for struct variants to the ASTPatrick Walton-1/+1
2012-08-07Generate try_send versions for all the messages. Fixes #3128Eric Holk-57/+98
2012-08-06make `ref x` bindings produce region ptrs and fix various minor bugsNiko Matsakis-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-21/+21
2012-08-05Switch alts to use arrowsBrian Anderson-53/+46
2012-08-03rustc: Add the notion of inherited visibilityPatrick Walton-1/+0
2012-08-03rustc: Remove all fixed-length strings from our codebasePatrick Walton-5/+5
2012-08-01Convert ret to returnBrian Anderson-2/+2
2012-07-31rustc: Parse by-reference pattern bindings with the "ref" keywordPatrick Walton-2/+4
2012-07-31Change remaining "iface" occurrences to "trait"; deprecate "iface"Lindsey Kuper-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-39/+39
2012-07-30Impl-ize interner.Paul Stansifer-1/+0
2012-07-29Rewrite bitv to use classes and optimize its representationTim Chevalier-2/+2
2012-07-27rustc: Use coherence for operator overloading.Patrick Walton-18/+1
2012-07-26Comments Only: Remove outdated FIXMEs. Fixes #2886.Eric Holk-2/+0
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-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/+111
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-12/+86
2012-07-17Error checking for protocols. We'll need spans though.Eric Holk-140/+237
2012-07-16Add support for terminal states (issue #2862)Eric Holk-44/+111
2012-07-14remove typestate from code, tests, and docsNiko Matsakis-4/+1
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-38/+38
2012-07-13Support prefix notation for vstore strings. Closes #2906.Michael Sullivan-9/+9
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-3/+3
2012-07-12Get rid of all of the remaining /~s in the code base.Michael Sullivan-10/+10
2012-07-11infer when types are region parameterized rather than requiring /&Niko Matsakis-6/+3
2012-07-09Allow defining token tree macros. They should work now!Paul Stansifer-4/+3
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-0/+63
2012-07-06pingpong protocol parses, although I should probably rewrite this to use Paul...Eric Holk-8/+13