go/src/strconv
Jorropo 672a53def7 strconv: cleanup old compiler bits.TrailingZeros workaround
Since CL 599096 the compiler knows bits.TrailingZeros's maximum value
based on the input type size.

Since CL 603996 it knows it based on input's maximum value.

Change-Id: Ib0d6b15a3ba6894d3e7e12b79b387ddbffabe370
Reviewed-on: https://go-review.googlesource.com/c/go/+/618715
Auto-Submit: Robert Griesemer <gri@google.com>
Commit-Queue: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@golang.org>
2024-11-14 18:20:19 +00:00
..
testdata
atob.go
atob_test.go strconv: add missing function name, avoid unnecessary raw string 2023-08-24 18:08:43 +00:00
atoc.go strconv: use stringslite.Clone 2024-05-05 00:24:26 +00:00
atoc_test.go
atof.go
atof_test.go
atoi.go strconv: use stringslite.Clone 2024-05-05 00:24:26 +00:00
atoi_test.go
bytealg.go all: drop old +build lines 2023-10-19 23:33:27 +00:00
bytealg_bootstrap.go all: drop old +build lines 2023-10-19 23:33:27 +00:00
ctoa.go strconv: add available godoc link 2024-04-04 14:21:28 +00:00
ctoa_test.go
decimal.go
decimal_test.go
doc.go strconv: add available godoc link 2024-04-04 14:21:28 +00:00
eisel_lemire.go
example_test.go strconv: add example for QuotedPrefix 2023-10-13 22:57:37 +00:00
export_test.go
fp_test.go
ftoa.go strconv: display format options as list 2024-10-16 17:39:51 +00:00
ftoa_test.go
ftoaryu.go
ftoaryu_test.go
internal_test.go
isprint.go
itoa.go strconv: cleanup old compiler bits.TrailingZeros workaround 2024-11-14 18:20:19 +00:00
itoa_test.go
makeisprint.go strconv: use slices.BinarySearch to simplify makeisprint.go 2024-03-11 18:56:17 +00:00
quote.go strconv: document that Unquote("''") returns an empty string 2024-07-22 18:35:09 +00:00
quote_test.go
strconv_test.go