| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | More minor stylization changes (remove unneeded parentheses) | gingerBill | 2021-06-14 | 1 | -1/+1 |
| * | Core library clean up: Make range expressions more consistent and replace use... | gingerBill | 2021-06-14 | 1 | -6/+6 |
| * | Improve text/scanner whitespace parameter to use a bit_set instead; Improve e... | gingerBill | 2020-12-15 | 1 | -5/+8 |
| * | Add docs to text/scanner | gingerBill | 2020-12-07 | 1 | -3/+51 |
| * | Unify `peek_n` with `peek` and rename`scan_peek_n` to `peek_token` | gingerBill | 2020-12-07 | 1 | -16/+10 |
| * | Add scan_peek_n to package text/scanner #800 | gingerBill | 2020-12-07 | 1 | -0/+10 |
| * | Add `peek_n` to `package text/scanner` | gingerBill | 2020-12-07 | 1 | -0/+15 |
| * | Clean up logic | gingerBill | 2020-12-06 | 1 | -1/+1 |
| * | Keep `fmt` happy | gingerBill | 2020-12-02 | 1 | -3/+2 |
| * | Fix typos | gingerBill | 2020-12-02 | 1 | -0/+3 |
| * | Fix text/scanner.scan_string | gingerBill | 2020-11-18 | 1 | -4/+4 |
| * | Add `package text/scanner` | gingerBill | 2020-11-18 | 1 | -0/+583 |