- b7579e2 trace: regenerate to include CL 680978 by Michael Anthony Knyszek · 11 days ago master
- dcc06ee go.mod: update golang.org/x dependencies by Gopher Robot · 3 weeks ago
- b6e5de4 trace: regenerate to include CL 677695 by Carlos Amedee · 4 weeks ago
- 65e9200 slog: make allocation tests less sensitive to compiler improvements by thepudds · 4 weeks ago
- ce4c2cf trace: re-enable Sync event test by Rhys Hiltner · 9 weeks ago
- 3e021d5 trace: regenerate to include CL 644215 by Rhys Hiltner · 9 weeks ago
- cf3c555 trace: update gen.bash for Go 1.25 renames by Rhys Hiltner · 9 weeks ago
- 2b6e20a trace: regenerate for Go 1.24 by Rhys Hiltner · 9 weeks ago
- 022de6b trace: update gen.bash for Go 1.24 by Rhys Hiltner · 9 weeks ago
- 6202f9c go.mod: update golang.org/x dependencies by Gopher Robot · 8 weeks ago
- 7e4ce0a go.mod: update golang.org/x dependencies by Gopher Robot · 3 months ago
- 054e65f go.mod: update golang.org/x dependencies by Gopher Robot · 4 months ago
- dead583 maps,slices: add //go:fix inline annotations for std namesakes by Alan Donovan · 4 months ago
- 17a8cdc shiny/materialdesign/icons: use a more straightforward return value by cuishuang · 4 months ago
- aa4b98e cmd/{apidiff,gorelease}: delete redundant //go:debug gotypesalias=1 directives [generated] by Dmitri Shuralyov · 4 months ago
- eff6e97 all: upgrade go directive to at least 1.23.0 [generated] by Gopher Robot · 4 months ago
- 939b2ce go.mod: update golang.org/x dependencies by Gopher Robot · 5 months ago
- f9890c6 rand: deprecate in favor of math/rand/v2 by Ian Lance Taylor · 5 months ago
- e0ece0d cmd/{apidiff,gorelease}: use types.Alias when >= 1.23 by Jonathan Amsterdam · 5 months ago
- 3edf0e9 apidiff: support types.Alias by Jonathan Amsterdam · 5 months ago
- 7588d65 go.mod: update golang.org/x dependencies by Gopher Robot · 6 months ago
- 7d7fa50 apidiff: pull test go version into a const by Jonathan Amsterdam · 6 months ago
- dd03c70 rand: make function comment match function name by cuishuang · 6 months ago
- b2144cd shiny: adds loong64 to list of supported archs by Brian Ledbetter · 6 months ago
- 4a55095 slices,maps: delegate to go1.21 functions of the same name by Alan Donovan · 7 months ago
- 1829a12 Revert "cmd/apidiff: stop using gcexportdata.{Read,Write}Bundle" by Alan Donovan · 7 months ago
- 1443442 cmd/apidiff: stop using gcexportdata.{Read,Write}Bundle by Alan Donovan · 7 months ago
- 43b7b7c go.mod: update golang.org/x dependencies by Gopher Robot · 7 months ago
- 2d47ceb go.mod: update golang.org/x dependencies by Gopher Robot · 8 months ago
- 04b2079 errors: make go directive explicit by Dmitri Shuralyov · 8 months ago
- f66d83c apidiff: avoid comparing instantiated aliases by Jonathan Amsterdam · 9 months ago
- 225e2ab go.mod: update golang.org/x dependencies by Gopher Robot · 9 months ago
- 701f63a go.mod: update golang.org/x dependencies by Gopher Robot · 10 months ago
- e7e105d rand: fix printf(var) mistake detected by latest printf checker by Dmitri Shuralyov · 10 months ago
- 9b4947d event/adapter/logr/logr.go: remove the code that has no practical effect by cuishuang · 10 months ago
- 778ce7b typeparams: don't complain that Go 1.17 doesn't support iterators by Ian Lance Taylor · 10 months ago
- 0cdaa3a go.mod: update golang.org/x dependencies by Gopher Robot · 11 months ago
- 8a7402a trace: support BSD version of sed in gen.bash by Rhys Hiltner · 12 months ago
- e3f2596 trace: regenerate to include CL 596355 by Rhys Hiltner · 12 months ago
- 1d5bc16 LICENSE: update per Google Legal by Russ Cox · 12 months ago
- 46b0784 go.mod: update golang.org/x dependencies by Gopher Robot · 12 months ago
- 7f521ea slices: add documention on incomparable items in SortFunc. by Benson Margulies · 1 year, 1 month ago
- fc45aab go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 1 month ago
- fd00a4e trace: regenerate trace from go@1ed8166 by Michael Anthony Knyszek · 1 year, 1 month ago
- 404ba88 trace: regenerate trace from go@81d424e by Michael Anthony Knyszek · 1 year, 1 month ago
- 23cca88 trace: regenerate trace from go@b89f946 by Michael Anthony Knyszek · 1 year, 1 month ago
- 4c93da0 trace: update gen.bash after std refactoring of internal/trace by Michael Anthony Knyszek · 1 year, 1 month ago
- 9bf2ced go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 2 months ago
- fe59bbe all: fix function names in comment by cuishuang · 1 year, 2 months ago
- 93d18d7 trace: regenerate trace from go@5879bf7 by Michael Anthony Knyszek · 1 year, 3 months ago
- c0f41cb go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 3 months ago
- a685a6e trace: regenerate trace from go@c2b1463 by Michael Anthony Knyszek · 1 year, 3 months ago
- a85f2c6 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 4 months ago
- c7f7c64 trace: regenerate trace from go@6133c1e by Michael Anthony Knyszek · 1 year, 4 months ago
- 35ce08e trace: update gen.bash for oldtrace and make it work seamlessly by Michael Anthony Knyszek · 1 year, 4 months ago
- 814bf88 trace: make trace byte receiving synchronous by Nicolas Hillegeer · 1 year, 4 months ago
- e579c86 trace: regenerate experimental API from go@d892cb4 by Michael Anthony Knyszek · 1 year, 4 months ago
- ec58324 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 5 months ago
- 2c58cdc devtools: remove unused bash by Roland Shoemaker · 1 year, 5 months ago
- 1b97071 slices: zero the slice elements discarded by Delete, DeleteFunc, Compact, CompactFunc, Replace. by Deleplace · 1 year, 8 months ago
- db7319d go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 6 months ago
- 0dcbfd6 protoveneer: remove by Jonathan Amsterdam · 1 year, 6 months ago
- be819d1 trace: add experimental flight recorder API by Michael Anthony Knyszek · 1 year, 7 months ago
- 02704c9 shiny/text: drop panic when GlyphAdvance returns !ok by Dmitri Shuralyov · 1 year, 10 months ago
- 8ecfa16 shiny: update dependencies by Dmitri Shuralyov · 1 year, 10 months ago
- dc181d7 event: run go mod tidy by Tatiana Bradley · 1 year, 6 months ago
- 73b9e39 event: update to latest version of open telemetry by Jonathan Amsterdam · 1 year, 6 months ago
- aacd6d4 protoveneer: the protoveneer tool by Jonathan Amsterdam · 1 year, 7 months ago
- f3f8817 trace: regenerate experimental API from go@6d7b3c8 by Michael Anthony Knyszek · 1 year, 7 months ago
- c4cbd9c trace: add script to generate experimental API from a Go checkout by Michael Anthony Knyszek · 1 year, 7 months ago
- 6522937 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 7 months ago
- 9a3e603 slog: catch panics during formatting by Jonathan Amsterdam · 1 year, 8 months ago
- 2478ac8 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 8 months ago
- 7918f67 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 9 months ago
- 3e424a5 shiny/driver/gldriver: stop activating regardless of the current app by Dmitri Shuralyov · 1 year, 9 months ago
- 9212866 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 10 months ago
- d852ddb all: go get golang.org/x/tools@74c255b by Cuong Manh Le · 1 year, 11 months ago
- 89c5cff apidiff: fix confusing changed messages by Jonathan Amsterdam · 1 year, 11 months ago
- 3b0b5b6 apidiff: fix comparison of a type in an other package with a basic type by Jonathan Amsterdam · 1 year, 11 months ago
- 352e893 event: update x/sys by Dmitri Shuralyov · 1 year, 11 months ago
- 7b3493d jsonrpc2: do not panic when sending unmarshalable params by Maxime Soulé · 1 year, 11 months ago
- 853ea24 slog: update value receiver names by suntala · 1 year, 11 months ago
- 050eac2 shiny/driver/mtldriver: add cgo build constraint by Dmitri Shuralyov · 1 year, 11 months ago
- 38c65eb all: delete obsolete // +build lines by Dmitri Shuralyov · 1 year, 11 months ago
- d63ba01 apidiff: fix comparison of named types in other packages by Jonathan Amsterdam · 1 year, 11 months ago
- a07a844 apidiff: support instantiated generic types by Jonathan Amsterdam · 1 year, 11 months ago
- b0cb94b apidiff: clarify and add tests by Jonathan Amsterdam · 1 year, 11 months ago
- 515e97e apidiff: split remaining tests by Jonathan Amsterdam · 2 years ago
- e86e1b1 apidiff: add subtests by Jonathan Amsterdam · 2 years ago
- 5dae85e apidiff: use testing.T.TempDir by Jonathan Amsterdam · 2 years ago
- 302865e slices: update to current standard library version by Ian Lance Taylor · 2 years ago
- d98519c x/exp/apidiff: add package path to change messages by Max Bowsher · 2 years ago
- 613f0c0 slices: add DeleteFunc by Ian Lance Taylor · 2 years ago
- 06a737e slog: rename XXXCtx to XXXContext, deprecate old names by Jonathan Amsterdam · 2 years ago
- fffb143 apidiff: rename typesEquivalent args by Jonathan Amsterdam · 2 years ago
- 2a6b8fd apidiff: clarify establishCorrespondence by Jonathan Amsterdam · 2 years ago
- beca063 apidiff: compare Basic types' kinds for correspondence by Jonathan Amsterdam · 2 years ago
- c3f3712 apidiff: match type parameter lists using correspondence by Jonathan Amsterdam · 2 years ago
- 97b1e66 cmd/gorelease: fix for LUCI by Heschi Kreinick · 2 years ago
- c6a51d5 errors/fmt: fix tests that assume GOPATH layout by Heschi Kreinick · 2 years ago