summaryrefslogtreecommitdiff
path: root/src/runtime/print.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: avoid write barrier in startpanic_mMichael Anthony Knyszek2018-12-191-1/+6
* runtime: print hexdump on traceback failureAustin Clements2018-01-221-0/+53
* cmd/compile: insert ' ' and \n at beginning of walkprintJosh Bleecher Snyder2017-08-151-9/+9
* runtime: include pre-panic/throw logs in core dumpsRhys Hiltner2016-11-111-1/+35
* runtime: remove maxstringMartin Möhrmann2016-09-081-4/+0
* runtime: eliminate unnecessary type conversionsMatthew Dempsky2016-03-071-1/+1
* runtime: remove unused printpc and printbyte functionsAaron Jacobs2015-10-221-8/+0
* runtime: make iface/eface handling more type safeMatthew Dempsky2015-10-211-6/+4
* runtime: add stringStructOf helper functionMatthew Dempsky2015-10-201-2/+2
* runtime: rename print1.go -> print.goNodir Turakulov2015-10-161-0/+231