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
2018-12-18
runtime: use QPC for nanotime and time.now on windows/arm
go1.12beta1
Jordan Rhee
2018-12-18
runtime: call mmap with MAP_FIXED on BSDs in race mode
Michael Anthony Knyszek
2018-12-18
runtime: fix backtrace during C syscalls for aix/ppc64
Clément Chigot
2018-12-18
runtime: flush on every write barrier while debugging
Austin Clements
2018-12-18
runtime,cmd/dist,cmd/link: add cgo support on openbsd/arm
Joel Sing
2018-12-17
runtime: allocate from free and scav fairly
Michael Anthony Knyszek
2018-12-17
runtime: add iterator abstraction for mTreap
Michael Anthony Knyszek
2018-12-17
runtime: fix sysUsed for Windows
Michael Anthony Knyszek
2018-12-17
runtime: capture pause stack for late gcWork put debugging
Austin Clements
2018-12-17
runtime: make traceback indicate whether _defer was just allocated
Austin Clements
2018-12-17
runtime: record extra information in throwOnGCWork crashes
Austin Clements
2018-12-17
runtime: poison the write barrier buffer during flushing
Austin Clements
2018-12-17
runtime: fix hangs in TestDebugCall*
Austin Clements
2018-12-14
syscall: remove linknames to runtime symbols for aix/ppc64
Clément Chigot
2018-12-13
syscall/js: rename js.Callback to js.Func
Richard Musiol
2018-12-13
runtime: correct signal structs/offsets for openbsd/arm
Joel Sing
2018-12-13
runtime,os,syscall,internal/poll: replace getdirentries on iOS
Elias Naur
2018-12-12
runtime: pass LR to sigprof on windows/arm
Jordan Rhee
2018-12-12
runtime/pprof: ignore cpu profile test failures on openbsd/arm
Joel Sing
2018-12-12
runtime/pprof: fix TestCPUProfileWithFork on Windows/ARM
Jordan Rhee
2018-12-12
runtime: fix profiling on windows/ARM
Jordan Rhee
2018-12-11
runtime: revise openbsd/arm runtime defs
Joel Sing
2018-12-10
runtime: fix CGO traceback frame count
Mark Pulford
2018-12-07
runtime: fix runtime-gdb.py when switching sp value
Lynn Boger
2018-12-07
runtime: enable preemption of mark termination goroutine
Michael Anthony Knyszek
2018-12-06
runtime: print pointers being put in checkPut
Austin Clements
2018-12-05
runtime: correct isAbortPC check in isgoexception
Alex Brainman
2018-12-02
all: use "reports whether" consistently instead of "returns whether"
Tobias Klauser
2018-11-30
runtime: fix heap pointer invariant rules in HACKING.md
Michael Anthony Knyszek
2018-11-29
runtime: check more work flushing races
Austin Clements
2018-11-29
runtime: node ordering in mTreap; adjust code to reflect description.
Gergely Brautigam
2018-11-26
runtime: improve godoc formatting of memclrNoHeapPointers comment
Ian Lance Taylor
2018-11-26
cmd/link/internal/ld: remove R_ADDR relocations inside XCOFF text sections
Clément Chigot
2018-11-26
cmd/compile: allow bodyless function if it is linkname'd
Keith Randall
2018-11-26
runtime: windows/arm fix tracebacks printed from sigpanic
Jordan Rhee
2018-11-26
runtime: handle 64bits addresses for AIX
Clément Chigot
2018-11-21
runtime: debug code to catch bad gcWork.puts
Austin Clements
2018-11-21
runtime: improve "P has cached GC work" debug info
Austin Clements
2018-11-21
runtime: add arg maps for sync/atomic functions in ARM64 race mode
Cherry Zhang
2018-11-20
cmd/link, runtime: add initial cgo support for ppc64
majiang
2018-11-17
runtime: don't use thread local storage before it is set up on iOS
Elias Naur
2018-11-15
runtime: eliminate mheap.busy* lists
Austin Clements
2018-11-15
runtime: implement efficient page reclaimer
Austin Clements
2018-11-15
runtime: mark span when marking any object on the span
Austin Clements
2018-11-15
runtime: record in-use spans in a page-indexed bitmap
Austin Clements
2018-11-15
runtime: track all heap arenas in a slice
Austin Clements
2018-11-14
internal/cpu: move GODEBUGCPU options into GODEBUG
Martin Möhrmann
2018-11-14
runtime: make processor capability variable naming platform specific
Martin Möhrmann
2018-11-13
runtime: when using explicit argmap, also use arglen
Keith Randall
2018-11-13
runtime: during map delete, update entries after new last element
Keith Randall
[next]