aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2023-02-18runtime/cgo: restore correct build tags for linux/mips*Joel Sing
2023-02-17cmd/compile: move raw writes out of write barrier codeKeith Randall
2023-02-17runtime: remove the restriction that write barrier ptrs come in pairsKeith Randall
2023-02-16runtime: expose auxv for use by x/sys/cpuBrad Fitzpatrick
2023-02-16runtime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENTKeith Randall
2023-02-14runtime: check for overflow in sweep assistMichael Anthony Knyszek
2023-02-11runtime: Allow handling of EXCEPTION_IN_PAGE_ERRORMax Altgelt
2023-02-10runtime: skip darwin osinit_hack on iosRuss Cox
2023-02-10cmd/cgo: add -fno-stack-protector to CFLAGS (again)Than McIntosh
2023-02-09runtime: skip trailing wrappers in runtime_expandFinalInlineFrameTolyan Korniltsev
2023-02-08runtime: correct typosOleksandr Redko
2023-02-08runtime/internal/sys: remove Bswap{32|64} assembly for 386Wayne Zuo
2023-02-07runtime: use explicit NOFRAME on darwin/amd64qmuntal
2023-02-06runtime: fix cpu sample commentMaksim Meshkov
2023-02-06cmd/link: linker portion of dead map removalThan McIntosh
2023-02-02runtime: eliminate arbitrary timeout in TestCgoLockOSThreadExitBryan C. Mills
2023-01-31runtime: always use LoadLibraryEx to load system librariesqmuntal
2023-01-31runtime/cgo: remove APPLE macros on 386, arm, and ppc64 assembly filesCherry Mui
2023-01-31cmd/compile: inline known-size memclrNoHeapPointers callsJakub Ciolek
2023-01-31cmd/link: load host archive libc_nonshared.a for -fstack-protectorThan McIntosh
2023-01-30reflect,runtime: add Value.ClearCuong Manh Le
2023-01-28runtime: remove go119MemoryLimitSupport flagKeith Randall
2023-01-28runtime: remove go119ConcurrentGoroutineProfile flagKeith Randall
2023-01-28runtime: remove go118UseTimerCreateProfilerKeith Randall
2023-01-26runtime/debug: expand fuzz corpus for FuzzParseBuildInfoRoundTripBryan C. Mills
2023-01-26Revert "runtime: use explicit NOFRAME on darwin/amd64"Quim Muntal
2023-01-26runtime: use explicit NOFRAME on darwin/amd64qmuntal
2023-01-25runtime: delete unused cbctxts variable on windows assemblyqmuntal
2023-01-25runtime: mark amd64 runtime·rt0_go as NOFRAMEqmuntal
2023-01-25runtime/race: update race_windows_amd64.sysoThan McIntosh
2023-01-24runtime/cgo: use //go:build lines in C and assembly filesTobias Klauser
2023-01-24runtime: use explicit NOFRAME on windows/amd64qmuntal
2023-01-24runtime: switch AMD64's publicationBarrier to ABIInternalJakub Ciolek
2023-01-24runtime: remove unused badsignal2 on windowsqmuntal
2023-01-24runtime: factor out windows sigtrampqmuntal
2023-01-24runtime: run TestVectoredHandlerDontCrashOnLibrary on 386 and arm64qmuntal
2023-01-23runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/i386qmuntal
2023-01-23runtime: remove duplicate check of work.full in gcMark.j2gg0s
2023-01-23internal/abi,runtime: refactor map constants into one placeDavid Chase
2023-01-23runtime: use copy as spotted by staticcheckDaniel Martí
2023-01-20runtime/coverage: avoid non-test coverage profiles in test report helperThan McIntosh
2023-01-20cmd/internal/obj/s390x, runtime: fix breakpoint in s390xSrinivas Pokala
2023-01-20runtime: remove 104 byte stack guardliu-xuewen
2023-01-20all: fix typos in go file commentsMarcel Meyer
2023-01-19internal/godebug: export non-default-behavior counters in runtime/metricsRuss Cox
2023-01-19runtime: replace panic(nil) with panic(new(runtime.PanicNilError))Russ Cox
2023-01-19runtime: remove arbitrary GOARCH constraints in finalizer testsBryan C. Mills
2023-01-16runtime: fix performance regression in morestack_noctxt on ppc64Archana R
2023-01-11runtime: fix incorrect commentzhengchaopu
2023-01-10cmd/link, runtime: Apple libc atfork workaround take 3Russ Cox