aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-01doc/go1.20: document new semantics for comparable constraintRobert Griesemer
2022-12-01go/internal/gcimporter: fix TestImportStdLibMichael Matloob
2022-12-01go/types, types2: make the new comparable semantics the defaultRobert Griesemer
2022-12-01cmd/go/internal/work: make formatOutput return an error that includes the imp...Bryan C. Mills
2022-12-01runtime,hash/maphash: eliminate maphash torture test for -raceThan McIntosh
2022-12-01crypto/x509: include more hints for verification failureRoland Shoemaker
2022-12-01Revert "go/types, types2: make the new comparable semantics the default"Robert Griesemer
2022-12-01internal/coverage: use io.Seek* constantsTobias Klauser
2022-12-01archive/zip: tolerate compressed directories with zero uncompressed sizeRoland Shoemaker
2022-12-01crypto/ecdsa: verify validity of signature parameters in VerifyRoland Shoemaker
2022-12-01go/types, types2: make the new comparable semantics the defaultRobert Griesemer
2022-11-30cmd/compile: fix inline static init with derived typesCuong Manh Le
2022-11-30cmd/cgo: walk {FuncType,TypeSpec}.TypeParams fieldsMatthew Dempsky
2022-11-30net: reenable SRV tests with _ldap._tcp.google.comDamien Neil
2022-11-30doc/go1.20: add runtime, runtime/trace, and runtime/pprof release notesMichael Anthony Knyszek
2022-11-30net/http: deflake and fix TestWrappedResponseControllerDamien Neil
2022-11-30cmd/compile: disallow CMOV optimization with ptr arithmetic as an argKeith Randall
2022-11-30spec: document conversion from slice to arrayTim King
2022-11-29reflect: correct tpoy in commentIan Lance Taylor
2022-11-29Revert "encoding/xml: disallow empty namespace when prefix is set"Ian Lance Taylor
2022-11-29doc/go1.20: revise linker release noteCherry Mui
2022-11-29doc/go1.20: quote code in Bootstrap and Cgo sectionsCherry Mui
2022-11-29testing: remove stale builder names from windows testsThan McIntosh
2022-11-28doc/go1.20: add release notes for the linkerCherry Mui
2022-11-28doc/go1.20: add release notes for PGOCherry Mui
2022-11-28cmd/go: run the gpg command verbosely in TestScript/version_buildvcs_git_gpgBryan C. Mills
2022-11-28context: add lock in Cause to avoid raceIan Lance Taylor
2022-11-28net: gofmt after CL 382996Tobias Klauser
2022-11-28doc/go1.20: fix missing <code> tagTobias Klauser
2022-11-28doc/go1.20: fix missing </code> tagRuss Cox
2022-11-28cmd/api: rewrite as package testRuss Cox
2022-11-28doc/go1.20: complete, add more library TODOsRuss Cox
2022-11-28doc/go1.20: fix HTML closing tagBrad Fitzpatrick
2022-11-28context: canceLLationRuss Cox
2022-11-24lib/time, time/tzdata: update to 2022fTobias Klauser
2022-11-24syscall, runtime/internal/syscall: zero r2 before mips linux syscallsRongrong
2022-11-24crypto/elliptic: remove deprecation markersRuss Cox
2022-11-23crypto/rsa: remove deprecation markers for multiprime RSA supportRuss Cox
2022-11-23doc/go1.20: document changes to os on Windowsqmuntal
2022-11-23fmt: add uintptr test casekijimaD
2022-11-23cmd/compile: reenable inlstaticinitRuss Cox
2022-11-23reflect: remove deprecation notices from SliceHeader, StringHeaderRuss Cox
2022-11-23doc/go1.20: finish most standard library TODOsRuss Cox
2022-11-23doc/go1.20: document new freebsd/riscv64 portRuss Cox
2022-11-23doc/go1.20: add hyperlinks, minor editsRuss Cox
2022-11-23doc/go1.20: document spec changesRuss Cox
2022-11-23cmd/compile: fix error message wordingRuss Cox
2022-11-23doc/go1.20: document adding to the timeformat vet analysisTim King
2022-11-23plugin: add warningAlan Donovan
2022-11-23spec: add a link to Allocation section in section on append built-inRobert Griesemer