2024-03-26 |
Roland Shoemaker | crypto/internal/boring: don't shadow named returns |
commit | commitdiff | tree |
2024-03-26 |
Keith Randall | runtime,hash/maphash: reuse hashSets to save memory... |
commit | commitdiff | tree |
2024-03-26 |
Lynn Boger | crypto/aes: fix regression for ppc64x |
commit | commitdiff | tree |
2024-03-26 |
cui fliter | all: fix a large number of comments |
commit | commitdiff | tree |
2024-03-26 |
guoguangwu | cmd/internal/ssa: fix typo in comment |
commit | commitdiff | tree |
2024-03-26 |
guoguangwu | cmd/link: close memory profile |
commit | commitdiff | tree |
2024-03-26 |
apocelipes | regexp/syntax: simplify the code |
commit | commitdiff | tree |
2024-03-26 |
Keith Randall | runtime,hash/maphash: make tests use less memory |
commit | commitdiff | tree |
2024-03-26 |
Damien Neil | net/http: fix typo in log message |
commit | commitdiff | tree |
2024-03-26 |
Jes Cok | slices: add examples |
commit | commitdiff | tree |
2024-03-26 |
Kevin Burke | net/http: panic early in do when Client is nil |
commit | commitdiff | tree |
2024-03-26 |
qmuntal | runtime: don't call lockOSThread for every syscall... |
commit | commitdiff | tree |
2024-03-26 |
Joel Sing | cmd/internal/obj/riscv: use native rotation instruction... |
commit | commitdiff | tree |
2024-03-26 |
Andy Pan | runtime: fix the failures from longtest builders |
commit | commitdiff | tree |
2024-03-25 |
Michael Anthony... | internal/trace/v2: fix reader version for dumping text... |
commit | commitdiff | tree |
2024-03-25 |
Andy Pan | runtime: migrate internal/atomic to internal/runtime |
commit | commitdiff | tree |
2024-03-25 |
Zxilly | cmd/go/internal/modget: remove duplicate exit |
commit | commitdiff | tree |
2024-03-25 |
apocelipes | regexp: use slices to simplify the code |
commit | commitdiff | tree |
2024-03-25 |
guoguangwu | test/stress: fix typo in comment |
commit | commitdiff | tree |
2024-03-25 |
guoguangwu | crypto/rand: close /dev/random on plan9 after seeding |
commit | commitdiff | tree |
2024-03-25 |
qmuntal | os: reuse buffer pool more aggressively in readdir |
commit | commitdiff | tree |
2024-03-25 |
Damien Neil | net/http: also log TLS errors which look like HTTP... |
commit | commitdiff | tree |
2024-03-25 |
Kevin Burke | log/slog: use plain string concatenation for Attr.String |
commit | commitdiff | tree |
2024-03-25 |
guoguangwu | os: fix typo in test |
commit | commitdiff | tree |
2024-03-25 |
Marten Seemann | crypto/aes: speed up AES by reducing allocations |
commit | commitdiff | tree |
2024-03-25 |
Andy Pan | net/http: eliminate the needless idle timeout for TestS... |
commit | commitdiff | tree |
2024-03-25 |
Andy Pan | net/http: update bundled x/net/http2 |
commit | commitdiff | tree |
2024-03-25 |
Tobias Klauser | internal/poll: use sync.OnceValue to determine kernel... |
commit | commitdiff | tree |
2024-03-25 |
cui fliter | test: put type declaration back inside the function |
commit | commitdiff | tree |
2024-03-23 |
Jeremy Quirke | cmd/link: remove objIdx structure |
commit | commitdiff | tree |
2024-03-23 |
qiulaidongfeng | cmd/dist: avoid CPU underutilization starting from... |
commit | commitdiff | tree |
2024-03-22 |
Damien Neil | net/http: ensure server handler is done in TestServerNo... |
commit | commitdiff | tree |
2024-03-22 |
guoguangwu | encoding/gob: close files used in dump.go and encgen.go |
commit | commitdiff | tree |
2024-03-22 |
apocelipes | path/filepath: use slices to simplify the test code |
commit | commitdiff | tree |
2024-03-22 |
Ian Lance Taylor | runtime: add fast path for (*timers).adjust |
commit | commitdiff | tree |
2024-03-22 |
Michael Anthony... | internal/trace/v2: break up ordering.Advance into dispa... |
commit | commitdiff | tree |
2024-03-22 |
Michael Anthony... | runtime: add tracing for iter.Pull |
commit | commitdiff | tree |
2024-03-22 |
Ian Lance Taylor | Revert "testing: add TB.SetGOMAXPROCS function" |
commit | commitdiff | tree |
2024-03-22 |
guoguangwu | database/sql: fix typo in comment |
commit | commitdiff | tree |
2024-03-22 |
Joel Sing | cmd/internal/obj/riscv: improve register MOVB/MOVH... |
commit | commitdiff | tree |
2024-03-22 |
Joel Sing | syscall: export Tc{get,set}pgrp for testing |
commit | commitdiff | tree |
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 |
next |