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 |
2020-10-13 |
Russ Cox | hash/crc32: fix race between lazy Castagnoli init and... |
commit | commitdiff | tree |
2020-10-12 |
David Chase | cmd/compile: add generic optimization patterns for... |
commit | commitdiff | tree |
2020-10-12 |
Cherry Zhang | cmd/go: don't always link in cgo for PIE |
commit | commitdiff | tree |
2020-10-12 |
Tobias Klauser | time: add ios build constraint to zoneinfo_ios.go |
commit | commitdiff | tree |
2020-10-12 |
Ignacio Hagopian | net/http/httputil: flush ReverseProxy immediately if... |
commit | commitdiff | tree |
2020-10-12 |
Cherry Zhang | cmd/link: remove residual darwin/386 code |
commit | commitdiff | tree |
2020-10-12 |
Michael Matloob | cmd/go: support walking through overlay directories |
commit | commitdiff | tree |
2020-10-12 |
Cherry Zhang | cmd/link: always mark runtime.buildVersion and runtime... |
commit | commitdiff | tree |
2020-10-12 |
Russ Cox | go/build: clean up ctxt.shouldBuild, tests |
commit | commitdiff | tree |
2020-10-12 |
Russ Cox | cmd/fix: print warning to stderr, show provenance |
commit | commitdiff | tree |
2020-10-12 |
Russ Cox | cmd/fix: rename confusing boolean |
commit | commitdiff | tree |
2020-10-12 |
Russ Cox | cmd/fix: always format source file before fixing |
commit | commitdiff | tree |
2020-10-12 |
Russ Cox | cmd/go: add IgnoredOtherFiles to go list; pass IgnoredF... |
commit | commitdiff | tree |
2020-10-12 |
Russ Cox | cmd/go: remove Package.constraintIgnoredGoFiles |
commit | commitdiff | tree |
2020-10-12 |
Russ Cox | go/build: add Package.IgnoredOtherFiles |
commit | commitdiff | tree |
2020-10-12 |
Robert Griesemer | cmd/compile/internal/syntax: provide BadExpr where... |
commit | commitdiff | tree |
2020-10-12 |
Russ Cox | cmd/go: disable automatic go vet -unreachable during... |
commit | commitdiff | tree |
next |