2024-03-21 |
apocelipes | net/http: use slices to simplify the code |
commit | commitdiff | tree |
2024-03-21 |
guoguangwu | cmd/go: close debug trace file |
commit | commitdiff | tree |
2024-03-21 |
Roland Shoemaker | runtime/cgo: fix clang mach_port_t cast warning |
commit | commitdiff | tree |
2024-03-21 |
cui fliter | unsafe: add available godoc link |
commit | commitdiff | tree |
2024-03-21 |
cui fliter | html/template: add available godoc link |
commit | commitdiff | tree |
2024-03-21 |
sivchari | testing: add TB.SetGOMAXPROCS function |
commit | commitdiff | tree |
2024-03-21 |
Andrey Bokhanko | cmd/compile,cmd/go,cmd/internal,runtime: remove dynamic... |
commit | commitdiff | tree |
2024-03-21 |
Michael Anthony... | runtime: make tidExists more robust |
commit | commitdiff | tree |
2024-03-21 |
Keith Randall | cmd/compile: include constant bools in memcombine |
commit | commitdiff | tree |
2024-03-21 |
Audi P. R.... | cmd/go: show deprecation message on go run/install |
commit | commitdiff | tree |
2024-03-21 |
cui fliter | mime: add available godoc link |
commit | commitdiff | tree |
2024-03-21 |
qmuntal | cmd/internal/osinfo,runtime,syscall: use RtlGetVersion... |
commit | commitdiff | tree |
2024-03-21 |
qmuntal | net,internal/syscall/windows: prove that keep alive... |
commit | commitdiff | tree |
2024-03-21 |
WuGuangyao | time: fix typo in comment |
commit | commitdiff | tree |
2024-03-21 |
Emmanuel T... | src/go.mod, net/http: update bundled+latest golang... |
commit | commitdiff | tree |
2024-03-21 |
Andy Pan | net/http: add tests with zero and negative read/write... |
commit | commitdiff | tree |
2024-03-21 |
Peter Collingbourne | sync: name the Map.CompareAndSwap return value |
commit | commitdiff | tree |
2024-03-21 |
Damien Neil | net/http: improve error reporting in TestCancelRequestW... |
commit | commitdiff | tree |
2024-03-20 |
Matthew Dempsky | cmd/compile/internal/inline: refactor fixpoint algorithm |
commit | commitdiff | tree |
2024-03-20 |
Matthew Dempsky | cmd/compile/internal/typecheck: more selective OPAREN... |
commit | commitdiff | tree |
2024-03-20 |
Matthew Dempsky | cmd/compile/internal/noder: remove wrapName |
commit | commitdiff | tree |
2024-03-20 |
Dmitri Shuralyov | doc/go1.23: document "net/http".Request.CookiesNamed... |
commit | commitdiff | tree |
2024-03-20 |
Keith Randall | cmd/compile: don't assume args are always zero-extended |
commit | commitdiff | tree |
2024-03-20 |
Timo Furrer | net/http: add Request.CookiesNamed |
commit | commitdiff | tree |
2024-03-20 |
Wang Yaduo | cmd/internal/obj: support Zba, Zbb, Zbs extensions... |
commit | commitdiff | tree |
2024-03-20 |
apocelipes | database/sql: fix memory leaks in Stmt.removeClosedStmt... |
commit | commitdiff | tree |
2024-03-20 |
guoguangwu | encoding/gob: close output file |
commit | commitdiff | tree |
2024-03-20 |
Emmanuel T... | net/http: validate outgoing/client request trailers |
commit | commitdiff | tree |
2024-03-20 |
Joel Sing | os/signal: avoid calling ioctl via syscall.Syscall... |
commit | commitdiff | tree |
2024-03-19 |
Jes Cok | slices: add func Repeat |
commit | commitdiff | tree |
2024-03-19 |
Paul E. Murphy | cmd/internal/obj/ppc64: don't modify runtime.elf_*... |
commit | commitdiff | tree |
2024-03-19 |
Filippo Valsorda | crypto/rand: use arc4random(3) on macOS and iOS |
commit | commitdiff | tree |
2024-03-19 |
Tobias Klauser | internal/asan: match runtime.asan{read,write} len param... |
commit | commitdiff | tree |
2024-03-19 |
guoguangwu | cmd/compile: fix typo in comment |
commit | commitdiff | tree |
2024-03-19 |
Lance Yang | runtime: optimize permission changes with mprotect |
commit | commitdiff | tree |
2024-03-19 |
Andy Pan | os: kick FIFOs with O_NONBLOCK out of the kqueue on... |
commit | commitdiff | tree |
2024-03-19 |
Andy Pan | os: use ignoringEINTR in openFileNolog and openDirNolog |
commit | commitdiff | tree |
2024-03-19 |
Nuno Gonçalves | net/mail: enhance address parser to include support... |
commit | commitdiff | tree |
2024-03-19 |
Oleksandr Redko | regexp/syntax: use standard generated code header |
commit | commitdiff | tree |
2024-03-19 |
Tobias Klauser | all: use "unix" build tag where appropriate |
commit | commitdiff | tree |
2024-03-19 |
guoguangwu | database/sql: close rows in test |
commit | commitdiff | tree |
2024-03-19 |
Andy Pan | net/http: update bundled x/net/http2 |
commit | commitdiff | tree |
2024-03-18 |
apocelipes | index/suffixarray: use built-in clear to simplify code |
commit | commitdiff | tree |
2024-03-18 |
Brad Fitzpatrick | database/sql: optimize connection request pool |
commit | commitdiff | tree |
2024-03-18 |
Joe Taber | text/template: simplify unwrapping reflect.Interface... |
commit | commitdiff | tree |
2024-03-18 |
Robert Griesemer | cmd/go: fix long test |
commit | commitdiff | tree |
2024-03-18 |
Joe Tsai | strings: optimize Repeat for common substrings |
commit | commitdiff | tree |
2024-03-18 |
Alexander Yastrebov | net/http: fix request canceler leak on connection close |
commit | commitdiff | tree |
2024-03-18 |
Robert Griesemer | go/types, types2: quote user-supplied names in error... |
commit | commitdiff | tree |
2024-03-18 |
qmuntal | os: support UNC paths and .. segments in fixLongPath |
commit | commitdiff | tree |
2024-03-18 |
Keith Randall | cmd/compile: compute ptrBytes during CalcSize instead... |
commit | commitdiff | tree |
2024-03-18 |
qmuntal | runtime: remove nosplit directives from several Windows... |
commit | commitdiff | tree |
2024-03-18 |
apocelipes | compress/bzip2,lzw: use built-in clear to simplify... |
commit | commitdiff | tree |
2024-03-18 |
guoguangwu | net/http/httptest: close res.Body in test |
commit | commitdiff | tree |
2024-03-18 |
Andy Pan | net/http: do not set a deadline when Server.IdleTimeout... |
commit | commitdiff | tree |
2024-03-18 |
Keith Randall | cmd/compile: compute type eq/hash algorithm in CalcSize... |
commit | commitdiff | tree |
2024-03-18 |
Keith Randall | cmd/compile: simplify algorithm kinds |
commit | commitdiff | tree |
2024-03-17 |
Mauri de Souza... | syscall: use internal/asan and internal/msan |
commit | commitdiff | tree |
2024-03-16 |
Joel Sing | cmd/dist,cmd/link: enable PIE buildmode on openbsd... |
commit | commitdiff | tree |
2024-03-16 |
Peter Collingbourne | os: don't try to make the directory FD non-blocking... |
commit | commitdiff | tree |
2024-03-15 |
guoguangwu | cmd/internal/obj: replace bytes.Index call with bytes... |
commit | commitdiff | tree |
2024-03-15 |
Bryan C. Mills | cmd/go/internal/modload: follow dependencies of unprune... |
commit | commitdiff | tree |
2024-03-15 |
guoguangwu | cmd/compile: fix typo in comment |
commit | commitdiff | tree |
2024-03-15 |
Michael Matloob | cmd: vendor in golang.org/x/telemetry@abedc37 |
commit | commitdiff | tree |
2024-03-15 |
Paul E. Murphy | cmd/compile/internal: generate ADDZE on PPC64 |
commit | commitdiff | tree |
2024-03-15 |
Ian Lance Taylor | net: #define _GNU_SOURCE to 1 |
commit | commitdiff | tree |
2024-03-15 |
Russ Cox | net/http: revert header changes in Error |
commit | commitdiff | tree |
2024-03-15 |
Russ Cox | runtime: fixes to traceback_system_test.go |
commit | commitdiff | tree |
2024-03-15 |
Russ Cox | runtime: allow omitting virtual PCs from runtime.Caller... |
commit | commitdiff | tree |
2024-03-15 |
Than McIntosh | cmd/link: support -bindnow option and permit use of... |
commit | commitdiff | tree |
2024-03-15 |
qiulaidongfeng | archive/tar: add FileInfoNames interface |
commit | commitdiff | tree |
2024-03-15 |
apocelipes | internal/bisect: replace atomicPointerDedup to simplify... |
commit | commitdiff | tree |
2024-03-15 |
Mauri de Souza... | runtime: add crash stack support for 386 |
commit | commitdiff | tree |
2024-03-15 |
Robert Griesemer | go/types, types2: do not overwrite nest entries in... |
commit | commitdiff | tree |
2024-03-15 |
Quentin McGaw | net: fixes to dnsReadConfig in dnsconfig_windows.go |
commit | commitdiff | tree |
2024-03-15 |
Peter Collingbourne | debug/elf: avoid using binary.Read() in NewFile() |
commit | commitdiff | tree |
2024-03-15 |
Russ Cox | time: fix longtest flake |
commit | commitdiff | tree |
2024-03-15 |
Russ Cox | doc: document new timer behavior |
commit | commitdiff | tree |
2024-03-15 |
Russ Cox | doc: fix various release notes mistakes |
commit | commitdiff | tree |
2024-03-14 |
Robert Griesemer | go/types, types2: consistently report "duplicate method... |
commit | commitdiff | tree |
2024-03-14 |
Robert Griesemer | go/types, types2: don't do version checks for embedded... |
commit | commitdiff | tree |
2024-03-14 |
Matthew Dempsky | test/fixedbugs: add regress test for inlining failure |
commit | commitdiff | tree |
2024-03-14 |
Michael Matloob | cmd/internal/telemetry: add a shim package around telemetry |
commit | commitdiff | tree |
2024-03-14 |
apocelipes | net/netip: use built-in clear to simplify code |
commit | commitdiff | tree |
2024-03-14 |
Russ Cox | runtime: revert "traceback: include pc=0x%x for inline... |
commit | commitdiff | tree |
2024-03-14 |
Russ Cox | time: avoid stale receives after Timer/Ticker Stop... |
commit | commitdiff | tree |
2024-03-14 |
Kévin Dunglas | cmd/go: update docs for go test -benchmem |
commit | commitdiff | tree |
2024-03-14 |
apocelipes | math/big: use built-in clear to simplify code |
commit | commitdiff | tree |
2024-03-14 |
Michael Knyszek | Revert "cmd/go/internal/test: add 'tests' vet check... |
commit | commitdiff | tree |
2024-03-14 |
guoguangwu | time: replace time.Now().Sub call with time.Since in... |
commit | commitdiff | tree |
2024-03-14 |
guoguangwu | cmd/compile/internal/syntax: replace bytes.Compare... |
commit | commitdiff | tree |
2024-03-14 |
Russ Cox | encoding/gob: make x509.Certificate marshalable again |
commit | commitdiff | tree |
2024-03-14 |
Russ Cox | Revert "net/url: consider an empty base Path as equival... |
commit | commitdiff | tree |
2024-03-14 |
Than McIntosh | Revert: "cmd/link: add option to enable full RELRO... |
commit | commitdiff | tree |
2024-03-14 |
guoguangwu | cmd/go/internal/modcmd: fix typo in comment |
commit | commitdiff | tree |
2024-03-14 |
Russ Cox | Revert "net/http: remove superfluous newline on redirects" |
commit | commitdiff | tree |
2024-03-14 |
Russ Cox | runtime: fix lost sleep causing TestZeroTimer flakes |
commit | commitdiff | tree |
2024-03-14 |
Matthew Dempsky | Revert "cmd/compile/internal/inline: refactor fixpoint... |
commit | commitdiff | tree |
2024-03-14 |
Alan Donovan | cmd/go/internal/test: add 'tests' vet check to 'go... |
commit | commitdiff | tree |
2024-03-14 |
Dominik Honnef | internal/trace/v2: support old trace format |
commit | commitdiff | tree |
next |