2024-02-20 |
Julian Tibble | net/http: add missing call to decConnsPerHost |
commit | commitdiff | tree |
2024-02-20 |
Andy Pan | net: add KeepAliveConfig and implement SetKeepAliveConfig |
commit | commitdiff | tree |
2024-02-19 |
kkhaike | net: prevent unintended retries upon receiving an empty... |
commit | commitdiff | tree |
2024-02-19 |
aimuz | net/netip: optimize parseIPv4 and refactor IPv6 embedde... |
commit | commitdiff | tree |
2024-02-19 |
Olivier Mengué | hash/crc32: fix code generator to use the Go standard |
commit | commitdiff | tree |
2024-02-19 |
Mateusz Poliwczak | net: move go/cgo resolver forcing functions to one... |
commit | commitdiff | tree |
2024-02-19 |
Mateusz Poliwczak | strings: make use of sizeclasses in (*Builder).Grow |
commit | commitdiff | tree |
2024-02-19 |
qmuntal | runtime: use a high res timer to signal io completion... |
commit | commitdiff | tree |
2024-02-19 |
Daniel MartĂ | math/rand/v2: use a doc link for crypto/rand |
commit | commitdiff | tree |
2024-02-19 |
qmuntal | runtime: use the right number of parameters in syscall_... |
commit | commitdiff | tree |
2024-02-17 |
ALX99 | context: update doc comment to link to context interface |
commit | commitdiff | tree |
2024-02-17 |
Ezzno J | cmd/compile: remove unused code in walk.Walk |
commit | commitdiff | tree |
2024-02-17 |
Jes Cok | reflect: make Value.Comparable return true for nil... |
commit | commitdiff | tree |
2024-02-16 |
Paul E. Murphy | cmd/internal/obj/ppc64: cleanup optab entries after... |
commit | commitdiff | tree |
2024-02-16 |
Keith Randall | internal/abi: get rid of itab blank field |
commit | commitdiff | tree |
2024-02-16 |
Keith Randall | cmd/compile: use symbolic offsets of fields in internal... |
commit | commitdiff | tree |
2024-02-16 |
Keith Randall | reflect: use internal/abi itab type |
commit | commitdiff | tree |
2024-02-16 |
Cherry Mui | cmd/dist,cmd/go: define assembly macros, handle GOARM... |
commit | commitdiff | tree |
2024-02-16 |
Cherry Mui | runtime/internal/atomic: correct GOARM=7 guard at a... |
commit | commitdiff | tree |
2024-02-16 |
Sam Thanawalla | cmd/go: do not embed checksums when building with vendor |
commit | commitdiff | tree |
2024-02-16 |
Sam Thanawalla | cmd/go: show Sum/GoModSum when listing modules |
commit | commitdiff | tree |
2024-02-16 |
sivchari | database/sql/driver: add a new test case for type t |
commit | commitdiff | tree |
2024-02-16 |
qiulaidongfeng | crypto/subtle: remove unused code |
commit | commitdiff | tree |
2024-02-16 |
qiulaidongfeng | crypto/subtle: use min builtin function in XORBytes |
commit | commitdiff | tree |
2024-02-16 |
Dmitri Shuralyov | cmd/pprof: update vendored github.com/google/pprof |
commit | commitdiff | tree |
2024-02-16 |
Cherry Mui | cmd/link: replace function pointers to static calls... |
commit | commitdiff | tree |
2024-02-16 |
Cherry Mui | cmd/link: add -randlayout flag to randomize function... |
commit | commitdiff | tree |
2024-02-16 |
qiulaidongfeng | runtime,cmd/link: merge pcbucketsize const into interna... |
commit | commitdiff | tree |
2024-02-16 |
Joel Sing | cmd/compile: improve rotations for riscv64 |
commit | commitdiff | tree |
2024-02-15 |
Kir Kolyshkin | syscall: rm obsoleted comment |
commit | commitdiff | tree |
2024-02-15 |
Jin Lin | cmd/compile: update the incorrect assignment of call... |
commit | commitdiff | tree |
2024-02-15 |
pgxiaolianzi | log/slog: add test case for level_test.go |
commit | commitdiff | tree |
2024-02-15 |
Joe Tsai | log/slog: document atomicity guarantees and ordering... |
commit | commitdiff | tree |
2024-02-14 |
Andy Pan | net/http: reject requests with invalid Content-Length... |
commit | commitdiff | tree |
2024-02-14 |
Dmitri Shuralyov | cmd/link/internal/ld: unify OS/SDK versions for macOS... |
commit | commitdiff | tree |
2024-02-14 |
Dmitri Shuralyov | doc/go1.23: document macOS requirements |
commit | commitdiff | tree |
2024-02-14 |
qmuntal | runtime: make netpoll events sources identifiable on... |
commit | commitdiff | tree |
2024-02-14 |
qmuntal | net: skip TestModeSocket on older Windows versions |
commit | commitdiff | tree |
2024-02-13 |
Mauri de Souza... | runtime/cgo: mark fatalf as noreturn |
commit | commitdiff | tree |
2024-02-13 |
Mauri de Souza... | internal/asan: add new package |
commit | commitdiff | tree |
2024-02-13 |
Paul E. Murphy | cmd/internal/obj/ppc64: rename and remove aliased optab... |
commit | commitdiff | tree |
2024-02-13 |
Damien Neil | net/http: close connection if OnProxyConnectResponse... |
commit | commitdiff | tree |
2024-02-13 |
Jonathan Amsterdam | net/http: refine trailing-slash redirect logic |
commit | commitdiff | tree |
2024-02-13 |
Ian Lance Taylor | internal/safefilepath: use bytealg to search for zero... |
commit | commitdiff | tree |
2024-02-13 |
Rob Pike | time: fix typo in ExampleParseDuration |
commit | commitdiff | tree |
2024-02-13 |
Rob Pike | fmt: clear width and precision when recovering formatti... |
commit | commitdiff | tree |
2024-02-13 |
Rob Pike | fmt: document how %#g handles infinities and NaNs |
commit | commitdiff | tree |
2024-02-12 |
Michael Pratt | runtime/cgo: add note about default stack bounds |
commit | commitdiff | tree |
2024-02-12 |
Alan Donovan | runtime: skip failing traceback test on Android |
commit | commitdiff | tree |
2024-02-12 |
Jes Cok | internal/xcoff: change zeroReaderAt to nobitsSectionRea... |
commit | commitdiff | tree |
2024-02-12 |
Joe Tsai | reflect: optimize TypeFor for non-interface types |
commit | commitdiff | tree |
2024-02-12 |
codesoap | net/http: remove superfluous newline on redirects |
commit | commitdiff | tree |
2024-02-12 |
qmuntal | os: add os.ModeSocket support to os.Stat on windows |
commit | commitdiff | tree |
2024-02-10 |
Mauri de Souza... | runtime/cgo: ignore -Watomic-alignment in gcc_libinit.c |
commit | commitdiff | tree |
2024-02-10 |
Andy Pan | io/fs: set ErrInvalid for FS.Open from SubFS when it... |
commit | commitdiff | tree |
2024-02-10 |
Andy Pan | net: skip BenchmarkSendFile on Windows |
commit | commitdiff | tree |
2024-02-10 |
Nicolas Hillegeer | runtime: call traceAdvance before exiting |
commit | commitdiff | tree |
2024-02-09 |
Antonio Ojea | net: don't retry truncated TCP responses |
commit | commitdiff | tree |
2024-02-09 |
Paul E. Murphy | cmd/internal/obj/ppc64: add new constant optab classifi... |
commit | commitdiff | tree |
2024-02-09 |
Michael Pratt | internal/trace: run children in race mode during race... |
commit | commitdiff | tree |
2024-02-09 |
Michael Pratt | internal/trace: fix race condition in gc-stress |
commit | commitdiff | tree |
2024-02-09 |
Michael Pratt | runtime: don't call traceReadCPU on the system stack |
commit | commitdiff | tree |
2024-02-09 |
Michael Pratt | cmd/compile: fail noder.LookupFunc gracefully if functi... |
commit | commitdiff | tree |
2024-02-09 |
Michael Anthony... | cmd/cgo/internal/testsanitizers: disable location check... |
commit | commitdiff | tree |
2024-02-09 |
Matthew Dempsky | cmd/compile: separate inline cost analysis from applyin... |
commit | commitdiff | tree |
2024-02-09 |
Nick Ripley | cmd/trace/v2,internal/trace: use correct frame for... |
commit | commitdiff | tree |
2024-02-09 |
Joe Tsai | context: improve valueCtx.String |
commit | commitdiff | tree |
2024-02-08 |
Jorropo | time: fix FuzzFormatRFC3339 nano comparison |
commit | commitdiff | tree |
2024-02-08 |
Tobias Klauser | sort: use math/rand/v2 in tests and benchmarks |
commit | commitdiff | tree |
2024-02-08 |
Alan Donovan | runtime: traceback: include pc=0x%x for inline frames |
commit | commitdiff | tree |
2024-02-08 |
Matthew Dempsky | cmd/compile: accept -lang=go1 as -lang=go1.0 |
commit | commitdiff | tree |
2024-02-08 |
Michael Matloob | cmd/go: add telemetry counters for flag names and subco... |
commit | commitdiff | tree |
2024-02-08 |
Michael Matloob | cmd: update golang.org/x/telemetry and its dependencies |
commit | commitdiff | tree |
2024-02-08 |
Michael Matloob | all: update golang.org/x/sys and vendor it |
commit | commitdiff | tree |
2024-02-08 |
Jes Cok | encoding/xml: rewrite func procInst |
commit | commitdiff | tree |
2024-02-08 |
Robert Griesemer | go/types, types2: factor out hasDots to check for ... |
commit | commitdiff | tree |
2024-02-08 |
Robert Griesemer | go/types, types2: consistently use ast/syntax.Unparen... |
commit | commitdiff | tree |
2024-02-08 |
Michael Matloob | internal/goroot: in IsStandardPackage check for go... |
commit | commitdiff | tree |
2024-02-08 |
qiulaidongfeng | internal/pprof: remove unused code |
commit | commitdiff | tree |
2024-02-08 |
Sam Thanawalla | cmd: vendor version error message changes from x/mod |
commit | commitdiff | tree |
2024-02-08 |
Robert Griesemer | go/types, types2: document deterministic method index... |
commit | commitdiff | tree |
2024-02-08 |
Meng Zhuo | test/codegen: add float max/min codegen test |
commit | commitdiff | tree |
2024-02-08 |
Keith Randall | cmd/link: use symbolic offset for ITab.Type |
commit | commitdiff | tree |
2024-02-08 |
Keith Randall | cmd/compile: generate itabs using rttype mechanism |
commit | commitdiff | tree |
2024-02-08 |
Keith Randall | cmd/compile: move runtime.itab to internal/abi.ITab |
commit | commitdiff | tree |
2024-02-07 |
Ian Lance Taylor | slices: document that BinarySearch[Func] return earlies... |
commit | commitdiff | tree |
2024-02-07 |
Ian Lance Taylor | net: don't return errno from _C_res_nsearch |
commit | commitdiff | tree |
2024-02-07 |
Dominik Honnef | internal/trace/v2: store stacks as PCs, not frames |
commit | commitdiff | tree |
2024-02-07 |
Paul E. Murphy | cmd/internal/obj/ppc64: combine C_SBRA and C_LBRA optab... |
commit | commitdiff | tree |
2024-02-07 |
Nasfame | doc/next: add release note for sync/Map.Clear |
commit | commitdiff | tree |
2024-02-07 |
qmuntal | runtime,internal/syscall/windows: remove long path... |
commit | commitdiff | tree |
2024-02-07 |
qmuntal | os: support Stat and LStat for CON device on Windows |
commit | commitdiff | tree |
2024-02-07 |
Andy Pan | net: support benchmark testing for sendfile on various... |
commit | commitdiff | tree |
2024-02-07 |
Quim Muntal | Revert "runtime: make netpollBreak entries identifiable... |
commit | commitdiff | tree |
2024-02-07 |
David Chase | doc: move Go 1.22 release notes to x/website |
commit | commitdiff | tree |
2024-02-07 |
Robert Griesemer | spec: fix typo in year (it's 2024 now) |
commit | commitdiff | tree |
2024-02-07 |
Robert Griesemer | go/types, types2: optimize Named type method lookup |
commit | commitdiff | tree |
2024-02-07 |
Robert Griesemer | go/types, types2: better errors for non-existing fields... |
commit | commitdiff | tree |
2024-02-06 |
Bryan C. Mills | cmd/go: avoid copying a binary to be exec'd in TestScri... |
commit | commitdiff | tree |
2024-02-06 |
Michael Pratt | cmd/compile: add missing colon in debug log |
commit | commitdiff | tree |
next |