| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-01-16 | libsyntax: accept only whitespace with the PATTERN_WHITE_SPACE property | Kevin Butler | -4/+8 | |
| This aligns with unicode recommendations and should be stable for all future unicode releases. See http://unicode.org/reports/tr31/#R3. This renames `libsyntax::lexer::is_whitespace` to `is_pattern_whitespace` so potentially breaks users of libsyntax. | ||||
| 2016-01-14 | libsyntax: use char::is_whitespace instead of custom implementations | Kevin Butler | -0/+18 | |
| Fixes #29590. | ||||
