]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2024-11-12 Emmanuel T... cmd: update github.com/google/pprof dependencies
2024-11-12 Guoqi Chencmd/compile: optimize math/bits.OnesCount{16,32,64...
2024-11-11 Keith Randallinternal/runtime/maps: don't hash twice when deleting
2024-11-11 Keith Randallinternal/runtime/maps: get rid of a few obsolete TODOs
2024-11-11 sunnymilkcmd/compile: keep variables alive in testing.B.Loop...
2024-11-11 Cherry Muiruntime, syscall: use pointer types on wasmimport functions
2024-11-11 Russ Coxcrypto/internal/fips: avoid some non-relocatable global...
2024-11-11 Cherry Muicmd/compile: allow more types for wasmimport/wasmexport...
2024-11-11 Xiaolin Zhaocmd/compile: wire up bits.Reverse intrinsics for loong64
2024-11-11 Guoqi Chencmd/internal/obj/loong64: switch Lookup function call...
2024-11-11 Guoqi Chencmd/compiler,internal/runtime/atomic: optimize And...
2024-11-11 Guoqi Chencmd/compiler,internal/runtime/atomic: optimize xchg...
2024-11-08 Youlin Fengcmd/compile: update comment for initLimit in prove...
2024-11-08 Tim Kingcmd/compile/internal/noder: replace recompile library...
2024-11-08 Ian Lance Taylorcmd/internal/goobj: regenerate builtinlist
2024-11-08 Tim Kingcmd/compile/internal/importer: drop support for indexed...
2024-11-08 Emmanuel T... encoding/json, text/template: use reflect.Value.Equal...
2024-11-08 Xiaolin Zhaocmd/asm: use single-instruction forms for all loong64...
2024-11-08 Xiaolin Zhaocmd/compile: implement FMA codegen for loong64
2024-11-08 Guoqi Chencmd/internal/obj/loong64: add {V,XV}PCNT.{B,H,W,D}...
2024-11-08 Guoqi Chencmd/compile/internal: intrinsify publicationBarrier...
2024-11-08 Guoqi Chencmd/compiler,internal/runtime/atomic: optimize xadd...
2024-11-07 changwang macmd/go/internal/lockedfile: fix function name in error...
2024-11-07 Cherry Muiruntime/cgo: use pthread_getattr_np on Android
2024-11-07 Felix Geisendörferruntime/pprof: add label benchmark
2024-11-07 Russ Coxcmd/internal/objabi, cmd/link: introduce SymKind helper...
2024-11-07 Russ Coxcmd/internal/objabi, cmd/link: add FIPS symbol kinds
2024-11-07 benbaker76debug/elf: add SHT_GNU_VERDEF section parsing
2024-11-07 Keith Randallruntime/race: treat map concurrent access detection...
next