about summary refs log tree commit diff
path: root/src/librustsyntax/parse/common.rs
AgeCommit message (Expand)AuthorLines
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-217/+0
2012-05-24Use an impl to access parse/common.rsPaul Stansifer-159/+170
2012-05-23The parser is represented by a class now.Paul Stansifer-17/+13
2012-05-22Get rid of the >>> operator and make >> logical or arithmetic depending on th...Michael Sullivan-5/+2
2012-05-08Support visibility modifiers and attributes on view itemsMarijn Haverbeke-5/+9
2012-04-27parser: More refactoring of restricted value name checkingBrian Anderson-3/+7
2012-04-24syntax: Divide keywords into contextual/restricted. No bad wordsBrian Anderson-5/+5
2012-04-24syntax: Clean up the bad_expr_word functionsBrian Anderson-5/+13
2012-04-24syntax: Rename is_word to is_keyword, etc.Brian Anderson-4/+4
2012-04-19syntax: Move fn spanned into ast_utilBrian Anderson-5/+1
2012-04-19syntax: Extract some functions into mod commonBrian Anderson-0/+201