go/src/regexp
nlwkobe30 7cd0a4be5c all: omit unnecessary 0 in slice expression
All changes are related to the code, except for the comments in src/regexp/syntax/parse.go and src/slices/slices.go.

Change-Id: I73c5d3c54099749b62210aa7f3182c5eb84bb6a6
GitHub-Last-Rev: 794aa9b053
GitHub-Pull-Request: golang/go#69170
Reviewed-on: https://go-review.googlesource.com/c/go/+/609678
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
2024-09-03 20:55:15 +00:00
..
syntax all: omit unnecessary 0 in slice expression 2024-09-03 20:55:15 +00:00
testdata
all_test.go math/big,regexp: implement the encoding.TextAppender interface 2024-08-15 23:43:00 +00:00
backtrack.go regexp: use built-in clear to clear b.visited in *bitState.reset 2023-09-14 17:25:39 +00:00
example_test.go regexp: improve Regexp.ReplaceAll documentation and tests related to Expand part 2023-08-07 00:22:53 +00:00
exec.go
exec2_test.go
exec_test.go regexp: use slices to simplify the code 2024-03-25 19:36:03 +00:00
find_test.go
onepass.go regexp: allow patterns with no alternates to be one-pass 2024-07-24 01:01:48 +00:00
onepass_test.go regexp: allow patterns with no alternates to be one-pass 2024-07-24 01:01:48 +00:00
regexp.go math/big,regexp: implement the encoding.TextAppender interface 2024-08-15 23:43:00 +00:00