aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
11 dayscmd/link/internal/ld: rewrite LC_UUID for darwin external linksThan McIntosh
11 daysruntime: improve runtime-internal mutex profile testsRhys Hiltner
11 daysruntime: remove GODEBUG=runtimecontentionstacksRhys Hiltner
11 daysruntime: profile mutex contention during unlockRhys Hiltner
11 daysruntime: double-link list of waiting MsRhys Hiltner
11 daysruntime: use semaphore structure for futex locksRhys Hiltner
11 daysruntime: prepare for extensions to waiting M listRhys Hiltner
11 daysgo/types, types2: use GOEXPERIMENT to enable alias type parametersRobert Griesemer
11 daysinternal/goexperiment: add aliastypeparams GOEXPERIMENT flagRobert Griesemer
11 daysos: make FindProcess use pidfd on LinuxKir Kolyshkin
11 daysruntime: push vdsoClockgettimeSym linkname on linux/arm64Austin Clements
11 daysruntime: make profstackdepth a GODEBUG optionFelix Geisendörfer
11 daysruntime: increase profiling stack depth to 128Felix Geisendörfer
11 daysruntime: fix profile stack trace depth regressionFelix Geisendörfer
12 dayscmd/compile: disable AlignHot on plan9/386David du Colombier
12 dayscmd/compile: add structs.HostLayoutDavid Chase
12 dayscmd/vendor: pull in golang.org/x/telemetry@bf80d56Michael Matloob
12 dayscmd/compile/internal/syntax: implement Pos.FileBase method (cleanup)Robert Griesemer
12 dayscmd/compile: initialize posBaseMap correctlyRobert Griesemer
12 daysdoc: add release notes for hot block alignmentDavid Chase
12 daysembed: simplify the codeapocelipes
12 dayscmd/go/internal/modget: warn -d is a no-opZxilly
12 dayssyscall: use internal/byteorder in plan9 directory marshaling helpersTobias Klauser
12 daysinternal/fmtsort: use cmp.Compare for value comparisonsaimuz
12 daysencoding/binary: speed up SizeLorenz Bauer
12 daysencoding/binary: add Append, Encode and DecodeLorenz Bauer
12 dayscmd/go: add telemetry for a predefined set of GOROOT valuesMichael Matloob
12 dayscmd/dist: set GOPROXY=off when GOPATH is set to be in GOROOTMichael Matloob
12 daysdoc: simplify links for release notesJes Cok
12 days ppc64x: code cleanup in assembly filesJayanth Krishnamurthy
12 daysmaps: add All, Keys, Values, Insert, Collectaimuz
12 dayscmd/cgo: don't force rewritten code onto a single lineIan Lance Taylor
12 dayscmd/go: accept -mcmodel and -mlarge-data-threshold compiler flagsIan Lance Taylor
12 dayscmd/internal/telemetry: fix typo in commentsguoguangwu
12 dayscmd/link: add runtime.text.N symbols to macho symbol table in dynlink modeCherry Mui
2024-05-18hash: use more internal/byteorder functions to simplify the codeapocelipes
2024-05-18runtime: remove unused code in (*pallocBits).findLargeNMichael Mitchell
2024-05-18net: use stringslite package for string operationsaimuz
2024-05-17cmd/asm: on PPC64, fix assembling of FCMPO opcodePaul E. Murphy
2024-05-17runtime: skip coro cgo test on platforms without cgoAustin Clements
2024-05-17internal/runtime/atomic: fix missing linknamesAustin Clements
2024-05-17runtime: fix coro interactions with thread-locked goroutinesMichael Anthony Knyszek
2024-05-17internal/trace: move v2 tracer into trace directoryCarlos Amedee
2024-05-17sync/atomic: public And/Or ops and race instrumentationMauri de Souza Meneguzzo
2024-05-17internal/trace: remove remnanats of v1 tracerCarlos Amedee
2024-05-17cmd/go/internal/envcmd: remove duplicate env value setMichael Matloob
2024-05-17cmd/trace: collapse v2 directory into traceCarlos Amedee
2024-05-17cmd/link: enable checklinkname by defaultCherry Mui
2024-05-17all: add push linknames to allow legacy pull linknamesCherry Mui
2024-05-17go/types: re-enable suppressed gcimporter testsRobert Griesemer