2023-09-04 |
Egon Elbre | runtime: optimize growslice |
commit | commitdiff | tree |
2023-09-04 |
Jes Cok | cmd/compile/internal/ssa: fix typos in comments |
commit | commitdiff | tree |
2023-09-04 |
Nikita Vaniasin | net: respect hosts file when resolving names for Windows |
commit | commitdiff | tree |
2023-09-03 |
Joe Tsai | encoding: show the alphabet for base32 and base64 |
commit | commitdiff | tree |
2023-09-03 |
zhangjian | cmd/compile/internal/liveness: remove excess bits for... |
commit | commitdiff | tree |
2023-09-03 |
Kir Kolyshkin | syscall: inline TestUseCgroupFDHelper |
commit | commitdiff | tree |
2023-09-02 |
cui fliter | cmd: fix some comments |
commit | commitdiff | tree |
2023-09-02 |
Jes Cok | encoding/gob: add comma in field comment of userTypeInf... |
commit | commitdiff | tree |
2023-09-01 |
Joe Tsai | compress: linkify references to io.ByteReader |
commit | commitdiff | tree |
2023-09-01 |
Joe Tsai | reflect: make Value.IsZero identical to v == zero |
commit | commitdiff | tree |
2023-09-01 |
Mauri de Souza... | sync: prevent (*Map).Range from always escaping |
commit | commitdiff | tree |
2023-09-01 |
Matthew Dempsky | cmd/internal/dwarf: replace Sym.Length with Context... |
commit | commitdiff | tree |
2023-09-01 |
Matthew Dempsky | cmd/link: type alias sym.LoaderSym and loader.Sym |
commit | commitdiff | tree |
2023-09-01 |
Matthew Dempsky | cmd/internal/obj: simplify filename handling |
commit | commitdiff | tree |
2023-09-01 |
Guoqi Chen | runtime: remove the meaningless offset of 8 for duffzer... |
commit | commitdiff | tree |
2023-09-01 |
Bryan C. Mills | net: deflake TestDialTimeout on windows |
commit | commitdiff | tree |
2023-09-01 |
Dominique Lefevre | cmd/internal/objabi: rename R_USEGENERICIFACEMETHOD... |
commit | commitdiff | tree |
2023-09-01 |
Dominique Lefevre | cmd/link: add testcases for MethodByName(string literal). |
commit | commitdiff | tree |
2023-09-01 |
Dominique Lefevre | cmd/link: remove special cases for Method() and MethodB... |
commit | commitdiff | tree |
2023-09-01 |
Dominique Lefevre | cmd/compile: special-case MethodByName(string literal... |
commit | commitdiff | tree |
2023-09-01 |
Cosmos Nicolaou | runtime/pprof: print stderr on test failure |
commit | commitdiff | tree |
2023-09-01 |
Kir Kolyshkin | syscall: fix skipping TestUseCgroupFD |
commit | commitdiff | tree |
2023-09-01 |
Matthew Dempsky | bytes, strings: use "reports whether" in HasPrefix... |
commit | commitdiff | tree |
2023-08-31 |
Robert Griesemer | go/types, types2: fix doc string |
commit | commitdiff | tree |
2023-08-31 |
Jes Cok | cmd/compile/internal/types2: use strings.ReplaceAll... |
commit | commitdiff | tree |
2023-08-31 |
Tobias Klauser | net: remove unused errTimedout |
commit | commitdiff | tree |
2023-08-31 |
qmuntal | runtime: remove unnecessary timeout in TestCallbackInAn... |
commit | commitdiff | tree |
2023-08-31 |
Ian Lance Taylor | os/user: use correct size for initial call in retryWith... |
commit | commitdiff | tree |
2023-08-31 |
Jes Cok | all: rewrite internal/saferio.SliceCap using generics... |
commit | commitdiff | tree |
2023-08-31 |
Ian Lance Taylor | runtime: correct linux-arm64 vdso hash codes |
commit | commitdiff | tree |
2023-08-30 |
Ian Lance Taylor | cmd/cgo: only write _cgo_flags for gccgo |
commit | commitdiff | tree |
2023-08-30 |
Bryan C. Mills | net: retry TestDialTimeout subtests with progressively... |
commit | commitdiff | tree |
2023-08-30 |
xuri | encoding/xml: overriding by empty namespace when no... |
commit | commitdiff | tree |
2023-08-30 |
apocelipes | encoding/asn1: use reflect.TypeFor for known types |
commit | commitdiff | tree |
2023-08-30 |
Yusuf Birader | archive/zip: update link to zip specification |
commit | commitdiff | tree |
2023-08-30 |
Davis Goodin | cmd/go: add missing str imports to fix addmod and savedir |
commit | commitdiff | tree |
2023-08-30 |
Sean Liao | log/slog: package doc fixes |
commit | commitdiff | tree |
2023-08-30 |
Tobias Klauser | internal/poll, net: use (*FD).SetsockoptInet4Addr in... |
commit | commitdiff | tree |
2023-08-30 |
Bryan C. Mills | net: skip TestDialTimeout subtests on Windows if Dial... |
commit | commitdiff | tree |
2023-08-30 |
Robert Griesemer | go/types, types2: use asNamed(t) instead of t.(*Named... |
commit | commitdiff | tree |
2023-08-30 |
Keith Randall | Revert "cmd/compile: use shorter ANDL/TESTL if upper... |
commit | commitdiff | tree |
2023-08-29 |
Robert Griesemer | go/types, types2: remove order dependency in inference... |
commit | commitdiff | tree |
2023-08-29 |
Matthew Dempsky | cmd/compile/internal/ir: remove old variable capture... |
commit | commitdiff | tree |
2023-08-29 |
Bryan C. Mills | runtime: log stderr in TestLockRankGenerated on failure |
commit | commitdiff | tree |
2023-08-29 |
Bryan C. Mills | net: avoid internal hooks in TestDialTimeout |
commit | commitdiff | tree |
2023-08-29 |
Matthew Dempsky | cmd/compile: remove vestigial importpath symbol logic |
commit | commitdiff | tree |
2023-08-29 |
Matthew Dempsky | cmd/compile/internal/ir: drop Inl.Body |
commit | commitdiff | tree |
2023-08-29 |
Matthew Dempsky | cmd/internal/obj: add Func type to replace "curfn any" |
commit | commitdiff | tree |
2023-08-29 |
Matthew Dempsky | cmd/compile/internal/ssagen: stop canonicalizing symabis |
commit | commitdiff | tree |
2023-08-29 |
Matthew Dempsky | cmd/internal/{dwarf,obj}: stop substituting "" with... |
commit | commitdiff | tree |
2023-08-29 |
Matthew Dempsky | cmd/compile: eliminate fallback code for missing -p... |
commit | commitdiff | tree |
2023-08-29 |
Matthew Dempsky | cmd/asm: stop using "" as the local package prefix |
commit | commitdiff | tree |
2023-08-29 |
Matthew Dempsky | cmd/internal/obj: tweak implicit {ArgsPointerMaps,ArgIn... |
commit | commitdiff | tree |
2023-08-29 |
qmuntal | crypto/des: test using the public API |
commit | commitdiff | tree |
2023-08-29 |
Roland Shoemaker | image: add a security considerations section to package doc |
commit | commitdiff | tree |
2023-08-29 |
Jes Cok | cmd/link/internal/sym: uncomment code for RelocName |
commit | commitdiff | tree |
2023-08-29 |
Dominique Lefevre | cmd/compile: do not flag reflect.StructOf() as a Reflec... |
commit | commitdiff | tree |
2023-08-29 |
Mateusz Poliwczak | log/slog: use atomic.Pointer instead of atomic.Value |
commit | commitdiff | tree |
2023-08-29 |
Sean Liao | log/slog: fix documented value type for SourceKey |
commit | commitdiff | tree |
2023-08-29 |
Jonathan Amsterdam | testing/slogtest: clarify that passed handler must... |
commit | commitdiff | tree |
2023-08-29 |
Matthew Dempsky | cmd: simplify some handling of package paths |
commit | commitdiff | tree |
2023-08-29 |
shuang cui | Revert "cmd/compile/internal/liveness: remove repetitiv... |
commit | commitdiff | tree |
2023-08-29 |
Christian Höppner | encoding/json: adjust comment about encoding \b and \f |
commit | commitdiff | tree |
2023-08-29 |
Xiaolin Zhao | runtime, cmd/go: enable address sanitizer on linux... |
commit | commitdiff | tree |
2023-08-28 |
Ian Lance Taylor | cmd/go: only print cgo.Incomplete warning if -x |
commit | commitdiff | tree |
2023-08-28 |
Michael Anthony... | runtime: fix bp restoration in panic recovery for arm64 |
commit | commitdiff | tree |
2023-08-28 |
Andy Pan | cmd/go: allow -buildmode=pie with -race on darwin |
commit | commitdiff | tree |
2023-08-28 |
haruyama480 | net/http: revert "support streaming POST content in... |
commit | commitdiff | tree |
2023-08-28 |
Joel Sing | cmd/internal/obj/arm64: avoid unnecessary pool literal... |
commit | commitdiff | tree |
2023-08-28 |
Paul Murphy | internal/bytealg: improve compare on Power10/PPC64 |
commit | commitdiff | tree |
2023-08-28 |
Jes Cok | cmd/compile/internal/types2: use ReplaceAll in *Context... |
commit | commitdiff | tree |
2023-08-28 |
cui fliter | cmd/compile/internal/liveness: remove repetitive word |
commit | commitdiff | tree |
2023-08-28 |
Bryan C. Mills | crypto/internal/edwards25519: shorten quick.Check tests... |
commit | commitdiff | tree |
2023-08-28 |
Jakub Ciolek | cmd/compile: use shorter ANDL/TESTL if upper 32 bits... |
commit | commitdiff | tree |
2023-08-28 |
Damien Neil | net/http: document setting of Proxy-Authorization header |
commit | commitdiff | tree |
2023-08-28 |
doujiang24 | cmd/cgo/internal/test: benchmark for #cgo noescape... |
commit | commitdiff | tree |
2023-08-28 |
Alan Donovan | go/scanner: give specific error for curvy “abc” quotes |
commit | commitdiff | tree |
2023-08-28 |
Jes Cok | cmd/compile/internal/ir: remove redundant not in doc |
commit | commitdiff | tree |
2023-08-28 |
Jes Cok | cmd/compile: replace floating-pointer with floating... |
commit | commitdiff | tree |
2023-08-28 |
Matthew Dempsky | cmd/compile/internal/ir: set Addrtaken on Canonical... |
commit | commitdiff | tree |
2023-08-28 |
qmuntal | make.bat: don't try to download a newer toolchain |
commit | commitdiff | tree |
2023-08-26 |
Mateusz Poliwczak | net: centralize resolver selection logic |
commit | commitdiff | tree |
2023-08-26 |
Cuong Manh Le | Revert "net/http/cgi: workaround for closure inlining... |
commit | commitdiff | tree |
2023-08-26 |
Cuong Manh Le | cmd/compile: un-hide closure func in init function |
commit | commitdiff | tree |
2023-08-26 |
Ian Lance Taylor | doc/go1.22: mention new #cgo directives |
commit | commitdiff | tree |
2023-08-25 |
Ian Lance Taylor | cmd/go: don't set LD_LIBRARY_PATH for SWIG |
commit | commitdiff | tree |
2023-08-25 |
Xiaolin Zhao | runtime, cmd/go: enable memory sanitizer on linux/loong64 |
commit | commitdiff | tree |
2023-08-25 |
Damien Neil | crypto/tls: QUIC: fix panics when processing post-hands... |
commit | commitdiff | tree |
2023-08-25 |
Matthew Dempsky | net/http/cgi: workaround for closure inlining issue |
commit | commitdiff | tree |
2023-08-25 |
doujiang24 | cmd/cgo: add #cgo noescape/nocallback annotations |
commit | commitdiff | tree |
2023-08-25 |
Damien Neil | net/http: document when request bodies are closed in... |
commit | commitdiff | tree |
2023-08-25 |
Damien Neil | net/http: deflake TestRequestBodyLimit |
commit | commitdiff | tree |
2023-08-25 |
Matthew Dempsky | cmd/compile/internal/ir: mark Addrtaken in NewAddrExpr |
commit | commitdiff | tree |
2023-08-25 |
Matthew Dempsky | cmd/compile/internal/noder: avoid ir.Node temps in... |
commit | commitdiff | tree |
2023-08-25 |
Matthew Dempsky | cmd/compile: remove ErrorfVers and base.Flag.Lang hack |
commit | commitdiff | tree |
2023-08-25 |
Keith Randall | runtime: fix maps.Clone bug when cloning a map mid... |
commit | commitdiff | tree |
2023-08-25 |
Joe Tsai | encoding/json: modernize tests |
commit | commitdiff | tree |
2023-08-25 |
korzhao | time: make time.Until a few nanoseconds faster |
commit | commitdiff | tree |
2023-08-25 |
Tobias Klauser | internal/bytealg: add generic LastIndexByte{,String} |
commit | commitdiff | tree |
2023-08-25 |
crozzy | runtime/debug: fix minor BuildSetting doc typos |
commit | commitdiff | tree |
next |