summaryrefslogtreecommitdiff
path: root/src/regexp/regexp.go
Commit message (Collapse)AuthorAgeFilesLines
* regexp: correct doc comment for ReplaceAllLiteralStringIan Lance Taylor2014-10-191-1/+1
| | | | | | | | | Fixes issue 8959. LGTM=adg R=golang-codereviews, adg CC=golang-codereviews https://codereview.appspot.com/161790043
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1120
Preparation was in CL 134570043. This CL contains only the effect of 'hg mv src/pkg/* src'. For more about the move, see golang.org/s/go14nopkg.