aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2018-12-18runtime: use QPC for nanotime and time.now on windows/armgo1.12beta1Jordan Rhee
2018-12-18runtime: call mmap with MAP_FIXED on BSDs in race modeMichael Anthony Knyszek
2018-12-18runtime: fix backtrace during C syscalls for aix/ppc64Clément Chigot
2018-12-18runtime: flush on every write barrier while debuggingAustin Clements
2018-12-18runtime,cmd/dist,cmd/link: add cgo support on openbsd/armJoel Sing
2018-12-17runtime: allocate from free and scav fairlyMichael Anthony Knyszek
2018-12-17runtime: add iterator abstraction for mTreapMichael Anthony Knyszek
2018-12-17runtime: fix sysUsed for WindowsMichael Anthony Knyszek
2018-12-17runtime: capture pause stack for late gcWork put debuggingAustin Clements
2018-12-17runtime: make traceback indicate whether _defer was just allocatedAustin Clements
2018-12-17runtime: record extra information in throwOnGCWork crashesAustin Clements
2018-12-17runtime: poison the write barrier buffer during flushingAustin Clements
2018-12-17runtime: fix hangs in TestDebugCall*Austin Clements
2018-12-14syscall: remove linknames to runtime symbols for aix/ppc64Clément Chigot
2018-12-13syscall/js: rename js.Callback to js.FuncRichard Musiol
2018-12-13runtime: correct signal structs/offsets for openbsd/armJoel Sing
2018-12-13runtime,os,syscall,internal/poll: replace getdirentries on iOSElias Naur
2018-12-12runtime: pass LR to sigprof on windows/armJordan Rhee
2018-12-12runtime/pprof: ignore cpu profile test failures on openbsd/armJoel Sing
2018-12-12runtime/pprof: fix TestCPUProfileWithFork on Windows/ARMJordan Rhee
2018-12-12runtime: fix profiling on windows/ARMJordan Rhee
2018-12-11runtime: revise openbsd/arm runtime defsJoel Sing
2018-12-10runtime: fix CGO traceback frame countMark Pulford
2018-12-07runtime: fix runtime-gdb.py when switching sp valueLynn Boger
2018-12-07runtime: enable preemption of mark termination goroutineMichael Anthony Knyszek
2018-12-06runtime: print pointers being put in checkPutAustin Clements
2018-12-05runtime: correct isAbortPC check in isgoexceptionAlex Brainman
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-11-30runtime: fix heap pointer invariant rules in HACKING.mdMichael Anthony Knyszek
2018-11-29runtime: check more work flushing racesAustin Clements
2018-11-29runtime: node ordering in mTreap; adjust code to reflect description.Gergely Brautigam
2018-11-26runtime: improve godoc formatting of memclrNoHeapPointers commentIan Lance Taylor
2018-11-26cmd/link/internal/ld: remove R_ADDR relocations inside XCOFF text sectionsClément Chigot
2018-11-26cmd/compile: allow bodyless function if it is linkname'dKeith Randall
2018-11-26runtime: windows/arm fix tracebacks printed from sigpanicJordan Rhee
2018-11-26runtime: handle 64bits addresses for AIXClément Chigot
2018-11-21runtime: debug code to catch bad gcWork.putsAustin Clements
2018-11-21runtime: improve "P has cached GC work" debug infoAustin Clements
2018-11-21runtime: add arg maps for sync/atomic functions in ARM64 race modeCherry Zhang
2018-11-20cmd/link, runtime: add initial cgo support for ppc64majiang
2018-11-17runtime: don't use thread local storage before it is set up on iOSElias Naur
2018-11-15runtime: eliminate mheap.busy* listsAustin Clements
2018-11-15runtime: implement efficient page reclaimerAustin Clements
2018-11-15runtime: mark span when marking any object on the spanAustin Clements
2018-11-15runtime: record in-use spans in a page-indexed bitmapAustin Clements
2018-11-15runtime: track all heap arenas in a sliceAustin Clements
2018-11-14internal/cpu: move GODEBUGCPU options into GODEBUGMartin Möhrmann
2018-11-14runtime: make processor capability variable naming platform specificMartin Möhrmann
2018-11-13runtime: when using explicit argmap, also use arglenKeith Randall
2018-11-13runtime: during map delete, update entries after new last elementKeith Randall