]> git.feebdaed.xyz Git - 0xmirror/go.git/shortlog
0xmirror/go.git
2025-12-02 Michael Anthony... doc/next: release note for scheduler metrics
2025-12-02 Michael Anthony... doc/next: document cgo call overhead improvement
2025-12-02 Keith Randalldoc: mention stack allocation of slices
2025-12-02 Michael Anthony... doc/next: add section for Green Tea
2025-12-02 Devon Marnet: parse addresses without separators in ParseMac
2025-12-02 khr@golang.orgcmd/compile: more generated equality function tests
2025-12-02 Nicholas S... crypto/x509: prevent HostnameError.Error() from consumi...
2025-12-02 Robert Griesemerspec: more precise prose for built-in function new
2025-12-02 matloob@golang.orgcmd/go: add test checking version with experiment is...
2025-12-01 Michael Prattruntime/internal/testprog: log initial SchedMetrics...
2025-12-01 Damien Neilnet/http: deflake TestClientConnReserveAndConsume
2025-12-01 Michael Prattinternal/runtime/cgroup: remove duplicate readString...
2025-12-01 胡玮文internal/runtime/cgroup: lineReader fuzz test
2025-12-01 Michael Prattdoc: document go tool pprof -http default change
2025-12-01 Ian Lance Taylordebug/elf: correct case of DWARF in comment
2025-12-01 Brad Fitzpatrickdoc/next: clean up some Go 1.26 release notes
2025-12-01 Dmitri Shuralyovcmd/pprof: update vendored github.com/google/pprof
2025-12-01 Lin Lincmd/compile: run go generate for internal/ir
2025-12-01 Dmitri Shuralyovall: update vendored dependencies
2025-12-01 Alan Donovanvendor/golang.org/x/tools: update to 1ad6f3d
2025-12-01 Aditya Sirish... debug/elf: make check for empty symbol section consiste...
2025-11-28 Joel Singtest/codegen: fix shift tests on riscv64
2025-11-28 Cuong Manh Lecmd/compile: avoid unnecessary interface conversion...
2025-11-28 Daniel Morsingruntime/secret: disable tests under memory validating...
2025-11-28 Alan Donovanfmt: document space behavior of Append
2025-11-27 Daniel Morsingruntime/secret: reorganize tests to fix -buildmode...
2025-11-27 Filippo Valsordaruntime/_mkmalloc: fix log.Fatal formatting directive
2025-11-27 胡玮文internal/runtime/cgroup: stricter unescapePath
2025-11-27 胡玮文internal/runtime/cgroup: fix path on non-root mount...
2025-11-27 胡玮文internal/runtime/cgroup: simplify escapePath in test
2025-11-27 thepuddsio: reduce intermediate allocations in ReadAll and...
2025-11-27 Dave Vasilevskyos: allow direntries to have zero inodes on Linux
2025-11-27 Ian Lance Taylorcmd/link: test that moduledata is in its own section
2025-11-27 Ian Lance Taylorcmd/link: test that findfunctab is in gopclntab section
2025-11-27 Ian Lance Taylorcmd/link: test that funcdata values are in gopclntab...
2025-11-27 Ian Lance Taylorcmd/link: always run current linker in tests
2025-11-27 Ian Lance Taylorcmd/link: put moduledata in its own .go.module section
2025-11-27 Ian Lance Taylorcmd/link, runtime, debug/gosym: move pclntab magic...
2025-11-27 Ian Lance Taylorcmd/link: put runtime.findfunctab in the .gopclntab...
2025-11-27 Ian Lance Taylorcmd/link: put funcdata symbols in .gopclntab section
2025-11-27 Ian Lance Taylorcmd/link: build shstrtab from ELF sections
2025-11-27 Ian Lance Taylorcmd/link: use shdr as a slice rather than counting...
2025-11-27 Ian Lance Taylorcmd/link: sort allocated ELF section headers by address
2025-11-27 thepuddscmd/compile: introduce alias analysis and automatically...
2025-11-27 limeidancmd/link, cmd/internal/obj: fix a remote call failure...
2025-11-27 Xiaolin Zhaocmd/internal/obj/loong64: remove the incorrect unsigned...
2025-11-27 Mark Freemango/types, types2: remove InvalidTypeCycle from literals.go
2025-11-27 Mark Freemango/types, types2: remove setDefType and most def plumbing
2025-11-27 Mark Freemango/types, types2: replace setDefType with pending type...
2025-11-27 Filippo Valsordacrypto,testing/cryptotest: ignore random io.Reader...
2025-11-26 matloobruntime: update mkmalloc to make generated code look...
2025-11-26 Daniel Morsingruntime/secret: implement new secret package
2025-11-26 Alan Donovango/build/constraint: use strings.Builder instead of...
2025-11-26 Alan Donovango/types: relax NewSignatureType for append(slice,...
2025-11-26 Filippo Valsordacrypto/tls: support crypto.MessageSigner private keys
2025-11-26 Junyang Shaocmd/compile: fix bloop get name logic
2025-11-26 matloobcmd/go: remove experiment checks for compile -c
2025-11-26 Dmitri Shuralyovdoc/next: document broken freebsd/riscv64 port
2025-11-26 Cherry Muicmd/compile, runtime: guard X15 zeroing with GOEXPERIME...
2025-11-26 Daniel Morsingcrypto/fips140: add WithoutEnforcement
2025-11-26 Roland Shoemakercrypto/x509: add ExtKeyUsage.OID method
2025-11-26 Michael Matloobcmd/go: limit total compile -c backend concurrency...
2025-11-26 Keith Randallcmd/compile: handle loops better during stack allocatio...
2025-11-26 Robert Griesemergo/types, types2: improve printing of []*operand lists...
2025-11-26 Jorroporuntime: merge all the linux 32 and 64 bits files into...
2025-11-26 Junyang Shaotesting: fix bloop doc
2025-11-26 qmuntalos,internal/syscall/windows: support O_* flags in Root...
2025-11-26 Guoqi Chencmd/internal/obj/loong64: add {,x}vmadd series instruct...
2025-11-26 Xiaolin Zhaocmd/internal/obj/loong64: add aliases to 32-bit arithme...
2025-11-26 Jorropocmd/compile: add tests bruteforcing limit complement
2025-11-26 qmuntalos,internal/poll: don't call IsNonblock for consoles...
2025-11-26 Boris Nagaevcrypto/internal/fips140/aes: optimize ctrBlocks8Asm...
2025-11-26 Jorropocmd/compile: add tests bruteforcing limit negation...
2025-11-26 Alexander Musmancmd/compile,internal/bytealg: add MemEq intrinsic for...
2025-11-26 Ian Alexandercmd/go: remove final references to modfetch.Fetcher_
2025-11-26 Ian Alexandercmd/go/internal/toolchain: remove references to modfetc...
2025-11-26 Ian Alexandercmd/go/internal/modget: remove references to modfetch...
2025-11-26 Ian Alexandercmd/go/internal/load: remove references to modfetch...
2025-11-26 Ian Alexandercmd/go/internal/modcmd: remove references to modfetch...
2025-11-26 David Chasecmd/compile: adjust start heap size
2025-11-26 Felix Geisendörferinternal/trace: support event constructor for testing
2025-11-26 Ian Lance Taylorruntime: panic if cleanup function closes over cleanup...
2025-11-26 Ian Lance Taylorruntime: panic on AddCleanup with self pointer
2025-11-26 Ian Alexandercmd/go/internal/modfetch: remove references to Fetcher_...
2025-11-26 Ian Alexandercmd/go/internal/modload: replace references to modfetch...
2025-11-26 Ian Alexandercmd/go/internal/modcmd: inject modfetch.Fetcher_ into...
2025-11-26 Ian Alexandercmd/go/internal/modload: inject modfetch.Fetcher_ into...
2025-11-26 Ian Alexandercmd/go/internal/modfetch: inject Fetcher_ into TidyGoSum
2025-11-26 Filippo Valsordacrypto/internal/fips140/aes/gcm: add more GCM nonce...
2025-11-26 Filippo Valsordacrypto/tls: add SecP256r1/SecP384r1MLKEM1024 hybrid...
2025-11-26 Guoqi Chencmd/internal/obj/loong64: add {,X}V{ADD,SUB}W{EV,OD...
2025-11-25 Ian Alexandercmd/go/internal/modfetch: move global goSum to Fetcher_
2025-11-25 Ian Alexandercmd/go: remove fips140 dependency on global Fetcher_
2025-11-25 Russ Coxinternal/strconv: add testbase tests
2025-11-25 Russ Coxinternal/strconv: delete ftoaryu
2025-11-25 Ian Lance Taylorcompress/flate: move big non-pointer arrays to end...
2025-11-25 Mark Ryancmd/internal/obj/riscv: document compressed instructions
2025-11-25 Louis Nyffeneggerpath: add more examples for path.Clean
2025-11-25 guoguangwumaps: use strings.EqualFold in example
2025-11-25 Taichi Maedastrconv: replace Ryu ftoa with Dragonbox
next