summaryrefslogtreecommitdiff
path: root/src/regexp/syntax/regexp.go
Commit message (Expand)AuthorAgeFilesLines
* regexp/syntax: exclude full range from String negation caseKeegan Carruthers-Smith2019-05-221-1/+1
* all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick2018-11-021-1/+1
* all: use strings.Builder instead of bytes.Buffer where appropriateBrad Fitzpatrick2018-03-261-4/+3
* regexp/syntax: make Op an fmt.StringerDaniel Martí2018-02-201-0/+2
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten2016-02-191-1/+1
* regexp/syntax: correctly print `^` BOL and `$` EOLTamir Duberstein2015-11-251-2/+2
* regexp/syntax: Clarify comment of OpAnyCharNotNL.Robin Eklind2014-11-111-1/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+319