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 |
2019-11-08 |
Brad Fitzpatrick | net/http: relax TestLinuxSendfile, trace all system... |
commit | commitdiff | tree |
2019-11-08 |
Ian Lance Taylor | runtime: add pipe/pipe2 on Solaris |
commit | commitdiff | tree |
2019-11-08 |
Baokun Lee | cmd/go: refuse -w with an invalid GOPATH |
commit | commitdiff | tree |
2019-11-08 |
Emmanuel T... | net/http: support gzip, x-gzip Transfer-Encodings |
commit | commitdiff | tree |
2019-11-08 |
Than McIntosh | Revert "encoding/asn1: fix unmarshalling SEQUENCE OF... |
commit | commitdiff | tree |
2019-11-08 |
Visweswara R | net: improve IPMask docs |
commit | commitdiff | tree |
2019-11-08 |
Ian Lance Taylor | runtime: if InjectDebugCall sees "not at safe point... |
commit | commitdiff | tree |
2019-11-08 |
Martin Garton | encoding/binary: add float support to fast path |
commit | commitdiff | tree |
2019-11-08 |
sergey | net/url: reduce allocs on resolvePath func |
commit | commitdiff | tree |
2019-11-08 |
kaxapi | encoding/asn1: fix unmarshalling SEQUENCE OF SET |
commit | commitdiff | tree |
2019-11-08 |
Chris Stockton | net: halve the allocs in ParseCIDR by sharing slice... |
commit | commitdiff | tree |
2019-11-08 |
David Ndungu | net/http: refactor test TestParseFormUnknownContentType |
commit | commitdiff | tree |
2019-11-08 |
Ian Lance Taylor | runtime: sleep a bit when waiting for running debug... |
commit | commitdiff | tree |
2019-11-08 |
Michael Anthony... | runtime: add per-p page allocation cache |
commit | commitdiff | tree |
2019-11-08 |
Michael Anthony... | runtime: add page cache and tests |
commit | commitdiff | tree |
2019-11-08 |
Udalov Max | encoding/binary: make Read return an error when data... |
commit | commitdiff | tree |
2019-11-08 |
Bryan C. Mills | cmd/go/internal/lockedfile: add a unit-test for Transform |
commit | commitdiff | tree |
2019-11-08 |
Bryan C. Mills | cmd/go/internal/modload: use lockedfile.Read for the... |
commit | commitdiff | tree |
2019-11-08 |
Michael Anthony... | runtime: add per-p mspan cache |
commit | commitdiff | tree |
2019-11-08 |
Michael Anthony... | runtime: rearrange mheap_.alloc* into allocSpan |
commit | commitdiff | tree |
2019-11-08 |
Michael Anthony... | runtime: fix (*gcSweepBuf).block guarantees |
commit | commitdiff | tree |
2019-11-08 |
Michael Anthony... | runtime: make more page sweeper operations atomic |
commit | commitdiff | tree |
2019-11-08 |
Cherry Zhang | cmd/internal/obj/arm64: make function epilogue async... |
commit | commitdiff | tree |
2019-11-08 |
Cherry Zhang | runtime: add async preemption support on PPC64 |
commit | commitdiff | tree |
2019-11-08 |
Michael Anthony... | runtime: remove unnecessary large parameter to mheap_... |
commit | commitdiff | tree |
next |