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-31
runtime: fix plan9 monotonic time, crypto randomness
Russ Cox
2025-03-30
internal/runtime/maps: speed up small map lookups ~1.7x for unpredictable keys
thepudds
2025-03-27
maps: implement faster clone
Keith Randall
2025-03-26
runtime: optimizing memclrNoHeapPointers implementation using SIMD on loong64
Guoqi Chen
2025-03-24
runtime: rename runfinq to runFinalizersAndCleanups
Michael Pratt
2025-03-24
runtime: always show runfinq in traceback
Michael Pratt
2025-03-21
runtime: deduplicate context call injection on Windows
qmuntal
2025-03-21
runtime: fix interactions between synctest, race detector, and timers
Damien Neil
2025-03-20
runtime/race: fix reversed conditional in test for fatal map access
Damien Neil
2025-03-20
runtime/race: don't complain about unrun tests when fatal map access happens
Damien Neil
2025-03-20
all: use exec.Command.String in test logs
qmuntal
2025-03-19
runtime/race: detect when TestRace fails to run all tests, skip failures
Damien Neil
2025-03-19
runtime: in asan mode unregister root regions on free
Florian Zenker
2025-03-18
runtime, time: don't use monotonic clock inside synctest bubbles
Damien Neil
2025-03-17
runtime: add function runtime.cgoSigtramp support on loong64 and enable cgo-t...
limeidan
2025-03-17
runtime, runtime/cgo: use libc for sigaction syscalls when cgo is enabled on ...
limeidan
2025-03-17
runtime: skip TestCgoCallbackPprof on platforms with broken profiling
Michael Pratt
2025-03-15
runtime: log profile when mutex profile test fails
Rhys Hiltner
2025-03-14
runtime: only set isExtraInC if there are no Go frames left
Michael Pratt
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
[prev]
[next]