about summary refs log tree commit diff
path: root/src/comp/syntax
AgeCommit message (Expand)AuthorLines
2012-02-10Output meaningful lexer error when no digits given for numberMarijn Haverbeke-0/+6
2012-02-09Remove some pointless importsMarijn Haverbeke-40/+0
2012-02-09Increase precedence of as operatorMarijn Haverbeke-6/+6
2012-02-08A bit more WIP on classes, and some cleanup in resolveTim Chevalier-13/+19
2012-02-07Restore a comment that got lost (comments only)Tim Chevalier-1/+1
2012-02-07Minor class-related tweaks to the ASTTim Chevalier-18/+32
2012-02-06Make keyword table in reference reflect reality more closelyMarijn Haverbeke-6/+6
2012-02-06Handle built-in typenames in the resolve pass, rather than in parserMarijn Haverbeke-76/+31
2012-02-06Removed sendfn from badwords and made the precedence of XOR between that of O...Ian D. Bollinger-2/+2
2012-02-06Self types for ifacesMarijn Haverbeke-3/+1
2012-02-06Allow non-semicolon-requiring expressions to be followed by .fieldMarijn Haverbeke-22/+22
2012-02-05Fix macro backtraces.Kevin Atkinson-58/+58
2012-02-05Remove support for $(...) form of quasi-quotes, use #ast{...} instead.Kevin Atkinson-28/+4
2012-02-05infer modes rather than overwriting with expected tyNiko Matsakis-19/+39
2012-02-03Beginnings of front-end support for classesTim Chevalier-7/+247
2012-02-03Fix various drift issues in the qq branch.Graydon Hoare-29/+27
2012-02-03Implement folding of ast::ty.Kevin Atkinson-3/+30
2012-02-03Fix q-q so that non-expression q-q actually work when there is embed anti-q.Kevin Atkinson-7/+21
2012-02-03Allow anti-quotes to also be ast::ty rather than just ast::expr.Kevin Atkinson-14/+74
2012-02-03Implement quasi-quoting of multiple syntatic categories.Kevin Atkinson-24/+114
2012-02-03Formatting cleanups.Kevin Atkinson-11/+13
2012-02-03Store info about file "substr".Kevin Atkinson-14/+38
2012-02-03Implement quasi-quotes in more macro form: #ast{...}.Kevin Atkinson-5/+38
2012-02-03Don't rely on filename to get a file from the filemapKevin Atkinson-9/+15
2012-02-03Bug fix in lookup_byte_offset.Kevin Atkinson-1/+1
2012-02-03Make macro arg optional in syntax, again untested.Kevin Atkinson-14/+41
2012-02-03Add support for recognizing macro body, completely untested.Kevin Atkinson-16/+43
2012-02-03Change the type for the macro body to also store the span.Kevin Atkinson-10/+13
2012-02-03When replacing $(...) with $0 preserve spacing for better error messages.Kevin Atkinson-7/+19
2012-02-03Expand result of quasi-quote.Kevin Atkinson-3/+9
2012-02-03Implement anti-quotes.Kevin Atkinson-12/+93
2012-02-03Implement "replace" function.Kevin Atkinson-1/+23
2012-02-03Implement basic quasi-quoter. No anti-quotes yet.Kevin Atkinson-7/+39
2012-02-03Rename AST builders to use uniform naming scheme. Also add a few more.Kevin Atkinson-46/+68
2012-02-03Add support for parsing quasi-quotes, doesn't do anything useful yet.Kevin Atkinson-1/+72
2012-02-03Move useful ast building functions into their own module.Kevin Atkinson-39/+49
2012-02-03Add function to get a code snippet from a span,Kevin Atkinson-3/+40
2012-02-01rustdoc: Add support for type itemsBrian Anderson-1/+5
2012-02-01Rename (again) str::unsafe::slice -> str::unsafe::slice_bytes andKevin Cantu-4/+4
2012-02-01Propagating unsafe::slice 3Kevin Cantu-4/+5
2012-02-01Propagating unsafe::slice 2Kevin Cantu-4/+4
2012-02-01make boxes self-describing (fixes #1493)" (take 2)Niko Matsakis-0/+2
2012-02-01Revert "make boxes self-describing (fixes #1493)" until a newNiko Matsakis-2/+0
2012-02-01make boxes self-describing (fixes #1493)Niko Matsakis-0/+2
2012-02-01Remove support for native typesMarijn Haverbeke-31/+2
2012-01-31Change option::t to optionTim Chevalier-66/+66
2012-01-31Require alts to be exhaustiveTim Chevalier-48/+57
2012-01-30rustc: Allow attributes on methods. Closes #1709Brian Anderson-8/+14
2012-01-30Remove ternary operatorPaul Woolcock-61/+5
2012-01-30Change all ternary ops to if/then/elsePaul Woolcock-24/+80