Skip to content

Commit 10a01cd

Browse files
Merge branch 'golang:master' into main
2 parents 6a3e019 + 457721c commit 10a01cd

File tree

3,452 files changed

+184187
-88222
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,452 files changed

+184187
-88222
lines changed

Diff for: .github/SUPPORT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Unlike many projects on GitHub, the Go project does not use its bug tracker for general discussion or asking questions.
2-
We only use our bug tracker for tracking bugs and tracking proposals going through the [Proposal Process](https://golang.org/s/proposal-process).
2+
We only use our bug tracker for tracking bugs and tracking proposals going through the [Proposal Process](https://go.dev/s/proposal-process).
33

44
For asking questions, see:
55

Diff for: .gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ _testmain.go
3333
/src/cmd/cgo/zdefaultcc.go
3434
/src/cmd/dist/dist
3535
/src/cmd/go/internal/cfg/zdefaultcc.go
36-
/src/cmd/go/internal/cfg/zosarch.go
3736
/src/cmd/internal/objabi/zbootstrap.go
3837
/src/go/build/zcgo.go
3938
/src/go/doc/headscan

Diff for: CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Otherwise, when filing an issue, make sure to answer these five questions:
2424
4. What did you expect to see?
2525
5. What did you see instead?
2626

27-
For change proposals, see [Proposing Changes To Go](https://github.com/golang/proposal/).
27+
For change proposals, see [Proposing Changes To Go](https://go.dev/s/proposal-process).
2828

2929
## Contributing code
3030

Diff for: api/except.txt

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
pkg crypto/tls, type ConnectionState struct, TLSUnique //deprecated
12
pkg debug/elf, const R_PPC64_SECTOFF_LO_DS = 61
23
pkg encoding/json, method (*RawMessage) MarshalJSON() ([]uint8, error)
34
pkg math, const MaxFloat64 = 1.79769e+308 // 179769313486231570814527423731704356798100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
@@ -501,6 +502,7 @@ pkg text/template/parse, type Node interface { Copy, String, Type }
501502
pkg unicode, const Version = "10.0.0"
502503
pkg unicode, const Version = "11.0.0"
503504
pkg unicode, const Version = "12.0.0"
505+
pkg unicode, const Version = "13.0.0"
504506
pkg unicode, const Version = "6.2.0"
505507
pkg unicode, const Version = "6.3.0"
506508
pkg unicode, const Version = "7.0.0"
@@ -574,3 +576,25 @@ pkg syscall (freebsd-arm-cgo), const SYS_MKNODAT = 498
574576
pkg syscall (freebsd-arm-cgo), const SYS_STAT = 188
575577
pkg syscall (freebsd-arm-cgo), const SYS_STAT ideal-int
576578
pkg syscall (freebsd-arm-cgo), const SYS_STATFS = 396
579+
pkg syscall (freebsd-arm64), const SYS_FSTAT = 189
580+
pkg syscall (freebsd-arm64), const SYS_FSTATAT = 493
581+
pkg syscall (freebsd-arm64), const SYS_FSTATFS = 397
582+
pkg syscall (freebsd-arm64), const SYS_GETDIRENTRIES = 196
583+
pkg syscall (freebsd-arm64), const SYS_GETFSSTAT = 395
584+
pkg syscall (freebsd-arm64), const SYS_LSTAT = 190
585+
pkg syscall (freebsd-arm64), const SYS_LSTAT ideal-int
586+
pkg syscall (freebsd-arm64), const SYS_MKNODAT = 498
587+
pkg syscall (freebsd-arm64), const SYS_STAT = 188
588+
pkg syscall (freebsd-arm64), const SYS_STAT ideal-int
589+
pkg syscall (freebsd-arm64), const SYS_STATFS = 396
590+
pkg syscall (freebsd-arm64-cgo), const SYS_FSTAT = 189
591+
pkg syscall (freebsd-arm64-cgo), const SYS_FSTATAT = 493
592+
pkg syscall (freebsd-arm64-cgo), const SYS_FSTATFS = 397
593+
pkg syscall (freebsd-arm64-cgo), const SYS_GETDIRENTRIES = 196
594+
pkg syscall (freebsd-arm64-cgo), const SYS_GETFSSTAT = 395
595+
pkg syscall (freebsd-arm64-cgo), const SYS_LSTAT = 190
596+
pkg syscall (freebsd-arm64-cgo), const SYS_LSTAT ideal-int
597+
pkg syscall (freebsd-arm64-cgo), const SYS_MKNODAT = 498
598+
pkg syscall (freebsd-arm64-cgo), const SYS_STAT = 188
599+
pkg syscall (freebsd-arm64-cgo), const SYS_STAT ideal-int
600+
pkg syscall (freebsd-arm64-cgo), const SYS_STATFS = 396

Diff for: api/go1.14.txt

+8,717
Large diffs are not rendered by default.

Diff for: api/go1.17.txt

+10
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ pkg math (freebsd-arm), const MinInt = -2147483648
9393
pkg math (freebsd-arm-cgo), const MaxInt = 2147483647
9494
pkg math (freebsd-arm-cgo), const MaxUint = 4294967295
9595
pkg math (freebsd-arm-cgo), const MinInt = -2147483648
96+
pkg math (freebsd-arm64), const MaxInt = 9223372036854775807
97+
pkg math (freebsd-arm64), const MaxUint = 18446744073709551615
98+
pkg math (freebsd-arm64), const MinInt = -9223372036854775808
99+
pkg math (freebsd-arm64-cgo), const MaxInt = 9223372036854775807
100+
pkg math (freebsd-arm64-cgo), const MaxUint = 18446744073709551615
101+
pkg math (freebsd-arm64-cgo), const MinInt = -9223372036854775808
96102
pkg math (linux-386), const MaxInt = 2147483647
97103
pkg math (linux-386), const MaxUint = 4294967295
98104
pkg math (linux-386), const MinInt = -2147483648
@@ -189,6 +195,10 @@ pkg runtime/cgo (freebsd-arm-cgo), func NewHandle(interface{}) Handle
189195
pkg runtime/cgo (freebsd-arm-cgo), method (Handle) Delete()
190196
pkg runtime/cgo (freebsd-arm-cgo), method (Handle) Value() interface{}
191197
pkg runtime/cgo (freebsd-arm-cgo), type Handle uintptr
198+
pkg runtime/cgo (freebsd-arm64-cgo), func NewHandle(interface{}) Handle
199+
pkg runtime/cgo (freebsd-arm64-cgo), method (Handle) Delete()
200+
pkg runtime/cgo (freebsd-arm64-cgo), method (Handle) Value() interface{}
201+
pkg runtime/cgo (freebsd-arm64-cgo), type Handle uintptr
192202
pkg runtime/cgo (linux-386-cgo), func NewHandle(interface{}) Handle
193203
pkg runtime/cgo (linux-386-cgo), method (Handle) Delete()
194204
pkg runtime/cgo (linux-386-cgo), method (Handle) Value() interface{}

Diff for: api/go1.18.txt

+2
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ pkg syscall (freebsd-amd64), type SysProcAttr struct, Pdeathsig Signal
189189
pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Pdeathsig Signal
190190
pkg syscall (freebsd-arm), type SysProcAttr struct, Pdeathsig Signal
191191
pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Pdeathsig Signal
192+
pkg syscall (freebsd-arm64), type SysProcAttr struct, Pdeathsig Signal
193+
pkg syscall (freebsd-arm64-cgo), type SysProcAttr struct, Pdeathsig Signal
192194
pkg syscall (windows-386), func Syscall //deprecated
193195
pkg syscall (windows-386), func Syscall12 //deprecated
194196
pkg syscall (windows-386), func Syscall15 //deprecated

0 commit comments

Comments
 (0)