Skip to content

Commit f3f395b

Browse files
committed
Merge branch 'master' into reduce-flate-zip-allocations
2 parents 82223bf + 9b57b33 commit f3f395b

File tree

1,509 files changed

+39378
-19262
lines changed

Some content is hidden

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

1,509 files changed

+39378
-19262
lines changed

api/next/28089.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pkg go/ast, func IsGenerated(*File) bool #28089

api/next/41198.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
pkg errors, var ErrUnsupported error #41198
2+
pkg net/http, method (*ProtocolError) Is(error) bool #41198

api/next/46787.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pkg runtime, method (*Pinner) Pin(interface{}) #46787
2+
pkg runtime, method (*Pinner) Unpin() #46787
3+
pkg runtime, type Pinner struct #46787

api/next/54451.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pkg io/fs, func FormatDirEntry(DirEntry) string #54451
2+
pkg io/fs, func FormatFileInfo(FileInfo) string #54451

api/next/56345.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ pkg log/slog, func Error(string, ...interface{}) #56345
4747
pkg log/slog, func ErrorCtx(context.Context, string, ...interface{}) #56345
4848
pkg log/slog, func Float64(string, float64) Attr #56345
4949
pkg log/slog, func Float64Value(float64) Value #56345
50-
pkg log/slog, func Group(string, ...Attr) Attr #56345
5150
pkg log/slog, func GroupValue(...Attr) Value #56345
5251
pkg log/slog, func Info(string, ...interface{}) #56345
5352
pkg log/slog, func InfoCtx(context.Context, string, ...interface{}) #56345
@@ -58,10 +57,8 @@ pkg log/slog, func IntValue(int) Value #56345
5857
pkg log/slog, func Log(context.Context, Level, string, ...interface{}) #56345
5958
pkg log/slog, func LogAttrs(context.Context, Level, string, ...Attr) #56345
6059
pkg log/slog, func New(Handler) *Logger #56345
61-
pkg log/slog, func NewJSONHandler(io.Writer) *JSONHandler #56345
6260
pkg log/slog, func NewLogLogger(Handler, Level) *log.Logger #56345
6361
pkg log/slog, func NewRecord(time.Time, Level, string, uintptr) Record #56345
64-
pkg log/slog, func NewTextHandler(io.Writer) *TextHandler #56345
6562
pkg log/slog, func SetDefault(*Logger) #56345
6663
pkg log/slog, func String(string, string) Attr #56345
6764
pkg log/slog, func StringValue(string) Value #56345
@@ -105,14 +102,11 @@ pkg log/slog, method (*TextHandler) WithAttrs([]Attr) Handler #56345
105102
pkg log/slog, method (*TextHandler) WithGroup(string) Handler #56345
106103
pkg log/slog, method (Attr) Equal(Attr) bool #56345
107104
pkg log/slog, method (Attr) String() string #56345
108-
pkg log/slog, method (HandlerOptions) NewJSONHandler(io.Writer) *JSONHandler #56345
109-
pkg log/slog, method (HandlerOptions) NewTextHandler(io.Writer) *TextHandler #56345
110105
pkg log/slog, method (Kind) String() string #56345
111106
pkg log/slog, method (Level) Level() Level #56345
112107
pkg log/slog, method (Level) MarshalJSON() ([]uint8, error) #56345
113108
pkg log/slog, method (Level) MarshalText() ([]uint8, error) #56345
114109
pkg log/slog, method (Level) String() string #56345
115-
pkg log/slog, method (Record) Attrs(func(Attr)) #56345
116110
pkg log/slog, method (Record) Clone() Record #56345
117111
pkg log/slog, method (Record) NumAttrs() int #56345
118112
pkg log/slog, method (Value) Any() interface{} #56345
@@ -156,3 +150,4 @@ pkg log/slog, type Record struct, PC uintptr #56345
156150
pkg log/slog, type Record struct, Time time.Time #56345
157151
pkg log/slog, type TextHandler struct #56345
158152
pkg log/slog, type Value struct #56345
153+
pkg testing/slogtest, func TestHandler(slog.Handler, func() []map[string]interface{}) error #56345

api/next/58565.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pkg slices, func Reverse[$0 interface{}]([]$0) #58565

api/next/59204.txt

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

api/next/59339.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pkg log/slog, func NewJSONHandler(io.Writer, *HandlerOptions) *JSONHandler #59339
2+
pkg log/slog, func NewTextHandler(io.Writer, *HandlerOptions) *TextHandler #59339

api/next/59488.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pkg cmp, func Compare[$0 Ordered]($0, $0) int #59488
2+
pkg cmp, func Less[$0 Ordered]($0, $0) bool #59488
3+
pkg cmp, type Ordered interface {} #59488

api/next/59584.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pkg html/template, const ErrJSTemplate = 12 #59584
2+
pkg html/template, const ErrJSTemplate ErrorCode #59584

api/next/60091.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
pkg slices, func BinarySearchFunc[$0 interface{}, $1 interface{}]([]$0, $1, func($0, $1) int) (int, bool) #60091
2+
pkg slices, func BinarySearch[$0 cmp.Ordered]([]$0, $0) (int, bool) #60091
3+
pkg slices, func CompareFunc[$0 interface{}, $1 interface{}]([]$0, []$1, func($0, $1) int) int #60091
4+
pkg slices, func Compare[$0 cmp.Ordered]([]$0, []$0) int #60091
5+
pkg slices, func IsSortedFunc[$0 interface{}]([]$0, func($0, $0) int) bool #60091
6+
pkg slices, func IsSorted[$0 cmp.Ordered]([]$0) bool #60091
7+
pkg slices, func MaxFunc[$0 interface{}]([]$0, func($0, $0) int) $0 #60091
8+
pkg slices, func Max[$0 cmp.Ordered]([]$0) $0 #60091
9+
pkg slices, func MinFunc[$0 interface{}]([]$0, func($0, $0) int) $0 #60091
10+
pkg slices, func Min[$0 cmp.Ordered]([]$0) $0 #60091
11+
pkg slices, func SortFunc[$0 interface{}]([]$0, func($0, $0) int) #60091
12+
pkg slices, func SortStableFunc[$0 interface{}]([]$0, func($0, $0) int) #60091
13+
pkg slices, func Sort[$0 cmp.Ordered]([]$0) #60091

api/next/60348.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pkg debug/elf, const R_PPC64_REL24_P9NOTOC = 124 #60348
2+
pkg debug/elf, const R_PPC64_REL24_P9NOTOC R_PPC64 #60348

0 commit comments

Comments
 (0)