summaryrefslogtreecommitdiff
path: root/src/regexp/syntax/regexp.go
Commit message (Expand)AuthorAgeFilesLines
* 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