]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2025-07-29 Olivier Menguéimage: fix formatting of godoc link
2025-07-29 mohansoncrypto/elliptic: change a variable name that have the...
2025-07-29 Keith Randallcmd/compile: simplify zerorange on amd64
2025-07-28 Olivier Menguéos/user: fix tests to pass on non-english Windows
2025-07-28 qmuntalinternal/poll: remove msg field from Windows' poll...
2025-07-28 qmuntalinternal/poll: remove rsan field from Windows' poll...
2025-07-28 qmuntalinternal/poll: remove sa field from Windows' poll.operation
2025-07-28 qmuntalinternal/poll: remove qty and flags fields from Windows...
2025-07-28 Ruihua Weninternal/runtime/maps: fix spelling errors in comments
2025-07-28 Joel Singruntime: remove openbsd/mips64 related code
2025-07-28 Jes Cokerrors: omit redundant nil check in type assertion...
2025-07-28 Jes Cokall: omit unnecessary type conversions
2025-07-28 Jorropocmd/compile: cleanup SelectN rules by indexing into...
2025-07-28 Jorropocmd/compile: rewrite cmov(x, x, cond) into x
2025-07-28 yazdannet/http: add proper panic message
2025-07-28 Michael Mundaytest/codegen: fix failing condmove wasm tests
2025-07-28 qmuntalruntime,syscall: move SyscallX implementations from...
2025-07-28 qmuntalinternal/runtime/syscall/windows: factor out code from...
2025-07-28 Klaus Posthash/crc32: fix incorrect checksums with avx512+race
2025-07-26 Keith Randallcmd/compile: remove no-longer-necessary call to calcula...
2025-07-25 Keith Randallcmd/compile: fix containsUnavoidableCall computation
2025-07-25 Mark Freemango/types, types2: use nil to represent incomplete expli...
2025-07-25 Mark Freemancmd/compile/internal/types2: add loaded state between...
2025-07-25 qmuntalos/user: user random name for the test user account
2025-07-25 Michael Anthony... runtime: rename scanobject to scanObject
2025-07-25 Michael Anthony... runtime: duplicate scanobject in greentea and non-green...
2025-07-25 Keith Randallcmd/compile: remove unused arg from gorecover
2025-07-25 Keith Randallruntime: iterate through inlinings when processing...
2025-07-25 Joe Tsaiencoding/json: fix truncated Token error regression...
2025-07-25 Joe Tsaiencoding/json/jsontext: preserve buffer capacity in...
2025-07-25 Keith Randallreflect: avoid a bounds check in stack-constrained...
2025-07-25 Joe Tsaiencoding/json: fix extra data regression under goexperi...
2025-07-25 Joe Tsaiencoding/json: reduce error text regressions under...
2025-07-25 cxbdashengtime: remove redundant uint32 conversion in split
2025-07-25 Julian Zhuinternal/buildcfg: add ability to get GORISCV64 variabl...
2025-07-24 Keith Randallcmd/internal/obj: rip out argp adjustment for wrapper...
2025-07-24 Keith Randallruntime: detect successful recovers differently
2025-07-24 Keith Randallunicode/utf8: skip ahead during ascii runs in Valid...
2025-07-24 Keith Randallcmd/compile: move amd64 and 386 over to new bounds...
2025-07-24 Keith Randallcmd/compile: add missing StringLen rule in prove
2025-07-24 Keith Randallcmd/compile: move arm64 over to new bounds check strategy
2025-07-24 Keith Randallcmd/compile,runtime: remember idx+len for bounds check...
2025-07-24 Keith Randallruntime: move bounds check constants to internal/abi
2025-07-24 Jorropocmd/compile: rewrite condselects into doublings and...
2025-07-24 Jorropocmd/compile: add opt branchelim to rewrite some CondSel...
2025-07-24 Jorropocmd/compile: learn transitive proofs for safe unsigned...
2025-07-24 Jorropocmd/compile: learn transitive proofs for safe negative...
2025-07-24 Jorropocmd/compile: learn transitive proofs for safe positive...
2025-07-24 Jorropocmd/compile: learn transitive proofs for safe unsigned...
2025-07-24 Alexander Musmancmd/compile: fold shift through AND for slice operations
2025-07-24 qmuntalinternal/runtime/syscall: rename to internal/runtime...
2025-07-24 Alexander Musmancmd/compile: improve loopRotate to handle nested loops
2025-07-24 Alexander Musmancmd/compile: optimize slice bounds checking with SUB...
2025-07-24 qmuntalinternal/poll: remove handle field from Windows' poll...
2025-07-24 qmuntalinternal/poll: remove fd field from Windows' poll.operation
2025-07-24 Julian Zhuruntime: add benchmark for small-size memmory operation
2025-07-24 Klaus Posthash/crc32: add AVX512 IEEE CRC32 calculation
2025-07-24 Derek Parkercmd/compile: prefer base.Fatalf to panic in dwarfgen
2025-07-24 kmvijaycmd/internal/obj/s390x: add MVCLE instruction
2025-07-24 Julian Zhuruntime: optimize memclr on mips64x
2025-07-24 kmvijayruntime: improvement in memclr for s390x
2025-07-24 Jes Cokinternal/runtime/exithook: fix a typo
2025-07-24 wingrezcmd/internal/goobj: make error output clear
2025-07-24 Michael Matloobcmd/go/internal/doc: clean up after merge with cmd...
2025-07-24 Michael Matloobcmd/internal/doc: merge with cmd/go/internal/doc
2025-07-24 Michael Matloobcmd/doc: delete
2025-07-24 Roland Shoemakerruntime: randomize heap base address
2025-07-24 Cuong Manh Lecmd/compile: use better fatal message for staticValue1
2025-07-24 Tobias Klausercmd/cgo: compare malloc return value to NULL instead...
2025-07-24 Robert Griesemergo/types, types2: better error messages for certain...
2025-07-24 Keith Randallcmd/compile: use ,ok return idiom for sparsemap.get
2025-07-24 Keith Randallcmd/compile: use generics for sparse map
2025-07-24 Keith Randallcmd/api: rerun updategolden
2025-07-24 Tobias Klauserruntime: drop NetBSD kernel bug sysmon workaround fixed...
2025-07-24 Adi Alonicmd/go: clean should respect workspaces
2025-07-24 Filip Petkovskiencoding/json/jsontext: preserve buffer capacity in...
2025-07-24 Michael Matloobcmd/go: always return the cached path from go tool -n
2025-07-23 Michael Prattruntime: check TestUsingVDSO ExitError type assertion
2025-07-23 Michael Anthony... doc/next: initialize
2025-07-23 Michael Anthony... internal/goversion: update Version to 1.26
2025-07-23 Derek Parkercmd/link: scope test to linux & net.sendFile
2025-07-23 Derek Parkercmd/compile: fix loclist for heap return vars without...
2025-07-22 Lyle Deannet: correct comment for ListenConfig.ListenPacket
2025-07-22 Michael Prattall: go fmt
2025-07-22 cuishuangcmd/internal/objabi: remove redundant word in comment
2025-07-22 Keith Randallruntime: relax TestMemoryLimitNoGCPercent a bit
2025-07-21 Keith Randallcmd/compile: for arm64 epilog, do SP increment with...
2025-07-21 Keith Randallruntime: fix asan wrapper for riscv64
2025-07-21 Ian Alexandercmd/go: check subcommand properties
2025-07-20 Meng Zhuocmd/internal/obj: enable got pcrel itype in fips140...
2025-07-19 thepuddscmd/compile/internal/ssa: restrict architectures for...
2025-07-18 Carlos Amedeeos: revert the use of AddCleanup to close files and...
2025-07-18 Alan Donovango/types: infer correct type for y in append(bytes...
2025-07-17 thepuddscmd/compile/internal/escape: improve DWARF .debug_line...
2025-07-16 Michael Anthony... runtime: fix idle time double-counting bug
2025-07-16 thepuddscmd/compile/internal/escape: speed up analyzing some...
2025-07-16 Cherry Muicmd/link, runtime: on Wasm, put only function index...
2025-07-16 Cherry Muiruntime: use 32-bit function index on Wasm
2025-07-16 Cherry Muicmd/internal/obj/wasm: use 64-bit instructions for...
2025-07-15 Michael Matloobcmd/internal/doc: upgrade godoc pkgsite to 01b046e
next