about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2012-07-26Allow old-style syntax extensions to be called with new syntax.Paul Stansifer-0/+61
2012-07-26Make parsing about 0.3 seconds faster.Eric Holk-13/+14
2012-07-25Add #[inline(never)], and also fixed inlining on vec::pushEric Holk-1/+5
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/+244
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-24rustc: Parse new-style impl declarationsPatrick Walton-34/+69
2012-07-24rustc: Don't require that structs have constructorsPatrick Walton-28/+48
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-15/+35
2012-07-23syntax: Expect the closing brace after struct literalsPatrick Walton-0/+1
2012-07-23rustc: Max/min classes: Add struct literal syntaxPatrick Walton-39/+84
2012-07-23syntax: Remove reference to typestate in a commentPatrick Walton-1/+1
2012-07-19Revert "accept naked exprs with commas in pattern arms" due to pretty-printin...Patrick Walton-42/+6
2012-07-18accept naked exprs with commas in pattern armsNiko Matsakis-6/+42
2012-07-18Remove non-existent importsTim Chevalier-3/+3
2012-07-18syntax: Parse multiple trait refs in a single implementationPatrick Walton-18/+34
2012-07-18prevent regions from escaping in ifaces; remove &r.T syntaxNiko Matsakis-3/+2
2012-07-17Added liveness analysis for protocols, and removed warnings about empty states.Eric Holk-0/+115
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-40/+213
2012-07-17Support attributes on class ctors and dtorsTim Chevalier-47/+68
2012-07-17Error checking for protocols. We'll need spans though.Eric Holk-141/+251
2012-07-16introduce an owned kind for data that contains no borrowed ptrsNiko Matsakis-9/+16
2012-07-16Add support for terminal states (issue #2862)Eric Holk-44/+111
2012-07-14remove typestate from code, tests, and docsNiko Matsakis-423/+29
2012-07-14Get rid of ast::ty_vstore, which was only used for fixed length.Michael Sullivan-39/+21
2012-07-14Make the new world order normative. Closes #2908.Michael Sullivan-9/+0
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-1077/+1083
2012-07-13Handle prefix notations for strings in patterns. This is kind of gross.Michael Sullivan-2/+21
2012-07-13Change (hopefully) all of the code that generates strs asts to produce ~strs.Michael Sullivan-30/+37
2012-07-13Change the pretty printer to print vstores for strs in prefix notation.Michael Sullivan-16/+10
2012-07-13Support prefix notation for vstore strings. Closes #2906.Michael Sullivan-70/+82
2012-07-13Clean up various bugs with trait parsing.Lindsey Kuper-18/+23
2012-07-13More consistent use of backticks and "expected" in error messages.Lindsey Kuper-23/+27
2012-07-13Refactor how impl self types are storedTim Chevalier-8/+20
2012-07-13Front-end support for default impls in traits.Lindsey Kuper-16/+88
2012-07-13change region syntax to &r/T in place of &r.TNiko Matsakis-7/+12
2012-07-12Obliterate the callee_id hackTim Chevalier-23/+21
2012-07-12Switch map-reduce control protocol to use pipes. This exposed a bug in the pi...Eric Holk-25/+2
2012-07-12Pretty-print regions in slices correctlyTim Chevalier-2/+11
2012-07-12Comments only: TODOs to FIXMEs; annotateTim Chevalier-8/+11
2012-07-12Fix region printing in the prettyprinterTim Chevalier-2/+2
2012-07-12Merge remote-tracking branch 'origin/dist-snap' into incomingGraydon Hoare-3/+3