aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-28[dev.link] all: merge branch 'master' into dev.linkdev.linkCherry Zhang
2020-10-28cmd/go/internal/modfetch: update expected tags for TestCodeRepoVersionsTobias Klauser
2020-10-28cmd/compile,cmd/internal/obj/riscv,runtime: use Duff's devices on riscv64Michał Derkacz
2020-10-28cmd/compile: optimize generated struct/array equality codeKeith Randall
2020-10-28runtime: move TestNeedmDeadlock to crash_cgo_test.goIan Lance Taylor
2020-10-28cmd/compile: make sure field offset is aligned for structure splittingDavid Chase
2020-10-28cmd/link: remove all constants of elfMeng Zhuo
2020-10-28runtime: block signals in needm before allocating MIan Lance Taylor
2020-10-28cmd/go: add -include to cgo whitelistDave Pifke
2020-10-28runtime: handle signal 34 for musl setgidGeorge Tsilias
2020-10-28cmd/dist: use GOOS=ios for iOS simulator testCherry Zhang
2020-10-27time: fix LoadLocationFromTZData with slim tzdataChristopher Hlubek
2020-10-27crypto/tls: document the ClientAuthType constsRoland Shoemaker
2020-10-27runtime: don't always adjust timersIan Lance Taylor
2020-10-27cmd/compile: print pointers to go:notinheap types without converting to unsaf...Keith Randall
2020-10-27cmd/compile, runtime: store pointers to go:notinheap types indirectlyKeith Randall
2020-10-27cmd/compile: fix storeType to handle pointers to go:notinheap typesKeith Randall
2020-10-27go/internal/gccgoimporter: support notinheap annotationIan Lance Taylor
2020-10-27doc/go1.16: document BuildID in 'go list -export'Daniel Martí
2020-10-27cmd/compile: replace int32(b2i(x)) with b2i32(x) in rulesAlberto Donizetti
2020-10-27cmd/compile: delete isPowerOfTwo, switch to isPowerOfTwo64Alberto Donizetti
2020-10-27cmd/compile: clean up ValAndOff funcs after untyped aux removalAlberto Donizetti
2020-10-27cmd/compile: remove support for untyped ssa rulesAlberto Donizetti
2020-10-27runtime: add 2-byte and 8-byte sub-benchmarks for memmove load/storeHeisenberg
2020-10-27net/http: use exponential backoff for polling in Server.ShutdownDan Peterson
2020-10-27cmd/compile: combine more 32 bit shift and mask operations on ppc64Paul E. Murphy
2020-10-27cmd/compile: remove isLiteralCuong Manh Le
2020-10-27misc/cgo/test: test C.enum_*HowJMay
2020-10-27runtime: reduce timer latencyChris Hines
2020-10-27cmd/dist: fix build failure of misc/cgo/test on arm64xd
2020-10-27cmd/go/internal/fsys: add GlobRuss Cox
2020-10-27mime: look up mime types on Arch LinuxAndy Williams
2020-10-27cmd/go/internal/imports: make Tags and AnyTags safe for concurrent useBryan C. Mills
2020-10-27database/sql: fix comment on DB.stop()Ayzat Sadykov
2020-10-27cmd/go: fix bug introduced in CL 264537Russ Cox
2020-10-27cmd/compile: eliminate unnecessary sign/zero extension for riscv64Joel Sing
2020-10-27crypto/rand: generate random numbers using RtlGenRandom on WindowsJason A. Donenfeld
2020-10-27cmd/compile: use MOV pseudo-instructions for sign/zero extensionJoel Sing
2020-10-27cmd/go/internal/modload: embed PackageOpts in loaderParamsBryan C. Mills
2020-10-27Revert "cmd/link: remove all constants of elf"Meng Zhuo
2020-10-27cmd/link: remove all constants of elfMeng Zhuo
2020-10-27cmd/link,cmd/internal/obj/riscv: add TLS support for linux/riscv64Joel Sing
2020-10-27cmd/compile,cmd/internal/sys: enable additional build modes on linux/riscv64Joel Sing
2020-10-27cmd/compile: defer lowering OANDNOT until SSACuong Manh Le
2020-10-27test: add index bounds check elided with "&^"Cuong Manh Le
2020-10-26runtime: implement addrRanges.findSucc with a binary searchMichael Anthony Knyszek
2020-10-26cmd/compile: port last ARM rules to typedAlberto Donizetti
2020-10-26runtime: implement dumpmemstats in terms of readmemstats_mMichael Anthony Knyszek
2020-10-26runtime,runtime/metrics: export goroutine count as a metricMichael Anthony Knyszek
2020-10-26runtime,runtime/metrics: add metric for distribution of GC pausesMichael Anthony Knyszek