]> Cypherpunks.ru repositories - gostls13.git/history - src/regexp/onepass.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / regexp / onepass.go
2022-11-18 cui fliterall: add missing periods in comments
2022-10-02 cui fliterregexp: fix a few function names on comments
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-11 Russ Coxregexp: document and implement that invalid UTF-8 bytes...
2018-10-25 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-10-12 Russ Coxregexp: split one-pass execution out of machine struct
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-03-26 Brad Fitzpatrickall: use strings.Builder instead of bytes.Buffer where...
2017-04-25 Daniel Martíregexp: remove redundant break
2017-04-16 Takuto Ikutaregexp: Use []bool instead of map[uint32]bool in makeOn...
2017-03-29 haya14busaregexp: reduce allocations at makeOnePass
2017-03-28 haya14busaregexp: reduce allocations at onePassCopy
2016-10-04 Brad Fitzpatrickregexp: remove dead code
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-04-27 Rick Hudson[dev.garbage] Merge remote-tracking branch 'origin...
2016-04-15 Matthew Dempskyall: remove unnecessary type conversions
2016-03-02 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-03-02 Brad Fitzpatrickall: single space after period.
2016-03-01 Brad Fitzpatrickall: make copyright headers consistent with one space...
2016-01-07 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-11-25 Caleb Spareregexp: fix one-pass compilation
2015-11-25 Caleb Spareregexp: fix LiteralPrefix for certain onepass progs
2014-10-22 Austin Clementsbuild: merge the great pkg/ rename into dev.power64
2014-09-08 Russ Coxbuild: move package sources from src/pkg to src