2020-11-11 |
Andrew G. Morgan | syscall: improve TestSetuidEtc() /proc/ parsing against... |
commit | commitdiff | tree |
2020-11-11 |
Bryan Boreham | testing: reduce memory allocation in Helper |
commit | commitdiff | tree |
2020-11-11 |
Ian Lance Taylor | os: clarify that IsExist and friends do not use errors.Is |
commit | commitdiff | tree |
2020-11-11 |
Roland Shoemaker | doc/go1.16: add crypto/x509 CSR release note |
commit | commitdiff | tree |
2020-11-11 |
Michael Matloob | cmd/go: don't copy cgo files to objdir when overlay... |
commit | commitdiff | tree |
2020-11-11 |
Russ Cox | io/fs: fix reference to WalkFunc |
commit | commitdiff | tree |
2020-11-11 |
Dmitri Shuralyov | all: update vendored dependencies for Go 1.16 release |
commit | commitdiff | tree |
2020-11-10 |
Jay Conrod | cmd/go: release note for -mod=readonly by default |
commit | commitdiff | tree |
2020-11-10 |
Daniel Martà | cmd/go: introduce the GOVERSION env variable |
commit | commitdiff | tree |
2020-11-10 |
Cherry Zhang | doc/go1.16: add release notes for darwin ports |
commit | commitdiff | tree |
2020-11-10 |
Michael Matloob | Revert "cmd/go: don't copy cgo files to objdir when... |
commit | commitdiff | tree |
2020-11-10 |
Michael Anthony... | runtime: add lock rank partial order edge pollDesc... |
commit | commitdiff | tree |
2020-11-10 |
Michael Anthony... | runtime: add lock rank partial order edge sweep ->... |
commit | commitdiff | tree |
2020-11-10 |
Michael Matloob | cmd/go: don't copy cgo files to objdir when overlay... |
commit | commitdiff | tree |
2020-11-10 |
Michael Munday | cmd/internal/obj/s390x: fix SYNC instruction encoding |
commit | commitdiff | tree |
2020-11-10 |
Mark Pulford | runtime/race: remove race from TestNoRaceAfterFunc2 |
commit | commitdiff | tree |
2020-11-10 |
Tobias Klauser | internal/poll: use copy_file_range only on Linux kernel... |
commit | commitdiff | tree |
2020-11-10 |
Bryan C. Mills | cmd/go: update test_race_install expected output for... |
commit | commitdiff | tree |
2020-11-10 |
Roland Shoemaker | crypto/tls: de-prioritize AES-GCM ciphers when lacking... |
commit | commitdiff | tree |
2020-11-09 |
Dmitrii Okunev | encoding/asn1: optimize asn1.Unmarshal |
commit | commitdiff | tree |
2020-11-09 |
Emmanuel Odeke | Revert "runtime: make stack traces of endless recursion... |
commit | commitdiff | tree |
2020-11-09 |
Cherry Zhang | doc/articles/race_detector.html: add darwin/arm64 |
commit | commitdiff | tree |
2020-11-09 |
Filippo Valsorda | crypto/x509: drop the cgo implementation of root_darwin... |
commit | commitdiff | tree |
2020-11-09 |
Filippo Valsorda | crypto/tls: ensure the server picked an advertised... |
commit | commitdiff | tree |
2020-11-09 |
Michael Matloob | cmd/go: support cgo files in overlays |
commit | commitdiff | tree |
2020-11-09 |
Filippo Valsorda | crypto/tls: drop macFunction abstraction |
commit | commitdiff | tree |
2020-11-09 |
Johan Brandhorst | crypto/tls: add HandshakeContext method to Conn |
commit | commitdiff | tree |
2020-11-09 |
Koen | crypto/x509: return additional chains from Verify on... |
commit | commitdiff | tree |
2020-11-09 |
Jay Conrod | cmd/go: print deprecation messages for -i |
commit | commitdiff | tree |
2020-11-09 |
Jay Conrod | cmd/go: print deprecation messages for 'go get' install... |
commit | commitdiff | tree |
2020-11-09 |
Bryan C. Mills | cmd/go: set FOSSIL_HOME in TestScript/mod_get_fossil |
commit | commitdiff | tree |
2020-11-09 |
Bryan C. Mills | cmd/go: prefer 'go get -d' instead of 'go get' in scrip... |
commit | commitdiff | tree |
2020-11-09 |
Roland Shoemaker | crypto/x509: add additional convenience fields to Certi... |
commit | commitdiff | tree |
2020-11-09 |
Joel Sing | runtime: disable TestCrashDumpsAllThreads on openbsd... |
commit | commitdiff | tree |
2020-11-09 |
Cherry Zhang | cmd/compile: make sure linkname'd symbol is non-package |
commit | commitdiff | tree |
2020-11-09 |
Russ Cox | cmd/go: add GOVCS setting to control version control... |
commit | commitdiff | tree |
2020-11-09 |
Dmitri Shuralyov | cmd/go: add /v2 to another require example |
commit | commitdiff | tree |
2020-11-09 |
Filippo Valsorda | crypto/x509: update iOS bundled roots to version 55161... |
commit | commitdiff | tree |
2020-11-09 |
Filippo Valsorda | crypto/tls: don't use CN in BuildNameToCertificate... |
commit | commitdiff | tree |
2020-11-09 |
Filippo Valsorda | crypto/x509: use fingerprint map for (*CertPool).contains |
commit | commitdiff | tree |
2020-11-09 |
Bryan C. Mills | cmd/go/internal/modget: fix a typo introduced in CL... |
commit | commitdiff | tree |
2020-11-09 |
cch123 | crypto/tls: pool Conn's outBuf to reduce memory cost... |
commit | commitdiff | tree |
2020-11-08 |
Alberto Donizetti | test/codegen: go fmt |
commit | commitdiff | tree |
2020-11-07 |
Austin Clements | testing: increase benchmark output to four significant... |
commit | commitdiff | tree |
2020-11-07 |
Brad Fitzpatrick | crypto/x509: keep smaller root cert representation... |
commit | commitdiff | tree |
2020-11-07 |
Brad Fitzpatrick | crypto/x509: add support for CertPool to load certs... |
commit | commitdiff | tree |
2020-11-07 |
Cuong Manh Le | cmd/link: fix invalid usage of reflect.SliceHeader |
commit | commitdiff | tree |
2020-11-07 |
Joshua M. Clulow | os/exec: use "pfiles" for fd debugging on illumos |
commit | commitdiff | tree |
2020-11-07 |
Cholerae Hu | cmd/compile: check indirect connection between if block... |
commit | commitdiff | tree |
2020-11-07 |
Artyom Pervukhin | archive/zip: fix documentation to mention fs.FS interface |
commit | commitdiff | tree |
2020-11-07 |
Meng Zhuo | crypto/cipher: use Neon for xor on arm64 |
commit | commitdiff | tree |
2020-11-07 |
Katie Hockman | crypto/tls: set Deadline before sending close notify... |
commit | commitdiff | tree |
2020-11-06 |
Pantelis Sampaziotis | crypto/x509: add Unwrap to SystemRootsError |
commit | commitdiff | tree |
2020-11-06 |
Emmanuel T... | runtime: make stack traces of endless recursion print... |
commit | commitdiff | tree |
2020-11-06 |
Matthew Dempsky | cmd/compile: support inlining of type switches |
commit | commitdiff | tree |
2020-11-06 |
Russ Cox | io/fs: add WalkDir |
commit | commitdiff | tree |
2020-11-06 |
Russ Cox | path/filepath: add WalkDir |
commit | commitdiff | tree |
2020-11-06 |
Michael Munday | cmd/compile: optimize shift pairs and masks on s390x |
commit | commitdiff | tree |
2020-11-06 |
Joel Sing | cmd/dist: remove openbsd/mips64 from incomplete ports |
commit | commitdiff | tree |
2020-11-05 |
Jonathan Swinney | cmd/compile: improve atomic swap intrinsics on arm64 |
commit | commitdiff | tree |
2020-11-05 |
Than McIntosh | cmd/link: report error if builtin referenced but not... |
commit | commitdiff | tree |
2020-11-05 |
Rob Findley | go/types: add unexported start and end positions to... |
commit | commitdiff | tree |
2020-11-05 |
Michael Matloob | cmd/go: account for flags when parsing regexps in TestS... |
commit | commitdiff | tree |
2020-11-05 |
Michael Pratt | runtime: disable preemption in startm |
commit | commitdiff | tree |
2020-11-05 |
Bryan C. Mills | cmd/go/internal/modget: resolve paths at the requested... |
commit | commitdiff | tree |
2020-11-05 |
Bryan C. Mills | cmd/go/internal/modload: fix (*mvsReqs).Max when the... |
commit | commitdiff | tree |
2020-11-05 |
Bryan C. Mills | cmd/go/internal/mvs: in Upgrade, pass upgrades to build... |
commit | commitdiff | tree |
2020-11-05 |
Bryan C. Mills | cmd/go/internal/mvs: test a downgrade where the target... |
commit | commitdiff | tree |
2020-11-05 |
Bryan C. Mills | cmd/go/internal/modload: add structured errors for... |
commit | commitdiff | tree |
2020-11-05 |
Bryan C. Mills | cmd/go/internal/modload: return a module-only result... |
commit | commitdiff | tree |
2020-11-05 |
Brad Fitzpatrick | runtime: avoid a bit of unneeded work when MemProfileRa... |
commit | commitdiff | tree |
2020-11-05 |
Vee Zhang | runtime: fix file references in hiter's comments |
commit | commitdiff | tree |
2020-11-05 |
Brad Fitzpatrick | os: remove unused variable in unix implementation of... |
commit | commitdiff | tree |
2020-11-05 |
Dmitri Shuralyov | cmd/go: revert "add GOVCS setting to control version... |
commit | commitdiff | tree |
2020-11-05 |
Dmitri Shuralyov | path/filepath: revert "add WalkDir" |
commit | commitdiff | tree |
2020-11-05 |
Rob Findley | go/types: simplify error messages for untyped value... |
commit | commitdiff | tree |
2020-11-05 |
Martin Möhrmann | internal/cpu: fix and cleanup ARM64 cpu feature fields... |
commit | commitdiff | tree |
2020-11-05 |
Emmanuel T... | net/mail: avoid ParseDate confusion if day name include... |
commit | commitdiff | tree |
2020-11-05 |
Johan Knutzen | syscall: expose bInheritHandles of CreateProcess |
commit | commitdiff | tree |
2020-11-05 |
Russ Cox | cmd/go: add GOVCS setting to control version control... |
commit | commitdiff | tree |
2020-11-04 |
Derek Parker | cmd/internal/obj: add prologue_end DWARF stmt for ppc64 |
commit | commitdiff | tree |
2020-11-04 |
Russ Cox | path/filepath: add WalkDir |
commit | commitdiff | tree |
2020-11-04 |
Paul E. Murphy | cmd/asm: fix rlwnm reg,reg,const,reg encoding on ppc64 |
commit | commitdiff | tree |
2020-11-04 |
Russ Cox | os: avoid nil returns from Readdirnames, Readdir, ReadDir |
commit | commitdiff | tree |
2020-11-04 |
Cherry Zhang | race.bash: add darwin/arm64 |
commit | commitdiff | tree |
2020-11-04 |
Curtis La Graff | cmd/go/internal/modfetch/codehost: add support for... |
commit | commitdiff | tree |
2020-11-04 |
Joel Sing | cmd/dist: enable additional cgo tests on openbsd archit... |
commit | commitdiff | tree |
2020-11-04 |
Jonathan Swinney | cmd/asm: rename arm64 instructions LDANDx to LDCLRx |
commit | commitdiff | tree |
2020-11-04 |
Tobias Klauser | internal/poll: treat copy_file_range EIO as not-handled |
commit | commitdiff | tree |
2020-11-04 |
Joel Sing | runtime: allow physical page aligned stacks to be allocated |
commit | commitdiff | tree |
2020-11-04 |
Joel Sing | cmd/compile,cmd/dist,cmd/go: enable pie buildmode for... |
commit | commitdiff | tree |
2020-11-03 |
Ben Hoyt | strconv: revert ParseFloat/ParseComplex error on incorr... |
commit | commitdiff | tree |
2020-11-03 |
Ian Lance Taylor | cmd/go: in cgoflags, permit -DX1, prohibit -Wp,-D,opt |
commit | commitdiff | tree |
2020-11-03 |
Bryan C. Mills | Revert "cmd/go: support cgo files in overlays" |
commit | commitdiff | tree |
2020-11-03 |
Joel Sing | cmd/dist,cmd/go,runtime: add support for cgo on linux... |
commit | commitdiff | tree |
2020-11-03 |
Heisenberg | go/ast: add test for Filter |
commit | commitdiff | tree |
2020-11-03 |
kemalelmizan | cmd/doc: adding validation before adding comment marker |
commit | commitdiff | tree |
2020-11-03 |
Alwin Doss | os: export ErrProcessDone variable in windows and plan9 |
commit | commitdiff | tree |
2020-11-03 |
Cuong Manh Le | reflect: update NumMethod doc for interface type |
commit | commitdiff | tree |
2020-11-02 |
Cherry Zhang | cmd/link: use internal linking for -race mode on darwin... |
commit | commitdiff | tree |
next |