2020-10-19 |
Michael Anthony... | runtime: add lock rank partial-order edge between fin... |
commit | commitdiff | tree |
2020-10-19 |
hk | cmd/compile/internal/gc: use plural nouns in comments |
commit | commitdiff | tree |
2020-10-19 |
Matthew Dempsky | cmd/compile: fix ICE in reporting of invalid recursive... |
commit | commitdiff | tree |
2020-10-19 |
Bryan C. Mills | Revert "net/http: test that ParseMultipartForm returns... |
commit | commitdiff | tree |
2020-10-19 |
Than McIntosh | cmd/dist,cmd/go: broaden use of asm macro GOEXPERIMENT_... |
commit | commitdiff | tree |
2020-10-19 |
Klaus Post | compress/flate: fix corrupted output |
commit | commitdiff | tree |
2020-10-19 |
Cherry Zhang | cmd/link: run generator functions along with symbol... |
commit | commitdiff | tree |
2020-10-19 |
Cherry Zhang | cmd/link: fix TestDWARFiOS |
commit | commitdiff | tree |
2020-10-19 |
Cherry Zhang | runtime: define ios/arm64 entry points |
commit | commitdiff | tree |
2020-10-19 |
Cherry Zhang | Revert "cmd/link: put C static symbols in the symbol... |
commit | commitdiff | tree |
2020-10-19 |
hk | cmd/compile/internal/gc: remove an unused method |
commit | commitdiff | tree |
2020-10-19 |
avivklas | net/http: test that ParseMultipartForm returns an error... |
commit | commitdiff | tree |
2020-10-19 |
Aofei Sheng | net/http/httputil: copy response header back to http... |
commit | commitdiff | tree |
2020-10-19 |
Katie Hockman | crypto/hmac: panic if reusing hash.Hash values |
commit | commitdiff | tree |
2020-10-19 |
Tobias Klauser | internal/bytealg: add assembly implementation of Count... |
commit | commitdiff | tree |
2020-10-19 |
Cherry Zhang | cmd/link: put C static symbols in the symbol table |
commit | commitdiff | tree |
2020-10-19 |
Alberto Donizetti | Revert "test: add regression test from #41474" |
commit | commitdiff | tree |
2020-10-19 |
Than McIntosh | cmd: go get golang.org/x/tools@d1624618 && go mod vendor |
commit | commitdiff | tree |
2020-10-19 |
Than McIntosh | cmd/asm: allow def/ref of func ABI when compiling runtime |
commit | commitdiff | tree |
2020-10-18 |
Joel Sing | cmd/dist: detect gohostarch for openbsd/mips64 |
commit | commitdiff | tree |
2020-10-18 |
Joel Sing | cmd/link: add support for external linking on linux... |
commit | commitdiff | tree |
2020-10-18 |
Alex Brainman | runtime: use CreateWaitableTimerEx to implement usleep |
commit | commitdiff | tree |
2020-10-17 |
zikaeroh | sort: fix grammar in updated Less comment |
commit | commitdiff | tree |
2020-10-17 |
Matthew Dempsky | cmd/compile: fix defer/go calls to variadic unsafe... |
commit | commitdiff | tree |
2020-10-17 |
Bryan C. Mills | cmd/go/internal/modload: fix sort condition in (*replac... |
commit | commitdiff | tree |
2020-10-17 |
Alberto Donizetti | test: add regression test from #41474 |
commit | commitdiff | tree |
2020-10-17 |
Cherry Zhang | cmd/link: use GOOS=ios for TestBuildForTvOS |
commit | commitdiff | tree |
2020-10-17 |
Ian Lance Taylor | syscall: use MustHaveExec in TestExec |
commit | commitdiff | tree |
2020-10-17 |
Nigel Tao | strconv: use the Eisel-Lemire ParseFloat algorithm |
commit | commitdiff | tree |
2020-10-17 |
Cherry Zhang | runtime/cgo: fix build tag placement vet warning |
commit | commitdiff | tree |
2020-10-17 |
Cherry Zhang | runtime/cgo: build iOS-specific code only on iOS |
commit | commitdiff | tree |
2020-10-16 |
Ian Lance Taylor | runtime: wait for preemption signals before syscall... |
commit | commitdiff | tree |
2020-10-16 |
Cherry Zhang | cmd/objdump: skip TestDisasmExtld on AIX |
commit | commitdiff | tree |
2020-10-16 |
Tobias Klauser | internal/poll, net, syscall: use accept4 on illumos |
commit | commitdiff | tree |
2020-10-16 |
Bryan C. Mills | cmd/go/internal/modload: avoid using the global build... |
commit | commitdiff | tree |
2020-10-16 |
Bryan C. Mills | cmd/go/internal/modload: allow 'go get' to use replaced... |
commit | commitdiff | tree |
2020-10-16 |
Russ Cox | net/http: try to deflake TestTransportDiscardsUnneededConns |
commit | commitdiff | tree |
2020-10-16 |
Bryan C. Mills | cmd/go: normalize paths in TestScript/build_overlay |
commit | commitdiff | tree |
2020-10-16 |
Russ Cox | io: unexport ErrBadWriteCount |
commit | commitdiff | tree |
2020-10-16 |
Austin Clements | runtime/internal/atomic: panic nicely on unaligned... |
commit | commitdiff | tree |
2020-10-16 |
Austin Clements | runtime/internal/atomic: drop package prefixes |
commit | commitdiff | tree |
2020-10-16 |
Cherry Zhang | cmd/objdump: skip tests on unsupported platforms |
commit | commitdiff | tree |
2020-10-16 |
Ross Light | net/http: ensure Request.Body.Close is called once... |
commit | commitdiff | tree |
2020-10-16 |
Ross Light | net/http: document concurrency expectations for Request... |
commit | commitdiff | tree |
2020-10-16 |
Cuong Manh Le | cmd/compile: remove deltaNewFile |
commit | commitdiff | tree |
2020-10-16 |
Russ Cox | go/build: allow io/fs to depend on time |
commit | commitdiff | tree |
2020-10-16 |
Cherry Zhang | cmd/internal/objfile: correct file table reading for... |
commit | commitdiff | tree |
2020-10-16 |
Daniel Martí | compress/flate: revert a goto for-loop |
commit | commitdiff | tree |
2020-10-16 |
Jay Conrod | cmd/go/internal/modload: move fetch to import.go |
commit | commitdiff | tree |
2020-10-16 |
Lynn Boger | cmd/internal/obj/ppc64,cmd/asm/internal/asm/testdata... |
commit | commitdiff | tree |
2020-10-16 |
Russ Cox | sort: update comments |
commit | commitdiff | tree |
2020-10-16 |
Russ Cox | cmd/internal/obj: move LSym.Func into LSym.Extra |
commit | commitdiff | tree |
2020-10-16 |
Russ Cox | net/http: deflake TestServerEmptyBodyRace_h1, or at... |
commit | commitdiff | tree |
2020-10-15 |
ananya saxena | net/http: remove DualStack in DefaultTransport |
commit | commitdiff | tree |
2020-10-15 |
Michael Matloob | cmd/go: rewrite paths for overlaid files using -trimpath |
commit | commitdiff | tree |
2020-10-15 |
Cherry Zhang | cmd/dist: only build ios_exec wrapper for ios |
commit | commitdiff | tree |
2020-10-15 |
Matthew Dempsky | cmd/compile: use staticValue for inlining logic |
commit | commitdiff | tree |
2020-10-15 |
Ian Lance Taylor | runtime: stop preemption during syscall.Exec on Darwin |
commit | commitdiff | tree |
2020-10-15 |
Matthew Dempsky | cmd/compile: allow inlining of "for" loops |
commit | commitdiff | tree |
2020-10-15 |
Matthew Dempsky | cmd/compile: improve escape analysis of known calls |
commit | commitdiff | tree |
2020-10-15 |
Matthew Dempsky | cmd/compile: set n.Name.Defn for inlined parameters |
commit | commitdiff | tree |
2020-10-15 |
Alberto Donizetti | cmd/compile: make assignop/convertop reason a return... |
commit | commitdiff | tree |
2020-10-15 |
Alberto Donizetti | cmd/compile: clean up C->Go translation artifacts in... |
commit | commitdiff | tree |
2020-10-15 |
Cuong Manh Le | cmd/compile: simplify exprformat untyped condition... |
commit | commitdiff | tree |
2020-10-15 |
Joel Sing | cmd/link/internal/arm64: handle calls to SDYNIMPORT... |
commit | commitdiff | tree |
2020-10-15 |
Michael Pratt | runtime: remove debugCachedWork |
commit | commitdiff | tree |
2020-10-15 |
Obeyda Djeffal | cmd/go: make sure CC and CXX are absolute |
commit | commitdiff | tree |
2020-10-14 |
Jean de Klerk | token: more descriptive panics |
commit | commitdiff | tree |
2020-10-14 |
Cherry Zhang | cmd/link: support internal linking on darwin/arm64 |
commit | commitdiff | tree |
2020-10-14 |
Roland Shoemaker | crypto/x509: add signature verification to CreateCertif... |
commit | commitdiff | tree |
2020-10-14 |
alandonovan | sort: document requirements of Less relation |
commit | commitdiff | tree |
2020-10-14 |
Damien Neil | net/http: return 505 status for rejected protocol version |
commit | commitdiff | tree |
2020-10-14 |
Mohamed Attahri | io: add a new ReadSeekCloser interface |
commit | commitdiff | tree |
2020-10-14 |
Russ Cox | cmd: go get golang.org/x/tools@d88ec18 && go mod vendor |
commit | commitdiff | tree |
2020-10-14 |
Russ Cox | cmd/go: update go list docs for IgnoredOtherFiles |
commit | commitdiff | tree |
2020-10-14 |
ZhangYunHao | sync: fix typo in pooldequeue |
commit | commitdiff | tree |
2020-10-14 |
Tobias Klauser | lib/time, time, time/tzdata: use slim tz data format |
commit | commitdiff | tree |
2020-10-14 |
Tobias Klauser | syscall: remove stray TODO comment |
commit | commitdiff | tree |
2020-10-14 |
Alberto Donizetti | cmd/compile: rename strlit, Bool, and Int64 *Node accessors |
commit | commitdiff | tree |
2020-10-14 |
Martin Möhrmann | runtime: implement GODEBUG=inittrace=1 support |
commit | commitdiff | tree |
2020-10-14 |
Cherry Zhang | cmd/link: support PIE internal linking on darwin/amd64 |
commit | commitdiff | tree |
2020-10-13 |
Cherry Zhang | cmd/internal/obj: remove LSym.RefIdx |
commit | commitdiff | tree |
2020-10-13 |
Ian Lance Taylor | test: add test that fails with gofrontend |
commit | commitdiff | tree |
2020-10-13 |
Matthew Dempsky | cmd/compile: fix and improve alias detection |
commit | commitdiff | tree |
2020-10-13 |
Bryan C. Mills | cmd/go/internal/modfetch: remove error return from... |
commit | commitdiff | tree |
2020-10-13 |
Bryan C. Mills | cmd/go: adjust ImportMissingError when module lookup... |
commit | commitdiff | tree |
2020-10-13 |
Bryan Boreham | fmt: explain how Formatter interface affects verbs... |
commit | commitdiff | tree |
2020-10-13 |
Martin Möhrmann | runtime: remove unused alg constants |
commit | commitdiff | tree |
2020-10-13 |
Martin Möhrmann | internal/cpu: remove unused arm64 capabilities |
commit | commitdiff | tree |
2020-10-13 |
Tao Qingyun | io: add ErrBadWriteCount |
commit | commitdiff | tree |
2020-10-13 |
Fazlul Shahriar | cmd/go/internal/fsys: skip symlink test on Plan 9 |
commit | commitdiff | tree |
2020-10-13 |
Lynn Boger | cmd/link: update plt size appropriately on ppc64 |
commit | commitdiff | tree |
2020-10-13 |
Cherry Zhang | cmd/link: set runtime.text to the address of the first... |
commit | commitdiff | tree |
2020-10-13 |
Tobias Klauser | lib/time, time/tzdata: update tz data to 2020b |
commit | commitdiff | tree |
2020-10-13 |
Tobias Klauser | internal/bytealg: fix typo in IndexRabinKarp{,Bytes... |
commit | commitdiff | tree |
2020-10-13 |
Russ Cox | go/build: reject //go:build without // +build |
commit | commitdiff | tree |
2020-10-13 |
Russ Cox | cmd/asm: reject misplaced go:build comments |
commit | commitdiff | tree |
2020-10-13 |
Russ Cox | cmd/compile: reject misplaced go:build comments |
commit | commitdiff | tree |
2020-10-13 |
Russ Cox | path: avoid import of strings |
commit | commitdiff | tree |
2020-10-13 |
Russ Cox | syscall: remove dependency on io |
commit | commitdiff | tree |
next |