]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
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...
next