| 2023-07-26 | 
Joel Sing | cmd/internal/obj/arm64: simplify buildop | 
commit | commitdiff | tree | 
| 2023-07-26 | 
chanxuehong | encoding/base32: reduce overflow risk when calc encode...  | 
commit | commitdiff | tree | 
| 2023-07-26 | 
qiulaidongfeng | os/exec: avoid calling LookPath in cmd.Start for resolv...  | 
commit | commitdiff | tree | 
| 2023-07-26 | 
Robert Griesemer | spec: update section on type unification for Go 1.21 | 
commit | commitdiff | tree | 
| 2023-07-25 | 
Ian Lance Taylor | runtime2: don't check fcntl errno in checkfds on AIX...  | 
commit | commitdiff | tree | 
| 2023-07-25 | 
Dmitri Shuralyov | cmd/dist: fix broken link in README | 
commit | commitdiff | tree | 
| 2023-07-25 | 
Jes Cok | cmd/compile/internal/base: add comma in comment for...  | 
commit | commitdiff | tree | 
| 2023-07-25 | 
Roland Shoemaker | runtime: enforce standard file descriptors open on...  | 
commit | commitdiff | tree | 
| 2023-07-25 | 
Ian Lance Taylor | sort: add gen_sort_variants support for x/exp/slices | 
commit | commitdiff | tree | 
| 2023-07-25 | 
Bryan C. Mills | os: mark the share created by TestNetworkSymbolicLink...  | 
commit | commitdiff | tree | 
| 2023-07-25 | 
Jabar Asadi | os: ReadFile: don't check for re-allocation in the...  | 
commit | commitdiff | tree | 
| 2023-07-24 | 
Damien Neil | Revert "net/http: use Copy in ServeContent if CopyN...  | 
commit | commitdiff | tree | 
| 2023-07-24 | 
Michael Matloob | cmd/go: add support for vendoring in workspace mode | 
commit | commitdiff | tree | 
| 2023-07-24 | 
Russ Cox | make.bash,bat,rc: use Go 1.20.6 instead of Go 1.17.13 | 
commit | commitdiff | tree | 
| 2023-07-24 | 
erifan01 | cmd/asm: initialize assembler before running error...  | 
commit | commitdiff | tree | 
| 2023-07-24 | 
eric fang | cmd/asm: Fix encoding error of register offset shifted...  | 
commit | commitdiff | tree | 
| 2023-07-21 | 
Mauri de Souza...  | testing: enforce -skip in example tests | 
commit | commitdiff | tree | 
| 2023-07-21 | 
Keith Randall | cmd/compile: memcombine if values being stored are...  | 
commit | commitdiff | tree | 
| 2023-07-21 | 
Ian Lance Taylor | runtime: consider core PID in gdb test | 
commit | commitdiff | tree | 
| 2023-07-21 | 
Robert Griesemer | spec: fix a couple of minor mistakes in type inference...  | 
commit | commitdiff | tree | 
| 2023-07-21 | 
Cherry Mui | cmd/link: allow enabling DWARF with -s | 
commit | commitdiff | tree | 
| 2023-07-21 | 
Cherry Mui | cmd/link: test the -s flag | 
commit | commitdiff | tree | 
| 2023-07-21 | 
Cherry Mui | cmd/link: print dsymutil and strip commands in -v mode | 
commit | commitdiff | tree | 
| 2023-07-21 | 
Cherry Mui | cmd/link: rationalize -s and -w flags with Mach-O exter...  | 
commit | commitdiff | tree | 
| 2023-07-21 | 
Cherry Mui | cmd/link: suppress symbol table on Mach-O when -s | 
commit | commitdiff | tree | 
| 2023-07-21 | 
Cherry Mui | cmd/cgo/internal/testshared: skip in short mode and...  | 
commit | commitdiff | tree | 
| 2023-07-21 | 
chanxuehong | encoding/base64: reduce the overflow risk when computin...  | 
commit | commitdiff | tree | 
| 2023-07-21 | 
zikaeroh | log/slog: fix comment above log levels | 
commit | commitdiff | tree | 
| 2023-07-21 | 
Dmitri Shuralyov | cmd/dist: apply timeout scale even if timeout isn't...  | 
commit | commitdiff | tree | 
| 2023-07-21 | 
Eli Bendersky | sort: forward fixed-type slice sorting to slices package | 
commit | commitdiff | tree | 
| 2023-07-21 | 
Rob Findley | go/types, types2: update documentation for GoVersion | 
commit | commitdiff | tree | 
| 2023-07-21 | 
Mauri de Souza...  | reflect: panic on recv channel close | 
commit | commitdiff | tree | 
| 2023-07-21 | 
Cuong Manh Le | runtime/cgo: reduce runtime init done check using atomic | 
commit | commitdiff | tree | 
| 2023-07-21 | 
Cuong Manh Le | cmd/compile/internal/walk: remove un-used func/var | 
commit | commitdiff | tree | 
| 2023-07-21 | 
Cuong Manh Le | cmd/compile/internal/typecheck: cleanup code | 
commit | commitdiff | tree | 
| 2023-07-21 | 
Cuong Manh Le | cmd/compile: use "pw" as receiver name consistently | 
commit | commitdiff | tree | 
| 2023-07-21 | 
Cuong Manh Le | cmd/compile/internal/noder: remove un-used funcs/vars | 
commit | commitdiff | tree | 
| 2023-07-21 | 
Robert Griesemer | go/types, types2: a min/max value argument must not...  | 
commit | commitdiff | tree | 
| 2023-07-21 | 
Michael Anthony...  | runtime: fix debug non-concurrent sweep mode after...  | 
commit | commitdiff | tree | 
| 2023-07-20 | 
Ian Lance Taylor | time: document that AfterFunc Timer's C field is nil | 
commit | commitdiff | tree | 
| 2023-07-20 | 
Robert Griesemer | spec: update section on type inference for Go 1.21 | 
commit | commitdiff | tree | 
| 2023-07-20 | 
Matthew Dempsky | all: update build tags to require/assume Go 1.20 | 
commit | commitdiff | tree | 
| 2023-07-20 | 
Michael Pratt | runtime: print debuglog before sighandler crash | 
commit | commitdiff | tree | 
| 2023-07-20 | 
Michael Pratt | runtime: call wakep in gosched | 
commit | commitdiff | tree | 
| 2023-07-20 | 
Michael Pratt | runtime: check global runq during "delicate dance" | 
commit | commitdiff | tree | 
| 2023-07-20 | 
Bryan C. Mills | go/internal/gcimporter: propagate errors from FindPkg | 
commit | commitdiff | tree | 
| 2023-07-20 | 
Robert Griesemer | go/types, types2: make sure info recording is executed...  | 
commit | commitdiff | tree | 
| 2023-07-20 | 
Cherry Mui | cmd/link: pass flags to external linker in deterministi...  | 
commit | commitdiff | tree | 
| 2023-07-20 | 
Alan Donovan | go/ast: add Unparen(Expr) helper | 
commit | commitdiff | tree | 
| 2023-07-20 | 
Cherry Mui | cmd/go: attach PGO profile for test dependencies | 
commit | commitdiff | tree | 
| 2023-07-20 | 
Cherry Mui | cmd/internal/obj: print relocation type by name in...  | 
commit | commitdiff | tree | 
| 2023-07-20 | 
Cherry Mui | cmd/link: clean up some relocation handling | 
commit | commitdiff | tree | 
| 2023-07-20 | 
Cherry Mui | cmd/link: handle dynamic import variables on Darwin | 
commit | commitdiff | tree | 
| 2023-07-20 | 
Bryan C. Mills | runtime/pprof: use testenv.Command in tests instead...  | 
commit | commitdiff | tree | 
| 2023-07-20 | 
qmuntal | net: remove sysSocket fallback for Windows 7 | 
commit | commitdiff | tree | 
| 2023-07-20 | 
qmuntal | internal/fuzz: pass handle to temporary file instead...  | 
commit | commitdiff | tree | 
| 2023-07-20 | 
Ian Lance Taylor | cmd/go: don't collect package CGOLDFLAGS when using...  | 
commit | commitdiff | tree | 
| 2023-07-20 | 
ryomak | image/draw: replace deprecated image.ZP and image.ZR...  | 
commit | commitdiff | tree | 
| 2023-07-20 | 
Jes Cok | cmp.bash: fix comment grammar | 
commit | commitdiff | tree | 
| 2023-07-20 | 
Ian Lance Taylor | runtime: use unsafe.{String,StringData} in arena test | 
commit | commitdiff | tree | 
| 2023-07-20 | 
Roger Peppe | strings: add benchmark for Builder.WriteString | 
commit | commitdiff | tree | 
| 2023-07-20 | 
amdahliu | slices: refactor DeleteFunc to improve code readability | 
commit | commitdiff | tree | 
| 2023-07-20 | 
Tobias Klauser | os: remove unused containsAny | 
commit | commitdiff | tree | 
| 2023-07-20 | 
qmuntal | crypto/internal/boring,crypto/sha1: remove cmd_go_boots...  | 
commit | commitdiff | tree | 
| 2023-07-20 | 
Rami | os: remove executable bits from os.OpenFile example | 
commit | commitdiff | tree | 
| 2023-07-20 | 
Philip Silva | internal/bytealg: use generic IndexByte on plan9/amd64 | 
commit | commitdiff | tree | 
| 2023-07-20 | 
Damien Neil | net/url: document requirements for IPv6 addresses in...  | 
commit | commitdiff | tree | 
| 2023-07-20 | 
Daniel Martà | net: remove unused error result from newRawConn | 
commit | commitdiff | tree | 
| 2023-07-20 | 
Jes Cok | net/http: declare publicErr as a constant | 
commit | commitdiff | tree | 
| 2023-07-20 | 
Ian Lance Taylor | runtime: adjust netpollWaiters after goroutines are...  | 
commit | commitdiff | tree | 
| 2023-07-20 | 
Meng Zhuo | cmd/asm, cmd/internal/obj: generate proper atomic ops...  | 
commit | commitdiff | tree | 
| 2023-07-19 | 
qmuntal | runtime: ensure stack is aligned in _rt0_amd64_windows_lib | 
commit | commitdiff | tree | 
| 2023-07-19 | 
Guoqi Chen | doc/go1.21: add release notes for linux/loong64 | 
commit | commitdiff | tree | 
| 2023-07-18 | 
Heschi Kreinick | net: tolerate permission errors in interface tests | 
commit | commitdiff | tree | 
| 2023-07-18 | 
Robert Griesemer | spec: clarify prose in rule for clear built-in | 
commit | commitdiff | tree | 
| 2023-07-18 | 
Heschi Kreinick | all: update go.mod go version to 1.22 | 
commit | commitdiff | tree | 
| 2023-07-18 | 
Heschi Kreinick | doc: start draft Go 1.22 release notes | 
commit | commitdiff | tree | 
| 2023-07-18 | 
Jes Cok | all: fix typos | 
commit | commitdiff | tree | 
| 2023-07-18 | 
Ian Lance Taylor | runtime/coverage: use unsafe.Slice, not reflect.SliceHeader | 
commit | commitdiff | tree | 
| 2023-07-18 | 
Ian Lance Taylor | runtime: decrement netpollWaiters in netpollunblock | 
commit | commitdiff | tree | 
| 2023-07-18 | 
Heschi Kreinick | internal/goversion: update Version to 1.22 | 
commit | commitdiff | tree | 
| 2023-07-18 | 
Carlos Amedee | doc: run relnotes again | 
commit | commitdiff | tree | 
| 2023-07-18 | 
darkfeline | net/rpc: use conventional `err` in example | 
commit | commitdiff | tree | 
| 2023-07-17 | 
Rob Findley | go/types, types2: remove unnecessary assert on pointer...  | 
commit | commitdiff | tree | 
| 2023-07-17 | 
Keith Randall | math: test large negative values as args for trig functions | 
commit | commitdiff | tree | 
| 2023-07-17 | 
Bryan C. Mills | cmd/go: fix tests when go.env sets GOPROXY=direct GOSUM...  | 
commit | commitdiff | tree | 
| 2023-07-17 | 
Austin Clements | doc/go1.21: use consistent capitalization for amd64 | 
commit | commitdiff | tree | 
| 2023-07-14 | 
Jonathan Amsterdam | log/slog: doc commonHandler.handle | 
commit | commitdiff | tree | 
| 2023-07-14 | 
Will Roden | log/slog: fix issue with concurrent writes | 
commit | commitdiff | tree | 
| 2023-07-14 | 
Bryan C. Mills | cmd/covdata: format package comment for 'go doc' rendering | 
commit | commitdiff | tree | 
| 2023-07-13 | 
Johan Brandhorst...  | bytes: remove builders check from compare test | 
commit | commitdiff | tree | 
| 2023-07-13 | 
Bryan C. Mills | cmd/go/internal/modfetch: always allow Stat for the...  | 
commit | commitdiff | tree | 
| 2023-07-13 | 
Bryan C. Mills | net/http: revert stray edit to h2_bundle.go from CL...  | 
commit | commitdiff | tree | 
| 2023-07-13 | 
cui fliter | all: remove duplicate word and fix comment | 
commit | commitdiff | tree | 
| 2023-07-12 | 
Dan Kortschak | all: fix typos and remove repeated words | 
commit | commitdiff | tree | 
| 2023-07-12 | 
Russ Cox | all: update vendored dependencies | 
commit | commitdiff | tree | 
| 2023-07-12 | 
Russ Cox | cmd/go: fix go get go@badversion | 
commit | commitdiff | tree | 
| 2023-07-12 | 
Russ Cox | cmd/go: fix GOTOOLCHAIN parsing for +auto | 
commit | commitdiff | tree | 
| 2023-07-12 | 
Bryan C. Mills | doc/go1.21: add a release note for CL 463177 | 
commit | commitdiff | tree | 
| 2023-07-12 | 
Paul E. Murphy | cmd/compile: on PPC64, fix sign/zero extension when...  | 
commit | commitdiff | tree | 
| next |