| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-05-31 | Rename librustsyntax to libsyntax | Kevin Cantu | -69/+0 | |
| Per issue #2418. | ||||
| 2012-05-15 | Remove `be` keyword. | Lindsey Kuper | -2/+1 | |
| Closes #2227. | ||||
| 2012-05-10 | Remove `do { ... } while ...` from the language. | Paul Stansifer | -2/+2 | |
| 2012-04-26 | Refactor operator precedence code | Tim 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-19 | Move some functions from pprust to classify | Tim Chevalier | -2/+47 | |
| As per a FIXME in syntax::parse::classify, move predicates on exprs and stmts into classify, out of pprust | ||||
| 2012-04-18 | syntax: Begin moving functions from mod parser to mod classify | Brian Anderson | -0/+31 | |
