]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-10-28 Daniel McCarneycrypto/internal/fips: add SHA2,SHA3,HMAC ACVP tests
2024-10-28 Filippo Valsordacrypto/internal/fips: add service indicator mechanism
2024-10-28 Filippo Valsordacrypto/internal/fips/sha3: test alternative s390x imple...
2024-10-28 Filippo Valsordacrypto/internal/fips/sha3: reduce s390x divergence
2024-10-28 Filippo Valsordacrypto/internal/fips/sha3: restructure as an internal...
2024-10-28 Filippo Valsordacrypto/internal/fips/sha3: import x/crypto/sha3@750a45fe5e4
2024-10-28 Filippo ValsordaRevert "crypto/rand: add randcrash=0 GODEBUG"
2024-10-28 changwang maos: add File.Close for TestFileStatNUL
2024-10-28 changwang macmd/link, go/internal/gccgoimporter: get ar from env...
2024-10-28 Mauri de Souza... internal/runtime/atomic: add arm native implementations...
2024-10-28 Cherry Muitest: add a test for wasm memory usage
2024-10-26 David Chasecmd/compile: use a non-fragile test for "does f contain...
2024-10-25 Ian Lance Taylorcmd/link: for asan align coverage counter section to...
2024-10-25 Ruslan Semaginnet/http/pprof: replace sort.Slice with slices.SortFunc
2024-10-25 Michael Anthony... runtime: fix mallocgc for asan
2024-10-25 Andy Paninternal/poll: handle the special case of sendfile...
2024-10-25 Cherry Muiruntime: reserve fewer memory for aligned reservation...
2024-10-25 qmuntalruntime: document that Caller and Frame.File always...
2024-10-25 Youlin Fengcmd/compile: add shift optimization test
2024-10-25 Oleksandr Redkonet/http/pprof: fix typo in the symbol profile description
2024-10-25 Lin Runzecmd/internal/obj: add prologue_end DWARF stmt for riscv64
2024-10-25 Joel Singcmd/internal/obj/riscv: update references to RISC-V...
2024-10-25 Ian Lance Taylornet/smtp: ignore HELO error in QUIT
2024-10-25 Damien Neildoc: document new http.Transport limit on 1xx responses
2024-10-25 Youlin Fengcmd/compile: optimize type switch for a single runtime...
2024-10-24 Cherry Muicmd/link: don't pass --build-id if C linker doesn't...
2024-10-24 David Chasecmd/compile: spell "go.runtime" correctly for inline...
2024-10-24 Paul E. Murphycmd/compile/internal/ssa: fix PPC64 shift codegen regre...
2024-10-24 Michael Anthony... runtime: uphold goroutine profile invariants in coroswitch
2024-10-24 Michael Anthony... runtime: fix ASAN poison calculation in mallocgc
2024-10-24 Filippo Valsordacrypto/internal/cryptotest: skip hardware support check...
2024-10-24 Damien Neilnet/http: limit 1xx based on size, do not limit when...
2024-10-24 Ian Lance Taylorruntime: support cgo index into pointer-to-array
2024-10-24 Joel Singcmd/internal/obj,cmd/asm: add vector registers to riscv...
2024-10-24 Joel Singcmd/internal/obj/riscv: add vector instruction encodings
2024-10-24 Xiaolin Zhaocmd/compile: fold MOV*nop and MOV*const on loong64
2024-10-24 Filippo Valsordacrypto/sha256,crypto/sha512: skip TestAllocations witho...
2024-10-24 Xiaolin Zhaocmd/compile: inline constant sized memclrNoHeapPointers...
2024-10-24 limeidancmd/compile/internal: optimize condition branch impleme...
2024-10-24 Robert Griesemergo/types, types2: simplify cycle reporting code (minor...
2024-10-24 Damien Neilinternal/poll: keep copying after successful Sendfile...
2024-10-23 Sean Liaonet/http/pprof: include Symbol in Index
2024-10-23 Carlos Amedeedoc/next: document the minimum Linux kernel version...
2024-10-23 Shuo Wangruntime: add the checkPtraceScope to skip certain tests
2024-10-23 qmuntalsyscall: only remove write data access when O_APPEND...
2024-10-23 Siddhartha... cmd/link: fix flags order in linkerFlagSupported
2024-10-23 Cuong Manh Lehash/maphash: sync wyhash with runtime implementation
2024-10-23 Filippo Valsordacrypto/internal/fips/subtle: provide XORBytes
2024-10-23 Filippo Valsordacrypto/hmac: move implementation to crypto/internal...
2024-10-23 Filippo Valsordacrypto/sha256,crypto/sha512: move implementation to...
2024-10-23 Filippo Valsordacrypto/sha256,crypto/sha512: test fallback implementations
2024-10-23 Filippo Valsordacrypto/sha256,crypto/sha512: make assembly structure...
2024-10-23 Jes Cokencoding/json: clarify omitempty option for {array...
2024-10-23 Mauri de Souza... cmd/asm: add support for LDREXB/STREXB
2024-10-23 apocelipesos: use sync.OnceValue
2024-10-23 Youlin Fengcmd/compile: arithmetic optimization for shifts
2024-10-23 Ian Lance Taylorruntime/debug: minor cleanups after CL 384154
2024-10-23 Ian Lance Taylorruntime/debug: document ParseBuildInfo and (*BuildInfo...
2024-10-23 Robert Griesemergo/types, types2: qualify named types in error messages...
2024-10-23 Robert Griesemergo/types, types2: rename kindString to compositeKind...
2024-10-23 changwang maruntime: fix typo in error message
2024-10-22 Max Neverovgo/types: improve recursive type error message
2024-10-22 Alan Donovango/internal/typeparams: melt it down
2024-10-22 David Chasecmd/compile: discount calls to closure variables
2024-10-22 David Chasecmd/compile: tweak inlining to favor PPARAM call sites
2024-10-22 Keith Randallcmd/compile: use STP/LDP around morestack on arm64
2024-10-22 Andrey Bokhankoruntime: Check LSE support on ARM64 at runtime init
2024-10-22 limeidancmd/compile/internal/ssa: optimize if control flow...
2024-10-22 limeidancmd/compile/internal/ssa: optimize ANDconst rule of...
2024-10-22 limeidancmd/compile/internal/ssa: optimize store-zero rules...
2024-10-21 Rob Findleygo/types,types2: avoid data race to object.color_ throu...
2024-10-21 Michael Prattcmd/link,runtime: DWARF/gdb support for swiss maps
2024-10-21 Cherry Muicmd/link: reduce Wasm initial memory size
2024-10-21 Cherry Muiruntime: (re)use unused linear memory on Wasm
2024-10-21 Michael Anthony... runtime,time: use atomic.Int32 for isSending
2024-10-21 Michael Pratttest: split non-regabi stack map test
2024-10-21 1911860538html: use sync.OnceValues instead of var once sync...
2024-10-21 Alfonso Subiotto... runtime: remove linkname from memhash{32,64} functions
2024-10-21 Paul E. Murphycmd/link: fix TestTrampoline symbol name check on PPC64
2024-10-21 Jes Cokdatabase/sql: rewrite Null[T].Value method, update...
2024-10-21 Shuo Wangcmd/compile: fix the typos in genericOps.go
2024-10-21 qmuntalinternal/syscall/windows: set write access when O_TRUNC...
2024-10-21 Ian Lance Taylornet: document ctx argument to ListenConfig.Listen/Liste...
2024-10-21 Cherry Muicmd/link: on ELF, generate GNU build ID by default
2024-10-21 Cherry Muicmd/internal/buildid: skip over GNU build ID from build...
2024-10-21 Cherry Muicmd/link: apply -B UUID to external linking on Mach-O
2024-10-21 Cherry Muicmd/link: on Mach-O, generate LC_UUID by default
2024-10-21 Cherry Muicmd/internal/buildid: skip over Mach-O UUID from buildi...
2024-10-21 Cherry Muicmd/internal/macho: new package for handling mach-o...
2024-10-21 Cherry Muicmd/link: generate Mach-O UUID when -B flag is specified
2024-10-21 Michael Anthony... runtime: execute publicationBarrier in noscan case...
2024-10-21 Michael Anthony... runtime: specialize heapSetType
2024-10-21 Michael Anthony... runtime: refactor mallocgc into several independent...
2024-10-21 Michael Anthony... runtime: break out the debug.malloc codepaths into...
2024-10-21 Michael Anthony... runtime: move debug checks behind constant flag in...
2024-10-21 Michael Anthony... runtime: rename shouldhelpgc to checkGCTrigger in mallocgc
2024-10-21 Michael Anthony... runtime: recompute assistG before and after malloc
2024-10-21 Michael Anthony... runtime: use wb flag instead of gcphase for allocate...
2024-10-21 Michael Anthony... runtime: simplify mem profile checking in mallocgc
2024-10-21 Sean Liaoencoding/xml: document that embedded interfaces look...
next