2024-03-13 |
Russ Cox | time: clean up benchmarks |
commit | commitdiff | tree |
2024-03-13 |
qmuntal | os,internal/godebugs: add missing IncNonDefault calls |
commit | commitdiff | tree |
2024-03-13 |
kwakubiney | encoding/binary: cache struct sizes to speed up Read... |
commit | commitdiff | tree |
2024-03-13 |
Michael Matloob | cmd/go: change some counter names |
commit | commitdiff | tree |
2024-03-13 |
Russ Cox | runtime: add minimal debug tracing of runtime timers |
commit | commitdiff | tree |
2024-03-13 |
Russ Cox | runtime: clean up timer state |
commit | commitdiff | tree |
2024-03-13 |
Russ Cox | runtime: fix another lock ordering problem |
commit | commitdiff | tree |
2024-03-13 |
Paul E. Murphy | cmd/asm,cmd/compile: generate less instructions for... |
commit | commitdiff | tree |
2024-03-12 |
Keith Randall | cmd/compile: fix sign/zero-extension removal |
commit | commitdiff | tree |
2024-03-12 |
qmuntal | internal/syscall/windows: implement SupportUnixSocket... |
commit | commitdiff | tree |
2024-03-12 |
guoguangwu | cmd/covdata: fix typo in comment |
commit | commitdiff | tree |
2024-03-12 |
Sam Thanawalla | cmd/go: check case-insensitive path collisions for... |
commit | commitdiff | tree |
2024-03-12 |
apocelipes | strconv: use generics to reduce redundant helper functions |
commit | commitdiff | tree |
2024-03-11 |
Bryan C. Mills | cmd/go/internal/modfetch: pass "-c" arguments to git... |
commit | commitdiff | tree |
2024-03-11 |
sivchari | all: gofmt |
commit | commitdiff | tree |
2024-03-11 |
Jes Cok | all.bash: allow spaces in $GOTOOLDIR to print build... |
commit | commitdiff | tree |
2024-03-11 |
guoguangwu | io: close PipeReader in test |
commit | commitdiff | tree |
2024-03-11 |
apocelipes | strconv: use slices.BinarySearch to simplify makeisprint.go |
commit | commitdiff | tree |
2024-03-11 |
Michael Matloob | cmd/go: provide a better error message when there's... |
commit | commitdiff | tree |
2024-03-11 |
Kevin Burke | net/http/httptest: add NewRequestWithContext |
commit | commitdiff | tree |
2024-03-11 |
胡玮文 | net/http: support socks5h proxy schema |
commit | commitdiff | tree |
2024-03-11 |
qiulaidongfeng | time: fix typo in BenchmarkReset |
commit | commitdiff | tree |
2024-03-11 |
guoguangwu | compress/gzip: close writer in test |
commit | commitdiff | tree |
2024-03-11 |
guoguangwu | os: close pipe in test |
commit | commitdiff | tree |
2024-03-11 |
apocelipes | image: use built-in clear to simplify code |
commit | commitdiff | tree |
2024-03-11 |
guoguangwu | cmd/preprofile: fix typo in comment |
commit | commitdiff | tree |
2024-03-11 |
guoguangwu | cmd/trace/v2: fix typo in comment |
commit | commitdiff | tree |
2024-03-11 |
guoguangwu | cmd/compile: use raw strings to avoid double escapes |
commit | commitdiff | tree |
2024-03-10 |
Russ Cox | net/http: update bundle |
commit | commitdiff | tree |
2024-03-10 |
Joel Sing | cmd/link,debug/elf: mark Go binaries with no branch... |
commit | commitdiff | tree |
2024-03-09 |
Russ Cox | cmd/go: respect GODEBUG in test cache |
commit | commitdiff | tree |
2024-03-09 |
Russ Cox | time: disable TestLongAdjustTimers on android/ios |
commit | commitdiff | tree |
2024-03-09 |
Russ Cox | internal/godebugs: test for use of IncNonDefault |
commit | commitdiff | tree |
2024-03-09 |
Hana (Hyang... | cmd/go: check checkCounters counter read only on suppor... |
commit | commitdiff | tree |
2024-03-09 |
Russ Cox | time: move runtimeTimer out of Timer struct |
commit | commitdiff | tree |
2024-03-09 |
guoguangwu | cmd/link: fix typo in comment |
commit | commitdiff | tree |
2024-03-09 |
Damien Neil | all: update golang.org/x/net |
commit | commitdiff | tree |
2024-03-08 |
Russ Cox | cmd/compile: compile cap(ch) as call to runtime.chancap |
commit | commitdiff | tree |
2024-03-08 |
Russ Cox | runtime: fix spurious race using Ticker.Reset |
commit | commitdiff | tree |
2024-03-08 |
Russ Cox | runtime: gofmt |
commit | commitdiff | tree |
2024-03-08 |
Russ Cox | runtime: remove sched, allp < timers lockrank rule |
commit | commitdiff | tree |
2024-03-08 |
Russ Cox | runtime: re-add call to ts.cleanHead (née cleantimers... |
commit | commitdiff | tree |
2024-03-08 |
Russ Cox | runtime: avoid pp.timers.lock in updateTimerPMask |
commit | commitdiff | tree |
2024-03-08 |
Russ Cox | runtime: introduce timers.lock, timers.unlock methods |
commit | commitdiff | tree |
2024-03-08 |
qmuntal | internal/syscall/windows: unexport Version |
commit | commitdiff | tree |
2024-03-08 |
Russ Cox | time: make sure tests avoid the special-case channel... |
commit | commitdiff | tree |
2024-03-08 |
Russ Cox | runtime: fix mishandling of timer zombie count |
commit | commitdiff | tree |
2024-03-08 |
Russ Cox | runtime: fix timers.wakeTime inaccuracy race |
commit | commitdiff | tree |
2024-03-08 |
Russ Cox | runtime: update timers.len with Store instead of Add |
commit | commitdiff | tree |
2024-03-08 |
Russ Cox | runtime: rename timers fields for clarity |
commit | commitdiff | tree |
2024-03-08 |
Michael Anthony... | runtime: fix EvFrequency event value on Windows in... |
commit | commitdiff | tree |
2024-03-08 |
Michael Anthony... | runtime: clean up dead P trace state when disabling... |
commit | commitdiff | tree |
2024-03-08 |
Michael Anthony... | internal/trace/v2: clean up the ordering interface |
commit | commitdiff | tree |
2024-03-08 |
Michael Anthony... | runtime: make checking if tracing is enabled non-atomic |
commit | commitdiff | tree |
2024-03-08 |
Russ Cox | time: gracefully handle ts.zombies underflow |
commit | commitdiff | tree |
2024-03-08 |
guoguangwu | net/http: close res.Body |
commit | commitdiff | tree |
2024-03-08 |
Russ Cox | Revert "encoding/xml: reject XML declaration after... |
commit | commitdiff | tree |
2024-03-08 |
Damien Neil | net/url: consider an empty base Path as equivalent... |
commit | commitdiff | tree |
2024-03-08 |
apocelipes | runtime: use built-in clear to simplify code |
commit | commitdiff | tree |
2024-03-08 |
Jes Cok | unicode/utf8: update doc for RuneLen |
commit | commitdiff | tree |
2024-03-08 |
Cuong Manh Le | cmd/compile: fix copying SSA-able variables optimization |
commit | commitdiff | tree |
2024-03-08 |
Alexander Yastrebov | net/http: remove persistConn reference from wantConn |
commit | commitdiff | tree |
2024-03-08 |
apocelipes | archive/tar: use built-in clear to simplify code |
commit | commitdiff | tree |
2024-03-08 |
Tobias Klauser | os: use goarch.BigEndian |
commit | commitdiff | tree |
2024-03-08 |
Tobias Klauser | syscall: use goarch.BigEndian |
commit | commitdiff | tree |
2024-03-07 |
Michael Pratt | cmd/go: always include action mode in trace name |
commit | commitdiff | tree |
2024-03-07 |
Cuong Manh Le | net/http: set Cache-Control header only if presents... |
commit | commitdiff | tree |
2024-03-07 |
cui fliter | all: remove redundant string conversions when formattin... |
commit | commitdiff | tree |
2024-03-07 |
Alex Driuk | sort: fix typo in sort_test.go |
commit | commitdiff | tree |
2024-03-07 |
Mauri de Souza... | internal/poll: change Fsync to fallback to syscall... |
commit | commitdiff | tree |
2024-03-07 |
Jes Cok | unicode/utf16: add func RuneLen |
commit | commitdiff | tree |
2024-03-07 |
guoguangwu | cmd/link: replace bytes.Compare call with bytes.Equal |
commit | commitdiff | tree |
2024-03-07 |
guoguangwu | cmd/trace: fix typo in comment |
commit | commitdiff | tree |
2024-03-07 |
guoguangwu | cmd/go: fix typo in comment |
commit | commitdiff | tree |
2024-03-07 |
Michael Matloob | cmd/go: test that each script test increments at least... |
commit | commitdiff | tree |
2024-03-07 |
Andy Pan | net: consolidate the existing Windows version checks |
commit | commitdiff | tree |
2024-03-07 |
Andy Pan | net: support TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCN... |
commit | commitdiff | tree |
2024-03-07 |
Joel Sing | cmd/compile,cmd/internal/obj: provide rotation pseudo... |
commit | commitdiff | tree |
2024-03-07 |
Michael Matloob | cmd: update telemetry to d5a85b2 |
commit | commitdiff | tree |
2024-03-07 |
Michael Matloob | cmd: update to golang.org/x/sys@v0.18.0 |
commit | commitdiff | tree |
2024-03-07 |
Marin Petrunic | net/ip: proper ipv6 address parsing |
commit | commitdiff | tree |
2024-03-07 |
guoguangwu | internal/fuzz: remove useless code |
commit | commitdiff | tree |
2024-03-06 |
Alexander Yastrebov | net/http: add ResponseController http2 request without... |
commit | commitdiff | tree |
2024-03-06 |
qmuntal | internal/syscall/windows/registry: append .dll when... |
commit | commitdiff | tree |
2024-03-06 |
Jes Cok | encoding/binary: use built-in clear to simplify code |
commit | commitdiff | tree |
2024-03-06 |
Mitar | net/http: remove misleading response headers on error |
commit | commitdiff | tree |
2024-03-06 |
guoguangwu | cmd/dist: fix typo in comment |
commit | commitdiff | tree |
2024-03-06 |
guoguangwu | database/sql: remove useless error check |
commit | commitdiff | tree |
2024-03-06 |
guoguangwu | internal/trace: remove unreachable code |
commit | commitdiff | tree |
2024-03-06 |
Alessandro... | cmd/compile: mark DIEs of captured variables |
commit | commitdiff | tree |
2024-03-06 |
Andrey Bokhanko | cmd/dist,internal: add GOARM64 environment variable |
commit | commitdiff | tree |
2024-03-05 |
Ian Lance Taylor | slices: document that Clone can return extra capacity |
commit | commitdiff | tree |
2024-03-05 |
Damien Neil | net/textproto, mime/multipart: avoid unbounded read... |
commit | commitdiff | tree |
2024-03-05 |
Damien Neil | net/http, net/http/cookiejar: avoid subdomain matches... |
commit | commitdiff | tree |
2024-03-05 |
Roland Shoemaker | crypto/x509: make sure pub key is non-nil before interf... |
commit | commitdiff | tree |
2024-03-05 |
qmuntal | os: fix 63703.md release notes |
commit | commitdiff | tree |
2024-03-04 |
Michael Matloob | cmd/go/internal/modload: make it clear -mod can't be... |
commit | commitdiff | tree |
2024-03-04 |
qmuntal | os: don't normalize volumes to drive letters in os... |
commit | commitdiff | tree |
2024-03-04 |
Than McIntosh | cmd/go: respect -coverpkg for unselected no-test packages |
commit | commitdiff | tree |
2024-03-04 |
Keith Randall | slices: simplify rotate code |
commit | commitdiff | tree |
next |