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
2022-10-10
cmd/compile: tweak inliners handling of coverage counter updates
Than McIntosh
2022-10-07
runtime: move epoll syscalls to runtime/internal/syscall
Andrew Pogrebnoy
2022-10-05
runtime: avoid initializing MemProfileRate in init function
Wang Deyu
2022-10-05
runtime/coverage: revise/shorten function names
Than McIntosh
2022-10-05
runtime: don't jump stack if at entry of systemstack
Cherry Mui
2022-10-05
runtime/cgo: let darwin pthread stacksize follow rlimit
Youlin Feng
2022-10-04
runtime: change exit hooks test to use RaceDetectorSupported
Than McIntosh
2022-10-04
runtime/coverage: use atomic access for counter reads
Than McIntosh
2022-10-03
runtime/coverage: recognise Plan 9 error message in emitToNonexistentDir
miller
2022-10-02
all: use time.Since instead of time.Now().Sub
hopehook
2022-09-30
all: use "unix" build tag where appropriate
Tobias Klauser
2022-09-30
all: omit comparison bool constant to simplify code
cui fliter
2022-09-30
Revert "runtime: move epoll syscalls to runtime/internal/syscall"
Michael Pratt
2022-09-30
runtime: move epoll syscalls to runtime/internal/syscall
Andrew Pogrebnoy
2022-09-30
runtime/trace: skip tests if parsing fails with timestamp error
doujiang24
2022-09-29
all: use strings.Builder where appropriate
hopehook
2022-09-29
runtime/coverage: apis to emit counter data under user control
Than McIntosh
2022-09-29
runtime/coverage: improve unit tests
Than McIntosh
2022-09-28
all: fix some typos
cui fliter
2022-09-28
runtime/coverage: runtime routines to emit coverage data
Than McIntosh
2022-09-28
cmd/nm, runtime/cgo: add cgo support for freebsd/riscv64
Mikael Urankar
2022-09-28
runtime: add support for freebsd/riscv64
Mikael Urankar
2022-09-27
runtime: using bytes.CutPrefix
cuiweixie
2022-09-27
runtime/trace: add missing events for the locked g in extra M.
doujiang24
2022-09-27
runtime: add cgo guard for exit hooks test
Than McIntosh
2022-09-27
cmd/compile,cmd/link: hooks for identifying coverage counters
Than McIntosh
2022-09-26
runtime: add an exit hook facility
Than McIntosh
2022-09-26
runtime: add hook to register coverage-instrumented packages
Than McIntosh
2022-09-23
runtime/pprof: force use of 4-column profiles in pprof memprofile output
Russ Cox
2022-09-21
runtime: treat SI_TKILL like SI_USER on Linux
Ian Lance Taylor
2022-09-19
runtime: make mSpanStateBox accessors nosplit
Keith Randall
2022-09-19
cmd/compile: implement slice-to-array conversions
Matthew Dempsky
2022-09-19
runtime/pprof: set labelMap length
Sasha Melentyev
2022-09-19
Revert "runtime: treat SI_TKILL like SI_USER on Linux"
Cuong Manh Le
2022-09-17
runtime/internal/sys: make Len64 nosplit
Michael Anthony Knyszek
2022-09-17
runtime: treat SI_TKILL like SI_USER on Linux
Ian Lance Taylor
2022-09-16
runtime: tweak bgsweep "low-priority" heuristic
Michael Anthony Knyszek
2022-09-16
runtime/metrics: add /sync/mutex/wait/total:seconds metric
Michael Anthony Knyszek
2022-09-16
runtime: set G wait reason more consistently
Michael Anthony Knyszek
2022-09-16
runtime: make the wait reason for a g blocked on a mutex more specific
Michael Anthony Knyszek
2022-09-16
runtime/metrics: add CPU stats
Michael Anthony Knyszek
2022-09-16
runtime: shrink time histogram buckets
Michael Anthony Knyszek
2022-09-16
runtime: switch FreeBSD to use the non-COMPAT_FREEBSD11 version of the kevent...
Yuval Pavel Zholkover
2022-09-15
runtime: optimise memclrNoHeapPointers on riscv64
Joel Sing
2022-09-15
runtime/race: introduce subarch versioning of race syso
Keith Randall
2022-09-14
all: remove unnecessary allocations from w.WriteString(fmt.Sprint*(...)) by f...
Emmanuel T Odeke
2022-09-13
runtime: convert timer.status to atomic type
cui fliter
2022-09-13
runtime: set userForced while holding gcsema
Leonard Wang
2022-09-13
runtime: replace stringStruct with unsafe.String where appropriate
Cuong Manh Le
2022-09-09
runtime/race: also unmap memory if TestNonGoMemory fails
Tobias Klauser
[prev]
[next]