]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-10-13 Russ Coxgo/build: reject //go:build without // +build
2020-10-13 Russ Coxcmd/asm: reject misplaced go:build comments
2020-10-13 Russ Coxcmd/compile: reject misplaced go:build comments
2020-10-13 Russ Coxpath: avoid import of strings
2020-10-13 Russ Coxsyscall: remove dependency on io
2020-10-13 Russ Coxhash/crc32: fix race between lazy Castagnoli init and...
2020-10-12 David Chasecmd/compile: add generic optimization patterns for...
2020-10-12 Cherry Zhangcmd/go: don't always link in cgo for PIE
2020-10-12 Tobias Klausertime: add ios build constraint to zoneinfo_ios.go
2020-10-12 Ignacio Hagopiannet/http/httputil: flush ReverseProxy immediately if...
2020-10-12 Cherry Zhangcmd/link: remove residual darwin/386 code
2020-10-12 Michael Matloobcmd/go: support walking through overlay directories
2020-10-12 Cherry Zhangcmd/link: always mark runtime.buildVersion and runtime...
2020-10-12 Russ Coxgo/build: clean up ctxt.shouldBuild, tests
2020-10-12 Russ Coxcmd/fix: print warning to stderr, show provenance
2020-10-12 Russ Coxcmd/fix: rename confusing boolean
2020-10-12 Russ Coxcmd/fix: always format source file before fixing
2020-10-12 Russ Coxcmd/go: add IgnoredOtherFiles to go list; pass IgnoredF...
2020-10-12 Russ Coxcmd/go: remove Package.constraintIgnoredGoFiles
2020-10-12 Russ Coxgo/build: add Package.IgnoredOtherFiles
2020-10-12 Robert Griesemercmd/compile/internal/syntax: provide BadExpr where...
2020-10-12 Russ Coxcmd/go: disable automatic go vet -unreachable during...
2020-10-12 Cherry Zhangcmd/link: only dynamically export necessary symbols...
2020-10-12 Russ Coxnet/http: deflake TestTransportPersistConnLeak on macOS
2020-10-12 Russ Coxhash/maphash: adjust package comment
2020-10-12 Russ Coxtext/template: allow newlines inside action delimiters
2020-10-12 Russ Coxnet: remove dependency on math/rand
2020-10-12 Alberto Donizetticmd/compile: use Bool accessor in place of Val.U.(bool)
2020-10-12 soolaugustssa: comment Sdom() with the form "Sdom..."
2020-10-12 dqu123net/http: deep copy Request.TransferEncoding
2020-10-12 gzdaijieos: call f.Close before t.Fatal to avoid vet unreachabl...
2020-10-11 hkcmd/compile/internal/gc: fix wrong function name in...
2020-10-10 Meng Zhuocmd/asm: Add SHA3 hardware instructions for ARM64
2020-10-10 Cuong Manh Lecmd/compile: remove NewPtr/NewSlice calls with untyped...
2020-10-09 Jay Conrodcmd/go: ignore retracted versions when converting revis...
2020-10-09 Michael Prattcmd/compile: drop SSA atomics TODO
2020-10-09 David Chasecmd/compile: late call expansion for rtcall
2020-10-09 David Chasecmd/compile: enable late expansion in openDeferExit
2020-10-09 David Chasecmd/compile: enable late call lowering for "callDeferStack"
2020-10-09 David Chasecmd/compile: some minor cleanups
2020-10-09 Egon Elbrenet/http/pprof: remove html/template dependency
2020-10-09 Keith Randalldoc: update install docs for 387->softfloat transition
2020-10-09 Cuong Manh Lecmd/compile: split exported/non-exported methods for...
2020-10-09 Cherry Zhangall: enable more tests on macOS/ARM64
2020-10-08 Cherry Zhangsyscall: support ptrace on macOS/ARM64
2020-10-08 Ian Lance Taylorsyscall: restore EscapeArg behavior for empty string
2020-10-08 Keith Randallcmd/compile: fix incorrect comparison folding
2020-10-08 Cuong Manh Lecmd/compile: rename types.IdealFoo to types.UntypedFoo
2020-10-08 Cuong Manh Lecmd/compile: use types.IdealFoo directly in predecl
2020-10-08 Roberto Clapisnet/http: make SameSiteDefaultMode behavior match the...
2020-10-08 Ian Lance Taylorcmd/cgo: add more architectures to size maps
2020-10-07 Hana (Hyang... cmd/vendor,cmd/pprof: sync pprof@1a94d8640e99
2020-10-07 Cherry Zhangcmd/internal/obj/arm64: only emit R_CALLIND relocations...
2020-10-07 Cherry Zhangcrypto/x509: use macOS/AMD64 implementation on macOS...
2020-10-07 Cherry Zhangtime: enable system zoneinfo on macOS/ARM64
2020-10-07 Dmitri Shuralyovdoc/go1.16: document GO386=387 and GO386=softfloat
2020-10-07 Ayan Georgenet/http/pprof: use Request.Context, not the deprecated...
2020-10-07 Ian Lance Taylorsyscall: rewrite Windows makeCmdLine to use []byte
2020-10-07 Cherry Zhangcmd/compile: store call args in the call block
2020-10-07 Eugene Kalinincmd/go: env -w validates GOTMPDIR value
2020-10-07 Cherry Zhangruntime: restore SSE guard in asyncPreempt on 386
2020-10-07 Ori Rawlingsinternal/reflectlite: include Kind in ValueError message
2020-10-06 Cherry Zhangcmd/link: support C-shared buildmode on macOS/ARM64
2020-10-06 Cherry Zhangcmd/link: support PIE on macOS/ARM64
2020-10-06 Cherry Zhangcmd/link: support plugin on macOS/ARM64
2020-10-06 Cherry Zhangruntime/cgo: only build xx_cgo_panicmem on iOS
2020-10-06 Keith Randallall: implement GO386=softfloat
2020-10-06 Brad Fitzpatricknet/http: add Transport.GetProxyConnectHeader
2020-10-06 Cherry Zhangall: enable more tests on macOS/ARM64
2020-10-06 Cherry Zhangcmd/dist: enable more tests on macOS/ARM64
2020-10-06 Cherry Zhangruntime: enable more address bits on macOS/ARM64
2020-10-06 Cherry Zhangruntime: use sigaltstack on macOS/ARM64
2020-10-06 Dan Scalescompress/flate: remove unneeded zeroing of bytes array...
2020-10-06 Lynn Bogercmd/compile,cmd/internal/obj/ppc64: use mulli where...
2020-10-06 witchardcmd/go/internal/get: improve -insecure deprecation...
2020-10-06 Michael Matloobcmd/go: add basic support for overlays
2020-10-06 David Chasecmd/compile: correct leaf type when "selecting" singlet...
2020-10-06 Luca Spillercrypto/tls: fix typo in spelling of permanentError
2020-10-06 Alberto Donizettidoc: fix typo in contribute.html
2020-10-06 David Chasecmd/compile: avoid applying ARM CMP->CMN rewrite in...
2020-10-06 Alexey Vilenskiyreflect: support multiple keys in struct tags
2020-10-05 Dmitri Shuralyovsrc/buildall.bash: remove linux-386-387 target
2020-10-05 Dmitri Shuralyovsrc/buildall.bash: remove mobile filter
2020-10-05 Keith Randallcmd/compile: export notinheap annotation to object...
2020-10-05 Ian Lance Taylorcmd/go: use cmd/internal/pkgpath for gccgo pkgpath...
2020-10-05 Ian Lance Taylorcmd/cgo: split gofrontend mangling checks into cmd...
2020-10-05 Michael Matloobcmd/go: update go_windows_test to use test go binary
2020-10-05 Cherry Zhangcmd/dist: test c-archive mode on ios/arm64
2020-10-05 Austin Clementsruntime: clean up runtime.call* frame sizes on ARM64
2020-10-05 Austin Clementsruntime: define and use call16 everywhere
2020-10-05 Austin Clementsruntime: correct signature of call16
2020-10-05 Roland Bracewell... encoding/asn1: clarify use of SET suffix
2020-10-05 Elias Naurmisc/ios: fixup review comments from CL 255257
2020-10-05 Cherry Zhangcmd/dist: detect gohostarch on ios/arm64
2020-10-05 Elias Nauriostest.bash: remove
2020-10-03 Elias Naurmisc/ios: add support for running programs on the iOS...
2020-10-03 Joel Singcmd/link: add support for openbsd/mips64
2020-10-03 Alberto Donizetticmd/compile: change mustHeapAlloc to return a reason why
2020-10-02 Austin Clementsruntime: update and tidy cgo callback description
2020-10-02 Tobias Klauserdoc/go1.16: announce netbsd/arm64 support
next