aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-08-11[release-branch.go1.15] all: merge master into release-branch.go1.15Andrew
2020-08-06cmd: update golang.org/x/xerrorsAlexander Rakoczy
2020-08-06encoding/binary: read at most MaxVarintLen64 bytes in ReadUvarintKatie Hockman
2020-08-05cmd/go: fix error stacks when there are scanner errorsMichael Matloob
2020-08-04net/http: fix cancelation of requests with a readTrackingBody wrapperDamien Neil
2020-08-02runtime/race: fix ppc64le buildKeith Randall
2020-08-01runtime/race: rebuild some .syso files to remove getauxval dependencyKeith Randall
2020-07-31cmd/cgo: fix mangling of enum and union typesMatthew Dempsky
2020-07-31runtime: validate candidate searchAddr in pageAlloc.findMichael Anthony Knyszek
2020-07-30testing: fix quotation marksKatie Hockman
2020-07-30cmd/compile: don't addLocalInductiveFacts if there is no direct edge from if ...Cholerae Hu
2020-07-30crypto/ed25519: remove s390x KDSA implementationMichael Munday
2020-07-30runtime: hold sched.lock over globrunqputbatch in runqputbatchMichael Anthony Knyszek
2020-07-28runtime: ensure startm new M is consistently visible to checkdeadMichael Pratt
2020-07-27cmd/compile: add floating point load+op operations to addressing modes passKeith Randall
2020-07-27cmd/link: don't mark shared library symbols reachable unconditionallyCherry Zhang
2020-07-25syscall: use correct file descriptor in dup2 fallback pathIan Lance Taylor
2020-07-25runtime, sync: add copyright headers to new filesIan Lance Taylor
2020-07-22runtime: don't mlock on Ubuntu 5.4 systemsIan Lance Taylor
2020-07-17go/printer: remove exported StdFormat flagDmitri Shuralyov
2020-07-16compress/flate: fix another deflate Reset inconsistencyRuss Cox
2020-07-16compress/flate: fix deflate Reset consistencyKlaus Post
2020-07-15cmd/link: skip TestOldLink if the old linker does not existCherry Zhang
2020-07-14net/http: synchronize "100 Continue" write and Handler writesRuss Cox
2020-07-14crypto/x509: respect VerifyOptions.KeyUsages on WindowsFilippo Valsorda
2020-07-14html/template: add tests from text/templateRuss Cox
2020-07-13cmd/go: include GOMODCACHE in 'go help environment'Jay Conrod
2020-07-10net: hangup TCP connection after Dial timeout in Plan 9Fazlul Shahriar
2020-07-09net/textproto: correct documentation of empty line handlingNorman B. Lancaster
2020-07-08crypto/x509/internal/macos: rename package to lowercaseFilippo Valsorda
2020-07-08runtime: mark OpenBSD raise function nosplitIan Lance Taylor
2020-07-08os: fix regression with handling of nil *FileJoe Tsai
2020-07-08crypto: fix PKCS space in docsKatie Hockman
2020-07-07crypto/tls: relax the docs of InsecureSkipVerifyFilippo Valsorda
2020-07-07net: correct address when listening on IPv4zero tcp4/udp4 on Plan 9Fazlul Shahriar
2020-07-07crypto/x509/pkix: print non-standard parsed Names at the endFilippo Valsorda
2020-07-07go/build: rewrite TestDependencies to be cleaner, more correctRuss Cox
2020-07-07all: go get golang.org/x/net@ab3426394381Russ Cox
2020-07-07path/filepath: add explicit comment marking elided errorsRuss Cox
2020-07-06cmd/go: display test binary output if invoked with -helpIan Lance Taylor
2020-07-06cmd/oldlink: port bug fixes to old linkerCherry Zhang
2020-07-06go/build: remove use of package logRuss Cox
2020-07-03crypto/tls: create certs w/o KeyEncipherment KU for non-RSA keys in generate_...Daniel
2020-07-02Revert "encoding/json: don't reuse slice elements when decoding"Daniel Martí
2020-07-01cmd/link: skip fallocate test if not supported, and adjust allocation size on...Cherry Zhang
2020-07-01cmd/link: fix GC data reading from shared library (attempt 2)Cherry Zhang
2020-07-01cmd/link: mark special symbols reachableCherry Zhang
2020-06-30Revert "cmd/link: fix GC data reading from shared library"Cherry Zhang
2020-06-30cmd/link: fix GC data reading from shared libraryCherry Zhang
2020-06-30net: fix TestDialerLocalAddr on Plan 9Fazlul Shahriar