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-12-28
[release-branch.go1.18] cmd/compile: sign-extend the 2nd argument of the Lowe...
David Chase
2022-11-25
[release-branch.go1.18] runtime: make GC see object as allocated after it is ...
Cherry Mui
2022-11-09
[release-branch.go1.18] runtime: don't jump stack if at entry of systemstack
Cherry Mui
2022-11-08
[release-branch.go1.18] runtime: fix usleep on linux/PPC64
Paul E. Murphy
2022-10-24
[release-branch.go1.18] runtime: always keep global reference to mp until mex...
Michael Pratt
2022-08-31
[release-branch.go1.18] runtime: mark morestack_noctxt SPWRITE on LR architec...
Cherry Mui
2022-08-31
[release-branch.go1.18] runtime: fix ppc64 startup on newer linux kernels
Paul E. Murphy
2022-08-29
[release-branch.go1.18] misc/cgo/testcarchive: permit SIGQUIT for TestSignalF...
Ian Lance Taylor
2022-07-25
[release-branch.go1.18] runtime: clear timerModifiedEarliest when last timer ...
Michael Pratt
2022-07-22
[release-branch.go1.18] runtime: use saved LR when unwinding through morestack
Cherry Mui
2022-07-06
[release-branch.go1.18] runtime: add race annotations to cbs.lock
Michael Pratt
2022-07-06
[release-branch.go1.18] runtime: add race annotations to metricsSema
Michael Pratt
2022-07-06
[release-branch.go1.18] runtime: store consistent total allocation stats as u...
Michael Anthony Knyszek
2022-05-09
[release-branch.go1.18] runtime: align m.procid to 8 bytes on 32-bit systems
Michael Pratt
2022-05-09
[release-branch.go1.18] runtime: support for debugger function calls on linux...
eric fang
2022-05-06
[release-branch.go1.18] runtime: don't block preemption signal in new M's or ...
Ian Lance Taylor
2022-04-04
[release-branch.go1.18] runtime: make static/dynamic startup detection work w...
Paul E. Murphy
2022-03-28
[release-branch.go1.18] runtime: call testenv.MustHaveCGO in a couple of tests
Ian Lance Taylor
2022-03-07
[release-branch.go1.18] runtime: count spill slot for frame size at finalizer...
Cherry Mui
2022-02-28
runtime: avoid cgo_unsafe_args for syscall.syscall functions on darwin/arm64
Cherry Mui
2022-02-25
runtime/internal/atomic: set SP delta correctly for 64-bit atomic functions o...
Cherry Mui
2022-02-22
crypto/x509, runtime: fix occasional spurious “certificate is expired”
Russ Cox
2022-02-19
testdata: fix typo in comment
hopehook
2022-02-18
runtime: save some stack space for racecall on ARM64
Cherry Mui
2022-02-18
runtime: define racefuncenter and racefuncexit as ABIInternal
Cherry Mui
2022-02-15
runtime: enable sigPerThreadSyscall handling on android
Michael Pratt
2022-02-15
runtime, syscall: reimplement AllThreadsSyscall using only signals.
Michael Pratt
2022-02-15
runtime/internal/syscall: new package for linux
Michael Pratt
2022-02-15
runtime: move doAllThreadsSyscall to os_linux.go
Michael Pratt
2022-02-11
cmd/compile, runtime: use unwrapped PC for goroutine creation tracing
Cherry Mui
2022-02-11
runtime: skip TestSegv/SegvInCgo failures with "runtime: unknown pc"
Bryan C. Mills
2022-02-11
runtime: update TestGdbBacktrace skips for known GDB bugs
Bryan C. Mills
2022-02-10
runtime: make piController much more defensive about overflow
Michael Anthony Knyszek
2022-02-10
runtime/pprof: remove arbitrary sleeps in TestBlockProfile
Bryan C. Mills
2022-02-10
runtime: simplify histogram buckets considerably
Michael Anthony Knyszek
2022-02-09
runtime/debug: replace (*BuildInfo).Marshal methods with Parse and String
Bryan C. Mills
2022-02-09
runtime: AES maphash scramble 3 times on 386
Meng Zhuo
2022-02-08
runtime: fix an error message in TestCrashDumpsAllThreads
Cherry Mui
2022-02-08
runtime: restore old mp.fastrand initialization
Ian Lance Taylor
2022-02-08
runtime: skip TestGdbBacktrace flakes matching a known GDB internal error
Bryan C. Mills
2022-02-07
runtime: don't assume that 0.25 * 100 is representable as int
Ian Lance Taylor
2022-02-05
runtime: change sys.PtrSize to goarch.PtrSize in comments
Ian Lance Taylor
2022-02-03
runtime: regression test for issue 50936
Michael Pratt
2022-02-03
runtime: skip TestSegv failures with "morestack on g0" on darwin/amd64
Bryan C. Mills
2022-02-02
runtime: update _defer comment to not mention freedefer
Ian Lance Taylor
2022-01-31
Revert "runtime: normalize sigprof traceback flags"
Michael Pratt
2022-01-31
runtime: mgcmark.go typo fix: gorountine -> goroutine.
doujiang24
2022-01-24
runtime: replace TestFutexsleep with TestTimediv
Michael Pratt
2022-01-24
runtime: call fflush before exiting in C test
Austin Clements
2022-01-21
runtime/pprof: TestLabelSystemstack parallelLabelHog.func1 must be labeled
Michael Pratt
[next]