about summary refs log tree commit diff
path: root/src/comp/front/token.rs
AgeCommit message (Expand)AuthorLines
2011-07-05Move everything syntax-related to syntax/, break deps on rest of compilerMarijn Haverbeke-202/+0
2011-07-03Add a predicate that determines whether a token can begin an expressionTim Chevalier-0/+21
2011-06-18rustc: receive is spelled |> nowBrian Anderson-1/+1
2011-06-16Add "<->" to the token definition and the lexer.Michael Sullivan-0/+2
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-25/+21
2011-05-27Pretty print the new RECV token...Michael Sullivan-0/+1
2011-05-27Lex '|>' as the RECV token.Michael Sullivan-0/+1
2011-05-20rustc: Move the interner to a new module intended to be used for general data...Patrick Walton-1/+1
2011-05-17Finally rename std::_xxx to std::xxxMarijn Haverbeke-9/+9
2011-05-16rustc: Make the parser use the internerPatrick Walton-6/+6
2011-05-14Mark IDENT tokens that are followed by ::Marijn Haverbeke-2/+2
2011-05-13Make the parser more careful about keywordsMarijn Haverbeke-201/+1
2011-05-12Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke-13/+13
2011-05-12Change module dereference syntax from . to ::Marijn Haverbeke-0/+2
2011-05-09Remove boxes from token.t.Graydon Hoare-10/+19
2011-05-06Rename std modules to be camelcasedMarijn Haverbeke-9/+9
2011-05-05Bring back "pred" syntax for writing predicates for checkTim Chevalier-0/+2
2011-05-02Un-revert "Use different syntax for checks that matter to typestate", fixing ...Patrick Walton-0/+2
2011-05-02Revert "Use different syntax for checks that matter to typestate"Graydon Hoare-2/+0
2011-05-02Use different syntax for checks that matter to typestateTim Chevalier-0/+2
2011-04-19Remove half-baked 'opacity' layer qualifier.Graydon Hoare-6/+0
2011-04-19Remove effect system from src.Graydon Hoare-4/+2
2011-04-19add log_err to rustcMarijn Haverbeke-0/+2
2011-04-05Further on the path toward self-awareness.Lindsey Kuper-0/+2
2011-03-29Beginnings of support for magical self prefix; nothing profound happening yet.Lindsey Kuper-1/+2
2011-03-27Add support for break and cont to rustcMarijn Haverbeke-0/+6
2011-03-25Another go at changing compile-command, this time using RBUILD env var.Graydon Hoare-1/+1
2011-03-25Revert "Bulk-edit compile commands in emacs chatter to point to assumed build...Graydon Hoare-1/+1
2011-03-25Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of...Graydon Hoare-1/+1
2011-03-25make lexer unicode-aware for strings and char literalsMarijn Haverbeke-2/+2
2011-03-22Further support for floating-point. Literals with exponents workTim Chevalier-0/+1
2011-03-21Started adding support for floating-point type, floating-point literals, and ...Tim Chevalier-1/+2
2011-03-16Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...Graydon Hoare-2/+3
2010-12-03Change 'stratum' to the friendlier term 'layer'.Graydon Hoare-2/+2
2010-11-03Teach rustc lexer about changes to stratum, opacity and effect keywords.Graydon Hoare-4/+16
2010-09-23Translate a bunch of the material (lltrans, llasm, abi) from rustboot to rust...Graydon Hoare-0/+348