about summary refs log tree commit diff
path: root/src/librustsyntax/parse/classify.rs
AgeCommit message (Collapse)AuthorLines
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-69/+0
Per issue #2418.
2012-05-15Remove `be` keyword.Lindsey Kuper-2/+1
Closes #2227.
2012-05-10Remove `do { ... } while ...` from the language.Paul Stansifer-2/+2
2012-04-26Refactor operator precedence codeTim Chevalier-8/+2
Use functions instead of a dynamically created table to determine operator precedence. Gets rid of a FIXME in syntax::parse::prec. Change precedences from int to uint while we're at it, since don't use negative precedences.
2012-04-19Move some functions from pprust to classifyTim Chevalier-2/+47
As per a FIXME in syntax::parse::classify, move predicates on exprs and stmts into classify, out of pprust
2012-04-18syntax: Begin moving functions from mod parser to mod classifyBrian Anderson-0/+31