2019-11-15 |
Bryan C. Mills | cmd/go: allow a fork with path […]/vN to replace gopkg... |
commit | commitdiff | tree |
2019-11-15 |
Bryan C. Mills | cmd/go: fix typo'd argument in build_trimpath.txt |
commit | commitdiff | tree |
2019-11-15 |
Michael Anthony... | runtime: check summary before scavenging in fast path |
commit | commitdiff | tree |
2019-11-15 |
go101 | reflect: factor out special channel assignability rule... |
commit | commitdiff | tree |
2019-11-15 |
Tobias Klauser | syscall: fix EpollEvent padding on mips64{,le} |
commit | commitdiff | tree |
2019-11-15 |
Cherry Zhang | cmd/internal/obj/x86: mark 2-instruction TLS access... |
commit | commitdiff | tree |
2019-11-15 |
Cherry Zhang | runtime: crash if a signal is received with bad G and... |
commit | commitdiff | tree |
2019-11-15 |
Sergey Zagursky | net: fix improper Context.Deadline usage in DialContext |
commit | commitdiff | tree |
2019-11-14 |
Jay Conrod | cmd/go: include module path and version in cache key... |
commit | commitdiff | tree |
2019-11-14 |
Bryan C. Mills | doc: convert remaining bash tests to Go |
commit | commitdiff | tree |
2019-11-14 |
Elias Naur | cmd/link/internal/ld,misc/cgo/testcshared: don't -fuse... |
commit | commitdiff | tree |
2019-11-14 |
Hana Kim | runtime/pprof: fix the inlined frame merge logic |
commit | commitdiff | tree |
2019-11-14 |
Ian Lance Taylor | os/signal: don't ignore SIGINT in TestAtomicStop child... |
commit | commitdiff | tree |
2019-11-14 |
Yasuhiro Matsumoto | os: handle backslash and slash both in the path on... |
commit | commitdiff | tree |
2019-11-13 |
Jay Conrod | cmd/go: fix error for empty packages referenced with... |
commit | commitdiff | tree |
2019-11-13 |
Ian Lance Taylor | os/exec: skip poll descriptors when checking for open... |
commit | commitdiff | tree |
2019-11-13 |
Bryan C. Mills | misc/cgo/testgodefs: convert test from bash to Go |
commit | commitdiff | tree |
2019-11-13 |
Rémy Oudompheng | math/big: fix out-of-bounds panic in divRecursive |
commit | commitdiff | tree |
2019-11-13 |
Ian Lance Taylor | runtime: acquire timersLocks around moveTimers |
commit | commitdiff | tree |
2019-11-13 |
Cuong Manh Le | cmd/compile: update comments to refer to Order methods |
commit | commitdiff | tree |
2019-11-13 |
Than McIntosh | cmd/link: don't run TestDWARF in c-archive mode on... |
commit | commitdiff | tree |
2019-11-13 |
Ian Lance Taylor | os/exec: don't run TestExtraFiles if extra files were... |
commit | commitdiff | tree |
2019-11-13 |
ZYunH | runtime: fix typo in deferprocStack's comments |
commit | commitdiff | tree |
2019-11-13 |
Bryan C. Mills | cmd/dist: remove chatty log.Print |
commit | commitdiff | tree |
2019-11-13 |
Brad Fitzpatrick | net/http: add some debugging to TestDontCacheBrokenHTTP... |
commit | commitdiff | tree |
2019-11-13 |
Joel Sing | cmd/internal/objabi,cmd/link: initial linker support... |
commit | commitdiff | tree |
2019-11-13 |
Filippo Valsorda | src/vendor,crypto/tls: update to latest x/crypto and... |
commit | commitdiff | tree |
2019-11-12 |
Cherry Zhang | runtime: enable async preemption on darwin/arm64 |
commit | commitdiff | tree |
2019-11-12 |
Cherry Zhang | cmd/internal/obj/arm64: save LR after decrementing... |
commit | commitdiff | tree |
2019-11-12 |
David Chase | cmd/compile: expand initial $GOROOT in optimizer loggin... |
commit | commitdiff | tree |
2019-11-12 |
Carlo Alberto... | runtime: consistently seed fastrand state across archs |
commit | commitdiff | tree |
2019-11-12 |
Hana (Hyang... | cmd: sync github.com/google/pprof@v0.0.0-20191105193234... |
commit | commitdiff | tree |
2019-11-12 |
Matthew Dempsky | test: add another test case for #35518 |
commit | commitdiff | tree |
2019-11-12 |
Bryan C. Mills | cmd/go: convert TestCacheVet to a script |
commit | commitdiff | tree |
2019-11-12 |
David Chase | cmd/compile: enable optimizer logging for inline-relate... |
commit | commitdiff | tree |
2019-11-12 |
Tobias Klauser | syscall: fix epoll_event padding on linux/arm64 |
commit | commitdiff | tree |
2019-11-12 |
Robert Griesemer | math/big: ensure correct test input |
commit | commitdiff | tree |
2019-11-12 |
Bryan C. Mills | crypto/tls: retry ETIMEDOUT flakes in localPipe on... |
commit | commitdiff | tree |
2019-11-12 |
Matthew Dempsky | cmd/compile: fix -m=2 infinite loop in escape.go |
commit | commitdiff | tree |
2019-11-12 |
Bryan C. Mills | cmd/dist: save and restore original permissions in... |
commit | commitdiff | tree |
2019-11-12 |
Ian Lance Taylor | runtime: use pipe rather than note in TestSignalM |
commit | commitdiff | tree |
2019-11-12 |
Agniva De Sarker | cmd/doc: show the package clause always |
commit | commitdiff | tree |
2019-11-12 |
Rémy Oudompheng | math/big: implement recursive algorithm for division |
commit | commitdiff | tree |
2019-11-12 |
Rob Pike | text/template: add error check for parenthesized first... |
commit | commitdiff | tree |
2019-11-12 |
Agniva De Sarker | go/doc: document unicode quoting conversion |
commit | commitdiff | tree |
2019-11-12 |
Agniva De Sarker | cmd/doc: show variables of unexported types for -all |
commit | commitdiff | tree |
2019-11-12 |
Filippo Valsorda | crypto/tls: take key size into account in signature... |
commit | commitdiff | tree |
2019-11-12 |
Filippo Valsorda | crypto/tls: add CipherSuites, InsecureCipherSuites... |
commit | commitdiff | tree |
2019-11-12 |
Filippo Valsorda | crypto/tls: add correct names for CHACHA20_POLY1305... |
commit | commitdiff | tree |
2019-11-12 |
Filippo Valsorda | crypto/tls: re-enable RSA-PSS in TLS 1.2 again |
commit | commitdiff | tree |
2019-11-12 |
Filippo Valsorda | crypto/tls: implement Certificate.SupportedSignatureAlg... |
commit | commitdiff | tree |
2019-11-12 |
Filippo Valsorda | crypto/tls: select only compatible chains from Certificates |
commit | commitdiff | tree |
2019-11-12 |
Filippo Valsorda | crypto/tls: implement (*CertificateRequestInfo).Support... |
commit | commitdiff | tree |
2019-11-12 |
Filippo Valsorda | crypto/tls: implement (*ClientHelloInfo).SupportsCertif... |
commit | commitdiff | tree |
2019-11-12 |
Filippo Valsorda | crypto/tls: refactor certificate and signature algorith... |
commit | commitdiff | tree |
2019-11-12 |
Dmitri Shuralyov | go/doc: add NewFromFiles with support for classifying... |
commit | commitdiff | tree |
2019-11-11 |
Than McIntosh | cmd/link: disable a DWARF testpoint on Windows pending... |
commit | commitdiff | tree |
2019-11-11 |
Bryan C. Mills | cmd/go: convert TestNonCanonicalImportPaths to a script... |
commit | commitdiff | tree |
2019-11-11 |
Bryan C. Mills | cmd/go: convert TestFmtLoadErrors to a script test |
commit | commitdiff | tree |
2019-11-11 |
Joel Sing | internal/cpu,internal/bytealg: add support for riscv64 |
commit | commitdiff | tree |
2019-11-11 |
Leon Klingele | net/smtp: add missing error check in test |
commit | commitdiff | tree |
2019-11-11 |
Jay Conrod | cmd/go/internal/modcmd: skip modules with empty version... |
commit | commitdiff | tree |
2019-11-11 |
Bryan C. Mills | cmd/dist: write binaries to to GOTMPDIR instead of... |
commit | commitdiff | tree |
2019-11-11 |
Gabriel Rosenhouse | net/http: add DialTLSContext hook to Transport |
commit | commitdiff | tree |
2019-11-11 |
Bryan C. Mills | cmd/go: in 'go build -o', allow the destination file... |
commit | commitdiff | tree |
2019-11-11 |
Agniva De Sarker | flag: clarify that a flag cannot be re-defined |
commit | commitdiff | tree |
2019-11-11 |
Rob Pike | strconv: reformat and tidy comments in example |
commit | commitdiff | tree |
2019-11-11 |
Lorenz Brun | crypto/x509: fix CreateCRL for Ed25519 CAs |
commit | commitdiff | tree |
2019-11-11 |
Bryan C. Mills | misc: ensure that test overlay directories are writable |
commit | commitdiff | tree |
2019-11-11 |
Jay Conrod | cmd/go: fix windows test failures |
commit | commitdiff | tree |
2019-11-11 |
Than McIntosh | cmd/go: remove -w workaround for -buildmode=plugin... |
commit | commitdiff | tree |
2019-11-11 |
Than McIntosh | cmd/go: address DWARF linker issues with -buildmode... |
commit | commitdiff | tree |
2019-11-11 |
Daniel Martí | encoding/json: error when encoding a pointer cycle |
commit | commitdiff | tree |
2019-11-11 |
Michael Anthony... | runtime: fix min/max logic in findScavengeCandidate |
commit | commitdiff | tree |
2019-11-11 |
Constantin... | cmd/go: error out of 'go mod download' if the main... |
commit | commitdiff | tree |
2019-11-11 |
Michael Munday | cmd/compile, runtime: intrinsify atomic And8 and Or8... |
commit | commitdiff | tree |
2019-11-11 |
Cherry Zhang | runtime: don't save G during VDSO if we're handling... |
commit | commitdiff | tree |
2019-11-11 |
Bryan C. Mills | runtime/pprof: skip checks for inlined functions when... |
commit | commitdiff | tree |
2019-11-11 |
DQNEO | cmd/compile: rename sizeof_Array and array_* to slice_* |
commit | commitdiff | tree |
2019-11-10 |
Brad Fitzpatrick | Revert "net: halve the allocs in ParseCIDR by sharing... |
commit | commitdiff | tree |
2019-11-10 |
David Chase | cmd/compile: add json logging for escape analysis |
commit | commitdiff | tree |
2019-11-10 |
David Chase | cmd/compile: enable optimizer logging for bounds checking |
commit | commitdiff | tree |
2019-11-10 |
David Chase | cmd/compile: enable nil check logging for other archite... |
commit | commitdiff | tree |
2019-11-10 |
David Chase | cmd/compile: add framework for logging optimizer (non... |
commit | commitdiff | tree |
2019-11-10 |
jsign | cmd/go: make env -w and -u validate GOOS and GOARCH... |
commit | commitdiff | tree |
2019-11-10 |
Agniva De Sarker | time: change variable name to next |
commit | commitdiff | tree |
2019-11-10 |
Michael Anthony... | runtime: make the test addresses for pageAlloc smaller... |
commit | commitdiff | tree |
2019-11-09 |
Fazlul Shahriar | cmd/go/internal/lockedfile, os: fix O_CREATE flag on... |
commit | commitdiff | tree |
2019-11-09 |
Filippo Valsorda | crypto/tls: add ExampleConfig_VerifyPeerCertificate |
commit | commitdiff | tree |
2019-11-09 |
Rhys Hiltner | sync: yield to the waiter when unlocking a starving... |
commit | commitdiff | tree |
2019-11-09 |
Tobias Klauser | syscall: skip TestSyscallNoError on mips{,le} |
commit | commitdiff | tree |
2019-11-09 |
David Chase | cmd/compile: intrinsify functions added to runtime... |
commit | commitdiff | tree |
2019-11-09 |
Ian Lance Taylor | os/signal: use a larger channel buffer for all signals... |
commit | commitdiff | tree |
2019-11-08 |
David Chase | runtime: copy some functions from math/bits to runtime... |
commit | commitdiff | tree |
2019-11-08 |
witchard | cmd/go/internal/modfetch: add GOINSECURE |
commit | commitdiff | tree |
2019-11-08 |
Bryan C. Mills | cmd/go/internal/lockedfile: skip flaky TestTransform... |
commit | commitdiff | tree |
2019-11-08 |
Matthew Dempsky | cmd/compile: don't apply -lang=go1.X restrictions to... |
commit | commitdiff | tree |
2019-11-08 |
Keith Randall | runtime: fix line number for faulting instructions |
commit | commitdiff | tree |
2019-11-08 |
Ariel Mashraki | cmd/go/internal/modload: fail if no package was found... |
commit | commitdiff | tree |
2019-11-08 |
Gerrit Code... | Merge "cmd: merge branch 'dev.link' into master" |
commit | commitdiff | tree |
next |