aboutsummaryrefslogtreecommitdiff
path: root/src/regexp/regexp.go
AgeCommit message (Expand)Author
2020-04-10regexp: add (*Regexp).SubexpIndexSylvain Zimmer
2019-05-15regexp: optimize for provably too short inputsSylvain Zimmer
2019-05-08regexp: clarify docs re Submatch resultDmitry Vyukov
2019-02-26regexp: limit the capacity of slices of bytes returned by FindXFrancesc Campoy
2018-10-12regexp: add partial Deprecation comment to CopyRuss Cox
2018-10-12regexp: evaluate context flags lazilyRuss Cox
2018-10-12regexp: use pools for NFA machinesRuss Cox
2018-10-12regexp: split one-pass execution out of machine structRuss Cox
2018-10-12regexp: split bit-state execution out of machine structRuss Cox
2018-09-13regexp: fix incorrect name in Match doc commentAlan Donovan
2018-07-13regexp: reword Match documentation to be more like FindRuss Cox
2018-07-09regexp: revert "use sync.Pool to cache regexp.machine objects"Russ Cox
2018-06-12regexp: add QuoteMeta exampleMatthew Broberg
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-04-03regexp: use sync.Pool to cache regexp.machine objectsJavier Kohen
2018-03-28regexp: document behavior of FindAll* functions when n < 0Diogo Pinela
2018-02-23regexp: Regexp shouldn't keep references to inputsOleg Bulatov
2018-02-19regexp: dont use builtin type as variable nameAhmet Soormally
2018-02-13regexp: don't allocate when All methods find no matchesJosh Bleecher Snyder
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-04-28regexp: speed up QuoteMeta with a lookup tableKevin Burke
2017-04-07regexp: document that Longest method is not concurrent-safeIan Lance Taylor
2017-03-23regexp: add ASCII fast path for context methodsMartin Möhrmann
2016-10-19regexp: avoid alloc in QuoteMeta when not quotingIngo Oeser
2016-09-06regexp: reduce mallocs in Regexp.Find* and Regexp.ReplaceAll*.Aliaksandr Valialkin
2016-03-25all: delete dead non-test codeDominik Honnef
2016-03-18regexp: avoid copying mutex in (*Regexp).Copy.David Symonds
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2015-11-25regexp: add Copy method to RegexpCaleb Spare
2015-10-23regexp: fix slice bounds out of range panicsDidier Spezia
2015-06-01regexp: suggest go doc, not godocRob Pike
2015-03-23regexp: fix link to RE2 syntaxBrad Fitzpatrick
2014-12-24regexp: fix typo in comment: s/onpass/onepass/Michael Matloob
2014-10-19regexp: correct doc comment for ReplaceAllLiteralStringIan Lance Taylor
2014-09-08build: move package sources from src/pkg to srcRuss Cox