Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d2909ec

Browse files
api: promote next to go1.23
Change-Id: I219c59b5efc2ed7fcfdd7cd3c418635831b17b8a Reviewed-on: https://go-review.googlesource.com/c/go/+/590835 Reviewed-by: Michael Knyszek <mknyszek@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
1 parent e53d10d commit d2909ec

38 files changed

+128
-128
lines changed

‎api/go1.23.txt

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
pkg archive/tar, type FileInfoNames interface { Gname, IsDir, ModTime, Mode, Name, Size, Sys, Uname } #50102
2+
pkg archive/tar, type FileInfoNames interface, Gname() (string, error) #50102
3+
pkg archive/tar, type FileInfoNames interface, IsDir() bool #50102
4+
pkg archive/tar, type FileInfoNames interface, ModTime() time.Time #50102
5+
pkg archive/tar, type FileInfoNames interface, Mode() fs.FileMode #50102
6+
pkg archive/tar, type FileInfoNames interface, Name() string #50102
7+
pkg archive/tar, type FileInfoNames interface, Size() int64 #50102
8+
pkg archive/tar, type FileInfoNames interface, Sys() interface{} #50102
9+
pkg archive/tar, type FileInfoNames interface, Uname() (string, error) #50102
10+
pkg crypto/tls, const QUICResumeSession = 8 #63691
11+
pkg crypto/tls, const QUICResumeSession QUICEventKind #63691
12+
pkg crypto/tls, const QUICStoreSession = 9 #63691
13+
pkg crypto/tls, const QUICStoreSession QUICEventKind #63691
14+
pkg crypto/tls, method (*ECHRejectionError) Error() string #63369
15+
pkg crypto/tls, method (*QUICConn) StoreSession(*SessionState) error #63691
16+
pkg crypto/tls, type Config struct, EncryptedClientHelloConfigList []uint8 #63369
17+
pkg crypto/tls, type Config struct, EncryptedClientHelloRejectionVerify func(ConnectionState) error #63369
18+
pkg crypto/tls, type ConnectionState struct, ECHAccepted bool #63369
19+
pkg crypto/tls, type ECHRejectionError struct #63369
20+
pkg crypto/tls, type ECHRejectionError struct, RetryConfigList []uint8 #63369
21+
pkg crypto/tls, type QUICConfig struct, EnableStoreSessionEvent bool #63691
22+
pkg crypto/tls, type QUICEvent struct, SessionState *SessionState #63691
23+
pkg crypto/tls, type QUICSessionTicketOptions struct, Extra [][]uint8 #63691
24+
pkg crypto/x509, func ParseOID(string) (OID, error) #66249
25+
pkg crypto/x509, method (*OID) UnmarshalBinary([]uint8) error #66249
26+
pkg crypto/x509, method (*OID) UnmarshalText([]uint8) error #66249
27+
pkg crypto/x509, method (OID) MarshalBinary() ([]uint8, error) #66249
28+
pkg crypto/x509, method (OID) MarshalText() ([]uint8, error) #66249
29+
pkg debug/elf, const PT_OPENBSD_NOBTCFI = 1705237480 #66054
30+
pkg debug/elf, const PT_OPENBSD_NOBTCFI ProgType #66054
31+
pkg debug/elf, const STT_GNU_IFUNC = 10 #66836
32+
pkg debug/elf, const STT_GNU_IFUNC SymType #66836
33+
pkg debug/elf, const STT_RELC = 8 #66836
34+
pkg debug/elf, const STT_RELC SymType #66836
35+
pkg debug/elf, const STT_SRELC = 9 #66836
36+
pkg debug/elf, const STT_SRELC SymType #66836
37+
pkg encoding/binary, func Append([]uint8, ByteOrder, interface{}) ([]uint8, error) #60023
38+
pkg encoding/binary, func Decode([]uint8, ByteOrder, interface{}) (int, error) #60023
39+
pkg encoding/binary, func Encode([]uint8, ByteOrder, interface{}) (int, error) #60023
40+
pkg go/ast, func Preorder(Node) iter.Seq[Node] #66339
41+
pkg go/types, method (*Alias) Origin() *Alias #67143
42+
pkg go/types, method (*Alias) Rhs() Type #66559
43+
pkg go/types, method (*Alias) SetTypeParams([]*TypeParam) #67143
44+
pkg go/types, method (*Alias) TypeArgs() *TypeList #67143
45+
pkg go/types, method (*Alias) TypeParams() *TypeParamList #67143
46+
pkg go/types, method (*Func) Signature() *Signature #65772
47+
pkg iter, func Pull2[0ドル interface{}, 1ドル interface{}](Seq2[0,ドル 1ドル]) (func() (0,ドル 1,ドル bool), func()) #61897
48+
pkg iter, func Pull[0ドル interface{}](Seq[0ドル]) (func() (0,ドル bool), func()) #61897
49+
pkg iter, type Seq2[0ドル interface{}, 1ドル interface{}] func(func(0,ドル 1ドル) bool) #61897
50+
pkg iter, type Seq[0ドル interface{}] func(func(0ドル) bool) #61897
51+
pkg maps, func All[0ドル interface{ ~map[1ドル]2ドル }, 1ドル comparable, 2ドル interface{}](0ドル) iter.Seq2[1,ドル 2ドル] #61900
52+
pkg maps, func Collect[0ドル comparable, 1ドル interface{}](iter.Seq2[0,ドル 1ドル]) map[0ドル]1ドル #61900
53+
pkg maps, func Insert[0ドル interface{ ~map[1ドル]2ドル }, 1ドル comparable, 2ドル interface{}](0,ドル iter.Seq2[1,ドル 2ドル]) #61900
54+
pkg maps, func Keys[0ドル interface{ ~map[1ドル]2ドル }, 1ドル comparable, 2ドル interface{}](0ドル) iter.Seq[1ドル] #61900
55+
pkg maps, func Values[0ドル interface{ ~map[1ドル]2ドル }, 1ドル comparable, 2ドル interface{}](0ドル) iter.Seq[2ドル] #61900
56+
pkg math/rand/v2, func Uint() uint #61716
57+
pkg math/rand/v2, method (*ChaCha8) Read([]uint8) (int, error) #67059
58+
pkg math/rand/v2, method (*Rand) Uint() uint #61716
59+
pkg net, method (*DNSError) Unwrap() error #63116
60+
pkg net, method (*TCPConn) SetKeepAliveConfig(KeepAliveConfig) error #62254
61+
pkg net, type DNSError struct, UnwrapErr error #63116
62+
pkg net, type Dialer struct, KeepAliveConfig KeepAliveConfig #62254
63+
pkg net, type KeepAliveConfig struct #62254
64+
pkg net, type KeepAliveConfig struct, Count int #62254
65+
pkg net, type KeepAliveConfig struct, Enable bool #62254
66+
pkg net, type KeepAliveConfig struct, Idle time.Duration #62254
67+
pkg net, type KeepAliveConfig struct, Interval time.Duration #62254
68+
pkg net, type ListenConfig struct, KeepAliveConfig KeepAliveConfig #62254
69+
pkg net/http, func ParseCookie(string) ([]*Cookie, error) #66008
70+
pkg net/http, func ParseSetCookie(string) (*Cookie, error) #66008
71+
pkg net/http, method (*Request) CookiesNamed(string) []*Cookie #61472
72+
pkg net/http, type Cookie struct, Partitioned bool #62490
73+
pkg net/http, type Cookie struct, Quoted bool #46443
74+
pkg net/http, type Request struct, Pattern string #66405
75+
pkg net/http/httptest, func NewRequestWithContext(context.Context, string, string, io.Reader) *http.Request #59473
76+
pkg os, func CopyFS(string, fs.FS) error #62484
77+
pkg path/filepath, func Localize(string) (string, error) #57151
78+
pkg reflect, func SliceAt(Type, unsafe.Pointer, int) Value #61308
79+
pkg reflect, method (Value) Seq() iter.Seq[Value] #66056
80+
pkg reflect, method (Value) Seq2() iter.Seq2[Value, Value] #66056
81+
pkg reflect, type Type interface, CanSeq() bool #66056
82+
pkg reflect, type Type interface, CanSeq2() bool #66056
83+
pkg reflect, type Type interface, OverflowComplex(complex128) bool #60427
84+
pkg reflect, type Type interface, OverflowFloat(float64) bool #60427
85+
pkg reflect, type Type interface, OverflowInt(int64) bool #60427
86+
pkg reflect, type Type interface, OverflowUint(uint64) bool #60427
87+
pkg runtime/debug, func SetCrashOutput(*os.File, CrashOptions) error #42888
88+
pkg runtime/debug, type CrashOptions struct #67182
89+
pkg slices, func All[0ドル interface{ ~[]1ドル }, 1ドル interface{}](0ドル) iter.Seq2[int, 1ドル] #61899
90+
pkg slices, func AppendSeq[0ドル interface{ ~[]1ドル }, 1ドル interface{}](0,ドル iter.Seq[1ドル]) 0ドル #61899
91+
pkg slices, func Backward[0ドル interface{ ~[]1ドル }, 1ドル interface{}](0ドル) iter.Seq2[int, 1ドル] #61899
92+
pkg slices, func Chunk[0ドル interface{ ~[]1ドル }, 1ドル interface{}](0,ドル int) iter.Seq[0ドル] #53987
93+
pkg slices, func Collect[0ドル interface{}](iter.Seq[0ドル]) []0ドル #61899
94+
pkg slices, func Repeat[0ドル interface{ ~[]1ドル }, 1ドル interface{}](0,ドル int) 0ドル #65238
95+
pkg slices, func SortedFunc[0ドル interface{}](iter.Seq[0ドル], func(0,ドル 0ドル) int) []0ドル #61899
96+
pkg slices, func SortedStableFunc[0ドル interface{}](iter.Seq[0ドル], func(0,ドル 0ドル) int) []0ドル #61899
97+
pkg slices, func Sorted[0ドル cmp.Ordered](iter.Seq[0ドル]) []0ドル #61899
98+
pkg slices, func Values[0ドル interface{ ~[]1ドル }, 1ドル interface{}](0ドル) iter.Seq[1ドル] #61899
99+
pkg structs, type HostLayout struct #66408
100+
pkg sync, method (*Map) Clear() #61696
101+
pkg sync/atomic, func AndInt32(*int32, int32) int32 #61395
102+
pkg sync/atomic, func AndInt64(*int64, int64) int64 #61395
103+
pkg sync/atomic, func AndUint32(*uint32, uint32) uint32 #61395
104+
pkg sync/atomic, func AndUint64(*uint64, uint64) uint64 #61395
105+
pkg sync/atomic, func AndUintptr(*uintptr, uintptr) uintptr #61395
106+
pkg sync/atomic, func OrInt32(*int32, int32) int32 #61395
107+
pkg sync/atomic, func OrInt64(*int64, int64) int64 #61395
108+
pkg sync/atomic, func OrUint32(*uint32, uint32) uint32 #61395
109+
pkg sync/atomic, func OrUint64(*uint64, uint64) uint64 #61395
110+
pkg sync/atomic, func OrUintptr(*uintptr, uintptr) uintptr #61395
111+
pkg sync/atomic, method (*Int32) And(int32) int32 #61395
112+
pkg sync/atomic, method (*Int32) Or(int32) int32 #61395
113+
pkg sync/atomic, method (*Int64) And(int64) int64 #61395
114+
pkg sync/atomic, method (*Int64) Or(int64) int64 #61395
115+
pkg sync/atomic, method (*Uint32) And(uint32) uint32 #61395
116+
pkg sync/atomic, method (*Uint32) Or(uint32) uint32 #61395
117+
pkg sync/atomic, method (*Uint64) And(uint64) uint64 #61395
118+
pkg sync/atomic, method (*Uint64) Or(uint64) uint64 #61395
119+
pkg sync/atomic, method (*Uintptr) And(uintptr) uintptr #61395
120+
pkg sync/atomic, method (*Uintptr) Or(uintptr) uintptr #61395
121+
pkg syscall (windows-386), const WSAENOPROTOOPT = 10042 #62254
122+
pkg syscall (windows-386), const WSAENOPROTOOPT Errno #62254
123+
pkg syscall (windows-amd64), const WSAENOPROTOOPT = 10042 #62254
124+
pkg syscall (windows-amd64), const WSAENOPROTOOPT Errno #62254
125+
pkg unicode/utf16, func RuneLen(int32) int #44940
126+
pkg unique, func Make[0ドル comparable](0ドル) Handle[0ドル] #62483
127+
pkg unique, method (Handle[0ドル]) Value() 0ドル #62483
128+
pkg unique, type Handle[0ドル comparable] struct #62483

‎api/next/42888.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

‎api/next/44940.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎api/next/46443.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎api/next/50102.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

‎api/next/53987.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎api/next/57151.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎api/next/59473.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎api/next/60023.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

‎api/next/60427.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /