Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | regexp/syntax: test for lowercase letters first in IsWordChar | Ludi Rehak | 2023-03-14 | 1 | -1/+3 |
* | regexp/syntax: fix typo in comment | Ludi Rehak | 2022-04-29 | 1 | -1/+1 |
* | all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments | Russ Cox | 2022-04-05 | 1 | -1/+1 |
* | regexp: document and implement that invalid UTF-8 bytes are the same as U+FFFD | Russ Cox | 2021-10-11 | 1 | -1/+2 |
* | regexp/syntax: don't do both linear and binary sesarch in MatchRunePos | Ian Lance Taylor | 2018-08-22 | 1 | -10/+22 |
* | all: use strings.Builder instead of bytes.Buffer where appropriate | Brad Fitzpatrick | 2018-03-26 | 1 | -7/+7 |
* | all: remove some unused return parameters | Daniel Martí | 2018-03-24 | 1 | -8/+6 |
* | regexp: Remove duplicated function wordRune() | Sylvain Zimmer | 2017-09-08 | 1 | -11/+2 |
* | all: single space after period. | Brad Fitzpatrick | 2016-03-02 | 1 | -2/+2 |
* | all: use "reports whether" in place of "returns true if(f)" | Josh Bleecher Snyder | 2015-03-18 | 1 | -2/+2 |
* | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -0/+345 |