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 |
2020-10-12 |
Cherry Zhang | cmd/link: only dynamically export necessary symbols... |
commit | commitdiff | tree |
2020-10-12 |
Russ Cox | net/http: deflake TestTransportPersistConnLeak on macOS |
commit | commitdiff | tree |
2020-10-12 |
Russ Cox | hash/maphash: adjust package comment |
commit | commitdiff | tree |
2020-10-12 |
Russ Cox | text/template: allow newlines inside action delimiters |
commit | commitdiff | tree |
2020-10-12 |
Russ Cox | net: remove dependency on math/rand |
commit | commitdiff | tree |
2020-10-12 |
Alberto Donizetti | cmd/compile: use Bool accessor in place of Val.U.(bool) |
commit | commitdiff | tree |
2020-10-12 |
soolaugust | ssa: comment Sdom() with the form "Sdom..." |
commit | commitdiff | tree |
2020-10-12 |
dqu123 | net/http: deep copy Request.TransferEncoding |
commit | commitdiff | tree |
2020-10-12 |
gzdaijie | os: call f.Close before t.Fatal to avoid vet unreachabl... |
commit | commitdiff | tree |
2020-10-11 |
hk | cmd/compile/internal/gc: fix wrong function name in... |
commit | commitdiff | tree |
2020-10-10 |
Meng Zhuo | cmd/asm: Add SHA3 hardware instructions for ARM64 |
commit | commitdiff | tree |
2020-10-10 |
Cuong Manh Le | cmd/compile: remove NewPtr/NewSlice calls with untyped... |
commit | commitdiff | tree |
2020-10-09 |
Jay Conrod | cmd/go: ignore retracted versions when converting revis... |
commit | commitdiff | tree |
2020-10-09 |
Michael Pratt | cmd/compile: drop SSA atomics TODO |
commit | commitdiff | tree |
2020-10-09 |
David Chase | cmd/compile: late call expansion for rtcall |
commit | commitdiff | tree |
2020-10-09 |
David Chase | cmd/compile: enable late expansion in openDeferExit |
commit | commitdiff | tree |
2020-10-09 |
David Chase | cmd/compile: enable late call lowering for "callDeferStack" |
commit | commitdiff | tree |
2020-10-09 |
David Chase | cmd/compile: some minor cleanups |
commit | commitdiff | tree |
2020-10-09 |
Egon Elbre | net/http/pprof: remove html/template dependency |
commit | commitdiff | tree |
2020-10-09 |
Keith Randall | doc: update install docs for 387->softfloat transition |
commit | commitdiff | tree |
2020-10-09 |
Cuong Manh Le | cmd/compile: split exported/non-exported methods for... |
commit | commitdiff | tree |
2020-10-09 |
Cherry Zhang | all: enable more tests on macOS/ARM64 |
commit | commitdiff | tree |
2020-10-08 |
Cherry Zhang | syscall: support ptrace on macOS/ARM64 |
commit | commitdiff | tree |
2020-10-08 |
Ian Lance Taylor | syscall: restore EscapeArg behavior for empty string |
commit | commitdiff | tree |
2020-10-08 |
Keith Randall | cmd/compile: fix incorrect comparison folding |
commit | commitdiff | tree |
2020-10-08 |
Cuong Manh Le | cmd/compile: rename types.IdealFoo to types.UntypedFoo |
commit | commitdiff | tree |
2020-10-08 |
Cuong Manh Le | cmd/compile: use types.IdealFoo directly in predecl |
commit | commitdiff | tree |
2020-10-08 |
Roberto Clapis | net/http: make SameSiteDefaultMode behavior match the... |
commit | commitdiff | tree |
2020-10-08 |
Ian Lance Taylor | cmd/cgo: add more architectures to size maps |
commit | commitdiff | tree |
2020-10-07 |
Hana (Hyang... | cmd/vendor,cmd/pprof: sync pprof@1a94d8640e99 |
commit | commitdiff | tree |
2020-10-07 |
Cherry Zhang | cmd/internal/obj/arm64: only emit R_CALLIND relocations... |
commit | commitdiff | tree |
2020-10-07 |
Cherry Zhang | crypto/x509: use macOS/AMD64 implementation on macOS... |
commit | commitdiff | tree |
2020-10-07 |
Cherry Zhang | time: enable system zoneinfo on macOS/ARM64 |
commit | commitdiff | tree |
2020-10-07 |
Dmitri Shuralyov | doc/go1.16: document GO386=387 and GO386=softfloat |
commit | commitdiff | tree |
2020-10-07 |
Ayan George | net/http/pprof: use Request.Context, not the deprecated... |
commit | commitdiff | tree |
2020-10-07 |
Ian Lance Taylor | syscall: rewrite Windows makeCmdLine to use []byte |
commit | commitdiff | tree |
2020-10-07 |
Cherry Zhang | cmd/compile: store call args in the call block |
commit | commitdiff | tree |
2020-10-07 |
Eugene Kalinin | cmd/go: env -w validates GOTMPDIR value |
commit | commitdiff | tree |
2020-10-07 |
Cherry Zhang | runtime: restore SSE guard in asyncPreempt on 386 |
commit | commitdiff | tree |
2020-10-07 |
Ori Rawlings | internal/reflectlite: include Kind in ValueError message |
commit | commitdiff | tree |
2020-10-06 |
Cherry Zhang | cmd/link: support C-shared buildmode on macOS/ARM64 |
commit | commitdiff | tree |
2020-10-06 |
Cherry Zhang | cmd/link: support PIE on macOS/ARM64 |
commit | commitdiff | tree |
2020-10-06 |
Cherry Zhang | cmd/link: support plugin on macOS/ARM64 |
commit | commitdiff | tree |
2020-10-06 |
Cherry Zhang | runtime/cgo: only build xx_cgo_panicmem on iOS |
commit | commitdiff | tree |
2020-10-06 |
Keith Randall | all: implement GO386=softfloat |
commit | commitdiff | tree |
2020-10-06 |
Brad Fitzpatrick | net/http: add Transport.GetProxyConnectHeader |
commit | commitdiff | tree |
2020-10-06 |
Cherry Zhang | all: enable more tests on macOS/ARM64 |
commit | commitdiff | tree |
2020-10-06 |
Cherry Zhang | cmd/dist: enable more tests on macOS/ARM64 |
commit | commitdiff | tree |
2020-10-06 |
Cherry Zhang | runtime: enable more address bits on macOS/ARM64 |
commit | commitdiff | tree |
2020-10-06 |
Cherry Zhang | runtime: use sigaltstack on macOS/ARM64 |
commit | commitdiff | tree |
2020-10-06 |
Dan Scales | compress/flate: remove unneeded zeroing of bytes array... |
commit | commitdiff | tree |
2020-10-06 |
Lynn Boger | cmd/compile,cmd/internal/obj/ppc64: use mulli where... |
commit | commitdiff | tree |
2020-10-06 |
witchard | cmd/go/internal/get: improve -insecure deprecation... |
commit | commitdiff | tree |
2020-10-06 |
Michael Matloob | cmd/go: add basic support for overlays |
commit | commitdiff | tree |
2020-10-06 |
David Chase | cmd/compile: correct leaf type when "selecting" singlet... |
commit | commitdiff | tree |
2020-10-06 |
Luca Spiller | crypto/tls: fix typo in spelling of permanentError |
commit | commitdiff | tree |
2020-10-06 |
Alberto Donizetti | doc: fix typo in contribute.html |
commit | commitdiff | tree |
next |