aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/symtab.go
AgeCommit message (Expand)Author
2021-05-04[release-branch.go1.15] runtime: non-strict InlTreeIndex lookup in expandFina...Michael Pratt
2021-03-31[release-branch.go1.15] runtime: non-strict InlTreeIndex lookup in Frames.NextMichael Pratt
2020-06-10runtime: fix typo in FuncForPC docgo1.15beta1Rodolfo Carvalho
2020-05-06cmd/internal/obj, runtime: preempt & restart some instruction sequencesCherry Zhang
2020-04-29cmd/compile,runtime: stack maps only at calls, remove register mapsAustin Clements
2020-03-20runtime: handle empty stack in expandFinalInlineFrameKeith Randall
2020-03-05runtime/pprof: expand final stack frame to avoid truncationMichael Pratt
2020-02-18cmd/link, runtime: skip holes in func tableCherry Zhang
2019-11-02runtime: use signals to preempt Gs for suspendGAustin Clements
2019-11-02runtime: scan stacks conservatively at async safe pointsAustin Clements
2019-10-24cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-10-16Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c...Bryan C. Mills
2019-10-16cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-10-11runtime: make goroutine for wasm async events short-livedRichard Musiol
2019-10-07runtime: do not omit stack trace of goroutine that handles async eventsRichard Musiol
2019-09-23runtime: allow the Go runtime to return multiple stack frames for a single PCKeith Randall
2019-05-20runtime: In Frames.Next, delay file/line lookup until just before returnKeith Randall
2019-04-19runtime, cmd/compile: re-order PCDATA and FUNCDATA indicesJosh Bleecher Snyder
2019-03-27runtime: create library startup for aix/ppc64Clément Chigot
2019-02-26all: fix typos as reported by 'misspell'Leon Klingele
2019-01-14runtime: keep FuncForPC from crashing for PCs between functionsKeith Randall
2019-01-08runtime: make FuncForPC return the innermost inlined frameKeith Randall
2019-01-08runtime: store incremented PC in result of runtime.CallersKeith Randall
2018-12-28cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall
2018-11-09runtime: reduce linear search through pcvalue cacheJosh Bleecher Snyder
2018-10-03runtime: on a signal, set traceback address to a deferreturn callKeith Randall
2018-10-03cmd/compile,runtime: implement stack objectsKeith Randall
2018-05-22runtime: support for debugger function callsAustin Clements
2018-05-22cmd/compile, cmd/internal/obj: record register maps in binaryAustin Clements
2018-05-07runtime: replace system goroutine whitelist with symbol testAustin Clements
2018-05-01runtime: allow inlining of stackmapdataJosh Bleecher Snyder
2018-03-15runtime: identify special functions by flag instead of addressKeith Randall
2018-02-23runtime: fix a few typos in commentsJerrin Shaji George
2018-02-15runtime: speed up stack copying a littleJosh Bleecher Snyder
2017-12-01Revert "go/printer: forbid empty line before first comment in block"Joe Tsai
2017-11-13runtime: don't elide wrapper functions that call panic or at TOSAustin Clements
2017-11-02go/printer: forbid empty line before first comment in blockJoe Tsai
2017-10-13cmd/link, runtime: put hasmain bit in moduledataDavid Crawshaw
2017-10-03runtime: give modulesSlice the correct typeKeith Randall
2017-09-22runtime: hide <autogenerated> methods from call stackAustin Clements
2017-09-10cmd/go, cmd/link, cmd/dist: re-enable plugin mode on darwin/amd64Hiroshi Ioka
2017-09-09runtime, plugin: error not throw on duplicate openDavid Crawshaw
2017-08-05runtime: mark activeModules nosplit/nowritebarrierIan Lance Taylor
2017-07-15runtime: fix duplicate "the"sDaniel Morsing
2017-07-11runtime: simplify description of FuncForPC behavior in case of inliningCostin Chirvasuta
2017-07-07runtime: document FuncForPC behavior with inliningAustin Clements
2017-06-30runtime: allow calling Func.Name on nil pointerJoe Tsai
2017-06-14runtime: speed up stack copyingJosh Bleecher Snyder
2017-04-28runtime: document runtime.Frames betterAustin Clements
2017-04-17runtime: make internal CallersFrames-equivalent that doesn't escape PC sliceAustin Clements