aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-02-24[release-branch.go1.14] crypto/cipher: require non-zero nonce size for AES-GCMKatie Hockman
2020-02-24[release-branch.go1.14] hash/maphash: don't discard data on random seed initvovapi
2020-02-18cmd/link, runtime: skip holes in func tableCherry Zhang
2020-02-15testing: remove obsolete comment in testing.(*T) docsIan Lance Taylor
2020-02-13runtime: correct caller PC/SP offsets in walltime1/nanotime1Cherry Zhang
2020-02-13runtime: zero upper bit of Y registers in asyncPreempt on darwin/amd64Cherry Zhang
2020-02-13hash/maphash: mention the results are 64-bit integersKeith Randall
2020-02-13runtime: fix fallback logic for aeshash on 32/64 bitKeith Randall
2020-02-12cmd/go: eliminate empty '()' when passing -mod=readonly explicitly to 'go list'Bryan C. Mills
2020-02-12cmd/go/internal/modcmd: remove dead function addModFlagJay Conrod
2020-02-12cmd/go/internal/web: fix a typoKanta Ebihara
2020-02-12go/build: populate partial package information in importGoDmitri Shuralyov
2020-02-11hash/maphash: mention that hash values do not persist in package docsIan Lance Taylor
2020-02-11crypto/elliptic: document the Name and names of each curveFilippo Valsorda
2020-02-10go/doc: clarify that NewFromFiles caller must filter by GOOS/GOARCHDmitri Shuralyov
2020-02-07runtime/race: update reference to compiler-rt sourcesIan Lance Taylor
2020-02-07runtime: avoid double notewakeup in netpoll stub codeIan Lance Taylor
2020-02-07Revert "cmd/link: code cleanup in macho_combine_dwarf.go"Than McIntosh
2020-02-07cmd/link: code cleanup in macho_combine_dwarf.goTamir Duberstein
2020-02-06testing: make Cleanup work for benchmarks too.Roger Peppe
2020-02-05crypto/x509: fix godoc for MarshalPKCS8PrivateKeyKatie Hockman
2020-02-05runtime: rewrite a comment in malloc.goJerrin Shaji George
2020-02-05math/big: reintroduce pre-Go 1.14 mention in GCD docsFilippo Valsorda
2020-02-05cmd/go/internal/vet: only set work.VetExplicit if the list of explicit flags ...Bryan C. Mills
2020-02-05net: don't check LookupHost error in TestLookupNullByteDmitri Shuralyov
2020-02-05runtime: don't treat SIGURG as a bad signalIan Lance Taylor
2020-02-04internal/bytealg: fix riscv64 offset namesJosh Bleecher Snyder
2020-02-04syscall: Revert "release a js.Func object in fsCall"Dmitri Shuralyov
2020-02-02syscall: release a js.Func object in fsCallHajime Hoshi
2020-02-01std,cmd: sync go.mod with new release branchesFilippo Valsorda
2020-01-31math/big: simplify GCD docsFilippo Valsorda
2020-01-31net/http/cgi: rename a test file to be less cuteBrad Fitzpatrick
2020-01-31go/types: unexport Checker.LookupFieldOrMethodRobert Griesemer
2020-01-30cmd/go.mod: sync x/crypto with stdFilippo Valsorda
2020-01-30math/big: update comment on Int.GCDRobert Griesemer
2020-01-29go/build: update TestImportDirNotExist to accept more detailed error stringsBryan C. Mills
2020-01-29cmd/internal/obj/riscv,cmd/link: shorten the riscv64 call sequenceJoel Sing
2020-01-29cmd/compile,cmd/link: fix and re-enable open-coded defers on riscv64Joel Sing
2020-01-29net/http: don't treat an alternate protocol as a known round tripperIan Lance Taylor
2020-01-29cmd/dist: remove riscv64 from set of incomplete portsBrad Fitzpatrick
2020-01-28runtime: ensure that searchAddr always refers to inUse memoryMichael Anthony Knyszek
2020-01-28src/go.mod: import x/crypto/cryptobyte security fix for 32-bit archsDmitri Shuralyov
2020-01-28cmd/compile: disable open-coded defers on riscv64Joel Sing
2020-01-28cmd/internal/obj/riscv: use signed immediates for U-instructionsJoel Sing
2020-01-28cmd/compile/internal/ssa/gen: avoid importing internal riscv64 packagesJoel Sing
2020-01-27cmd/compile: on PPC64, fold offset into some loads/stores only when offset is...Cherry Zhang
2020-01-26strconv: stop describing Unicode graphic characters as non-ASCIIIan Lance Taylor
2020-01-25cmd/vendor: provide riscv64 support in tools/go/analysis/passes/asmdeclJoel Sing
2020-01-25vendor: provide golang.org/x/sys/cpu/cpu_riscv64.goJoel Sing
2020-01-25cmd/go: disable link syso test on linux/riscv64Joel Sing