aboutsummaryrefslogtreecommitdiff
path: root/src/regexp/syntax/regexp.go
AgeCommit message (Expand)Author
2019-05-22regexp/syntax: exclude full range from String negation caseKeegan Carruthers-Smith
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-03-26all: use strings.Builder instead of bytes.Buffer where appropriateBrad Fitzpatrick
2018-02-20regexp/syntax: make Op an fmt.StringerDaniel Martí
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2015-11-25regexp/syntax: correctly print `^` BOL and `$` EOLTamir Duberstein
2014-11-11regexp/syntax: Clarify comment of OpAnyCharNotNL.Robin Eklind
2014-09-08build: move package sources from src/pkg to srcRuss Cox