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

api/next/71920.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pkg crypto/tls, type Config struct, GetEncryptedClientHelloKeys func(*ClientHelloInfo) ([]EncryptedClientHelloKey, error) #71920

api/next/73088.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pkg go/ast, const FilterFuncDuplicates //deprecated #73088
2+
pkg go/ast, const FilterImportDuplicates //deprecated #73088
3+
pkg go/ast, const FilterUnassociatedComments //deprecated #73088
4+
pkg go/ast, func FilterPackage //deprecated #73088
5+
pkg go/ast, func MergePackageFiles //deprecated #73088
6+
pkg go/ast, func PackageExports //deprecated #73088
7+
pkg go/ast, type MergeMode //deprecated #73088

api/next/73126.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pkg os, method (*Root) ReadFile(string) ([]uint8, error) #73126
2+
pkg os, method (*Root) WriteFile(string, []uint8, fs.FileMode) error #73126

api/next/73193.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pkg runtime, func SetDefaultGOMAXPROCS() #73193

api/next/73205.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pkg go/token, method (*FileSet) AddExistingFiles(...*File) #73205

api/next/73319.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pkg go/ast, func PreorderStack(Node, []Node, func(Node, []Node) bool) #73319

api/next/73626.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pkg net/http, func NewCrossOriginProtection() *CrossOriginProtection #73626
2+
pkg net/http, method (*CrossOriginProtection) AddInsecureBypassPattern(string) #73626
3+
pkg net/http, method (*CrossOriginProtection) AddTrustedOrigin(string) error #73626
4+
pkg net/http, method (*CrossOriginProtection) Check(*Request) error #73626
5+
pkg net/http, method (*CrossOriginProtection) Handler(Handler) Handler #73626
6+
pkg net/http, method (*CrossOriginProtection) SetDenyHandler(Handler) #73626
7+
pkg net/http, type CrossOriginProtection struct #73626

doc/godebug.md

Lines changed: 17 additions & 0 deletions

doc/next/4-runtime.md

Lines changed: 25 additions & 0 deletions

doc/next/5-toolchain.md

Lines changed: 12 additions & 0 deletions

doc/next/6-stdlib/1-synctest.md

Lines changed: 12 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 1 addition & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 1 addition & 0 deletions
Lines changed: 2 additions & 0 deletions
Lines changed: 4 additions & 0 deletions
Lines changed: 4 additions & 0 deletions
Lines changed: 4 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
Lines changed: 7 additions & 0 deletions

doc/next/6-stdlib/99-minor/os/67002.md

Lines changed: 4 additions & 0 deletions
Lines changed: 1 addition & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
Lines changed: 8 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Lines changed: 10 additions & 0 deletions
Lines changed: 1 addition & 0 deletions
Lines changed: 4 additions & 0 deletions
Lines changed: 4 additions & 0 deletions

0 commit comments

Comments
 (0)