]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2025-05-20 Michael Anthony... runtime: prevent unnecessary zeroing of large objects...
2025-05-20 Michael Anthony... runtime: only update freeIndexForScan outside of the...
2025-05-20 Sam Thanawallacmd/go: extend the ignore directive for indexed modules
2025-05-20 David Finkelcmd/go: add 2 scripts test for git sha256 fetching
2025-05-20 thepuddscmd/go/internal/modload: remove likely vestigial abilit...
2025-05-20 Mateusz Poliwczaktesting: use a pattern to match the elapsed time in...
2025-05-20 Keith Randallcmd/compile: align stack-allocated backing stores highe...
2025-05-20 khr@golang.orgcmd/compile: don't preload registers if destination...
2025-05-19 Keith Randallcmd/compile: allocate backing store for append on the...
2025-05-19 Keith Randallcmd/compile: derive bounds on signed %N for N a power...
2025-05-19 ICHINOSE Shogomath: fix portable FMA implementation when x*y ~ 0...
2025-05-19 Michael Prattruntime: disable TestSegv in race mode
2025-05-19 Mark Freemancmd/compile/internal/noder: mark Sync as a primitive
2025-05-19 Michael Prattruntime: rename ncpu to numCPUStartup
2025-05-19 Michael Prattruntime: move atoi to internal/runtime/strconv
2025-05-19 Mark Freemancmd/compile/internal/noder: document SectionPkg
2025-05-19 Michael Prattinternal/runtime/syscall: add basic file system calls
2025-05-19 Mark Freemancmd/compile/internal/noder: format grammar
2025-05-19 Mark Freemancmd/compile/internal/noder: document the PosBase section
2025-05-19 Jonathan Amsterdamnet/http: clarify ServeMux.Handler behavior
2025-05-19 Jonathan Amsterdamnet/http: fix ServeMux.Handler on trailing-slash redirect
2025-05-19 Julian Zhucmd/compile: fold negation into addition/subtraction...
2025-05-19 Alan Donovango/token: add FileSet.AddExistingFiles
2025-05-19 Michael Prattruntime: check for gsignal in asancall/msancall/racecall
2025-05-19 Mark Freemango/types, types2: improve error message for init withou...
2025-05-19 Michael Prattruntime: pass through -asan/-msan/-race to testprog...
2025-05-19 Alan Donovango/ast: add PreorderStack, a variant of Inspect that...
2025-05-19 Alan Donovanstrings,bytes: add internal docs about perennial noCopy...
2025-05-19 Michael Matloobcmd/distpack: use positive list of tools to keep
2025-05-19 Alan Donovanstd: pass bytes.Buffer and strings.Builder by pointer
2025-05-19 Guoqi Chencmd/compile: add prefetch intrinsic support on loong64
2025-05-19 limeidancmd/link/internal: add support for internal linking...
2025-05-17 Ville Vesilehtotext/template: limit expression parenthesis nesting
2025-05-16 Michael Matloobcmd/distpack: remove more tools from packaged distribution
2025-05-16 Michael Matloobcmd/distpack: remove some tools from packaged distribution
2025-05-16 Julian Zhucmd/compile: fold negation into addition/subtraction...
2025-05-16 Michael Matloobcmd/go/internal/modget: check in workspace mode if...
2025-05-16 Michael Anthony... sync: set GOMAXPROCS to 1 in TestPoolGC
2025-05-16 Srinivas Pokalacmd/go/internal/work: update minimum supported s390x...
2025-05-16 Sam Thanawallacmd/go: add global ignore mechanism
2025-05-16 Michael Anthony... runtime: prevent cleanup goroutines from missing work
2025-05-16 Guoqi Chencmd/internal/obj/loong64: change the plan9 format of...
2025-05-16 qmuntalos: set FILE_FLAG_BACKUP_SEMANTICS when opening without...
2025-05-16 Daniel McCarneycrypto/tls: fix bogo IgnoreClientVersionOrder skip...
2025-05-15 Keith Randallcmd/compile: allow load-op merging in additional situations
2025-05-15 Keith Randallstrings,bytes: make benchmark work deterministic
2025-05-15 Keith Randallcmd/compile: schedule induction variable increments...
2025-05-15 Keith Randallcmd/compile: use OpMove instead of memmove more on...
2025-05-15 Yongyue Suncmd/compile: create LSym for closures with type conversion
2025-05-15 Jonathan Amsterdamtesting: fix panic in t.Log
2025-05-15 Michael Anthony... doc: add a release note for greenteagc GOEXPERIMENT
2025-05-15 Nick Ripleyruntime/pprof: include PCs for deduplication in TestMut...
2025-05-15 Zxillycmd/link: fix outdated output mmap check
2025-05-15 qmuntalnet: avoid windows hang in TestCloseWrite
2025-05-15 qmuntalos: don't fallback to the Stat slow path if file doesn...
2025-05-15 qmuntalnet: use closesocket when closing socket os.File's...
2025-05-15 Michael Anthony... sync: use blockUntilCleanupQueueEmpty instead of busy...
2025-05-15 Michael Anthony... runtime: help the race detector detect possible concurr...
2025-05-15 Keith Randallruntime: improve scan inner loop
2025-05-15 Xiaolin Zhaocmd/compile: fold negation into addition/subtraction...
2025-05-14 Julian Zhucrypto/internal/fips140/subtle: add assembly implementa...
2025-05-14 kmvijayruntime: Improvement in perf of s390x memclr
2025-05-14 Ian Alexandercmd/go/internal/pkg: fail on bad filenames
2025-05-14 qiulaidongfengcmd/go: fix not print GCCGO when it's not the default
2025-05-14 Mark Freemaninternal/pkgbits, cmd/compile/internal/noder: document...
2025-05-14 Damien Neilos: don't follow symlinks on Windows when O_CREATE...
2025-05-14 Julien Cretelbytes, strings: speed up Split{,After}Seq
2025-05-14 Ian Alexandercmd/internal/script: fix copying directory when symlink...
2025-05-14 khr@golang.orgruntime: increase freebsd/amd64 pointer size from 48...
2025-05-14 Xiaolin Zhaocmd/intarnal/obj: add new assembly format for VANDV...
2025-05-14 limeidaninternal/bytealg: optimize the function compare using...
2025-05-13 suntalatesting: add Output
2025-05-13 Carlos Amedeeinternal/poll: use runtime.AddCleanup instead of runtim...
2025-05-13 Carlos Amedeereflect: use runtime.AddCleanup instead of runtime...
2025-05-13 Jonathan AmsterdamRevert "testing: add Output"
2025-05-13 Roland Shoemakercrypto/x509: decouple key usage and policy validation
2025-05-13 David Finkelcmd/go: add support for git sha256 hashes
2025-05-13 Sean Liaoruntime/pprof: return errors from writing profiles
2025-05-13 xieyuschencmd/go: support -json flag in go version
2025-05-13 Radu Berindecrypto: limit md5 or sha256 blocks processed at once...
2025-05-13 suntalatesting: add Output
2025-05-13 Yao Zicmd/link: ignore mapping symbols on riscv64
2025-05-13 Carlos Amedeeruntime: only poll network from one P at a time in...
2025-05-13 Guoqi Chencmd/internal/obj/loong64: Add preld{,x} instructions...
2025-05-12 Mark Freemaninternal/pkgbits: rename Reloc* to Section*
2025-05-12 Mark Freemaninternal/pkgbits: write a formal grammar for UIR primitives
2025-05-12 Sean Liaotext/template: clone options when cloning templates
2025-05-12 Sean Liaotesting: limit TempDir name length
2025-05-12 Sean Liaonet: don't test with leading 0 in ipv4 addresses
2025-05-12 Spike Curtisnet: fix deadlock in lookupProtocol on Windows
2025-05-12 qmuntalos: remove NewFile socket detection on Windows
2025-05-12 qmuntalcmd/link: use >4GB base address for 64-bit PE binaries
2025-05-12 t-katsumuranet/http: add missing ServeTLS on the comment of http...
2025-05-12 ArsenySamoylovruntime: add goschedIfBusy to bgsweep to prevent livelo...
2025-05-12 Julian Zhucrypto/internal/fips140/subtle: add assembly implementa...
2025-05-12 Tobias Klauserbytes, strings: rename parameters in ExampleCut{Pre...
2025-05-12 Julien Cretelbytes, strings: micro-optimize EqualFold
2025-05-12 Xiaolin Zhaocrypto/sha1: replaced WORD with instruction REVB2W
2025-05-12 Xiaolin Zhaocmd/internal/obj/loong64: add [X]VFCLASS.{S/D} instructions
2025-05-09 Daniel McCarneycrypto/tls: handle client hello version too high
next