Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2014-07-15 | Implement multiline string literals | Alex Crichton | -5/+125 | |
While I'm at it, implement literal strings as well. Closes #5 | ||||
2014-07-15 | Support \U escapes in strings | Alex Crichton | -10/+20 | |
2014-07-15 | Migrate to a TreeMap for determinism | Alex Crichton | -8/+8 | |
2014-06-26 | Add a CRLF test | Alex Crichton | -0/+17 | |
2014-06-25 | Fix "error: cannot determine the type of this integer" | Daniel Trebbien | -3/+3 | |
2014-06-23 | Handle \r\n | Alex Crichton | -3/+7 | |
2014-06-23 | Add a method for converting to (line, column) | Alex Crichton | -0/+30 | |
2014-06-20 | Add documentation and examples | Alex Crichton | -0/+45 | |
2014-06-20 | Initial commit | Alex Crichton | -0/+617 | |