]> Cypherpunks.ru repositories - gostls13.git/history - src/regexp
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / regexp /
2023-10-11 Olivier Menguéregexp: add godoc links
2023-10-03 qiulaidongfengregexp/syntax: use min func
2023-09-14 Jes Cokregexp: use built-in clear to clear b.visited in *bitSt...
2023-09-09 Jes Cokall: calculate the median uniformly
2023-08-16 Russ Coxregexp/syntax: use more compact Regexp.String output
2023-08-07 Eduard Bondarenkoregexp: improve Regexp.ReplaceAll documentation and...
2023-07-31 Mauri de Souza Men... regexp/syntax: accept (?<name>...) syntax as valid...
2023-07-18 Jes Cokall: fix typos
2023-04-14 Daniel Martíregexp: fix copy-paste typo on Regexp.UnmarshalText doc
2023-04-12 Jonathan Hallregexp: add Regexp.TextMarshaler/TextUnmarshaler
2023-04-11 Ian Lance Taylorall: re-run stringer
2023-03-14 Ludi Rehakregexp/syntax: test for lowercase letters first in...
2022-11-18 cui fliterall: add missing periods in comments
2022-11-02 cuiweixieregexp: add ErrLarge error
2022-10-05 Russ Coxregexp: limit size of parsed regexps
2022-10-02 cui fliterregexp: fix a few function names on comments
2022-06-16 Matthew Dempsky[dev.unified] all: merge master (635b124) into dev...
2022-06-04 Bryan Borehamregexp: avoid copying each instruction executed
2022-05-03 Russ Coxall: REVERSE MERGE dev.boringcrypto (cdcb4b6) into...
2022-04-29 Ludi Rehakregexp/syntax: fix typo in comment
2022-04-27 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-22 Ian Lance Taylorregexp/syntax: rename ErrInvalidDepth to ErrNestingDepth
2022-04-22 Ian Lance Taylorregexp: change ErrInvalidDepth message to match proposal
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-11 Russ Coxall: gofmt main repo
2022-04-05 Russ Coxall: replace `` and '' with “ (U+201C) and ” (U+201D...
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-04 Russ Coxregexp/syntax: add and use ErrInvalidDepth
2022-04-01 Russ Coxall: remove trailing blank doc comment lines
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-27 Andy Panregexp: use input.step() to advance one rune in Regexp...
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-02 Jinwook Jeongregexp: fix typo in the overview
2022-02-10 Russ Coxregexp/syntax: reject very deeply nested regexps in...
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-01-19 luochuanhangregexp: add the missing is
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-28 Russ Coxall: go fix -fix=buildtag std cmd (except for bootstrap...
2021-10-11 Russ Coxregexp: document and implement that invalid UTF-8 bytes...
2021-10-06 Russ Coxall: use bytes.Cut, strings.Cut
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-05-18 Cherry Mui[dev.typeparams] all: merge master (690a8c3) into dev...
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-13 Russ Coxregexp: fix repeat of preferred empty match
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-02-20 Russ Coxall: go fmt std cmd (but revert vendor)
2021-02-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-11-25 Russ Cox[dev.typeparams] merge dev.regabi 40f5bc4d556a into...
2020-11-25 Russ Cox[dev.regabi] merge master 4481ad6eb6 into dev.regabi
2020-11-25 Tom Payneregexp/syntax: add note about Unicode character classes
2020-07-09 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-06-19 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-06-18 Andy Balholmregexp/syntax: append patchLists in constant time
2020-05-07 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-04-20 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-17 Russ Coxregexp/syntax: fix comment on p.literal and simplify
2020-04-10 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-10 Sylvain Zimmerregexp: add (*Regexp).SubexpIndex
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-10-18 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-17 Keith Randallregexp: skip long-running benchmarks if -short is specified
2019-10-04 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-09-28 Pantelis Sampaziotisregexp: add examples for FindSubmatchIndex and Longest
2019-09-18 Liz Riceregexp: add more examples for Regexp methods
2019-09-10 Pantelis Sampaziotisregexp: add example for NumSubexp
2019-09-05 psampazregexp: add example for ReplaceAll
2019-09-02 Daniel Martístd: remove unused bits of code all over the place
2019-06-05 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-05-22 Keegan Carruthers... regexp/syntax: exclude full range from String negation...
2019-05-15 Sylvain Zimmerregexp: optimize for provably too short inputs
2019-05-08 Dmitry Vyukovregexp: clarify docs re Submatch result
2019-02-27 Valentin Vidicregexp: add ReplaceAllStringFunc example
2019-02-27 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-02-26 Francesc Campoyregexp: limit the capacity of slices of bytes returned...
2019-02-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-20 Vladimir Kovpakregexp: use backquotes for all regular expression examples
2018-11-19 Vladimir Kovpakregexp: add matching and finding examples
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-02 Brad Fitzpatrickall: use "reports whether" consistently in the few...
2018-10-25 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-10-15 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-10-12 Russ Coxregexp: add partial Deprecation comment to Copy
2018-10-12 Russ Coxregexp: add DeepEqual test
2018-10-12 Russ Coxregexp: evaluate context flags lazily
2018-10-12 Russ Coxregexp: use pools for NFA machines
2018-10-12 Russ Coxregexp: split one-pass execution out of machine struct
2018-10-12 Russ Coxregexp: split bit-state execution out of machine struct
2018-10-11 Russ Coxregexp: fix BenchmarkMatch_onepass_regex
2018-10-11 Russ Coxregexp: simplify BenchmarkCompileOnepass
2018-09-13 Alan Donovanregexp: fix incorrect name in Match doc comment
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-08-22 Ian Lance Taylorregexp/syntax: don't do both linear and binary sesarch...
2018-07-13 Russ Coxregexp: reword Match documentation to be more like...
2018-07-09 Russ Coxregexp: revert "use sync.Pool to cache regexp.machine...
2018-07-03 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-06-30 Alex Myasoedovregexp: examples for Regexp.FindIndex and Regexp.FindAl...
next