| 2022-09-19 | Joel Sing | internal/bytealg: correct alignment checks for compare... | commit | commitdiff | tree | 
| 2022-09-19 | Matthew Dempsky | cmd/compile: implement slice-to-array conversions | commit | commitdiff | tree | 
| 2022-09-19 | Matthew Dempsky | go/internal/gcimporter: fix ureader.go handling of... | commit | commitdiff | tree | 
| 2022-09-19 | Matthew Dempsky | test: add regress test for issue 55101 | commit | commitdiff | tree | 
| 2022-09-19 | Tobias Klauser | os: use wait6 to avoid wait/kill race on netbsd | commit | commitdiff | tree | 
| 2022-09-19 | Keith Randall | cmd/compile: avoid using destination pointer base type... | commit | commitdiff | tree | 
| 2022-09-19 | cuiweixie | reflect: rtype.MethodByName using binary search | commit | commitdiff | tree | 
| 2022-09-19 | Damien Neil | net/http: correctly test for leading header spaces... | commit | commitdiff | tree | 
| 2022-09-19 | Roger Peppe | time: implement Compare method | commit | commitdiff | tree | 
| 2022-09-19 | Zeke Lu | debug/elf: validate shstrndx | commit | commitdiff | tree | 
| 2022-09-19 | Michael Matloob | cmd/go: clear GOPATH from build context when importing... | commit | commitdiff | tree | 
| 2022-09-19 | Sasha Melentyev | runtime/pprof: set labelMap length | commit | commitdiff | tree | 
| 2022-09-19 | hopehook | misc/cgo: replace ioutil.ReadFile with os.ReadFile | commit | commitdiff | tree | 
| 2022-09-19 | hopehook | misc/cgo: replace os.SEEK_SET with io.SeekStart | commit | commitdiff | tree | 
| 2022-09-19 | Tobias Klauser | internal/syscall/unix: reuse existing {Fstat,Open,Unlin... | commit | commitdiff | tree | 
| 2022-09-19 | Cuong Manh Le | Revert "runtime: treat SI_TKILL like SI_USER on Linux" | commit | commitdiff | tree | 
| 2022-09-19 | Cuong Manh Le | cmd/compile/internal/typebits: relax alignment check | commit | commitdiff | tree | 
| 2022-09-19 | Cuong Manh Le | cmd/compile,sync: make accessing address of zero offset... | commit | commitdiff | tree | 
| 2022-09-18 | Dan Kortschak | debug/pe: be careful to avoid potential uint32 overflow | commit | commitdiff | tree | 
| 2022-09-17 | Joel Sing | cmd/compile: resolve known outcomes for SLTI/SLTIU... | commit | commitdiff | tree | 
| 2022-09-17 | Michael Anthony... | runtime/internal/sys: make Len64 nosplit | commit | commitdiff | tree | 
| 2022-09-17 | Cherry Mui | cmd/dist: add old style build tags | commit | commitdiff | tree | 
| 2022-09-17 | Ian Lance Taylor | runtime: treat SI_TKILL like SI_USER on Linux | commit | commitdiff | tree | 
| 2022-09-16 | Bryan C. Mills | net/http: deflake TestServerCancelsReadHeaderTimeoutWhe... | commit | commitdiff | tree | 
| 2022-09-16 | Jakub Ciolek | cmd/compile: make isConstDelta compute delta for 8... | commit | commitdiff | tree | 
| 2022-09-16 | Mateusz Poliwczak | net: set AD bit in DNS queries when trust-ad in resolv... | commit | commitdiff | tree | 
| 2022-09-16 | Damien Neil | net/http/httputil: remove duplicated code block | commit | commitdiff | tree | 
| 2022-09-16 | Michael Anthony... | runtime: tweak bgsweep "low-priority" heuristic | commit | commitdiff | tree | 
| 2022-09-16 | Michael Anthony... | runtime/metrics: add /sync/mutex/wait/total:seconds... | commit | commitdiff | tree | 
| 2022-09-16 | Michael Anthony... | runtime: set G wait reason more consistently | commit | commitdiff | tree | 
| 2022-09-16 | Michael Anthony... | runtime: make the wait reason for a g blocked on a... | commit | commitdiff | tree | 
| 2022-09-16 | Michael Anthony... | runtime/metrics: add CPU stats | commit | commitdiff | tree | 
| 2022-09-16 | Michael Anthony... | runtime: shrink time histogram buckets | commit | commitdiff | tree | 
| 2022-09-16 | Russ Cox | testing: allow go test -run=^$ testing | commit | commitdiff | tree | 
| 2022-09-16 | Robert Griesemer | go/types, types2: allow (string...) signature with... | commit | commitdiff | tree | 
| 2022-09-16 | Cherry Mui | cmd/link: suppress -no_pie deprecation warning on darwin | commit | commitdiff | tree | 
| 2022-09-16 | Austin Clements | cmd/dist: simplify exec.Cmd helpers for Go 1.19 | commit | commitdiff | tree | 
| 2022-09-16 | Austin Clements | cmd/dist: simplify exec.Cmd helpers | commit | commitdiff | tree | 
| 2022-09-16 | Shengyu Zhang | go/printer: make ExampleFprint correctly run as online... | commit | commitdiff | tree | 
| 2022-09-16 | Russ Cox | cmd/go: delete useless env var setting in test | commit | commitdiff | tree | 
| 2022-09-16 | Russ Cox | cmd/go, testing: add go test -skip flag | commit | commitdiff | tree | 
| 2022-09-16 | Russ Cox | cmd/internal/objabi: record GO$GOARCH setting in object... | commit | commitdiff | tree | 
| 2022-09-16 | Yuval Pavel... | runtime: switch FreeBSD to use the non-COMPAT_FREEBSD11... | commit | commitdiff | tree | 
| 2022-09-16 | Yuval Pavel... | syscall: remove FreeBSD 11 and below 64bit inode compat... | commit | commitdiff | tree | 
| 2022-09-16 | Cuong Manh Le | reflect: allow conversion from slice to array | commit | commitdiff | tree | 
| 2022-09-15 | Rob Pike | text/template/parse: simplify I/O in lexing | commit | commitdiff | tree | 
| 2022-09-15 | Paul E. Murphy | cmd/internal/obj/ppc64: add ISA 3.1 instructions | commit | commitdiff | tree | 
| 2022-09-15 | Archana R | cmd/asm, cmd/internal/obj/ppc64: increase asm test... | commit | commitdiff | tree | 
| 2022-09-15 | cuiweixie | os: convert Process.isdone to atomic type | commit | commitdiff | tree | 
| 2022-09-15 | cuiweixie | database: convert DB.{waitDuration,numClosed} to atomic... | commit | commitdiff | tree | 
| 2022-09-15 | Paul E. Murphy | cmd/link: support -fno-plt compiled gcc objects on... | commit | commitdiff | tree | 
| 2022-09-15 | Joe Tsai | time: move RFC 3339 optimizations to separate file | commit | commitdiff | tree | 
| 2022-09-15 | Tobias Klauser | syscall: use fcntl F_DUP2FD_CLOEXEC in forkAndExecInChi... | commit | commitdiff | tree | 
| 2022-09-15 | cui fliter | strconv: add a test case when base is illegal | commit | commitdiff | tree | 
| 2022-09-15 | Erik Pellizzon | hash/crc32: remove redundant code | commit | commitdiff | tree | 
| 2022-09-15 | Tobias Klauser | syscall: use fcntl F_DUP2FD_CLOEXEC in forkAndExecInChi... | commit | commitdiff | tree | 
| 2022-09-15 | kurochan | text/template: fixed typo in a nested template definition | commit | commitdiff | tree | 
| 2022-09-15 | Wayne Zuo | cmd/compile: make encoding/binary appends cheaper to... | commit | commitdiff | tree | 
| 2022-09-15 | Wayne Zuo | cmd/compile: avoid sign extension after word arithmetic... | commit | commitdiff | tree | 
| 2022-09-15 | cuiweixie | cmd/go: use strings.Builder | commit | commitdiff | tree | 
| 2022-09-15 | Tobias Klauser | internal/syscall/unix: remove superfluous var declarati... | commit | commitdiff | tree | 
| 2022-09-15 | Joe Tsai | compress/flate: update NewReader documentation | commit | commitdiff | tree | 
| 2022-09-15 | Joel Sing | runtime: optimise memclrNoHeapPointers on riscv64 | commit | commitdiff | tree | 
| 2022-09-15 | Cherry Mui | cmd/link: stop passing -pagezero_size to darwin linker | commit | commitdiff | tree | 
| 2022-09-15 | Keith Randall | runtime/race: introduce subarch versioning of race... | commit | commitdiff | tree | 
| 2022-09-15 | Tobias Klauser | cmd, syscall: use syscall.Mmap on solaris for Go ≥... | commit | commitdiff | tree | 
| 2022-09-14 | Kévin Dunglas | net/http/httputil: forward 1xx responses in ReverseProxy | commit | commitdiff | tree | 
| 2022-09-14 | Emmanuel T... | all: remove unnecessary allocations from w.WriteString... | commit | commitdiff | tree | 
| 2022-09-14 | Ali Yousefi... | go/types, types2: improve readability of _InvalidUntype... | commit | commitdiff | tree | 
| 2022-09-14 | Anuraag Agrawal | strings: reuse the input string for Repeat count of 1 | commit | commitdiff | tree | 
| 2022-09-14 | Ian Lance Taylor | go/build: remove unnecessary copies of package variables | commit | commitdiff | tree | 
| 2022-09-14 | Bryan C. Mills | cmd/go/testdata/script: remove reference to fixed issue | commit | commitdiff | tree | 
| 2022-09-14 | Ian Lance Taylor | path/filepath: document that WalkDir uses OS paths | commit | commitdiff | tree | 
| 2022-09-14 | Tobias Klauser | all: move //go:build lines below copyright notice | commit | commitdiff | tree | 
| 2022-09-14 | jiepeng | cmd/go/internal/vcs: replace [A-Za-z0-9_] with \w in... | commit | commitdiff | tree | 
| 2022-09-13 | Cherry Mui | cmd/compile: don't use R25 as input for LoweredMove... | commit | commitdiff | tree | 
| 2022-09-13 | cui fliter | runtime: convert timer.status to atomic type | commit | commitdiff | tree | 
| 2022-09-13 | Vladimir Varankin | net/http: make DefaultTransport docs about HTTP proxy... | commit | commitdiff | tree | 
| 2022-09-13 | Cuong Manh Le | reflect: move benchmarks to its own file | commit | commitdiff | tree | 
| 2022-09-13 | Leonard Wang | runtime: set userForced while holding gcsema | commit | commitdiff | tree | 
| 2022-09-13 | Cuong Manh Le | syscall: simplify unsafe.Slice usage | commit | commitdiff | tree | 
| 2022-09-13 | Joel Sing | cmd/internal/objabi: declare HeadType String on a non... | commit | commitdiff | tree | 
| 2022-09-13 | cui fliter | strings: add a test case of growLen is negative | commit | commitdiff | tree | 
| 2022-09-13 | Joel Sing | cmd/link: generate an error if the entry symbol cannot... | commit | commitdiff | tree | 
| 2022-09-13 | Joe Tsai | time: optimize Parse for RFC3339 and RFC3339Nano | commit | commitdiff | tree | 
| 2022-09-13 | Cuong Manh Le | runtime: replace stringStruct with unsafe.String where... | commit | commitdiff | tree | 
| 2022-09-13 | Tobias Klauser | cmd/link/internal/ld, syscall: use libc based msync... | commit | commitdiff | tree | 
| 2022-09-13 | Tobias Klauser | cmd/link/internal/ld: drop Go 1.12 compatibility on... | commit | commitdiff | tree | 
| 2022-09-13 | Robert Griesemer | go/types, types2: don't print function parameter names... | commit | commitdiff | tree | 
| 2022-09-13 | Robert Griesemer | go/types, types2: consistently use _UnsupportedFeature... | commit | commitdiff | tree | 
| 2022-09-13 | Robert Griesemer | types2: provide error codes to error reporting | commit | commitdiff | tree | 
| 2022-09-09 | Cuong Manh Le | internal/syscall/windows: simplify unsafe.Slice usage | commit | commitdiff | tree | 
| 2022-09-09 | cuiweixie | cmd/go: record the -buildmode flag in debug.BuildInfo | commit | commitdiff | tree | 
| 2022-09-09 | cui fliter | net/http: convert allowQuerySemicolonsInUse to atomic... | commit | commitdiff | tree | 
| 2022-09-09 | Cuong Manh Le | sync: convert RWMutex.{readerCount,readerWait} to atomi... | commit | commitdiff | tree | 
| 2022-09-09 | Cuong Manh Le | sync/atomic: reduce inlining cost for atomic types... | commit | commitdiff | tree | 
| 2022-09-09 | Tobias Klauser | internal/poll, syscall: convert writev to direct libc... | commit | commitdiff | tree | 
| 2022-09-09 | Tobias Klauser | runtime/race: also unmap memory if TestNonGoMemory... | commit | commitdiff | tree | 
| 2022-09-09 | cui fliter | go/ast: use strings.Builder | commit | commitdiff | tree | 
| 2022-09-09 | Andy Pan | internal/poll: drop redundant ENOSYS in CopyFileRange | commit | commitdiff | tree | 
| next |