| Age | Commit message (Expand) | Author |
| 2022-09-16 | syscall: remove FreeBSD 11 and below 64bit inode compatibility shims | Yuval Pavel Zholkover |
| 2022-09-09 | syscall: add CgroupFD support for ForkExec on Linux | Kir Kolyshkin |
| 2022-09-08 | debug/elf: define additional PPC64 ELFv2 relocations | Paul E. Murphy |
| 2022-09-05 | go/ast: add Range token.Pos to RangeStmt | cuiweixie |
| 2022-08-28 | cmd/cgo: add and use runtime/cgo.Incomplete instead of //go:notinheap | Cuong Manh Le |
| 2022-08-27 | net: add FlagRunning to exactly reflect the states of an interface. | Jianwei Mao |
| 2022-08-27 | debug/elf: fix reloc number of R_PPC64_SECTOFF_LO_DS | Paul E. Murphy |
| 2022-08-26 | reflect: add Value.{Comparable,Equal} | cuiweixie |
| 2022-08-26 | reflect: add Value.SetZero | Joe Tsai |
| 2022-08-25 | path/filepath, io/fs: add SkipAll | Paschalis Tsilias |
| 2022-08-25 | testing: add Elapsed method to testing.B | hopehook |
| 2022-08-23 | encoding/xml: add (*Encoder).Close | Axel Wagner |
| 2022-08-19 | io: add OffsetWriter, NewOffsetWriter | hopehook |
| 2022-08-19 | unicode/utf16: add AppendRune | qmuntal |
| 2022-08-19 | syscall: add new CLONE_ flags for Linux | Kir Kolyshkin |
| 2022-08-17 | crypto/subtle: add XORBytes | Russ Cox |
| 2022-08-16 | net/http/httputil: add ReverseProxy.Rewrite | Damien Neil |
| 2022-08-16 | strings, bytes: add CutPrefix and CutSuffix | Changkun Ou |
| 2022-08-16 | go/token: add (*FileSet).RemoveFile(*File) method | Alan Donovan |
| 2022-08-15 | bytes: add Clone function | Martin Möhrmann |
| 2022-08-15 | net/http: add Server.DisableOptionsHandler for custom handling of OPTIONS * | Alexander Yastrebov |
| 2022-08-12 | crypto/ecdh: new package | Filippo Valsorda |
| 2022-08-11 | debug/elf: add new-style LoongArch reloc types | WANG Xuerui |
| 2022-08-09 | time: add DateTime, DateOnly, and TimeOnly | Joe Tsai |
| 2022-08-09 | debug/pe: add IMAGE_FILE_MACHINE_RISCV{32,64,128} | Meng Zhuo |
| 2022-08-06 | fmt: add a function to recover the original format string given a State | Rob Pike |
| 2022-06-29 | debug/pe: add IMAGE_FILE_MACHINE_LOONGARCH{64,32} | Guoqi Chen |
| 2022-06-28 | api: correct debug/pe issue number for Go 1.19 changes | Russ Cox |
| 2022-06-09 | api: promote next to go1.19 | Cherry Mui |
| 2022-06-08 | api/next: minor reformat | Cherry Mui |
| 2022-06-04 | io: revert: add an Err field to LimitedReader | Russ Cox |
| 2022-05-17 | go/types, types2: set an origin object for vars and funcs | Robert Findley |
| 2022-05-17 | fmt: add Append, Appendln, Appendf | Rob Pike |
| 2022-05-17 | time: add Time.ZoneBounds | hopehook |
| 2022-05-14 | encoding/csv: add Reader.InputOffset method | hopehook |
| 2022-05-04 | io: add an Err field to LimitedReader | Carl Johnson |
| 2022-05-04 | sync/atomic: add typed atomic values | Russ Cox |
| 2022-05-03 | runtime/debug: export SetMemoryLimit | Michael Anthony Knyszek |
| 2022-05-02 | os/exec: return error when PATH lookup would use current directory | Russ Cox |
| 2022-04-29 | Revert "os/exec: return error when PATH lookup would use current directory" | Bryan Mills |
| 2022-04-29 | os/exec: return error when PATH lookup would use current directory | Russ Cox |
| 2022-04-25 | net/http: add MaxBytesError | Carl Johnson |
| 2022-04-22 | regexp/syntax: rename ErrInvalidDepth to ErrNestingDepth | Ian Lance Taylor |
| 2022-04-22 | regexp: change ErrInvalidDepth message to match proposal | Ian Lance Taylor |
| 2022-04-21 | os/exec: set PWD implicitly if Dir is non-empty and Env is nil | Bryan C. Mills |
| 2022-04-15 | encoding/binary: add AppendVarint AppendUvarint | Joe Tsai |
| 2022-04-13 | crypto/x509: add CertPool.Clone | Roland Shoemaker |
| 2022-04-11 | go/doc: use go/doc/comment | Russ Cox |
| 2022-04-11 | go/doc/comment: parse and print headings | Russ Cox |
| 2022-04-11 | go/doc/comment: parse and print doc links | Russ Cox |