]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-11-18 Michael Anthony... sync: add explicit noCopy fields to Map, Mutex, and...
2024-11-18 Keith Randallcmd/compile: remove gc programs from stack frame objects
2024-11-18 Keith Randallinternal/runtime/maps: don't copy indirect key/elem...
2024-11-18 Keith Randallruntime: fix MapCycle test
2024-11-18 Filippo Valsordacrypto/subtle: document and test XORBytes overlap rules
2024-11-18 Russ Coxcmd/compile: avoid static init of strings in FIPS mode
2024-11-18 Russ Coxcmd/internal/obj: exclude external test packages from...
2024-11-18 Sean Liaonet/http/httputil: return after handling error
2024-11-18 Filippo Valsordacrypto/cipher: add small CTR benchmark, remove CFB...
2024-11-18 Filippo Valsordacrypto/internal/impl: use base package name
2024-11-18 Filippo Valsordacrypto/internal/fips/subtle: move constant time functio...
2024-11-18 Filippo Valsordacrypto/internal/alias: move to crypto/internal/fips...
2024-11-18 Austin Clementscmd/go: fix TestScript/build_json on Windows
2024-11-18 Ian Lance Taylortext/template: don't crash piping to call with no arguments
2024-11-18 Tobias Klauserinternal/poll: use ignoringEINTR2 in copyFileRange
2024-11-18 Tobias Klauseros: use ignoringEINTR in (*Process).blockUntilWaitable
2024-11-18 Austin Clementscmd/go: temporarily disable build JSON in test output
2024-11-18 khr@golang.orginternal/runtime/maps: fix noswiss builder
2024-11-18 Russ Coxruntime: relax TestWindowsStackMemory from 100kB to...
2024-11-17 Keith Randallruntime/internal/maps: remove entryMask
2024-11-17 Keith Randallinternal/runtime/maps: simplify small group lookup
2024-11-17 Keith Randallinternal/runtime/maps: eliminate a load from the hot...
2024-11-17 Keith Randallruntime/internal/maps: optimize long string keys for...
2024-11-17 Austin Clementscmd/go: change Printer.Output -> Printer.Printf for...
2024-11-17 Austin Clementscmd/go: print build errors during go test -json in...
2024-11-17 Austin Clementscmd/go: track root failing Action
2024-11-17 Austin Clementscmd/go: report all loading errors in tests as "setup...
2024-11-17 Austin Clementscmd/go: implement "go build -json"
2024-11-17 Austin Clementscmd/go: add Printer interface and use for error reporting
2024-11-17 Tim Kingcrypto/internal/fips/check: remove unreachable return
2024-11-16 Joel Singcrypto/sha512: improve performance of riscv64 assembly
2024-11-16 Felix Geisendörferruntime/pprof: reduce label overhead
2024-11-16 Tobias Klauseros: add and use ignoringEINTR2
2024-11-16 Sean Liaofmt: document nil receiver handling for GoStringer
2024-11-16 Carlos Amedeeruntime: implement Stop for AddCleanup
2024-11-16 Carlos Amedeeruntime: implement AddCleanup
2024-11-16 Cosmos Nicolaouruntime/pprof: continued attempt to deflake the VMInfo...
2024-11-16 Xiaolin Zhaoruntime: improve CALLFN macro for loong64
2024-11-16 Guoqi Chenruntime: use ABIInternal for calls to sigtrampgo on...
2024-11-15 Rhys Hiltnerruntime: unify lock2, allow deeper sleep
2024-11-15 Rhys Hiltnerruntime: allow futex OSes to use sema-based mutex
2024-11-15 Carlos Amedeeruntime: validate all calls to SetFinalizer
2024-11-15 Lin Linruntime: add race detector tips to reportZombies func
2024-11-15 Cherry Muicrypto/internal/bigmod: add comparison test for addMulVVW
2024-11-15 Cherry Muicrypto/internal/bigmod: apply wasm-specific implementat...
2024-11-15 Jorroposync/atomic: make intrinsics noescape except 64bits...
2024-11-15 Sam Thanawallacmd/go: add user provided auth mode for GOAUTH
2024-11-15 Sam Thanawallacmd/go: add bzr based version stamping for binaries
2024-11-15 Cherry Muidoc/next: pre-announce dropping macOS 11 support
2024-11-15 qmuntalos/user: support built-in service user accounts on...
2024-11-15 Russ Coxcmd/compile/internal/staticinit: remove FIPS debugging
2024-11-15 Russ Coxcrypto/internal/fips: make linknames path-independent
2024-11-15 Russ Coxcrypto/internal/fips/check: fix for ASAN builds
2024-11-15 Jakub Ciolekinternal/fuzz: add benchmarks for byte slice mutators
2024-11-15 Filippo Valsordacrypto/internal/fips/check: enable windows/arm64
2024-11-14 Paul E. Murphycmd/internal/obj/fips: mark R_ADDRPOWR_GOT as a pcrel...
2024-11-14 Carlana Johnsonlog/slog: add DiscardHandler
2024-11-14 Tim Kinginternal/exportdata: introduce shared library for expor...
2024-11-14 Rhys Hiltnerruntime: add test for mutex starvation
2024-11-14 Tim Kingcmd/compile/internal/importer: minimize Import differences
2024-11-14 Robert Griesemercmd/compile/internal/types2: enable disabled part of...
2024-11-14 Tim Kinggo/internal/gcimporter,cmd/compile/internal/importer...
2024-11-14 Jorropostrconv: cleanup old compiler bits.TrailingZeros workaround
2024-11-14 Richard Millermake.rc: correct test for undefined GOROOT_BOOTSTRAP
2024-11-14 qiulaidongfengcmd/go: print not-defaults arch-env
2024-11-14 qmuntalruntime/cgo: report a meaningful error message when...
2024-11-14 lugen4roembed: remove incorrect slash in comment
2024-11-14 Flavio Castellisyscall: define EBADFD for wasip1 target
2024-11-14 Jes Cokruntime: make Frames example produce documented output
2024-11-14 Austin Clementscmd/go: remove confusing TrimPrefix(str, "\n")
2024-11-14 Russ Coxcmd/go: code cleanups and go env output sorting
2024-11-14 Russ Coxall: enable FIPS verification code
2024-11-14 Robert Griesemercmd/compile: better error message when offending/missin...
2024-11-13 Cherry Muicrypto/internal/bigmod: optimize addMulVVW on Wasm
2024-11-13 Cherry Muicmd/internal/obj/wasm: correct return PC for frameless...
2024-11-13 Russ Coxcmd/dist: add more pie tests, fips tests
2024-11-13 Robert Griesemergo/types, types2: avoid errors due to missing methods...
2024-11-13 Brad Fitzpatrickcmd/go: enable GOCACHEPROG by default, without GOEXPERIMENT
2024-11-13 Sean Liaotesting/slogtest: reuse results obtained from previous...
2024-11-13 Sean Liaoruntime/pprof: note different between go test -memprofi...
2024-11-13 Michael Anthony... runtime: prevent weak->strong conversions during mark...
2024-11-13 Constantin... testing: replace CRLF by LF on windows before comparing...
2024-11-13 David Chasecmd/compile: change status of "bad iterator" panic
2024-11-13 Michael Prattinternal/runtime/maps: use match to skip non-full slots...
2024-11-13 Michael Prattruntime: add benchmark of iteration over map with low...
2024-11-13 Robert Griesemergo/types: adjust type-checking of pointer types
2024-11-13 Russ Coxcrypto/internal/fips/check: add new package
2024-11-13 Keith Randallcmd/asm: fix format string so vet doesn't complain
2024-11-13 chenguoqicmd/internal/obj: add tool to generate Cnames string
2024-11-13 Russ Coxcmd/compile, cmd/link: add FIPS verification support
2024-11-13 Russ Coxruntime: reserve 4kB for system stack on windows-386
2024-11-13 Xiaolin Zhaocmd/compile: wire up math/bits.TrailingZeros intrinsics...
2024-11-13 Guoqi Chencmd/internal/obj/loong64: add support of VMOVQ and...
2024-11-13 Tim Kingcmd/compile/internal/importer: exportdata section ends...
2024-11-12 Youlin Fengruntime: fix iterator returns map entries after clear...
2024-11-12 Tim Kingcmd/compile/internal/noder,go/internal/gcimporter:...
2024-11-12 Ian Lance Taylortime: regenerate zoneinfo_abbrs_windows.go
2024-11-12 Ian Lance Taylorimage/color/palette: add godoc link to generator program
2024-11-12 Paul E. Murphycmd/compile/internal/ssa: improve carry addition rules...
2024-11-12 shenleban tongyingdoc/go_mem: fix broken paper link in go_mem.html
next