]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2024-09-23 封幼林cmd/compile: remove obj.LSym(s) for assertI2I and asser...
2024-09-23 Felix Geisendörfercmd/trace,internal/trace,runtime: refactor to access...
2024-09-23 Felix Geisendörferinternal/trace: refactor Stack.Frames to return iter.Seq
2024-09-23 qiulaidongfengtext/template: support range-over-func
2024-09-23 Song Gaoarchive/{zip,tar}: fix Writer.AddFS to include empty...
2024-09-23 Jes Coklib/time: update to 2024b/2024b
2024-09-23 David du Colombiercmd/go: skip TestScript on Plan 9 in short mode
2024-09-20 Conrad Irwincmd/mod/edit: disallow relative tool paths
2024-09-20 sunnymilktesting: enable better loop time measurement for benchm...
2024-09-20 sunnymilktesting: implement testing.B.Loop
2024-09-20 Alan Donovango/types, types2: clarify Named, Alias, TypeName, Object
2024-09-19 Guoqi Chencmd/objdump: add loong64 disassembler support
2024-09-18 Kyle Xiaoreflect: remove calling mapiterkey, mapiterelem
2024-09-18 Sam Thanawallacmd/go: print toolchain switching with GODEBUG=toolchai...
2024-09-18 Tobias Klausernet/netip: cover more AddrPort.String cases in tests
2024-09-18 Cuong Manh Lecmd/compile: fix wrong esacpe analysis for rangefunc
2024-09-18 Srinivas Pokalacmd/internal/obj/s390x: fix m6 field encoding for VSTRC...
2024-09-18 Tobias Klausercmd/cgo: use strings.CutPrefix
2024-09-18 qiulaidongfenggo/types, types2: better error message when type argume...
2024-09-18 Mateusz Poliwczaknet/netip: use const for max address length
2024-09-18 Tobias Klauseros/signal: use slices.Delete
2024-09-17 Michael Matloobcmd/go: update go help packages doc on all pattern...
2024-09-17 sunnymilkcmd/compile: improve the ssa documentation.
2024-09-17 Michael Prattruntime: move getclosureptr to internal/runtime/sys
2024-09-17 Michael Prattruntime: move getcallersp to internal/runtime/sys
2024-09-17 Kir Kolyshkinos: TestPipeThreads: remove openbsd special case
2024-09-17 Michael Prattruntime: move getcallerpc to internal/runtime/sys
2024-09-16 Robert Griesemergo/types, types2: slightly simplify rangeKeyVal function
2024-09-16 qmuntalos/user: fix Current().GroupIds() for AD joined users...
next