]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2025-03-14 Maciej Żokcmd/go: enable fuzz testing on OpenBSD
2025-03-14 Meng Zhuodebug/elf: add riscv attributes definitions
2025-03-14 1911860538time: optimize quote using byte(c) for ASCII
2025-03-14 Joel Singtest/codegen: tighten the TrailingZeros64 test on 386
2025-03-14 Michael Prattruntime: only set isExtraInC if there are no Go frames...
2025-03-14 Roland Shoemakerencoding/asn1: make sure implicit fields roundtrip
2025-03-14 Keith Randallcmd/compile: don't move nilCheck operations during...
2025-03-14 Xiaolin Zhaocmd/internal/obj/loong64: add {V,XV}{FSQRT/FRECIP/FRSQR...
2025-03-13 Roland Shoemakercrypto/x509: change how we retrieve chains on darwin
2025-03-13 Roland Shoemakercrypto/x509,ecoding/asn1: better handling of weird...
2025-03-13 qmuntalcrypto/tls/internal/fips140tls: use crypto/fips140
2025-03-13 Filippo Valsordacrypto/tls: relax native FIPS 140-3 mode
2025-03-13 Filippo Valsordacrypto/tls: clean up supported/default/allowed parameters
2025-03-13 Holger Hans... cmd/go: permit additional cflags when compiling
2025-03-13 Filippo Valsordacrypto/tls: add ConnectionState.CurveID
2025-03-13 Filippo Valsordacrypto/tls: allow P-521 in FIPS 140-3 mode and Go+Borin...
2025-03-13 Michael Matloobdoc/next: add release note for new toolchain line behavior
2025-03-13 Jes Cokcmd/go/internal/load,cmd/link/internal/ld: use objabi...
2025-03-13 Tobias Klausersyscall: use testing.T.Context
2025-03-13 Joel Singtest/codegen: remove plan9/amd64 specific array zeroing...
2025-03-13 Than McIntoshcmd/internal/dwarf: always use AT_ranges for scopes...
2025-03-13 Than McIntoshdoc/next: add tentative DWARF 5 release note fragment
2025-03-13 Joel Singcmd/link: only check PIE size difference when the linkm...
2025-03-13 Xiaolin Zhaocmd/compile: simplify bounded shift on loong64
2025-03-13 Xiaolin Zhaocmd/internal/obj/loong64: add {V,XV}DIV{B/H/W/V}[U...
2025-03-12 Luca Maltagliatimime/multipart: add helper to build content-disposition...
2025-03-12 Michael Matloobcmd/go: don't write own toolchain line when updating...
2025-03-12 Brad Fitzpatricknet: deflake recently added TestCloseUnblocksReadUDP
2025-03-12 Than McIntoshcmd/internal/dwarf: fix bug in inlined func DIE range...
2025-03-12 Aoanglog/slog: optimize appendKey to reduce allocations
2025-03-12 Joel Singcmd/compile/internal/ssagen: use an alias for math...
2025-03-12 Russ Coxmath/big: update calibration tests and recalibrate
2025-03-12 Russ Coxruntime: remove nextSampleNoFP from plan9
2025-03-12 Russ Coxmath/big: simplify, speed up Karatsuba multiplication
2025-03-12 Russ Coxcmd/compile: remove noDuffDevice
2025-03-12 Russ Coxcmd/compile: use FMA on plan9, and drop UseFMA
2025-03-12 Russ Coxcmd/compile: remove useSSE
2025-03-12 Jorropocmd/compile: compute bitsize from type size in prove...
2025-03-12 Jorropocmd/compile: add constant folding for bits.Add64
2025-03-12 Jorropocmd/compile: add MakeTuple generic SSA op to remove...
2025-03-12 Jorropocmd/compile: compute bits.OnesCount's limits from argum...
2025-03-12 Than McIntoshruntime: increase GDB version testing requirement to...
2025-03-12 Than McIntoshinternal/buildcfg: fix typo in DWARF 5 enabling code
2025-03-12 Jorropocmd/compile: set bits.OnesCount's limits to [0, 64]
2025-03-12 Jorropocmd/compile: use min & max builtins to assert constant...
2025-03-12 Jorropocmd/compile: compute min's & max's limits from argument...
2025-03-12 Guoqi Cheninternal/cpu: use correct variable when parsing CPU...
2025-03-12 Ian Lance Taylorcmd/internal/script/scripttest: use GOHOSTARCH to find...
2025-03-12 Guoqi Cheninternal/bytealg: optimize Count{,String} in loong64
2025-03-12 Than McIntoshinternal/buildcfg: enable DWARF version 5 by default
2025-03-11 cuishuangcmp: add examples for Compare and Less
2025-03-11 Sean Liaoarchive/zip: error on ReadDir if there are invalid...
2025-03-11 Ian Lance Taylornet/http: document Redirect behavior for non-ASCII...
2025-03-11 Michael Prattall: move //go:debug decoratemappings=0 test to cmd/go
2025-03-11 qmuntalos: add more File.WriteAt tests
2025-03-11 Xiaolin Zhaocmd/internal/obj/loong64: add {V,XV}MUL{B/H/W/V} and...
2025-03-11 Alexander Musmancmd/compile: Enable inlining of tail calls
2025-03-11 Russ Coxcmd/compile, runtime: remove plan9 special case avoidin...
2025-03-11 Jorropocmd/compile: add constant folding for PopCount
2025-03-11 Örjan Forslog/slog: use consistent call depth for all output
2025-03-11 1911860538net/mail: use sync.OnceValue to build dateLayouts
2025-03-11 Jes Cokruntime/internal: clean up completely
2025-03-11 Brad Fitzpatricknet: unblock UDP Reads upon Close on plan9, add test
2025-03-11 Than McIntoshdebug/dwarf: read DWARF 5 cu base offsets on SeekPC...
2025-03-11 Michael Matloobcmd/go: allow symlinks of non-directory files in embed
2025-03-11 Robert Griesemergo/types, types2: report better error messages for...
2025-03-11 Robert Griesemergo/types, types2: report better error messages for...
2025-03-11 Robert Griesemergo/types, types2: remove need for coreString in signatu...
2025-03-11 Robert Griesemergo/types, types2: better error messages for copy built-in
2025-03-11 Guoqi Chencmd/internal/obj/loong64: add {V,XV}SEQI, {V,XV}.{AND...
2025-03-11 Xiaolin Zhaocmd/compile: optimize shifts of int32 and uint32 on...
2025-03-10 Sean Liaotesting: warn against calling Log after a test completes
2025-03-10 Daniel McCarneycrypto/tls: reject TLS 1.3 compat session ID in TLS 1.2
2025-03-10 Daniel McCarneycrypto/tls: align cert decode alert w/ BSSL
2025-03-10 Daniel McCarneycrypto/tls: update GREASE-Server-TLS13 BoGo skip
2025-03-10 Daniel McCarneycrypto/tls: support bogo -wait-for-debugger
2025-03-10 Daniel McCarneycrypto/tls: ignore TLS 1.3 user canceled alerts
2025-03-10 Daniel McCarneycrypto/tls: run SkipNewSessionTicket bogo test
2025-03-10 Prabhav Dograinternal/runtime/atomic: updated go assembler comments
2025-03-10 Daniel McCarneycrypto/tls: reject empty TLS 1.3 session ticket
2025-03-10 Michael Matloobcmd/go/internal/mmap: close file after mmap
2025-03-10 Than McIntoshcmd/cgo/internal/testsanitizers: bump GCC version for...
2025-03-10 Than McIntoshdebug/dwarf: fix problem with DWARF 5 and Seek method
2025-03-10 Than McIntoshdebug/dwarf: refactor entry DIE reading helper
2025-03-10 Michael Prattinternal/godebugs: add decoratemappings as an opaque...
2025-03-10 Gustedcrypto/pbkdf2: fix code example for Key
2025-03-10 Damien Neilnet/http/httputil: close hijacked connections when...
2025-03-07 Daniel McCarneycrypto/tls: small bogo shim test tidying
2025-03-07 Tobias Klauseros: remove unused testingForceReadDirLstat
2025-03-07 Filippo Valsordacrypto/internal/fips140: make Version return latest...
2025-03-07 Olivier Menguécompress/flate,compress/lzw: fix incorrect godoc links
2025-03-07 Filippo Valsordacrypto/internal/fips140/bigmod: explicitly clear expand...
2025-03-07 linmaolintext/template: add an if func example
2025-03-07 Olivier Menguéarchive/zip: preallocate fileList size for Reader.Open
2025-03-07 Rob Findleygo/types,types2: allocate the used* maps in initFiles
2025-03-06 Ian Lance Taylornet: add comment about blocking to Conn.Close
2025-03-06 Robert Griesemergo/types, types2: factor out shared for-range checking...
2025-03-06 Robert Griesemergo/types, types2: rename errorCause to typeError
2025-03-06 Robert Griesemergo/types, types2: use errorCause instead of reportf...
2025-03-06 Robert Griesemergo/types, types2: better error messages for invalid...
next