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
2025-03-12
runtime: remove nextSampleNoFP from plan9
Russ Cox
2025-03-11
runtime: increase GDB version testing requirement to 10 from 7.7
Than McIntosh
2025-03-11
cmd/compile, runtime: remove plan9 special case avoiding SSE
Russ Cox
2025-03-11
runtime/internal: clean up completely
Jes Cok
2025-03-11
cmd/go: allow symlinks of non-directory files in embed
Michael Matloob
2025-03-10
internal/godebugs: add decoratemappings as an opaque godebug setting
Michael Pratt
2025-03-07
crypto/internal/fips140: make Version return latest when not frozen
Filippo Valsorda
2025-03-06
cmd/compile: remove no-longer-necessary recursive inlining checks
David Chase
2025-03-06
runtime: explicitly disable async preempt for internal/runtime
Andy Pan
2025-03-05
runtime: in asan mode call __lsan_do_leak_check when exiting
Ian Lance Taylor
2025-03-04
runtime: decorate anonymous memory mappings
Lénaïc Huard
2025-03-01
runtime: add padding to m struct for 64 bit architectures
Joel Sing
2025-02-28
runtime: use ABIInternal on syscall and other sys.stuff for loong64
Xiaolin Zhao
2025-02-28
runtime: increase timeout in TestSpuriousWakeupsNeverHangSemasleep
Michael Anthony Knyszek
2025-02-26
runtime/cgo: use standard ABI call setg_gcc in crosscall1 on loong64
Guoqi Chen
2025-02-26
runtime: use correct memory barrier in exitThread function on loong64
Guoqi Chen
2025-02-26
runtime: remove ret field from gobuf
Keith Randall
2025-02-26
runtime/cgo: avoid errors from -Wdeclaration-after-statement
Ian Lance Taylor
2025-02-26
runtime: document that cleanups can run concurrently with each other
Michael Anthony Knyszek
2025-02-26
runtime/cgo: avoid errors from -Wdeclaration-after-statement
Ian Lance Taylor
2025-02-26
runtime: Added usage example for the runtime.AddCleanup() function.
Alexandr Primak
2025-02-25
runtime: route calls to msan_memmove through cgo
Ian Lance Taylor
2025-02-25
cmd/compile, runtime: optimize concatbytes
Cuong Manh Le
2025-02-25
all: use testenv.GoToolPath instead of hardcoding go
qmuntal
2025-02-25
runtime/cgo: use CreateThread instead of _beginthread
qmuntal
2025-02-25
all: surround -test.run arguments with ^$
qmuntal
2025-02-25
cmd/compile, runtime: use PC of deferreturn for panic transfer
David Chase
2025-02-25
internal/abi: use arch family instead of arch string
Keith Randall
2025-02-24
all: use testenv.Executable instead of os.Executable and os.Args[0]
qmuntal
2025-02-23
runtime: exclude allocation(s) from memmove/memclr benchmarking
Dmitrii Martynov
2025-02-19
all: implement plugin build mode for riscv64
Meng Zhuo
2025-02-19
runtime: minor mfinal.go code cleanup
Michael Anthony Knyszek
2025-02-19
weak: accept linker-allocated objects to Make
Michael Anthony Knyszek
2025-02-19
cmd/compile, runtime: use deferreturn as target PC for recover from deferrang...
David Chase
2025-02-18
runtime: add some linknames back for `github.com/bytedance/sonic`
段仪
2025-02-18
runtime: remove unused fipstls_runtime_arg0 function
qmuntal
2025-02-18
runtime: print pp.schedtick in scheddetail even when !detailed
Nicolas Hillegeer
2025-02-18
runtime: only read pp.m in schedtrace if needed
Nicolas Hillegeer
2025-02-17
runtime: check LSE support on ARM64 at runtime init
Andrey Bokhanko
2025-02-14
runtime: use return for async preemption resumption on arm64
Joel Sing
2025-02-13
runtime: fix usleep on s390x/linux
Paul Murphy
2025-02-13
runtime/debug: document DefaultGODEBUG as a BuildSetting
Sean Liao
2025-02-12
runtime: make TestSpuriousWakeupsNeverHangSemasleep more robust
Michael Anthony Knyszek
2025-02-11
runtime: update HACKING.md with execution traces and debuglog
Michael Anthony Knyszek
2025-02-11
runtime: use internal/trace/tracev2 definitions
Michael Anthony Knyszek
2025-02-10
runtime: establish happens-before between goroutine and bubble exit
Damien Neil
2025-02-07
internal/trace: refactor how experimental batches are exposed
Michael Anthony Knyszek
2025-02-06
runtime: don't duplicate reraised panic values in printpanics
Damien Neil
2025-02-06
runtime/cgo: clarify that C code must not retain pointer
Ian Lance Taylor
2025-02-05
runtime: adjust comments for auxv getAuxv
Tobias Klauser
[prev]
[next]