go/src/go
Michael Pratt 76e7bfbb4e runtime: move atoi to internal/runtime/strconv
Moving to a smaller package allows its use in other internal/runtime
packages.

This isn't internal/strconvlite since it can't be used directly by
strconv.

For #73193.

Change-Id: I6a6a636c9c8b3f06b5fd6c07fe9dd5a7a37d1429
Reviewed-on: https://go-review.googlesource.com/c/go/+/672697
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
2025-05-19 12:46:19 -07:00
..
ast go/ast: add PreorderStack, a variant of Inspect that builds a stack 2025-05-19 10:54:45 -07:00
build runtime: move atoi to internal/runtime/strconv 2025-05-19 12:46:19 -07:00
constant all: change from sort functions to slices functions where feasible 2024-05-23 01:00:11 +00:00
doc go/*: use go/types.Func.Signature and go/ast.Preorder 2025-02-19 19:25:33 -08:00
format go/format: format comment to match code 2025-02-18 09:27:46 -08:00
importer std: add //go:fix inline directives to some deprecated functions 2025-02-15 08:06:58 -08:00
internal go/types, types2: improve error message for init without body 2025-05-19 11:00:10 -07:00
parser go/parser: use non-adjusted position while parsing CommentGroups 2025-05-05 08:29:32 -07:00
printer go/printer: revert "do not treat comments inside a ast.Decl as godoc" 2024-09-11 06:30:02 +00:00
scanner go/scanner: report specific error for UCS-2 encoded files 2025-02-25 19:23:05 -08:00
token go/token: add FileSet.AddExistingFiles 2025-05-19 11:26:48 -07:00
types go/types, types2: improve error message for init without body 2025-05-19 11:00:10 -07:00
version go/version: fix package to accept go1.21.0-bigcorp 2024-01-31 19:56:48 +00:00