summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [dev.link] all: merge branch 'master' into dev.linkdev.linkCherry Zhang2020-10-281001-27696/+41988
|\
| * cmd/go/internal/modfetch: update expected tags for TestCodeRepoVersionsTobias Klauser2020-10-281-1/+1
| * cmd/compile,cmd/internal/obj/riscv,runtime: use Duff's devices on riscv64Michał Derkacz2020-10-289-4/+1076
| * cmd/compile: optimize generated struct/array equality codeKeith Randall2020-10-281-45/+99
| * runtime: move TestNeedmDeadlock to crash_cgo_test.goIan Lance Taylor2020-10-282-9/+13
| * cmd/compile: make sure field offset is aligned for structure splittingDavid Chase2020-10-281-6/+1
| * cmd/link: remove all constants of elfMeng Zhuo2020-10-2810-789/+455
| * runtime: block signals in needm before allocating MIan Lance Taylor2020-10-287-17/+127
| * cmd/go: add -include to cgo whitelistDave Pifke2020-10-282-0/+4
| * runtime: handle signal 34 for musl setgidGeorge Tsilias2020-10-282-2/+2
| * cmd/dist: use GOOS=ios for iOS simulator testCherry Zhang2020-10-281-4/+5
| * time: fix LoadLocationFromTZData with slim tzdataChristopher Hlubek2020-10-272-2/+30
| * crypto/tls: document the ClientAuthType constsRoland Shoemaker2020-10-271-0/+16
| * runtime: don't always adjust timersIan Lance Taylor2020-10-273-70/+88
| * cmd/compile: print pointers to go:notinheap types without converting to unsaf...Keith Randall2020-10-274-216/+231
| * cmd/compile, runtime: store pointers to go:notinheap types indirectlyKeith Randall2020-10-276-19/+81
| * cmd/compile: fix storeType to handle pointers to go:notinheap typesKeith Randall2020-10-272-1/+34
| * go/internal/gccgoimporter: support notinheap annotationIan Lance Taylor2020-10-274-0/+19
| * doc/go1.16: document BuildID in 'go list -export'Daniel Martí2020-10-274-3/+13
| * cmd/compile: replace int32(b2i(x)) with b2i32(x) in rulesAlberto Donizetti2020-10-276-9/+9
| * cmd/compile: delete isPowerOfTwo, switch to isPowerOfTwo64Alberto Donizetti2020-10-279-292/+289
| * cmd/compile: clean up ValAndOff funcs after untyped aux removalAlberto Donizetti2020-10-272-32/+12
| * cmd/compile: remove support for untyped ssa rulesAlberto Donizetti2020-10-271-65/+22
| * runtime: add 2-byte and 8-byte sub-benchmarks for memmove load/storeHeisenberg2020-10-271-15/+24
| * net/http: use exponential backoff for polling in Server.ShutdownDan Peterson2020-10-272-12/+21
| * cmd/compile: combine more 32 bit shift and mask operations on ppc64Paul E. Murphy2020-10-279-21/+900
| * cmd/compile: remove isLiteralCuong Manh Le2020-10-271-8/+3
| * misc/cgo/test: test C.enum_*HowJMay2020-10-272-0/+28
| * runtime: reduce timer latencyChris Hines2020-10-273-83/+294
| * cmd/dist: fix build failure of misc/cgo/test on arm64xd2020-10-271-2/+7
| * cmd/go/internal/fsys: add GlobRuss Cox2020-10-272-68/+353
| * mime: look up mime types on Arch LinuxAndy Williams2020-10-271-0/+1
| * cmd/go/internal/imports: make Tags and AnyTags safe for concurrent useBryan C. Mills2020-10-271-7/+16
| * database/sql: fix comment on DB.stop()Ayzat Sadykov2020-10-271-1/+1
| * cmd/go: fix bug introduced in CL 264537Russ Cox2020-10-271-1/+2
| * cmd/compile: eliminate unnecessary sign/zero extension for riscv64Joel Sing2020-10-275-32/+843
| * crypto/rand: generate random numbers using RtlGenRandom on WindowsJason A. Donenfeld2020-10-275-37/+27
| * cmd/compile: use MOV pseudo-instructions for sign/zero extensionJoel Sing2020-10-275-231/+178
| * cmd/go/internal/modload: embed PackageOpts in loaderParamsBryan C. Mills2020-10-272-13/+15
| * Revert "cmd/link: remove all constants of elf"Meng Zhuo2020-10-2710-454/+788
| * cmd/link: remove all constants of elfMeng Zhuo2020-10-2710-788/+454
| * cmd/link,cmd/internal/obj/riscv: add TLS support for linux/riscv64Joel Sing2020-10-274-12/+44
| * cmd/compile,cmd/internal/sys: enable additional build modes on linux/riscv64Joel Sing2020-10-274-9/+9
| * cmd/compile: defer lowering OANDNOT until SSACuong Manh Le2020-10-274-19/+23
| * test: add index bounds check elided with "&^"Cuong Manh Le2020-10-271-0/+9
| * runtime: implement addrRanges.findSucc with a binary searchMichael Anthony Knyszek2020-10-261-7/+33
| * cmd/compile: port last ARM rules to typedAlberto Donizetti2020-10-262-18/+84
| * runtime: implement dumpmemstats in terms of readmemstats_mMichael Anthony Knyszek2020-10-261-32/+44
| * runtime,runtime/metrics: export goroutine count as a metricMichael Anthony Knyszek2020-10-264-0/+18
| * runtime,runtime/metrics: add metric for distribution of GC pausesMichael Anthony Knyszek2020-10-266-0/+54