]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-10-03 Michael Prattsyscall: use SYS_EXIT_GROUP in CLONE_PIDFD feature...
2024-10-02 Ian Lance Taylorruntime: clear isSending bit earlier
2024-10-02 Robert Griesemergo/types, types: always record a type for inner composi...
2024-10-02 Nick Ripleyruntime/pprof: make TestBlockMutexProfileInlineExpansio...
2024-10-02 Michael Matloobcmd/go/internal/security: add -ftls-model to valid...
2024-10-02 Jason A. Donenfeldruntime: don't acquirem() in vgetrandom unless necessary
2024-10-02 Rhys Hiltnercmd/compile/internal/ssa: intrinsify atomic.Xchg8 on...
2024-10-02 Rhys Hiltnerinternal/runtime/atomic: add Xchg8 for amd64
2024-10-02 qiulaidongfenghash/maphash: add WriteComparable and Comparable
2024-10-02 Jonathan Amsterdamsrc/net/http: remove ServeMux.patterns
2024-10-02 Tobias Klausersyscall: gofmt after CL 592078
2024-10-02 Tobias Klauserall: use slices.Sorted(maps.Keys(m))
2024-10-02 Jes Cokencoding/json: add omitzero option
2024-10-02 Jes Coktext/template: use correct verbs for reflect.Value
2024-10-02 Robert Griesemerspec: document that alias declarations can have type...
2024-10-02 Robert Griesemerspec: clarify that identical structs must have identica...
2024-10-01 Austin Clementscmd/internal/obj: make asmidx error less cryptic
2024-10-01 Ian Lance Taylorcmd/cgo: add srcdir & trimpath docs, sort options
2024-10-01 favonianet: document possible networks that can be passed...
2024-10-01 Brian Palmercmd/cgo: document errno value semantics
2024-10-01 Cuong Manh Letest: fix test issue 69434 for riscv64
2024-10-01 Michael Prattruntime/pprof: add context to short stack panic
2024-10-01 Sam Thanawallacmd/go: add GOAUTH mechanism for HTTP authentication
2024-10-01 Tobias Klauserall: use slices.Delete
2024-09-30 Robert Griesemergo/parser, syntax: better error message for parameter...
2024-09-30 Davis GoodinREADME.vendor: add note about GOROOT, recommend fresh go
2024-09-30 Matt T. Proudcontext: link to context and structs blog post
2024-09-30 Ian Lance Taylornet: use correct address family when testing for MPTCP...
2024-09-30 Mateusz Poliwczakruntime, internal/syscall/unix: mark getrandom vDSO...
2024-09-30 Matt T. Prouderrors: reference Go 1.13 article about errors
2024-09-30 Jason A. Donenfeldruntime: use canonical wireguard-go repo for procyield...
2024-09-30 Mateusz Poliwczakgo/ast: update (*File).Imports field in SortImports
2024-09-30 Damien Neilcrypto/internal/randutil: use math/rand/v2
2024-09-30 Davis Goodincrypto/internal/cryptotest: fix typos in AEAD test...
2024-09-30 Jason A. Donenfeldruntime: align vgetrandom states to cache line
2024-09-30 qiulaidongfengcmd/go: exit non-zero if version -m is used with a...
2024-09-30 Sam Thanawallacmd/go: add Mercurial based version stamping for binaries
2024-09-30 Mateusz Poliwczakinternal/testlog: use atomic.Pointer instead of atomic...
2024-09-30 Mateusz Poliwczaknet: improve GODEBUG=netdns=1 debug messages
2024-09-30 Mateusz Poliwczaknet,os: use os.LookupEnv instead of syscall.Getenv
2024-09-30 Mateusz Poliwczaknet: improve documentation of netgo/netcgo build tags
2024-09-29 Jorroposlices: prevent Clone keeping alive the array when...
2024-09-28 Jason A. Donenfeldruntime: use vDSO for getrandom() on linux
2024-09-28 Cuong Manh Letest: simplify issue 69434 test
2024-09-27 Robert Griesemergo/types, types2: remove Checker.pos from types2 code...
2024-09-27 Robert Griesemergo/types, types2: move go/types-only Scope methods...
2024-09-27 Matt Harbisoncmd/go: fix the accuracy of Mercurial vcs.* stamped...
2024-09-27 Robert Griesemergo/types, types2: remove need for Scope.LookupParent...
2024-09-27 Robert Griesemergo/types, types2: remove non-test uses of Scope.LookupP...
2024-09-27 qiu laidongfeng2Revert "cmd/go: relax the regular expression of TestScr...
2024-09-27 Robert Griesemergo/types, types2: replace 2 uses of Scope.LookupParent...
2024-09-27 Robert Griesemergo/types, types2: remove dependency on Scope.Contains...
2024-09-27 Xiaolin Zhaocmd/internal/obj/loong64: mark functions with small...
2024-09-27 Mark Ryancmd/internal/obj/riscv: rename the iIEncoding
2024-09-27 Shulhanruntime: fix TestGdbAutotmpTypes on gdb version 15
2024-09-26 Ian Lance Taylorruntime: if stop/reset races with running timer, return...
2024-09-26 Ian Lance Taylorcmd/go: don't print dynimport link error messages
2024-09-26 qiulaidongfengtext/template: support range-over-int
2024-09-26 Michael Anthony... unique: clarify concurrent use of Make and Handle.Value
2024-09-26 Michael Anthony... unique,internal/concurrent: add some more tests
2024-09-26 apocelipesnet/http: use sync.OnceFunc, sync.OnceValue
2024-09-26 apocelipeshash/crc32,hash/crc64: use sync.OnceFunc
2024-09-26 Jes Cokcmd/cgo: add missing args for fatalf
2024-09-26 aimuzinternal/zstd: optimize skipFrame by using io.CopyN
2024-09-26 Jason A. Donenfeldruntime: properly compute whether PC is inside vDSO...
2024-09-26 zhangjiancmd/link/internal/ld: fix error print in decodetypeGcprog
2024-09-26 Alan Donovango/types: compute effective Go version independent...
2024-09-26 qiulaidongfengcmd/go: relax the regular expression of TestScript...
2024-09-26 Cuong Manh Lecmd/compile: generalize struct load/store
2024-09-26 cionsos: ignore SIGSYS in checkPidfd
2024-09-26 qiulaidongfengcmd/dist: enforce the lowest bootstrap version
2024-09-25 Jason A. Donenfeldinternal/syscall/unix: allow calling getrandom(......
2024-09-25 Brad Fitzpatrickall: fix typos of possessive its
2024-09-25 Sam Thanawallacmd/go: support both .netrc and _netrc in windows
2024-09-25 Roland Shoemakercrypto/rsa: move PSS hash override above boring block
2024-09-25 Felix Geisendörferruntime: fix GoroutineProfile stacks not getting null...
2024-09-25 Felix Geisendörferruntime: fix MutexProfile missing root frames
2024-09-25 Conrad Irwincmd/go: add support for go get -u tool
2024-09-25 Tim Kingall: enable alias type parameters GOEXPERIMENT by default
2024-09-25 Keith Randallruntime: print fatal messages without interleaving
2024-09-24 Robert Griesemergo/types, types2: move Checker.indexedElts into literal...
2024-09-24 Robert Griesemergo/types, types2: implement underIs, coreType, coreStri...
2024-09-24 Zxillyruntime: disable epipe check for wasm platform
2024-09-24 khr@golang.orgcmd/compile: small cleanups to rewrite rule helpers
2024-09-24 khr@golang.orgcmd/compile: use generics for isPowerOfTwo predicates
2024-09-24 khr@golang.orgcmd/compile: simplify naming for arm64 bitfield accessors
2024-09-24 Robert Griesemergo/types, types2: introduce typeset iterators
2024-09-24 Robert Griesemergo/types, types2: check that alias type arguments satis...
2024-09-24 Conrad Irwincmd/go: add support for go get -tool
2024-09-24 Robert Griesemergo/types, types2: follow-up on comment in CL 615195
2024-09-24 Conrad Irwincmd/go: add tools to "all"
2024-09-24 Robert Griesemergo/types, types2: print type parameters for Alias tyoes
2024-09-24 Sam Thanawallacmd/go: prevent git from fetching during local only...
2024-09-24 Jes Cokreflect: slightly improve iter tests
2024-09-23 Paul E. Murphycrypto/internal/nistec: fix p256Select (PPC64) and...
2024-09-23 apocelipesnet,net/netip: implement the encoding.(Binary|Text...
2024-09-23 Jes Cokencoding/asn1: unmarshal bool values correctly dealing...
2024-09-23 yincongtext/template/parse: use correct line number in error...
2024-09-23 wanggangfmt: fix incorrect doc comment
2024-09-23 qmuntalos: skip TestReadlink sub-tests requiring symlinks...
next