]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-05-06 Jorropoimage/png: remove go-fuzz test
2024-05-06 Cherry Muicmd/cgo/internal/testsanitizers: add test case for...
2024-05-06 Cherry Muiruntime: don't re-raise ignored signal
2024-05-06 Michael Anthony... runtime: delete dead code in the tracer
2024-05-06 Russ Coxiter: expose fundamental types to Go 1.23
2024-05-06 qiulaidongfengruntime: parallel run test
2024-05-06 Techassicrypto/x509: include OID in duplicate extension error...
2024-05-06 khr@golang.orgcmd/compile: don't combine loads in generated equality...
2024-05-06 Filippo Valsordacrypto/internal/mlkem768: various performance optimizations
2024-05-06 Jes Cokall: make use of stringslite.{HasPrefix, HasSuffix}
2024-05-06 Jayanth Krishnamurthy hash/crc32: improve asm for ppc64SlicingUpdateBy8
2024-05-06 Mauri de Souza... runtime: add crash stack support for mips/mipsle
2024-05-05 apocelipesos: use stringslite.TrimSuffix
2024-05-05 qiulaidongfengstrconv: use stringslite.Clone
2024-05-05 qiulaidongfengtime: use stringslite.Clone
2024-05-05 qiulaidongfengunique: use stringslite.Clone
2024-05-04 Joel Singsyscall: remove references to SYS_syscall on openbsd
2024-05-04 Joel Singsyscall: reroute SYS_IOCTL and SYS_SYSCTL on openbsd
2024-05-04 Joel Singcmd/dist,internal/platform: temporarily disable race...
2024-05-04 qiulaidongfengstrings: move Clone to stringslite
2024-05-03 Paul E. Murphycmd/compile/internal/ssa: on PPC64, try combining CLRLS...
2024-05-03 Michael Matloobcmd/go: add flag values to counter for buildmode
2024-05-03 Michael Matloobcmd/go: remove checks that all counters incremented...
2024-05-03 Russ Coxinternal/bisect: use f.Function instead of f.Func.Name...
2024-05-03 apocelipesstrings: move TrimPrefix and TrimSuffix to stringslite
2024-05-03 Tobias Klauserinternal/sysinfo: use sync.OnceValue for CPUName
2024-05-03 qiulaidongfenghash/maphash: parallel run test
2024-05-03 zhangjiancmd/compile/internal/ssa: correct error message for...
2024-05-03 go101strings,bytes: improve Repeat panic messages
2024-05-03 qiulaidongfengruntime,reflect: move zeroVal to internal/abi
2024-05-03 Alan Donovancmd/vendor: update x/tools to v0.20.1-0.20240429173604...
2024-05-03 Alan Donovancmd/vet: add stdversion analyzer
2024-05-02 Olivier Menguéspec: clarify when range expression is evaluated
2024-05-02 Ian Lance Taylorcmd/go: pass -Wl,-z,nodelete for c-shared mode with...
2024-05-02 Tobias Klausernet: use stringslite.HasPrefix
2024-05-02 Russ Coxruntime: remove note about goid reuse
2024-05-02 Jorropotesting: improve the documentation around b.N
2024-05-01 Michael Matloobcmd/internal/telemetry: add NewStackCounter functions
2024-05-01 cui flitercmd/pprof: fix exception when file or path contains...
2024-04-30 Daniel MartĂ­bytes: fix up godoc link errors
2024-04-30 Jonathan Amsterdamnet/http: represent multi wildcards properly
2024-04-30 qmuntalos: use filepathlite.FromSlash
2024-04-30 qmuntalos: use filepathlite.VolumeName
2024-04-30 qmuntalos: use filepathlite.IsAbs
2024-04-30 Tobias Klauseros: use stringslite.HasPrefix
2024-04-30 The Backend... http: fix some comments typo in server.go
2024-04-30 Tobias Klausersyscall: use stringslite.Has{Prefix,Suffix}
2024-04-30 qmuntalos: remove ineffective else branch
2024-04-29 David du Colombiernet: fix lookupHost on Plan 9
2024-04-29 Jes Cokslices: reduce code nesting depth for Compact and Compa...
2024-04-29 aimuzencoding/json: optimize field sorting with slices and cmp
2024-04-29 plasmatiumtime: add notes about monotonic time paused
2024-04-29 Koya IWAMURAnet/url: improve URL.String performance
2024-04-27 Egon Elbreinternal/runtime/atomic: fix TestAnd64 and TestOr64
2024-04-27 Egon Elbretesting: use time.Since in highPrecisionTime
2024-04-27 Russ Coxmake.bash: avoid ksh bug in nogoenv
2024-04-26 Damien Neilpath/filepath, internal/filepathlite: move parts of...
2024-04-26 Damien Neilall: rename internal/safefilepath to internal/filepathlite
2024-04-26 Damien Neilstrings, internal/stringslite: lite version of strings...
2024-04-26 Egon Elbretesting: use QueryPerformanceCounter on Windows
2024-04-26 Dmitriy Matrenichevinternal/weak: remove unnecessary conversion, fix typo
2024-04-26 Jes Cokall: make use of sync.Map.Clear
2024-04-26 Jonathan Amsterdamdoc/README.md: discourage RELNOTE in CLs
2024-04-26 Damien Neilnet, os, internal/poll: test for use of sendfile
2024-04-26 Philipp Wollermannnet: fix sendfile regression with io.Copy on macOS
2024-04-26 Than McIntoshcmd/link/internal/ld: more fixes to TestElfBindNow...
2024-04-26 apocelipescompress: reordering fields to reduce struct sizes
2024-04-26 go101slices: optimize Compact and CompactFunc
2024-04-26 qmuntalbytes: skip TestNewBufferShallow if optimization is...
2024-04-26 Robert Griesemerspec: clarify prose for range over numeric range expres...
2024-04-25 Than McIntoshcmd/link/internal/ld: revised bindnow/relro test for ELF
2024-04-25 Derek Parkercmd/compile: teach dse about equivalent LocalAddrs
2024-04-25 qmuntalruntime: fix mcall unwinding on Windows
2024-04-25 Robert Griesemergo/types, types2: refactor Checker.rangeStmt for clarity
2024-04-25 guoguangwuall: fix typos in comments
2024-04-25 Robert Griesemergo/types, types2: simplify Default function
2024-04-25 Sam Thanawallacmd/go: go env GOMOD should not download newer toolchain
2024-04-25 Russ Coxtime: deflake TestChan/asynctimerchan=1 tests
2024-04-25 Robert Griesemerspec: clarify when a range expression is evaluated
2024-04-25 Jes Coknet/http: improve continue statements for tests
2024-04-25 Nigel Taoimage/jpeg: ignore garbage bytes before a RST marker
2024-04-25 Robert Griesemergo.types, types2: factor out isUntypedNumeric predicate
2024-04-24 Alan Donovango/types: add Alias.Rhs
2024-04-24 Roland Shoemakercrypto/tls: skip bogo suite on windows builders
2024-04-24 Michael Prattcmd/compile: add debug log prior to export data lookup
2024-04-24 Michael Prattcmd/compile: bail PGO method lookup on interface types
2024-04-24 Paul E. Murphycmd/internal/obj/ppc64: fix incorrect int to int64...
2024-04-24 guoguangwudoc: fix typos in docs
2024-04-24 Joe Tsaibytes: add test to ensure shallow copy of NewBuffer...
2024-04-24 Rhys Hiltnerruntime: test mutex contention stacks and counts
2024-04-23 Austin Clementssync: add examples for OnceValue and OnceValues
2024-04-23 gucio321src/buildall.bash: use grep -E instead of egrep
2024-04-23 Ian Lance Taylordebug/elf: remove incorrect doc link
2024-04-23 Ian Lance Taylorcmd/cgo/internal/test: don't skip some tests on musl
2024-04-23 racequiteall: fix some typos in comments
2024-04-23 Michael Anthony... runtime: switch to systemstack before throw in casgstatus
2024-04-23 Cherry Muicmd/compile: mark closure DUPOK if the outer function is
2024-04-22 Cherry Muiruntime: reduce stack usage for asmcgocall on PPC64
2024-04-22 Sabyrzhan Tasbolatovruntime: reduced struct sizes found via pahole
2024-04-22 Jes Coknet/http: correct error messages for TestParseSetCookie
next