]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-05-21 Rhys Hiltnerruntime: improve runtime-internal mutex profile tests
2024-05-21 Rhys Hiltnerruntime: remove GODEBUG=runtimecontentionstacks
2024-05-21 Rhys Hiltnerruntime: profile mutex contention during unlock
2024-05-21 Rhys Hiltnerruntime: double-link list of waiting Ms
2024-05-21 Rhys Hiltnerruntime: use semaphore structure for futex locks
2024-05-21 Rhys Hiltnerruntime: prepare for extensions to waiting M list
2024-05-21 Robert Griesemergo/types, types2: use GOEXPERIMENT to enable alias...
2024-05-21 Robert Griesemerinternal/goexperiment: add aliastypeparams GOEXPERIMENT...
2024-05-21 Kir Kolyshkinos: make FindProcess use pidfd on Linux
2024-05-21 Austin Clementsruntime: push vdsoClockgettimeSym linkname on linux...
2024-05-21 Felix Geisendörferruntime: make profstackdepth a GODEBUG option
2024-05-21 Felix Geisendörferruntime: increase profiling stack depth to 128
2024-05-21 Felix Geisendörferruntime: fix profile stack trace depth regression
2024-05-21 David du Colombiercmd/compile: disable AlignHot on plan9/386
2024-05-20 David Chasecmd/compile: add structs.HostLayout
2024-05-20 Michael Matloobcmd/vendor: pull in golang.org/x/telemetry@bf80d56
2024-05-20 Robert Griesemercmd/compile/internal/syntax: implement Pos.FileBase...
2024-05-20 Robert Griesemercmd/compile: initialize posBaseMap correctly
2024-05-20 David Chasedoc: add release notes for hot block alignment
2024-05-20 apocelipesembed: simplify the code
2024-05-20 Zxillycmd/go/internal/modget: warn -d is a no-op
2024-05-20 Tobias Klausersyscall: use internal/byteorder in plan9 directory...
2024-05-20 aimuzinternal/fmtsort: use cmp.Compare for value comparisons
2024-05-20 Lorenz Bauerencoding/binary: speed up Size
2024-05-20 Lorenz Bauerencoding/binary: add Append, Encode and Decode
2024-05-20 Michael Matloobcmd/go: add telemetry for a predefined set of GOROOT...
2024-05-20 Michael Matloobcmd/dist: set GOPROXY=off when GOPATH is set to be...
2024-05-20 Jes Cokdoc: simplify links for release notes
2024-05-20 Jayanth Krishnamurthy ppc64x: code cleanup in assembly files
2024-05-20 aimuzmaps: add All, Keys, Values, Insert, Collect
2024-05-20 Ian Lance Taylorcmd/cgo: don't force rewritten code onto a single line
2024-05-20 Ian Lance Taylorcmd/go: accept -mcmodel and -mlarge-data-threshold...
2024-05-20 guoguangwucmd/internal/telemetry: fix typo in comments
2024-05-20 Cherry Muicmd/link: add runtime.text.N symbols to macho symbol...
2024-05-18 apocelipeshash: use more internal/byteorder functions to simplify...
2024-05-18 Michael Mitchellruntime: remove unused code in (*pallocBits).findLargeN
2024-05-18 aimuznet: use stringslite package for string operations
2024-05-17 Paul E. Murphycmd/asm: on PPC64, fix assembling of FCMPO opcode
2024-05-17 Austin Clementsruntime: skip coro cgo test on platforms without cgo
2024-05-17 Austin Clementsinternal/runtime/atomic: fix missing linknames
2024-05-17 Michael Anthony... runtime: fix coro interactions with thread-locked gorou...
2024-05-17 Carlos Amedeeinternal/trace: move v2 tracer into trace directory
2024-05-17 Mauri de Souza... sync/atomic: public And/Or ops and race instrumentation
2024-05-17 Carlos Amedeeinternal/trace: remove remnanats of v1 tracer
2024-05-17 Michael Matloobcmd/go/internal/envcmd: remove duplicate env value set
2024-05-17 Carlos Amedeecmd/trace: collapse v2 directory into trace
2024-05-17 Cherry Muicmd/link: enable checklinkname by default
2024-05-17 Cherry Muiall: add push linknames to allow legacy pull linknames
2024-05-17 Robert Griesemergo/types: re-enable suppressed gcimporter tests
2024-05-17 Damien Neilnet/http: return correct error when reading from a...
2024-05-17 Jes Cokruntime: make use of stringslite.{HasPrefix, HasSuffix}
2024-05-17 Paul E. Murphycmd/compile/internal/ssa: cleanup ANDCCconst rewrite...
2024-05-17 Kir Kolyshkinos: make use of pidfd on linux
2024-05-17 qiulaidongfengcmd/go: unexport loadImport
2024-05-16 Jorropocmd/compile: fix indentation level in generic.rules
2024-05-16 Mauri de Souza... runtime: cleanup crashstack code
2024-05-16 Michael Matloobcmd/go: add go telemetry command and GOTELEMETRY, GOTEL...
2024-05-16 Robert Griesemergo/types, types2: report error for floating-point itera...
2024-05-16 Chen.Zhidongnet/http: add Pattern field in Request to return matche...
2024-05-16 Jonathan Amsterdamdoc/README.md: give example of package-less symbol...
2024-05-16 Mike Beaumontcrypto/tls: don't call tlsrsakex.IncNonDefault with...
2024-05-16 Yoann Congalcrypto/x509: fix certificate request creation with...
2024-05-16 Tobias Klausernet: fix typo in ctrlCtxFn parameter name
2024-05-16 apocelipescrypto: use byteorder to simplify consumeUint32 and...
2024-05-16 Jonathan Amsterdamdoc/next/64910.md: reword release note
2024-05-16 Rob Findleygo/ast: fix bug handling the result of yield in Preorder
2024-05-16 Jonathan Amsterdamlog/slog: handle times with undefined UnixNanos
2024-05-16 Damien Neilnet/http: simplify HTTP/1 request cancelation
2024-05-16 Damien Neilarchive/zip: treat truncated EOCDR comment as an error
2024-05-16 Jes Cokdoc: make symbol links simpler for relnotes
2024-05-16 Michael Matloobcmd/go/internal/envcmd: fix showing GODEBUG env value
2024-05-16 Alan Donovanruntime/debug: eliminate temporary variadicity from...
2024-05-16 qiulaidongfengcmd/go: add -changed to query for non-defaults in the env
2024-05-16 Alan Donovancmd/vendor/golang.org/x/telemetry: update to 9ff3ad9
2024-05-16 Jonathan Amsterdamdoc/README.md: mention adding the proposal issue
2024-05-16 Mateusz Poliwczakcrypto/x509: add text and binary marshal methods to OID
2024-05-16 Cuong Manh Lecmd/compile: add test case for using Alias types
2024-05-16 Tobias Klausermath/rand/v2: use max builtin in tests
2024-05-16 Michael Prattruntime: always update stack bounds on cgocallback
2024-05-16 Hiroaki Nakamuracmd/go/internal/script: Fix build tags of isETXTBSY
2024-05-15 Jes Coknet/http, reflect: rename Test function names
2024-05-15 Michael Matloobcmd/go: don't start upload until after toolchain selection
2024-05-15 Alan Donovango/ast: add Preorder go1.23 iterator
2024-05-15 Robert Griesemergo/types, types2: factor out type parameter access...
2024-05-15 Robert Griesemergo/types, types2: add Alias.{TypeParams, SetTypeParams...
2024-05-15 Alan Donovancmd/vendor/golang.org/x/telemetry: update to ac8fed8
2024-05-15 Alan Donovanruntime/debug: add SetCrashOutput(...CrashOptions)...
2024-05-15 Rob Findleygo/types, types2: add additional documentation for...
2024-05-15 Cherry Muicmd/link: disallow pull-only linknames
2024-05-15 Cherry Muicmd/compile: disallow linkname referring to instantiations
2024-05-15 Alan Donovanruntime: make convTstring write barrier unreachable...
2024-05-15 Michael Matloobcmd/go/internal/modload: compute direct in workspace...
2024-05-15 David Chasecmd/compile, cmd/internal: fine-grained fiddling with...
2024-05-15 Matthew Dempskycmd/compile/internal/noder: enable type aliases in...
2024-05-15 Kir Kolyshkinrun.bash: rm bumping open files soft limit
2024-05-15 Cherry Muicmd/internal/obj/x86: make SEH symbols content-addressable
2024-05-15 Cherry Muicmd/internal/obj: print symbol index at -S=3
2024-05-15 Paul E. Murphycmd/compile,cmd/asm: on PPC64, generate compares agains...
2024-05-15 Russ Coxcmd/go: add support for godebug lines in go.mod and...
2024-05-15 Paul E. Murphycmd/compile/internal/ssa: combine more shift and maskin...
next