2024-01-31 |
Russ Cox | fmt: update docs for %03s |
commit | commitdiff | tree |
2024-01-31 |
Russ Cox | fmt: revert "don't pad strings with zeros" |
commit | commitdiff | tree |
2024-01-30 |
Andy Pan | net/textproto: reject HTTP requests with empty header... |
commit | commitdiff | tree |
2024-01-30 |
Robert Griesemer | spec: clarify iteration variable type for range over... |
commit | commitdiff | tree |
2024-01-30 |
Michael Matloob | cmd: vendor golang.org/x/telemetry and call counter... |
commit | commitdiff | tree |
2024-01-30 |
Alessandro... | cmd/link: fix TestConsistentGoKindAndRuntimeType |
commit | commitdiff | tree |
2024-01-30 |
pgxiaolianzi | log/slog: add missing test in value_test.go |
commit | commitdiff | tree |
2024-01-30 |
Jes Cok | all: fix typos |
commit | commitdiff | tree |
2024-01-30 |
Alan Donovan | doc/README: clarify instructions |
commit | commitdiff | tree |
2024-01-30 |
jeffery | runtime: compute data and bss root work units in one... |
commit | commitdiff | tree |
2024-01-30 |
Matthew Dempsky | cmd/compile/internal/noder: preserve alias uses in... |
commit | commitdiff | tree |
2024-01-30 |
Keith Randall | runtime: print exported methods from the runtime in... |
commit | commitdiff | tree |
2024-01-30 |
Michael Pratt | runtime: avoid new linkname for goroutine profiles |
commit | commitdiff | tree |
2024-01-30 |
Alessandro... | cmd/link: add DW_AT_go_runtime_type to unsafe.Pointer... |
commit | commitdiff | tree |
2024-01-30 |
aimuz | internal/zstd: avoid panic when windowSize is negative |
commit | commitdiff | tree |
2024-01-30 |
Michael Pratt | Revert "runtime: disable use of runnext on wasm" |
commit | commitdiff | tree |
2024-01-30 |
Jun10ng | runtime: reduce one STW when obtaining goroutine config... |
commit | commitdiff | tree |
2024-01-29 |
Michael Pratt | runtime: disable use of runnext on wasm |
commit | commitdiff | tree |
2024-01-29 |
Michael Pratt | net/http: allow nothingWrittenError in TestTransportPer... |
commit | commitdiff | tree |
2024-01-29 |
Bryan C. Mills | net: in the fake implementation, allow writes to buffer... |
commit | commitdiff | tree |
2024-01-29 |
Michael Matloob | cmd/go/internal/generate: call modload.InitWorkFile |
commit | commitdiff | tree |
2024-01-29 |
Michael Matloob | cmd/go/internal/list: make a copy of the package before... |
commit | commitdiff | tree |
2024-01-29 |
Raghvender | cmd/go: allow test caching for the -fullpath flag |
commit | commitdiff | tree |
2024-01-29 |
Bryan C. Mills | cmd/go/internal/toolchain: apply the -modcacherw flag... |
commit | commitdiff | tree |
2024-01-29 |
sivchari | cmd/go/internal/load: improve comments |
commit | commitdiff | tree |
2024-01-27 |
Mauri de Souza... | runtime: crash stack support for loong64 |
commit | commitdiff | tree |
2024-01-27 |
qiulaidongfeng | cmd/internal/moddeps: fix test fail when the last eleme... |
commit | commitdiff | tree |
2024-01-26 |
Filippo Valsorda | Revert "crypto/internal/boring: upgrade module to fips... |
commit | commitdiff | tree |
2024-01-26 |
Matthew Dempsky | cmd/api: include type arguments in API |
commit | commitdiff | tree |
2024-01-26 |
Cherry Mui | cmd/link: print failed external command invocation |
commit | commitdiff | tree |
2024-01-26 |
Roland Shoemaker | net/mail: remove obsolete comment |
commit | commitdiff | tree |
2024-01-26 |
Cherry Mui | Revert "net/http: wrap client errors" |
commit | commitdiff | tree |
2024-01-26 |
Quan Tong | cmd/go: ensure the correct line number is displayed... |
commit | commitdiff | tree |
2024-01-26 |
qiulaidongfeng | cmd/link: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketC... |
commit | commitdiff | tree |
2024-01-26 |
qiulaidongfeng | reflect: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCo... |
commit | commitdiff | tree |
2024-01-26 |
Michael Pratt | runtime: use channels in gcBgMarkStartWorkers |
commit | commitdiff | tree |
2024-01-26 |
Robert Griesemer | go/types, types2: use existing case-insensitive lookup... |
commit | commitdiff | tree |
2024-01-26 |
Russ Cox | all: enable range-over-func in Go 1.23 |
commit | commitdiff | tree |
2024-01-26 |
Russ Cox | maps: correct use of linkname |
commit | commitdiff | tree |
2024-01-26 |
Meng Zhuo | cmd/compile: implement float min/max in hardware for... |
commit | commitdiff | tree |
2024-01-25 |
Robert Griesemer | go/types, types2: in struct processing, set name positi... |
commit | commitdiff | tree |
2024-01-25 |
Michael Anthony... | internal/testenv: support the LUCI mobile builders... |
commit | commitdiff | tree |
2024-01-25 |
Michael Anthony... | internal/testenv: allow "-noopt" anywhere in builder... |
commit | commitdiff | tree |
2024-01-25 |
Cosmos Nicolaou | runtime/pprof: fix retry logic introduced by #858cd8d |
commit | commitdiff | tree |
2024-01-25 |
Zxilly | debug/gosym: add detailed doc for text argument in... |
commit | commitdiff | tree |
2024-01-25 |
Lynn Boger | math/big,crypto/internal/bigmod: unroll loop in addMulV... |
commit | commitdiff | tree |
2024-01-25 |
kayos@tcp.direct | net/http: wrap client errors |
commit | commitdiff | tree |
2024-01-25 |
Joel Sing | cmd/dist,internal/platform,runtime: add cgo support... |
commit | commitdiff | tree |
2024-01-25 |
Joel Sing | cmd/dist,internal/platform: enable openbsd/riscv64... |
commit | commitdiff | tree |
2024-01-25 |
Mauri de Souza... | runtime: add crash stack support for s390x |
commit | commitdiff | tree |
2024-01-24 |
Tobias Klauser | net/netip: use Addr.appendTo4In6 in Addr.AppendTo |
commit | commitdiff | tree |
2024-01-24 |
Tobias Klauser | net/netip: optimize Addr.String for 4in6 addresses |
commit | commitdiff | tree |
2024-01-24 |
Tobias Klauser | net/netip: optimize Addr.MarshalText allocation for... |
commit | commitdiff | tree |
2024-01-24 |
Tobias Klauser | net/netip: further optimize AddrPort.String |
commit | commitdiff | tree |
2024-01-24 |
Andy Pan | net: verify if internal/poll.Splice has been called... |
commit | commitdiff | tree |
2024-01-24 |
Robert Griesemer | go/types, types2: better error msg when type inference... |
commit | commitdiff | tree |
2024-01-24 |
Cherry Mui | doc/go1.22: remove archive/tar.FileInfoNames |
commit | commitdiff | tree |
2024-01-24 |
Cherry Mui | Revert "archive/tar: add FileInfoNames interface" |
commit | commitdiff | tree |
2024-01-24 |
Bryan C. Mills | net: ignore Dial errors in TestAcceptTimeout |
commit | commitdiff | tree |
2024-01-24 |
Jes Cok | reflect: fix isRegularMemory at case Array |
commit | commitdiff | tree |
2024-01-24 |
Jonathan Amsterdam | doc/next: initial contents |
commit | commitdiff | tree |
2024-01-24 |
Mauri de Souza... | runtime: short path for equal pointers in arm64 memequal |
commit | commitdiff | tree |
2024-01-24 |
Jonathan Amsterdam | src/cmd/relnote, doc/next: add release note check |
commit | commitdiff | tree |
2024-01-24 |
Mark Ryan | cmd/go: add GORISCV64 environment variable |
commit | commitdiff | tree |
2024-01-23 |
apocelipes | cmd/go/internal/str,cmd/go/internal/work: remove redund... |
commit | commitdiff | tree |
2024-01-23 |
qmuntal | net,internal/poll: load ws2_32.dll only when net is... |
commit | commitdiff | tree |
2024-01-23 |
Russ Cox | net: move cgo-using darwin test to separate package |
commit | commitdiff | tree |
2024-01-23 |
Russ Cox | cmd/go: add test case for issue 64738 |
commit | commitdiff | tree |
2024-01-23 |
Bryan C. Mills | net: unskip and attempt to deflake TestAcceptTimeout |
commit | commitdiff | tree |
2024-01-23 |
qiulaidongfeng | internal/reflectlite: delete TODO pass safe to packEfac... |
commit | commitdiff | tree |
2024-01-23 |
qiulaidongfeng | reflect: delete TODO pass safe to packEface don't need... |
commit | commitdiff | tree |
2024-01-23 |
Bryan C. Mills | net: report timeouts more aggressively in Accept in... |
commit | commitdiff | tree |
2024-01-23 |
qmuntal | runtime,internal/poll: move websocket handling out... |
commit | commitdiff | tree |
2024-01-23 |
Rob Pike | fmt: don't pad strings with zeros |
commit | commitdiff | tree |
2024-01-23 |
qmuntal | cmd/cgo/internal/test: skip TestCallbackCallersSEH... |
commit | commitdiff | tree |
2024-01-23 |
qiulaidongfeng | cmd/compile/internal/ssagen,runtime: merge trace consts... |
commit | commitdiff | tree |
2024-01-23 |
qiulaidongfeng | reflect: StructOf set abi.TFlagRegularMemory |
commit | commitdiff | tree |
2024-01-23 |
qiulaidongfeng | cmd/compile: use MapMaxKeyBytes,MapMaxElemBytes,MapBuck... |
commit | commitdiff | tree |
2024-01-23 |
Olivier Mengué | hash/crc32: fix codegen to align with manual changes |
commit | commitdiff | tree |
2024-01-23 |
Jorropo | cmd/compile: improve integer comparisons with numeric... |
commit | commitdiff | tree |
2024-01-22 |
Joel Sing | crypto/sha512: provide optimised assembly for riscv64 |
commit | commitdiff | tree |
2024-01-22 |
Michael Pratt | Revert "cmd/preprofile: Add preprocess tool to pre... |
commit | commitdiff | tree |
2024-01-22 |
Michael Anthony... | runtime: use the correct M ID for syscalling goroutines... |
commit | commitdiff | tree |
2024-01-22 |
Jin Lin | cmd/preprofile: Add preprocess tool to pre-parse the... |
commit | commitdiff | tree |
2024-01-22 |
Bryan C. Mills | net: delete TestListenCloseListen |
commit | commitdiff | tree |
2024-01-22 |
Roland Shoemaker | net/mail: properly handle special characters in phrase... |
commit | commitdiff | tree |
2024-01-22 |
Austin Clements | runtime: simplify freedefer logic |
commit | commitdiff | tree |
2024-01-22 |
Cherry Mui | all: update vendored dependencies |
commit | commitdiff | tree |
2024-01-22 |
Jonathan Amsterdam | doc/initial: initial contents of release notes |
commit | commitdiff | tree |
2024-01-22 |
Rulin Tang | cmd/compile: fix typo in comment |
commit | commitdiff | tree |
2024-01-22 |
Jonathan Amsterdam | doc/README.md: explain new release note system |
commit | commitdiff | tree |
2024-01-22 |
qmuntal | runtime: avoid loading winmm.dll on newer Windows versions |
commit | commitdiff | tree |
2024-01-22 |
Wingrez | cmd/compile/internal/ssa: fix typo in sccp |
commit | commitdiff | tree |
2024-01-22 |
Tobias Klauser | doc/go1.22: fix method name in net/netip changes |
commit | commitdiff | tree |
2024-01-22 |
Carlos Amedee | doc: remove last TODO item |
commit | commitdiff | tree |
2024-01-22 |
Bryan C. Mills | net: attempt to deflake TestListenCloseListen |
commit | commitdiff | tree |
2024-01-22 |
qiulaidongfeng | cmd/link,runtime: merge minfunc const info internal/abi |
commit | commitdiff | tree |
2024-01-22 |
Alexander Yastrebov | net/http/pprof: configure WriteDeadline |
commit | commitdiff | tree |
2024-01-22 |
Rob Findley | go/types, types2: typeparams.IndexExpr must not be... |
commit | commitdiff | tree |
2024-01-22 |
Bryan C. Mills | time: add a regression test for time.AfterFunc goroutin... |
commit | commitdiff | tree |
next |