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-18
runtime: always keep global reference to mp until mexit completes
Michael Pratt
2022-10-18
go,cmd,internal: update to anticipate missing targets and .a files
Michael Matloob
2022-10-18
runtime: replace all uses of CtzXX with TrailingZerosXX
Youlin Feng
2022-10-18
runtime: avoid unsafe.{Slice,String} in debuglog
Michael Pratt
2022-10-18
internal/godebug: remove dependency on os
Russ Cox
2022-10-18
runtime/internal/atomic: add write barrier-enabled pointer atomics
Russ Cox
2022-10-17
runtime/coverage: skip more tests in short mode
Than McIntosh
2022-10-17
runtime: run TestCgoSigfwd on all Unix platforms
Austin Clements
2022-10-17
runtime: improve coverage of TestCgoSigfwd
Austin Clements
2022-10-17
misc/cgo/testsigfwd: move to runtime/testprog/testprogcgo
Austin Clements
2022-10-17
runtime: remove redundant conversion
Dan Kortschak
2022-10-15
reflect: add Value.Grow
Joe Tsai
2022-10-14
runtime/internal/startlinetest: add NO_LOCAL_POINTERS macro to asm function
Cherry Mui
2022-10-14
runtime/pprof: set Function.start_line field
Michael Pratt
2022-10-14
cmd/compile,cmd/link,runtime: add start line numbers to func metadata
Michael Pratt
2022-10-14
runtime: add msan support on freebsd/amd64
Dmitri Goutnik
2022-10-12
arena: add experimental arena package
Michael Anthony Knyszek
2022-10-12
runtime: add safe arena support to the runtime
Michael Anthony Knyszek
2022-10-12
runtime: make (*mheap).sysAlloc more general
Michael Anthony Knyszek
2022-10-12
runtime: factor out GC assist credit accounting
Michael Anthony Knyszek
2022-10-12
runtime: factor out mheap span initialization
Michael Anthony Knyszek
2022-10-12
runtime: fix invalid pointer in windows/arm64 badsignal2
Bill Zissimopoulos
2022-10-12
all: prevent fakePC overflow on 386 in libfuzzer mode
Cuong Manh Le
2022-10-10
runtime: mark arenaIdx.l1 and arenaIdx.l2 methods as nosplit
Than McIntosh
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
[prev]
[next]