about summary refs log tree commit diff
path: root/src/boot/fe/lexer.mll
AgeCommit message (Expand)AuthorLines
2011-05-13Remove rustboot from the repository.Graydon Hoare-478/+0
2011-05-02Un-revert "Use different syntax for checks that matter to typestate", fixing ...Patrick Walton-0/+1
2011-05-02Revert "Use different syntax for checks that matter to typestate"Graydon Hoare-1/+0
2011-05-02Use different syntax for checks that matter to typestateTim Chevalier-0/+1
2011-04-19Remove half-baked 'opacity' layer qualifier.Graydon Hoare-2/+0
2011-04-19Remove effect system from src.Graydon Hoare-1/+0
2011-04-19Add log_err to rustbootMarijn Haverbeke-0/+1
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-24Improve error message when the lexer sees a bad characterTim Chevalier-1/+2
2010-11-02First pass on splitting stratum and opacity off of effects. WIP.Graydon Hoare-1/+5
2010-09-30implemented break for while-loop caseOr Brostovski-0/+2
2010-09-20Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate...Graydon Hoare-0/+1
2010-09-14Teach front-end about simple, first-cut version of const items.Graydon Hoare-0/+1
2010-08-17Add support for a reserved-words list and reserve the various not-supported-b...Graydon Hoare-15/+72
2010-08-03Fix some naughtiness of handling newlines in bracequotes and multi-line comme...Graydon Hoare-7/+13
2010-07-27Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a...Graydon Hoare-10/+40
2010-07-08Issue 66: Multi-line commentsMatt Brubeck-1/+14
2010-07-01Add machine-dependent 'float' type.Graydon Hoare-0/+1
2010-07-01Fix lexer's definition of numeric literals.Graydon Hoare-4/+5
2010-06-23Populate tree.Graydon Hoare-0/+362