]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2024-09-12 Cuong Manh Leunicode/utf8: use range loop in RuneCountInString
2024-09-12 Guoqi Chenruntime: switch cputicks and switchToCrashStack0 on...
2024-09-12 Michael Prattos: add clone(CLONE_PIDFD) check to pidfd feature check
2024-09-12 Joel Singcmd/compile,cmd/internal/obj/riscv: always provide...
2024-09-12 Michael Matloobcmd/go: explicitly add default GODEBUG to linker config
2024-09-12 jokemanfirecmd/go: set environment LANG=C when getting compiler...
2024-09-12 Tobias Klauserruntime/pprof: use slices.Contains
2024-09-12 Ian Lance Tayloros: check for EACCES, not EPERM, in Getwd test
2024-09-11 Cuong Manh Lecmd/compile/internal/typecheck: simplify checkmake...
2024-09-11 Cuong Manh Lecmd/compile/internal/typecheck: simplify tcSlice
2024-09-11 Xiaolin Zhaosrc/internal/bytealg: optimize the function Compare...
2024-09-11 Xiaolin Zhaoruntime: optimize the function memmove on loong64
2024-09-11 Cherry Muicmd/compile: correct wasmexport result type checking
2024-09-11 Xiaolin Zhaocrypto/subtle: implement xorBytes in hardware on loong64
2024-09-11 Jes Cokhtml/template: use maps.Copy in escaper.escapeListCondi...
2024-09-11 Cuong Manh Lecmd/compile/internal/typecheck: simplify IndexConst
2024-09-11 Cuong Manh Leruntime: Goexit on C-created thread report more useful...
2024-09-11 Mark D Ryanruntime: add asm_riscv64.h
2024-09-11 Cuong Manh Lecmd/compile: remove types.Type rparams field
2024-09-11 Ian Lance Taylorcmd/compile, go/types: add missing space in error message
2024-09-11 Tobias Klausercmd/cgo: use slices.ContainsFunc
2024-09-11 Dmitri Shuralyovgo/printer: revert "do not treat comments inside a...
2024-09-11 Meng Zhuomath: add round assembly implementations on riscv64
2024-09-11 Meng Zhuotest/codegen: add Rotate test for riscv64
2024-09-11 Xiaolin Zhaocmd/compile/internal/ssa: optimize rules Zero and Move...
2024-09-10 Tim KingRevert "runtime: Goexit on C-created thread report...
2024-09-10 Ian Lance Taylorruntime, reflect: avoid allocation in structType.Field...
2024-09-10 Ian Lance Taylorsyscall: on exec failure, close pidfd
2024-09-10 WuGuangyaoruntime: update documentation for ios addr bits
2024-09-10 Tobias Klausertime: don't check non-nil err twice in parse
2024-09-10 Cuong Manh Lecmd/compile: remove trivial closure reference
2024-09-10 Paschalis Tsiliascmd/compile: optimize []byte(string1 + string2)
2024-09-10 qiulaidongfengruntime: Goexit on C-created thread report more useful...
2024-09-10 Jes Coknet/http: make use of maps.Clone for Transport.{Clone...
2024-09-09 amusmancmd/compile: emit tail call wrappers when possible
2024-09-09 Michael Matloobcmd/go/testdata/script: skip part of test on unsupporte...
2024-09-09 cuishuangall: remove unnecessary symbols and add missing symbols
2024-09-09 Michael Matloobcmd/go: add an exception for 'go telemetry off' to...
2024-09-07 Tobias Klausersyscall: follow convention for generated code comment
2024-09-06 Mateusz Poliwczakgo/printer: check whether !isTypeElem, instead of combi...
2024-09-06 Michael Matloobsrc/cmd/go/internal/load: remove PackageError.Hard
2024-09-06 Sebastian Nickollscmd/internal/obj/arm64: Add helpers for span7 passes
2024-09-06 Kir Kolyshkininternal/syscall/unix: Eaccess: return ENOSYS on Android
2024-09-06 Kir Kolyshkininternal/syscall/unix: implement Eaccess on all unix...
2024-09-06 Kir Kolyshkincmd/internal: use t.TempDir in tests
2024-09-06 Kir Kolyshkincmd/internal/script: use sync.OnceValue
2024-09-06 Kir Kolyshkincmd/internal/objabi: use sync.OnceValue
next