]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2024-09-16 Cuong Manh Leunique: handle zero-size types
2024-09-16 Robert Griesemermath/big: add clarifying (internal) comment
2024-09-16 Michael Prattruntime: remove go:noescape from getcallerpc/sp
2024-09-16 Michael Prattcmd/compile: remove ir.OGETCALLERPC
2024-09-16 Michael Prattcmd/compile/internal/typecheck: remove getcallerpc...
2024-09-16 Joel Singmath/big: simplify divBasic ujn assignment
2024-09-16 Dmitri Shuralyovcmd/preprofile, runtime/coverage: add package comment
2024-09-15 Cuong Manh Leunicode/utf8: speedup RuneCount
2024-09-15 Cuong Manh Leunicode/utf8: add test that RuneCount does zero allocations
2024-09-13 Cuong Manh Letest: add test for issue 24755
2024-09-13 Cuong Manh Leall: add test for issue 20027
2024-09-13 Jes Cokcmd: make use of maps.{Copy, Clone}
2024-09-13 Jes Cokencoding/gob: make use of maps.Clone
2024-09-13 Jes Cokarchive/tar: make use of maps.Clone
2024-09-13 Xiaolin Zhaocmd/compile: optimize math.Float64(32)bits and math...
2024-09-13 Mark Ryancrypto/md5: provide optimised assembly for riscv64
2024-09-13 Michael Matloobcmd/go: populate build info for test mains
2024-09-13 Xiaolin Zhaocmd/compile: optimize RotateLeft8/16 on loong64
2024-09-13 Xiaolin Zhaocmd/internal/obj/loong64: add support for instructions...
2024-09-13 Mateusz Poliwczakgo/ast: note that in BasicLit CHARs and STRINGs are...
2024-09-13 Jes Coknet/http: make use of maps.Copy
2024-09-13 Jes Coktext/template: make use of maps.Copy for Template.Clone
2024-09-13 Kir Kolyshkininternal/testenv: add MustHaveSource, rm HasSrc
2024-09-13 Tobias Klausercmd/link/internal: use slices.Contains
2024-09-12 Robert Griesemergo/types, types2: add initial README.md
next