index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
Age
Commit message (
Expand
)
Author
2023-02-18
runtime/cgo: restore correct build tags for linux/mips*
Joel Sing
2023-02-17
cmd/compile: move raw writes out of write barrier code
Keith Randall
2023-02-17
runtime: remove the restriction that write barrier ptrs come in pairs
Keith Randall
2023-02-16
runtime: expose auxv for use by x/sys/cpu
Brad Fitzpatrick
2023-02-16
runtime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENT
Keith Randall
2023-02-14
runtime: check for overflow in sweep assist
Michael Anthony Knyszek
2023-02-11
runtime: Allow handling of EXCEPTION_IN_PAGE_ERROR
Max Altgelt
2023-02-10
runtime: skip darwin osinit_hack on ios
Russ Cox
2023-02-10
cmd/cgo: add -fno-stack-protector to CFLAGS (again)
Than McIntosh
2023-02-09
runtime: skip trailing wrappers in runtime_expandFinalInlineFrame
Tolyan Korniltsev
2023-02-08
runtime: correct typos
Oleksandr Redko
2023-02-08
runtime/internal/sys: remove Bswap{32|64} assembly for 386
Wayne Zuo
2023-02-07
runtime: use explicit NOFRAME on darwin/amd64
qmuntal
2023-02-06
runtime: fix cpu sample comment
Maksim Meshkov
2023-02-06
cmd/link: linker portion of dead map removal
Than McIntosh
2023-02-02
runtime: eliminate arbitrary timeout in TestCgoLockOSThreadExit
Bryan C. Mills
2023-01-31
runtime: always use LoadLibraryEx to load system libraries
qmuntal
2023-01-31
runtime/cgo: remove APPLE macros on 386, arm, and ppc64 assembly files
Cherry Mui
2023-01-31
cmd/compile: inline known-size memclrNoHeapPointers calls
Jakub Ciolek
2023-01-31
cmd/link: load host archive libc_nonshared.a for -fstack-protector
Than McIntosh
2023-01-30
reflect,runtime: add Value.Clear
Cuong Manh Le
2023-01-28
runtime: remove go119MemoryLimitSupport flag
Keith Randall
2023-01-28
runtime: remove go119ConcurrentGoroutineProfile flag
Keith Randall
2023-01-28
runtime: remove go118UseTimerCreateProfiler
Keith Randall
2023-01-26
runtime/debug: expand fuzz corpus for FuzzParseBuildInfoRoundTrip
Bryan C. Mills
2023-01-26
Revert "runtime: use explicit NOFRAME on darwin/amd64"
Quim Muntal
2023-01-26
runtime: use explicit NOFRAME on darwin/amd64
qmuntal
2023-01-25
runtime: delete unused cbctxts variable on windows assembly
qmuntal
2023-01-25
runtime: mark amd64 runtime·rt0_go as NOFRAME
qmuntal
2023-01-25
runtime/race: update race_windows_amd64.syso
Than McIntosh
2023-01-24
runtime/cgo: use //go:build lines in C and assembly files
Tobias Klauser
2023-01-24
runtime: use explicit NOFRAME on windows/amd64
qmuntal
2023-01-24
runtime: switch AMD64's publicationBarrier to ABIInternal
Jakub Ciolek
2023-01-24
runtime: remove unused badsignal2 on windows
qmuntal
2023-01-24
runtime: factor out windows sigtramp
qmuntal
2023-01-24
runtime: run TestVectoredHandlerDontCrashOnLibrary on 386 and arm64
qmuntal
2023-01-23
runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/i386
qmuntal
2023-01-23
runtime: remove duplicate check of work.full in gcMark.
j2gg0s
2023-01-23
internal/abi,runtime: refactor map constants into one place
David Chase
2023-01-23
runtime: use copy as spotted by staticcheck
Daniel Martí
2023-01-20
runtime/coverage: avoid non-test coverage profiles in test report helper
Than McIntosh
2023-01-20
cmd/internal/obj/s390x, runtime: fix breakpoint in s390x
Srinivas Pokala
2023-01-20
runtime: remove 104 byte stack guard
liu-xuewen
2023-01-20
all: fix typos in go file comments
Marcel Meyer
2023-01-19
internal/godebug: export non-default-behavior counters in runtime/metrics
Russ Cox
2023-01-19
runtime: replace panic(nil) with panic(new(runtime.PanicNilError))
Russ Cox
2023-01-19
runtime: remove arbitrary GOARCH constraints in finalizer tests
Bryan C. Mills
2023-01-16
runtime: fix performance regression in morestack_noctxt on ppc64
Archana R
2023-01-11
runtime: fix incorrect comment
zhengchaopu
2023-01-10
cmd/link, runtime: Apple libc atfork workaround take 3
Russ Cox
[next]