summaryrefslogtreecommitdiff
path: root/src/runtime
Commit message (Expand)AuthorAgeFilesLines
...
* runtime: poison the write barrier buffer during flushingAustin Clements2018-12-171-2/+6
* runtime: fix hangs in TestDebugCall*Austin Clements2018-12-172-18/+48
* syscall: remove linknames to runtime symbols for aix/ppc64Clément Chigot2018-12-141-4/+0
* syscall/js: rename js.Callback to js.FuncRichard Musiol2018-12-133-31/+30
* runtime: correct signal structs/offsets for openbsd/armJoel Sing2018-12-132-6/+10
* runtime,os,syscall,internal/poll: replace getdirentries on iOSElias Naur2018-12-136-0/+83
* runtime: pass LR to sigprof on windows/armJordan Rhee2018-12-121-1/+1
* runtime/pprof: ignore cpu profile test failures on openbsd/armJoel Sing2018-12-121-0/+4
* runtime/pprof: fix TestCPUProfileWithFork on Windows/ARMJordan Rhee2018-12-121-0/+4
* runtime: fix profiling on windows/ARMJordan Rhee2018-12-123-55/+101
* runtime: revise openbsd/arm runtime defsJoel Sing2018-12-111-10/+14
* runtime: fix CGO traceback frame countMark Pulford2018-12-104-12/+65
* runtime: fix runtime-gdb.py when switching sp valueLynn Boger2018-12-071-0/+6
* runtime: enable preemption of mark termination goroutineMichael Anthony Knyszek2018-12-071-0/+7
* runtime: print pointers being put in checkPutAustin Clements2018-12-061-6/+14
* runtime: correct isAbortPC check in isgoexceptionAlex Brainman2018-12-051-3/+18
* all: use "reports whether" consistently instead of "returns whether"Tobias Klauser2018-12-0211-12/+12
* runtime: fix heap pointer invariant rules in HACKING.mdMichael Anthony Knyszek2018-11-301-2/+4
* runtime: check more work flushing racesAustin Clements2018-11-293-17/+83
* runtime: node ordering in mTreap; adjust code to reflect description.Gergely Brautigam2018-11-291-4/+4
* runtime: improve godoc formatting of memclrNoHeapPointers commentIan Lance Taylor2018-11-261-4/+4
* cmd/link/internal/ld: remove R_ADDR relocations inside XCOFF text sectionsClément Chigot2018-11-261-0/+4
* cmd/compile: allow bodyless function if it is linkname'dKeith Randall2018-11-261-5/+0
* runtime: windows/arm fix tracebacks printed from sigpanicJordan Rhee2018-11-264-11/+22
* runtime: handle 64bits addresses for AIXClément Chigot2018-11-262-9/+39
* runtime: debug code to catch bad gcWork.putsAustin Clements2018-11-212-1/+30
* runtime: improve "P has cached GC work" debug infoAustin Clements2018-11-211-0/+13
* runtime: add arg maps for sync/atomic functions in ARM64 race modeCherry Zhang2018-11-211-0/+26
* cmd/link, runtime: add initial cgo support for ppc64majiang2018-11-203-6/+40
* runtime: don't use thread local storage before it is set up on iOSElias Naur2018-11-171-1/+1
* runtime: eliminate mheap.busy* listsAustin Clements2018-11-151-12/+6
* runtime: implement efficient page reclaimerAustin Clements2018-11-153-60/+194
* runtime: mark span when marking any object on the spanAustin Clements2018-11-153-0/+34
* runtime: record in-use spans in a page-indexed bitmapAustin Clements2018-11-151-0/+26
* runtime: track all heap arenas in a sliceAustin Clements2018-11-152-1/+31
* internal/cpu: move GODEBUGCPU options into GODEBUGMartin Möhrmann2018-11-141-4/+4
* runtime: make processor capability variable naming platform specificMartin Möhrmann2018-11-143-9/+12
* runtime: when using explicit argmap, also use arglenKeith Randall2018-11-131-0/+7
* runtime: during map delete, update entries after new last elementKeith Randall2018-11-136-4/+187
* runtime/debug: add API to read module info in binaryHana Kim2018-11-131-0/+105
* cmd,runtime: enable race detector on arm64Fangming.Fang2018-11-135-2/+449
* runtime/cgo: added missing includes for errno.h to the windows gcc stubs.Ali Rizvi-Santiago2018-11-123-0/+3
* runtime: correct ABI information for all functionsAustin Clements2018-11-124-0/+29
* runtime: avoid variable/function alias on runtime._cgo_panic_internalAustin Clements2018-11-121-2/+7
* internal/bytealg, runtime: provide linknames for pushed symbolsAustin Clements2018-11-121-0/+73
* runtime, reflect: access runtime.reflectcall directlyAustin Clements2018-11-1211-30/+2
* runtime: gofmt all improperly formatted codeMichael Anthony Knyszek2018-11-112-8/+8
* runtime: ensure m.p is never staleNikhil Benesch2018-11-102-29/+24
* all: add support for synchronous callbacks to js/wasmRichard Musiol2018-11-105-81/+120
* runtime: don't check _defer against nil twiceAinar Garipov2018-11-091-3/+1