| Commit message (Expand) | Author | Age | Files | Lines |
| * | cmd/go/internal/modfetch: update expected tags for TestCodeRepoVersions | Tobias Klauser | 2020-10-28 | 1 | -1/+1 |
| * | cmd/compile,cmd/internal/obj/riscv,runtime: use Duff's devices on riscv64 | Michał Derkacz | 2020-10-28 | 9 | -4/+1076 |
| * | cmd/compile: optimize generated struct/array equality code | Keith Randall | 2020-10-28 | 1 | -45/+99 |
| * | runtime: move TestNeedmDeadlock to crash_cgo_test.go | Ian Lance Taylor | 2020-10-28 | 2 | -9/+13 |
| * | cmd/compile: make sure field offset is aligned for structure splitting | David Chase | 2020-10-28 | 1 | -6/+1 |
| * | cmd/link: remove all constants of elf | Meng Zhuo | 2020-10-28 | 10 | -789/+455 |
| * | runtime: block signals in needm before allocating M | Ian Lance Taylor | 2020-10-28 | 7 | -17/+127 |
| * | cmd/go: add -include to cgo whitelist | Dave Pifke | 2020-10-28 | 2 | -0/+4 |
| * | runtime: handle signal 34 for musl setgid | George Tsilias | 2020-10-28 | 2 | -2/+2 |
| * | cmd/dist: use GOOS=ios for iOS simulator test | Cherry Zhang | 2020-10-28 | 1 | -4/+5 |
| * | time: fix LoadLocationFromTZData with slim tzdata | Christopher Hlubek | 2020-10-27 | 2 | -2/+30 |
| * | crypto/tls: document the ClientAuthType consts | Roland Shoemaker | 2020-10-27 | 1 | -0/+16 |
| * | runtime: don't always adjust timers | Ian Lance Taylor | 2020-10-27 | 3 | -70/+88 |
| * | cmd/compile: print pointers to go:notinheap types without converting to unsaf... | Keith Randall | 2020-10-27 | 4 | -216/+231 |
| * | cmd/compile, runtime: store pointers to go:notinheap types indirectly | Keith Randall | 2020-10-27 | 5 | -19/+60 |
| * | cmd/compile: fix storeType to handle pointers to go:notinheap types | Keith Randall | 2020-10-27 | 1 | -1/+7 |
| * | go/internal/gccgoimporter: support notinheap annotation | Ian Lance Taylor | 2020-10-27 | 4 | -0/+19 |
| * | doc/go1.16: document BuildID in 'go list -export' | Daniel Martí | 2020-10-27 | 3 | -3/+3 |
| * | cmd/compile: replace int32(b2i(x)) with b2i32(x) in rules | Alberto Donizetti | 2020-10-27 | 6 | -9/+9 |
| * | cmd/compile: delete isPowerOfTwo, switch to isPowerOfTwo64 | Alberto Donizetti | 2020-10-27 | 9 | -292/+289 |
| * | cmd/compile: clean up ValAndOff funcs after untyped aux removal | Alberto Donizetti | 2020-10-27 | 2 | -32/+12 |
| * | cmd/compile: remove support for untyped ssa rules | Alberto Donizetti | 2020-10-27 | 1 | -65/+22 |
| * | runtime: add 2-byte and 8-byte sub-benchmarks for memmove load/store | Heisenberg | 2020-10-27 | 1 | -15/+24 |
| * | net/http: use exponential backoff for polling in Server.Shutdown | Dan Peterson | 2020-10-27 | 2 | -12/+21 |
| * | cmd/compile: combine more 32 bit shift and mask operations on ppc64 | Paul E. Murphy | 2020-10-27 | 7 | -0/+782 |
| * | cmd/compile: remove isLiteral | Cuong Manh Le | 2020-10-27 | 1 | -8/+3 |
| * | runtime: reduce timer latency | Chris Hines | 2020-10-27 | 3 | -83/+294 |
| * | cmd/dist: fix build failure of misc/cgo/test on arm64 | xd | 2020-10-27 | 1 | -2/+7 |
| * | cmd/go/internal/fsys: add Glob | Russ Cox | 2020-10-27 | 2 | -68/+353 |
| * | mime: look up mime types on Arch Linux | Andy Williams | 2020-10-27 | 1 | -0/+1 |
| * | cmd/go/internal/imports: make Tags and AnyTags safe for concurrent use | Bryan C. Mills | 2020-10-27 | 1 | -7/+16 |
| * | database/sql: fix comment on DB.stop() | Ayzat Sadykov | 2020-10-27 | 1 | -1/+1 |
| * | cmd/go: fix bug introduced in CL 264537 | Russ Cox | 2020-10-27 | 1 | -1/+2 |
| * | cmd/compile: eliminate unnecessary sign/zero extension for riscv64 | Joel Sing | 2020-10-27 | 5 | -32/+843 |
| * | crypto/rand: generate random numbers using RtlGenRandom on Windows | Jason A. Donenfeld | 2020-10-27 | 5 | -37/+27 |
| * | cmd/compile: use MOV pseudo-instructions for sign/zero extension | Joel Sing | 2020-10-27 | 5 | -231/+178 |
| * | cmd/go/internal/modload: embed PackageOpts in loaderParams | Bryan C. Mills | 2020-10-27 | 2 | -13/+15 |
| * | Revert "cmd/link: remove all constants of elf" | Meng Zhuo | 2020-10-27 | 10 | -454/+788 |
| * | cmd/link: remove all constants of elf | Meng Zhuo | 2020-10-27 | 10 | -788/+454 |
| * | cmd/link,cmd/internal/obj/riscv: add TLS support for linux/riscv64 | Joel Sing | 2020-10-27 | 4 | -12/+44 |
| * | cmd/compile,cmd/internal/sys: enable additional build modes on linux/riscv64 | Joel Sing | 2020-10-27 | 4 | -9/+9 |
| * | cmd/compile: defer lowering OANDNOT until SSA | Cuong Manh Le | 2020-10-27 | 3 | -19/+18 |
| * | runtime: implement addrRanges.findSucc with a binary search | Michael Anthony Knyszek | 2020-10-26 | 1 | -7/+33 |
| * | cmd/compile: port last ARM rules to typed | Alberto Donizetti | 2020-10-26 | 2 | -18/+84 |
| * | runtime: implement dumpmemstats in terms of readmemstats_m | Michael Anthony Knyszek | 2020-10-26 | 1 | -32/+44 |
| * | runtime,runtime/metrics: export goroutine count as a metric | Michael Anthony Knyszek | 2020-10-26 | 4 | -0/+18 |
| * | runtime,runtime/metrics: add metric for distribution of GC pauses | Michael Anthony Knyszek | 2020-10-26 | 6 | -0/+54 |
| * | runtime: add timeHistogram type | Michael Anthony Knyszek | 2020-10-26 | 4 | -0/+232 |
| * | runtime,runtime/metrics: add object size distribution metrics | Michael Anthony Knyszek | 2020-10-26 | 4 | -0/+104 |
| * | cmd/go,cmd/compile,sync: remove special import case in cmd/go | Austin Clements | 2020-10-26 | 3 | -13/+21 |