2022-10-31 |
Bryan C. Mills | cmd/api: skip tests when 'os/exec' is supported but... |
commit | commitdiff | tree |
2022-10-31 |
Bryan C. Mills | cmd/compile/internal/types2: fix tests on js/wasm |
commit | commitdiff | tree |
2022-10-31 |
Archana R | internal/bytealg: fix bug in index function for ppc64le... |
commit | commitdiff | tree |
2022-10-29 |
erifan01 | cmd/compile: enable address folding for global symbols... |
commit | commitdiff | tree |
2022-10-29 |
Guoqi Chen | cmd/compile: add missing tail calls flag for linux... |
commit | commitdiff | tree |
2022-10-29 |
Guoqi Chen | runtime/internal/atomic: enable atomic 64bit types... |
commit | commitdiff | tree |
2022-10-29 |
Ian Lance Taylor | cmd/go, cmd/cgo: support older versions of gccgo that... |
commit | commitdiff | tree |
2022-10-28 |
Riccardo Gerosa | math/big: improve performance of Binomial |
commit | commitdiff | tree |
2022-10-28 |
Michael Matloob | cmd/go: don't install most GOROOT .a files in pkg |
commit | commitdiff | tree |
2022-10-28 |
Ian Lance Taylor | testing: change Error to Errorf in comment |
commit | commitdiff | tree |
2022-10-28 |
Ian Lance Taylor | os: don't include DirFS argument in DirFS errors |
commit | commitdiff | tree |
2022-10-28 |
Alessandro... | cmd/compile: emit DIEs for zero sized variables |
commit | commitdiff | tree |
2022-10-28 |
Michael Matloob | cmd/go: don't substitute '$WORK' for work directory... |
commit | commitdiff | tree |
2022-10-28 |
Raj Barik | cmd/compile: Enables PGO in Go and performs profile... |
commit | commitdiff | tree |
2022-10-28 |
eric fang | cmd/internal/obj/arm64: optimize ADRP+ADD+LD/ST to... |
commit | commitdiff | tree |
2022-10-27 |
Michael Matloob | cmd/dist: produce intermedate .a files in a temporary... |
commit | commitdiff | tree |
2022-10-27 |
Keith Randall | cmd/compile: recognize when the result of append has... |
commit | commitdiff | tree |
2022-10-27 |
ruinan | hash/crc64: use slicing by 8 when the size is greater... |
commit | commitdiff | tree |
2022-10-27 |
Garet Halliday | runtime: add wasm bulk memory operations |
commit | commitdiff | tree |
2022-10-27 |
hopehook | math/rand: deprecate Read |
commit | commitdiff | tree |
2022-10-27 |
erifan01 | cmd/internal/obj/arm64: remove AMOVBU from optab |
commit | commitdiff | tree |
2022-10-26 |
Zeke Lu | debug/elf: guard access to File.gnuVersym |
commit | commitdiff | tree |
2022-10-26 |
Brad Fitzpatrick | runtime: add missing closing curly brace in runtime... |
commit | commitdiff | tree |
2022-10-26 |
Russ Cox | testing: fix many test2json inaccuracies |
commit | commitdiff | tree |
2022-10-26 |
Paul E. Murphy | cmd/internal/obj/ppc64: generate big uint32 values... |
commit | commitdiff | tree |
2022-10-26 |
doujiang24 | cmd/compile: print readable function name in error... |
commit | commitdiff | tree |
2022-10-26 |
Zeke Lu | flag: clarify that the main func at pkg.go.dev is part... |
commit | commitdiff | tree |
2022-10-26 |
Russ Cox | crypto/x509: respect GODEBUG changes for allowing SHA1... |
commit | commitdiff | tree |
2022-10-26 |
Russ Cox | all: remove uses of rand.Seed |
commit | commitdiff | tree |
2022-10-26 |
Robert Griesemer | go/types, types2: use correct shift value when typechec... |
commit | commitdiff | tree |
2022-10-26 |
Bryan C. Mills | cmd/go/internal/script: use the Cancel and WaitDelay... |
commit | commitdiff | tree |
2022-10-26 |
Wayne Zuo | runtime/internal/syscall: use ABIInternal for Syscall6... |
commit | commitdiff | tree |
2022-10-26 |
cui fliter | cmd: remove redundant _ |
commit | commitdiff | tree |
2022-10-26 |
Russ Cox | crypto/x509: delete trailing spaces |
commit | commitdiff | tree |
2022-10-26 |
cui fliter | runtime: fix a few function names on comments |
commit | commitdiff | tree |
2022-10-26 |
Wayne Zuo | all: delete riscv64 non-register ABI fallback path |
commit | commitdiff | tree |
2022-10-26 |
Wayne Zuo | all: update golang.org/x/tools to 8166dca1cec9 |
commit | commitdiff | tree |
2022-10-25 |
Robert Griesemer | cmd/compile: add support for alternative comparable... |
commit | commitdiff | tree |
2022-10-25 |
cuiweixie | cmd/go: show an error when a package in a module confli... |
commit | commitdiff | tree |
2022-10-25 |
Zeke Lu | debug/elf: use saferio.SliceCap when decoding ELF sections |
commit | commitdiff | tree |
2022-10-25 |
Russ Cox | math/rand: auto-seed global source |
commit | commitdiff | tree |
2022-10-25 |
Bryan C. Mills | cmd/go: make vcstest repo scripts compatible with old... |
commit | commitdiff | tree |
2022-10-25 |
Russ Cox | cmd/go: split quotes in GOFLAGS same as in other env... |
commit | commitdiff | tree |
2022-10-25 |
Bryan C. Mills | cmd/go: make vcstest repo scripts compatible with old... |
commit | commitdiff | tree |
2022-10-25 |
Paul E. Murphy | runtime/internal/syscall: convert PPC64 Syscall6 to... |
commit | commitdiff | tree |
2022-10-25 |
Bryan C. Mills | cmd/go: add Subversion support to the local vcstest... |
commit | commitdiff | tree |
2022-10-25 |
Bryan C. Mills | cmd/go: reroute vcs-test.golang.org HTTPS requests... |
commit | commitdiff | tree |
2022-10-25 |
Bryan C. Mills | cmd/go: redirect vcs-test.golang.org repo URLs to a... |
commit | commitdiff | tree |
2022-10-25 |
Bryan C. Mills | os/exec: add the Cancel and WaitDelay fields |
commit | commitdiff | tree |
2022-10-25 |
Bryan C. Mills | cmd/go: fix script conditions that require cgo |
commit | commitdiff | tree |
2022-10-24 |
Bryan C. Mills | cmd/go: replace the 'addcrlf' script command with a... |
commit | commitdiff | tree |
2022-10-24 |
Bryan C. Mills | cmd/go/internal/script: define GOOS, GOARCH, and compil... |
commit | commitdiff | tree |
2022-10-24 |
Bryan C. Mills | cmd/go: replace the '[exec:git]' condition with a ... |
commit | commitdiff | tree |
2022-10-24 |
Bryan C. Mills | cmd/go/internal/script: remove special-case escaping... |
commit | commitdiff | tree |
2022-10-24 |
Bryan C. Mills | cmd/go: extract the TestScript engine into a standalone... |
commit | commitdiff | tree |
2022-10-24 |
Paul E. Murphy | cmd/compile: fix PPC64 latelower enablement |
commit | commitdiff | tree |
2022-10-24 |
Joe Tsai | time: optimize appendInt and appendNanos |
commit | commitdiff | tree |
2022-10-24 |
Paul E. Murphy | cmd/compile: enable lateLower pass on PPC64 |
commit | commitdiff | tree |
2022-10-24 |
Roland Shoemaker | crypto/tls,crypto/x509: clarify certificate ownership |
commit | commitdiff | tree |
2022-10-24 |
Robert Griesemer | go/types, types2: implement alternative comparable... |
commit | commitdiff | tree |
2022-10-24 |
Paul E. Murphy | runtime: fix usleep on linux/PPC64 |
commit | commitdiff | tree |
2022-10-24 |
qmuntal | doc/go1.20: go version supports non-executable Go binaries |
commit | commitdiff | tree |
2022-10-24 |
Filippo Valsorda | crypto/ed25519: implement Ed25519ph in Sign and VerifyW... |
commit | commitdiff | tree |
2022-10-24 |
Wayne Zuo | internal/abi, internal/buildcfg: always enable register... |
commit | commitdiff | tree |
2022-10-24 |
Wayne Zuo | cmd/compile: use correct type in riscv64 late lower... |
commit | commitdiff | tree |
2022-10-23 |
Johan Brandhorst... | cmd/internal/ssa: correct references to _gen folder |
commit | commitdiff | tree |
2022-10-21 |
Michael Matloob | cmd/go: correct staleness for packages in modules |
commit | commitdiff | tree |
2022-10-21 |
Matt Layher | net/netip: add IPv6LinkLocalAllRouters and IPv6Loopback |
commit | commitdiff | tree |
2022-10-21 |
Than McIntosh | cmd/cover: fix buglets in counter insertion |
commit | commitdiff | tree |
2022-10-21 |
Than McIntosh | cmd/cover: fix problem with race mode and inlining |
commit | commitdiff | tree |
2022-10-21 |
Michael Matloob | cmd/go: don't print cached output for non-build list... |
commit | commitdiff | tree |
2022-10-21 |
Nick Craig... | math/bits: note that functions here may be compiler... |
commit | commitdiff | tree |
2022-10-21 |
Cherry Mui | runtime: gofmt |
commit | commitdiff | tree |
2022-10-21 |
Park Zhou | go/scanner: use constant name rather than its value... |
commit | commitdiff | tree |
2022-10-21 |
qmuntal | runtime: skip TestVectoredHandlerExceptionInNonGoThread |
commit | commitdiff | tree |
2022-10-21 |
Paul E. Murphy | crypto/sha256, cmd/internal/notsha256: improve PPC64... |
commit | commitdiff | tree |
2022-10-21 |
Keith Randall | runtime/race: add GOAMD64=v3 version of linux race... |
commit | commitdiff | tree |
2022-10-20 |
Ian Lance Taylor | encoding/gob: support large slices in slice decode... |
commit | commitdiff | tree |
2022-10-20 |
Cherry Mui | cmd/compile: copy blank parameter node when substitutin... |
commit | commitdiff | tree |
2022-10-20 |
Keith Randall | cmd/compile: in compiler errors, print more digits... |
commit | commitdiff | tree |
2022-10-20 |
qmuntal | runtime: fix TestVectoredHandlerExceptionInNonGoThread |
commit | commitdiff | tree |
2022-10-20 |
Joe Tsai | time: implement strict RFC 3339 during marshal and... |
commit | commitdiff | tree |
2022-10-20 |
Joel Sing | cmd/compile/internal/ssa: wire up late lower block... |
commit | commitdiff | tree |
2022-10-20 |
Bryan C. Mills | cmd/go/internal/modload: update TestQueryImport to... |
commit | commitdiff | tree |
2022-10-20 |
Mikael Urankar | runtime: Add vdso on freebsd/riscv64 |
commit | commitdiff | tree |
2022-10-20 |
Daniel Martà | go/build: remove stale reference to ioutil.ReadDir |
commit | commitdiff | tree |
2022-10-19 |
Robert Griesemer | go/types, types2: replace typecheck with mustTypecheck... |
commit | commitdiff | tree |
2022-10-19 |
Robert Griesemer | go/types, types2: consolidate helper functions for... |
commit | commitdiff | tree |
2022-10-19 |
Robert Griesemer | go/types, types2: simplify test setup in a couple of... |
commit | commitdiff | tree |
2022-10-19 |
Robert Griesemer | go/types: remove special handling for .go1 files in... |
commit | commitdiff | tree |
2022-10-19 |
Robert Griesemer | go/types, types2: remove global goVersion flag (cleanup) |
commit | commitdiff | tree |
2022-10-19 |
qmuntal | runtime: ignore exceptions from non-Go threads on windo... |
commit | commitdiff | tree |
2022-10-19 |
Bryan C. Mills | go/internal/gcimporter,cmd/compile/internal/importer... |
commit | commitdiff | tree |
2022-10-19 |
Bryan C. Mills | go/internal/gcimporter,cmd/compile/internal/importer... |
commit | commitdiff | tree |
2022-10-18 |
Michael Pratt | runtime: throw in unreachable exitThread |
commit | commitdiff | tree |
2022-10-18 |
Michael Pratt | runtime: always keep global reference to mp until mexit... |
commit | commitdiff | tree |
2022-10-18 |
Robert Griesemer | go/types: remove pkgForMode in favor of pkgFor (cleanup) |
commit | commitdiff | tree |
2022-10-18 |
Robert Griesemer | go/types, types2: add test verifying types/values of... |
commit | commitdiff | tree |
2022-10-18 |
Michael Matloob | go/types: migrate importer usage in tests |
commit | commitdiff | tree |
2022-10-18 |
Michael Matloob | go,cmd,internal: update to anticipate missing targets... |
commit | commitdiff | tree |
next |