]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2024-11-07 Russ Coxcmd/link: remove dummy argument from ld.Errorf
2024-11-07 Russ Coxcmd/internal/obj: replace obj.Addrel func with LSym...
2024-11-07 Guoqi Chencmd/internal/obj/loong64: add {V,XV}SEQ.{B,H,W,D} instr...
2024-11-07 Guoqi Chencmd/internal/obj/loong64: add {V,XV}LD/{V,XV}LDX/{V...
2024-11-07 Guoqi Chencmd/compiler,internal/runtime/atomic: optimize Store...
2024-11-06 Nigel Taoimage/jpeg: initialize dct_test constants at compile...
2024-11-06 Srinivas Pokalacmd/objdump: add s390x plan9 disasm support
2024-11-06 Damien Neilnet/http: 308 redirects should use the previous hop...
2024-11-06 Filippo Valsordacrypto/internal/fips: fix Avo generators
2024-11-06 Russ Coxcontext: listen on localhost in example
2024-11-06 Russ Coxcmd/link/internal/ld: fix sort comparison
2024-11-06 qmuntalsyscall: mark SyscallN as noescape
2024-11-06 Damien Neilnet/http: handle new HTTP/2 error for 1xx limit exceeded
2024-11-06 Xiaolin Zhaocmd/compile: wire up Bswap/ReverseBytes intrinsics...
2024-11-06 Xiaolin Zhaocmd/compile: wire up math/bits.Len intrinsics for loong64
2024-11-05 Dmitri Shuralyovall: update golang.org/x/sys [generated]
2024-11-05 Damien Neilnet/http: add Protocols field to Server and Transport
2024-11-05 Sam Thanawallacmd/go: add built in git mode for GOAUTH
2024-11-05 Oleksandr Redkoio: simplify tests by removing redundant statements
2024-11-05 Russ Coxcmd/compile: fix an internal crash in embed
2024-11-05 Ian Lance Taylorio/fs: clarify that "." may only be used for root
2024-11-05 Markusnet/internal/cgotest: don't try to use cgo with netgo...
2024-11-05 Kristóf Havasiinternal/platform: fix 'reportsr' typo in comment
2024-11-05 cuishuangtime: add examples for Since, Until, Abs and fix some...
2024-11-05 Youlin Fengcmd/compile: init limit for newly created value in...
2024-11-05 qiulaidongfengcmd/go: fix typo in ExtraEnvVarsCostly
2024-11-05 Youlin Fengcmd/compile: optimize Ctz64 on 386
2024-11-05 Dmitri Shuralyovtime: accept "+01" in TestLoadFixed on OpenBSD
2024-11-05 Xiaolin Zhaocmd/compile: add loong64-specific inlining for runtime...
2024-11-05 Xiaolin Zhaohash/crc32: optimize the loong64 crc32 implementation
2024-11-04 Robert Griesemergo/types, types2: better error message when selecting...
2024-11-04 Michael Matloobcmd/go/internal/web: split interceptor into separate...
2024-11-04 Nick Ripleyruntime/pprof: relax TestProfilerStackDepth
2024-11-04 Cuong Manh Lecmd/compile: fix mis-compilation with labeled fallthrough
2024-11-04 Cuong Manh Lecmd/compile: fix inlining name mangling for blank label
2024-11-04 Youlin Fenggo/types, types2: print variadic argument in dotdotdot...
2024-11-04 Alan Donovango/parser: set File{Start,End} correctly in all cases
2024-11-03 Nigel Taoimage/jpeg: add more theHuffmanSpec comments
2024-11-02 Meng Zhuoslice, sort: correct triple of xorshift RNG
2024-11-02 Ian Lance Taylorcmd/dist, internal/syslist: update UnixOS comments
2024-11-02 Xiaolin Zhaocmd/asm: add support for loong64 FMA instructions
2024-11-01 Ian Lance Taylorcmd/go: permit linker flag -Wl,--push-state,--as-needed
2024-11-01 changwang maruntime: fix out-of-date comment doc
2024-11-01 cuishuangbufio: add example for ReadFrom and remove unused code
2024-11-01 Xiaolin Zhaoall: update golang.org/x/text to v0.19.0
2024-11-01 khr@golang.orginternal/runtime/maps: return after fatal to help regis...
2024-11-01 khr@golang.orginternal/runtime/maps: clean up put slot calls
2024-11-01 khr@golang.orginternal/runtime/maps: use matchEmptyOrDeleted instead...
2024-11-01 Keith Randallinternal/runtime/maps: removed unused convertNonFullToE...
2024-11-01 Keith Randallinternal/runtime/maps: simplify emptyOrDeleted condition
2024-11-01 Michael Anthony... cmd/cgo/internal/testsanitizers: disable ASLR for TSAN...
2024-11-01 Xiaolin Zhaocmd/asm: add support for loong64 CRC32 instructions
2024-11-01 Xiaolin Zhaocmd/asm: add support for the rest of loong64 unary...
2024-11-01 Andy Pannet,os: consolidate poll.SendFile sending until EOF...
2024-11-01 Andy Paninternal/poll: fix the inaccurate comment and add a...
2024-10-31 Andy Paninternal/poll: make sendfile(2) work on Androids
2024-10-31 Andy Paninternal/poll: confine runtime OS-checks to sendFileChunk
2024-10-31 Richard Millercrypto/rand: skip TestAllocations on plan9
2024-10-31 Daniel McCarneycrypto/internal/fips/sha3/testdata: remove unused KATS
2024-10-31 Paul E. Murphyos: skip TestPipeThreads on aix
2024-10-31 Sean Liaonet/http: clarify ServeMux path sanitization
2024-10-31 Adammath/big: properly linkify a reference
2024-10-31 Xiaolin Zhaoall: update golang.org/x/sys to v0.26.0
2024-10-31 George Adamsos: fix findOneDriveDir to expand REG_SZ registry values
2024-10-31 Michael Prattall: enable GOEXPERIMENT=swissmap by default
2024-10-31 Ian Lance Taylorcmd/go: if GOPATH and GOROOT are the same, refer to...
2024-10-31 Mauri de Souza... internal/runtime/atomic: fix uintptr usage in arm And8/Or8
2024-10-31 Hao Liucmd/internal/obj/arm64: make sure prologue and epilogue...
2024-10-30 Damien Neilinternal/poll: avoid overflow in sendfile limit, simpli...
2024-10-30 Damien Neilinternal/poll: handle (0, EINVAL) return from sendfile...
2024-10-30 Cherry Muiruntime: update and restore g0 stack bounds at cgocallback
2024-10-30 Ian Lance Taylorcmd/internal/osinfo: stop importing golang.org/x/sys...
2024-10-30 Mauri de Souza... internal/runtime/atomic: add Xchg8 for arm
2024-10-30 Michael Prattcmd/compile,internal/runtime/maps: stack allocated...
2024-10-30 Michael Prattinternal/runtime/maps: store group across Iter.Next...
2024-10-30 Michael Prattinternal/runtime/maps: avoid table lookup on most Iter...
2024-10-30 Michael Prattinternal/runtime/maps: optimize small map lookups with...
2024-10-30 Michael Prattinternal/runtime/maps: use uintptr instead of uint32...
2024-10-30 Michael Prattinternal/runtime/maps: cleanup seed usage
2024-10-30 Michael Prattruntime,internal/runtime/maps: specialized swissmaps
2024-10-30 Michael Prattcmd/compile,runtime: add indirect key/elem to swissmap
2024-10-30 Michael Prattruntime: add concurrent write checks to swissmap
2024-10-30 Michael Prattinternal/runtime/maps: enable race for map functions...
2024-10-30 Michael Prattinternal/race,runtime: linkname contents of internal...
2024-10-30 Michael Prattinternal/runtime/maps: proper capacity hint handling
2024-10-30 Joel Singcmd/internal/obj/riscv: update RISC-V instruction table
2024-10-29 Michael Anthony... runtime: skip TestMemmoveOverflow with asan
2024-10-29 Michael Prattruntime: move mapaccess1 and mapassign to internal...
2024-10-29 Michael Prattruntime: skip most map benchmark combinations by default
2024-10-29 Michael Prattinternal/runtime/maps: remove type fields
2024-10-29 Tobias Klauserinternal/poll: use io.Seek* constants
2024-10-29 Keith Randallstrings,bytes: use result of copy in subsequent slicing
2024-10-29 Keith Randallcmd/compile: teach prove about min/max phi operations
2024-10-29 Michael Anthony... runtime: skip TestNewOSProc0 with asan and msan
next