summaryrefslogtreecommitdiff
path: root/src/regexp/syntax/prog.go
Commit message (Expand)AuthorAgeFilesLines
* regexp/syntax: test for lowercase letters first in IsWordCharLudi Rehak2023-03-141-1/+3
* regexp/syntax: fix typo in commentLudi Rehak2022-04-291-1/+1
* all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox2022-04-051-1/+1
* regexp: document and implement that invalid UTF-8 bytes are the same as U+FFFDRuss Cox2021-10-111-1/+2
* regexp/syntax: don't do both linear and binary sesarch in MatchRunePosIan Lance Taylor2018-08-221-10/+22
* all: use strings.Builder instead of bytes.Buffer where appropriateBrad Fitzpatrick2018-03-261-7/+7
* all: remove some unused return parametersDaniel Martí2018-03-241-8/+6
* regexp: Remove duplicated function wordRune()Sylvain Zimmer2017-09-081-11/+2
* all: single space after period.Brad Fitzpatrick2016-03-021-2/+2
* all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder2015-03-181-2/+2
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+345