aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/symtab.go
AgeCommit message (Expand)Author
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
2017-04-12runtime: expand inlining iteratively in CallersFramesAustin Clements
2017-03-29runtime: include inlined calls in result of CallersFramesDavid Lazar
2017-03-06runtime: avoid repeated findmoduledatap callsAustin Clements
2017-03-03runtime: use inlining tables to generate accurate tracebacksDavid Lazar
2017-03-03cmd/compile,link: generate PC-value tables with inlining informationDavid Lazar
2017-02-27cmd/internal/obj, runtime: update funcdata commentsAustin Clements
2017-02-14runtime: speed up fastrand() % nJosh Bleecher Snyder
2017-01-25runtime: reorder modules so main.main comes firstDavid Crawshaw
2016-12-01runtime: fix incorrect comment about bitvector layoutAustin Clements
2016-11-17runtime: handle bad ftab index in symtab.goLynn Boger
2016-11-15cmd/link, runtime, plugin: versioningDavid Crawshaw
2016-11-02runtime: address comments from CL 32357David Crawshaw
2016-11-01runtime: access modules via a sliceDavid Crawshaw
2016-10-31runtime: make module typemaps visible to the GCDavid Crawshaw
2016-10-31cmd/link, plugin: use full plugin path for symbolsDavid Crawshaw
2016-10-11cmd/compile, runtime: stop padding stackmaps to 4 bytesMatthew Dempsky
2016-09-21cmd/link: split large elf text sections on ppc64xLynn Boger
2016-09-16cmd/link: -buildmode=plugin support for linuxDavid Crawshaw
2016-08-30runtime: rename fastrand1 to fastrandJosh Bleecher Snyder
2016-04-29cmd/cgo, runtime, runtime/cgo: use cgo context functionIan Lance Taylor
2016-04-13cmd/compile, etc: store method tables as offsetsDavid Crawshaw
2016-04-12cmd/link, etc: store typelinks as offsetsDavid Crawshaw
2016-03-29cmd/link: collect itablinks as a slice in moduledataMichel Lespinasse
2016-03-04runtime: fix off-by-one error finding module for PCIan Lance Taylor
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-25runtime, runtime/pprof: add Frames to get file/line for CallersIan Lance Taylor
2015-11-12runtime: break out system-specific constants into package sysMichael Matloob
2015-10-22runtime: add pcvalue cache to improve stack scan speedAustin Clements
2015-10-09runtime: remove redundant type castNodir Turakulov
2015-09-07runtime: remove unused FUNCDATA_DeadValueMapsMichael Hudson-Doyle
2015-07-23runtime: make pcln table check not trigger next to foreign codeRuss Cox
2015-07-18runtime: check for findmoduledatap returning nilIan Lance Taylor
2015-06-29runtime: fix broken arm buildsRuss Cox
2015-06-29cmd/link: record missing pcdata tables correctlyRuss Cox