Skip to content

Commit caba5e5

Browse files
authored
Merge branch 'golang:master' into maxbytesreader-handle-unwrapped-requesttoolarger
2 parents 873af2a + fce9d45 commit caba5e5

File tree

594 files changed

+22331
-17431
lines changed

Some content is hidden

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

594 files changed

+22331
-17431
lines changed

api/next/43936.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pkg testing, method (*B) Attr(string, string) #43936
2+
pkg testing, method (*F) Attr(string, string) #43936
3+
pkg testing, method (*T) Attr(string, string) #43936
4+
pkg testing, type TB interface, Attr(string, string) #43936

api/next/62121.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pkg reflect, func TypeAssert[$0 interface{}](Value) ($0, bool) #62121

api/next/63185.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
pkg runtime/trace, func NewFlightRecorder(FlightRecorderConfig) *FlightRecorder #63185
2+
pkg runtime/trace, method (*FlightRecorder) Enabled() bool #63185
3+
pkg runtime/trace, method (*FlightRecorder) Start() error #63185
4+
pkg runtime/trace, method (*FlightRecorder) Stop() #63185
5+
pkg runtime/trace, method (*FlightRecorder) WriteTo(io.Writer) (int64, error) #63185
6+
pkg runtime/trace, type FlightRecorder struct #63185
7+
pkg runtime/trace, type FlightRecorderConfig struct #63185
8+
pkg runtime/trace, type FlightRecorderConfig struct, MaxBytes uint64 #63185
9+
pkg runtime/trace, type FlightRecorderConfig struct, MinAge time.Duration #63185

api/next/63796.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pkg sync, method (*WaitGroup) Go(func()) #63769
1+
pkg sync, method (*WaitGroup) Go(func()) #63796

api/next/63963.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pkg crypto/ecdsa, func ParseRawPrivateKey(elliptic.Curve, []uint8) (*PrivateKey, error) #63963
2+
pkg crypto/ecdsa, func ParseUncompressedPublicKey(elliptic.Curve, []uint8) (*PublicKey, error) #63963
3+
pkg crypto/ecdsa, method (*PrivateKey) Bytes() ([]uint8, error) #63963
4+
pkg crypto/ecdsa, method (*PublicKey) Bytes() ([]uint8, error) #63963

api/next/66365.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pkg log/slog, func GroupAttrs(string, ...Attr) Attr #66365

api/next/67002.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ pkg os, method (*Root) Chown(string, int, int) error #67002
33
pkg os, method (*Root) Chtimes(string, time.Time, time.Time) error #67002
44
pkg os, method (*Root) Lchown(string, int, int) error #67002
55
pkg os, method (*Root) Link(string, string) error #67002
6+
pkg os, method (*Root) MkdirAll(string, fs.FileMode) error #67002
67
pkg os, method (*Root) Readlink(string) (string, error) #67002
8+
pkg os, method (*Root) RemoveAll(string) error #67002
79
pkg os, method (*Root) Rename(string, string) error #67002
810
pkg os, method (*Root) Symlink(string, string) error #67002

api/next/67434.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pkg testing/synctest, func Test(*testing.T, func(*testing.T)) #67434
2+
pkg testing/synctest, func Wait() #67434

api/next/69518.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pkg hash, type XOF interface { BlockSize, Read, Reset, Write } #69518
2+
pkg hash, type XOF interface, BlockSize() int #69518
3+
pkg hash, type XOF interface, Read([]uint8) (int, error) #69518
4+
pkg hash, type XOF interface, Reset() #69518
5+
pkg hash, type XOF interface, Write([]uint8) (int, error) #69518

api/next/69521.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
pkg crypto/sha3, method (*SHA3) Clone() (hash.Cloner, error) #69521
2+
pkg hash, type Cloner interface { BlockSize, Clone, Reset, Size, Sum, Write } #69521
3+
pkg hash, type Cloner interface, BlockSize() int #69521
4+
pkg hash, type Cloner interface, Clone() (Cloner, error) #69521
5+
pkg hash, type Cloner interface, Reset() #69521
6+
pkg hash, type Cloner interface, Size() int #69521
7+
pkg hash, type Cloner interface, Sum([]uint8) []uint8 #69521
8+
pkg hash, type Cloner interface, Write([]uint8) (int, error) #69521
9+
pkg hash/maphash, method (*Hash) Clone() (hash.Cloner, error) #69521

0 commit comments

Comments
 (0)