aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/print.go
AgeCommit message (Expand)Author
2021-02-19runtime: print hex numbers with hex prefixes in traceback debugRuss Cox
2020-10-27cmd/compile: print pointers to go:notinheap types without converting to unsaf...Keith Randall
2018-12-19runtime: avoid write barrier in startpanic_mMichael Anthony Knyszek
2018-01-22runtime: print hexdump on traceback failureAustin Clements
2017-08-15cmd/compile: insert ' ' and \n at beginning of walkprintJosh Bleecher Snyder
2016-11-11runtime: include pre-panic/throw logs in core dumpsRhys Hiltner
2016-09-08runtime: remove maxstringMartin Möhrmann
2016-03-07runtime: eliminate unnecessary type conversionsMatthew Dempsky
2015-10-22runtime: remove unused printpc and printbyte functionsAaron Jacobs
2015-10-21runtime: make iface/eface handling more type safeMatthew Dempsky
2015-10-20runtime: add stringStructOf helper functionMatthew Dempsky
2015-10-16runtime: rename print1.go -> print.goNodir Turakulov