2020-10-30 |
Cherry Zhang | runtime, cmd: support race detector on darwin/arm64 |
commit | commitdiff | tree |
2020-10-30 |
Bryan C. Mills | cmd/go/internal/modload: handle NotExist errors in... |
commit | commitdiff | tree |
2020-10-30 |
Bryan C. Mills | cmd/go: make TestScript/mod_get_patchmod self-contained |
commit | commitdiff | tree |
2020-10-30 |
Bryan C. Mills | cmd/go/internal/modload: ensure that modRoot and target... |
commit | commitdiff | tree |
2020-10-30 |
Bryan C. Mills | cmd/go/internal/mvs: omit modules at version "none... |
commit | commitdiff | tree |
2020-10-30 |
Than McIntosh | cmd/link: emit include directories in DWARF line table... |
commit | commitdiff | tree |
2020-10-30 |
Ian Lance Taylor | runtime: simplify nobarrierWakeTime |
commit | commitdiff | tree |
2020-10-30 |
Than McIntosh | reflect,runtime: use internal ABI for selected ASM... |
commit | commitdiff | tree |
2020-10-30 |
Alberto Donizetti | cmd/compile: replace int32(a.Off()) calls with a.Off32() |
commit | commitdiff | tree |
2020-10-30 |
Rob Findley | go/types: reorganize error codes into categories |
commit | commitdiff | tree |
2020-10-30 |
Robert Griesemer | spec: split shift examples into groups for 32- and... |
commit | commitdiff | tree |
2020-10-30 |
Michael Pratt | runtime: simplify gcBgMarkWorker preemption |
commit | commitdiff | tree |
2020-10-30 |
Michael Pratt | runtime: manage gcBgMarkWorkers with a global pool |
commit | commitdiff | tree |
2020-10-30 |
Rob Findley | go/types: add internal error codes |
commit | commitdiff | tree |
2020-10-30 |
Cherry Zhang | runtime: allocate at desired address when race detector... |
commit | commitdiff | tree |
2020-10-30 |
Matthew Dempsky | cmd/compile: fix devirtualization of promoted interface... |
commit | commitdiff | tree |
2020-10-30 |
Robert Griesemer | strings: complete Reader doc string |
commit | commitdiff | tree |
2020-10-30 |
Ben Hoyt | strconv: fix incorrect bit size in ParseComplex; add... |
commit | commitdiff | tree |
2020-10-30 |
Norman B. Lancaster | strings: complete documentation of strings.Reader |
commit | commitdiff | tree |
2020-10-29 |
surechen | math/big: reduce allocations for building decimal strings |
commit | commitdiff | tree |
2020-10-29 |
Rémy Oudompheng | strconv: make Eisel-Lemire handle long mantissas |
commit | commitdiff | tree |
2020-10-29 |
Cherry Zhang | cmd/link: put C static symbols in the symbol table... |
commit | commitdiff | tree |
2020-10-29 |
Brad Fitzpatrick | crypto/x509: add comment to blank imports done for... |
commit | commitdiff | tree |
2020-10-29 |
Russ Cox | go/build: remove two erroneous uses of os.Stat |
commit | commitdiff | tree |
2020-10-29 |
Russ Cox | api: update next.txt |
commit | commitdiff | tree |
2020-10-29 |
Russ Cox | cmd/internal/obj: use panic instead of log.Fatalf for... |
commit | commitdiff | tree |
2020-10-29 |
Matthew Dempsky | cmd/compile: gracefully fail when devirtualization... |
commit | commitdiff | tree |
2020-10-29 |
Matthew Dempsky | cmd/compile: early devirtualization of interface method... |
commit | commitdiff | tree |
2020-10-29 |
Matthew Dempsky | cmd/compile: improve inlining and static analysis |
commit | commitdiff | tree |
2020-10-29 |
Joel Sing | cmd/link: add loadelf support for riscv64 |
commit | commitdiff | tree |
2020-10-29 |
Joel Sing | Revert "cmd/compile,cmd/internal/sys: enable additional... |
commit | commitdiff | tree |
2020-10-29 |
Andrew G. Morgan | syscall: handle undefined r2 value on linux-ppc64x |
commit | commitdiff | tree |
2020-10-29 |
Branden J Brown | cmd/compile: inline functions evaluated in go and defer... |
commit | commitdiff | tree |
2020-10-29 |
Russ Cox | cmd/go: add //go:embed support |
commit | commitdiff | tree |
2020-10-29 |
Than McIntosh | Revert "reflect,runtime: use internal ABI for selected... |
commit | commitdiff | tree |
2020-10-29 |
Bryan C. Mills | cmd/go: allow 'go get' to downgrade to replacement... |
commit | commitdiff | tree |
2020-10-29 |
Katie Hockman | Revert "crypto/x509: fix duplicate import" |
commit | commitdiff | tree |
2020-10-29 |
Than McIntosh | reflect,runtime: use internal ABI for selected ASM... |
commit | commitdiff | tree |
2020-10-29 |
Alberto Donizetti | cmd/compile: run rulegen to include missing condition |
commit | commitdiff | tree |
2020-10-29 |
Jeremy Faller | cmd/link: ignore "operation not permitted" fallocate... |
commit | commitdiff | tree |
2020-10-29 |
Martin Möhrmann | runtime: move ppc64/aix cpu feature detection to intern... |
commit | commitdiff | tree |
2020-10-29 |
Joel Sing | syscall: add support for openbsd/mips64 |
commit | commitdiff | tree |
2020-10-29 |
Joel Sing | runtime: add support for openbsd/mips64 |
commit | commitdiff | tree |
2020-10-29 |
Joel Sing | cmd/asm: remove X27 and S11 register names on riscv64 |
commit | commitdiff | tree |
2020-10-29 |
Joel Sing | runtime: optimise gcWriteBarrier for riscv64 |
commit | commitdiff | tree |
2020-10-29 |
fanzha02 | cmd/internal/obj/arm64: add CASx/CASPx instructions |
commit | commitdiff | tree |
2020-10-29 |
fanzha02 | cmd/asm: sort test cases in the arm64.s file |
commit | commitdiff | tree |
2020-10-29 |
fanzha02 | cmd/asm: add several arm64 SIMD instructions |
commit | commitdiff | tree |
2020-10-29 |
David Chase | cmd/compile: delay expansion of OpArg until expand_calls |
commit | commitdiff | tree |
2020-10-29 |
Nigel Tao | strconv: remove extfloat.go atof code path |
commit | commitdiff | tree |
2020-10-29 |
fanzha02 | cmd/asm: refactor some encoding functions for load... |
commit | commitdiff | tree |
2020-10-29 |
Tzu-Chiao Yeh | database/sql: fix TestTxStmtDeadlock test |
commit | commitdiff | tree |
2020-10-29 |
Rémy Oudompheng | cmd/compile: use magic multiply for unsigned values... |
commit | commitdiff | tree |
2020-10-28 |
Mikhail Fesenko | cmd/buildid: move and reuse duplicated HashToString... |
commit | commitdiff | tree |
2020-10-28 |
imxyb | net/url: improve performance for resolvePath |
commit | commitdiff | tree |
2020-10-28 |
Bryan C. Mills | cmd/go: use internal/testenv instead of computing canRu... |
commit | commitdiff | tree |
2020-10-28 |
Ian Lance Taylor | doc: mention Trust+1 in contribution guide |
commit | commitdiff | tree |
2020-10-28 |
Alberto Donizetti | cmd/compile: rename mergeSymTyped to mergeSym |
commit | commitdiff | tree |
2020-10-28 |
Alberto Donizetti | cmd/compile: delete log2, switch to log64 |
commit | commitdiff | tree |
2020-10-28 |
Joel Sing | runtime: add defs for openbsd/mips64 |
commit | commitdiff | tree |
2020-10-28 |
Joel Sing | runtime: remove new g register (X27) from preempt save... |
commit | commitdiff | tree |
2020-10-28 |
Michael Pratt | runtime: try to elide timer stealing if P has no timers |
commit | commitdiff | tree |
2020-10-28 |
Cuong Manh Le | Revert "cmd/compile: split exported/non-exported method... |
commit | commitdiff | tree |
2020-10-28 |
Antonio Huete... | os: do not use procfs for os.Executable in dragonfly |
commit | commitdiff | tree |
2020-10-28 |
Tzu-Chiao Yeh | database/sql: fix tx stmt deadlock when rollback |
commit | commitdiff | tree |
2020-10-28 |
Tobias Klauser | cmd/go/internal/modfetch: drop gopkg.in/russross/blackf... |
commit | commitdiff | tree |
2020-10-28 |
Dan Scales | runtime: add edge lockRankSysmon -> lockRankRwmutexR |
commit | commitdiff | tree |
2020-10-28 |
Cherry Zhang | cmd/link: enable internal linking by default on darwin... |
commit | commitdiff | tree |
2020-10-28 |
Cherry Zhang | runtime: always enable async preemption on darwin/arm64 |
commit | commitdiff | tree |
2020-10-28 |
Cherry Zhang | runtime: save/restore g unconditionally on darwin/arm64 |
commit | commitdiff | tree |
2020-10-28 |
Cherry Zhang | runtime: set up TLS without cgo on darwin/arm64 |
commit | commitdiff | tree |
2020-10-28 |
Tobias Klauser | cmd/go/internal/modfetch: update expected tags for... |
commit | commitdiff | tree |
2020-10-28 |
Michał Derkacz | cmd/compile,cmd/internal/obj/riscv,runtime: use Duff... |
commit | commitdiff | tree |
2020-10-28 |
Keith Randall | cmd/compile: optimize generated struct/array equality... |
commit | commitdiff | tree |
2020-10-28 |
Ian Lance Taylor | runtime: move TestNeedmDeadlock to crash_cgo_test.go |
commit | commitdiff | tree |
2020-10-28 |
David Chase | cmd/compile: make sure field offset is aligned for... |
commit | commitdiff | tree |
2020-10-28 |
Meng Zhuo | cmd/link: remove all constants of elf |
commit | commitdiff | tree |
2020-10-28 |
Ian Lance Taylor | runtime: block signals in needm before allocating M |
commit | commitdiff | tree |
2020-10-28 |
Dave Pifke | cmd/go: add -include to cgo whitelist |
commit | commitdiff | tree |
2020-10-28 |
George Tsilias | runtime: handle signal 34 for musl setgid |
commit | commitdiff | tree |
2020-10-28 |
Cherry Zhang | cmd/dist: use GOOS=ios for iOS simulator test |
commit | commitdiff | tree |
2020-10-27 |
Christopher... | time: fix LoadLocationFromTZData with slim tzdata |
commit | commitdiff | tree |
2020-10-27 |
Roland Shoemaker | crypto/tls: document the ClientAuthType consts |
commit | commitdiff | tree |
2020-10-27 |
Ian Lance Taylor | runtime: don't always adjust timers |
commit | commitdiff | tree |
2020-10-27 |
Keith Randall | cmd/compile: print pointers to go:notinheap types witho... |
commit | commitdiff | tree |
2020-10-27 |
Keith Randall | cmd/compile, runtime: store pointers to go:notinheap... |
commit | commitdiff | tree |
2020-10-27 |
Keith Randall | cmd/compile: fix storeType to handle pointers to go... |
commit | commitdiff | tree |
2020-10-27 |
Ian Lance Taylor | go/internal/gccgoimporter: support notinheap annotation |
commit | commitdiff | tree |
2020-10-27 |
Daniel Martí | doc/go1.16: document BuildID in 'go list -export' |
commit | commitdiff | tree |
2020-10-27 |
Alberto Donizetti | cmd/compile: replace int32(b2i(x)) with b2i32(x) in... |
commit | commitdiff | tree |
2020-10-27 |
Alberto Donizetti | cmd/compile: delete isPowerOfTwo, switch to isPowerOfTwo64 |
commit | commitdiff | tree |
2020-10-27 |
Alberto Donizetti | cmd/compile: clean up ValAndOff funcs after untyped... |
commit | commitdiff | tree |
2020-10-27 |
Alberto Donizetti | cmd/compile: remove support for untyped ssa rules |
commit | commitdiff | tree |
2020-10-27 |
Heisenberg | runtime: add 2-byte and 8-byte sub-benchmarks for memmo... |
commit | commitdiff | tree |
2020-10-27 |
Dan Peterson | net/http: use exponential backoff for polling in Server... |
commit | commitdiff | tree |
2020-10-27 |
Paul E. Murphy | cmd/compile: combine more 32 bit shift and mask operati... |
commit | commitdiff | tree |
2020-10-27 |
Cuong Manh Le | cmd/compile: remove isLiteral |
commit | commitdiff | tree |
2020-10-27 |
HowJMay | misc/cgo/test: test C.enum_* |
commit | commitdiff | tree |
2020-10-27 |
Chris Hines | runtime: reduce timer latency |
commit | commitdiff | tree |
2020-10-27 |
xd | cmd/dist: fix build failure of misc/cgo/test on arm64 |
commit | commitdiff | tree |
next |