2020-11-02 |
Michael Matloob | cmd/go: support cgo files in overlays |
commit | commitdiff | tree |
2020-11-02 |
Austin Clements | runtime: default to MADV_DONTNEED on Linux |
commit | commitdiff | tree |
2020-11-02 |
Bryan C. Mills | all: update dependency on golang.org/x/sys and regenera... |
commit | commitdiff | tree |
2020-11-02 |
Cherry Zhang | runtime: use indexed load/store in ARM64 assembly |
commit | commitdiff | tree |
2020-11-02 |
Bryan C. Mills | syscall: switch go:generate directives back to mksyscal... |
commit | commitdiff | tree |
2020-11-02 |
Jonathan Swinney | runtime: improve memmove performance on arm64 |
commit | commitdiff | tree |
2020-11-02 |
Richard Musiol | misc/wasm: check type of argument to Go.run |
commit | commitdiff | tree |
2020-11-02 |
David Chase | cmd/compile: using new calls, optimize runtime.memequal... |
commit | commitdiff | tree |
2020-11-02 |
Cherry Zhang | cmd/compile: remove racefuncenterfp when it is not... |
commit | commitdiff | tree |
2020-11-02 |
Cherry Zhang | cmd: remove Go115AMD64 |
commit | commitdiff | tree |
2020-11-02 |
Quim Muntal | cmd/link: avoid exporting all symbols on windows buildm... |
commit | commitdiff | tree |
2020-11-01 |
Dmitri Shuralyov | cmd/go: revert "support cgo files in overlays" |
commit | commitdiff | tree |
2020-11-01 |
Michał Derkacz | cmd/compile: optimize small zeroing/moving on riscv64 |
commit | commitdiff | tree |
2020-11-01 |
Emmanuel T... | cmd/vet: bring in pass to catch invalid uses of testing... |
commit | commitdiff | tree |
2020-11-01 |
Matthew Dempsky | cmd/compile: fix recognition of unnamed return variables |
commit | commitdiff | tree |
2020-10-31 |
Emmanuel T... | database/sql, runtime: correct *.Fatal inside goroutine... |
commit | commitdiff | tree |
2020-10-31 |
Cherry Zhang | runtime: remove residual !go115NewMCentralImpl fields |
commit | commitdiff | tree |
2020-10-31 |
Colin Arnott | os: export errFinished as ErrProcessDone |
commit | commitdiff | tree |
2020-10-31 |
Joel Sing | cmd/compile: avoid unnecessary sign/zero extension... |
commit | commitdiff | tree |
2020-10-31 |
Michael Matloob | cmd/go: support cgo files in overlays |
commit | commitdiff | tree |
2020-10-31 |
Michael Matloob | cmd/cgo: add -trimpath flag allowing paths to be rewrit... |
commit | commitdiff | tree |
2020-10-31 |
Dan Scales | cmd/compile: fmt improvements for AST nodes and some... |
commit | commitdiff | tree |
2020-10-30 |
Cherry Zhang | runtime: add a comment about thread pointer alignment... |
commit | commitdiff | tree |
2020-10-30 |
Michael Anthony... | runtime: release worldsema with a direct G handoff |
commit | commitdiff | tree |
2020-10-30 |
Cherry Zhang | cmd/internal/objabi, runtime: compact FUNCDATA indices |
commit | commitdiff | tree |
2020-10-30 |
Cherry Zhang | runtime: remove go115ReduceLiveness and go115RestartSeq |
commit | commitdiff | tree |
2020-10-30 |
Michael Pratt | runtime: tighten systemstack in lock assertions |
commit | commitdiff | tree |
2020-10-30 |
Cherry Zhang | cmd/compile: delete register maps, completely |
commit | commitdiff | tree |
2020-10-30 |
Michael Pratt | runtime: elide timer re-check if P has no timers |
commit | commitdiff | tree |
2020-10-30 |
Michael Pratt | runtime: add heap lock assertions |
commit | commitdiff | tree |
2020-10-30 |
Michael Pratt | runtime: add world-stopped assertions |
commit | commitdiff | tree |
2020-10-30 |
Michele Di... | cmd/compile: code cleanup |
commit | commitdiff | tree |
2020-10-30 |
Matthew Dempsky | cmd/compile: fix reassignVisitor |
commit | commitdiff | tree |
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 |
next |