aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-runtime-error.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-07compiler, runtime: stop using __go_runtime_errorIan Lance Taylor1-124/+0
2019-08-20compiler, runtime: implement shifts by signed amountsIan Lance Taylor1-1/+7
2019-05-31compiler: optimize append of makeIan Lance Taylor1-9/+15
2019-01-29runtime: use the call instruction's PC for panic-in-runtime detectionIan Lance Taylor1-1/+1
2018-09-24libgo: update to Go 1.11Ian Lance Taylor1-0/+13
2018-01-10re PR c/82922 (Request: add -Wstrict-prototypes to -Wextra as K&R style is ob...Ian Lance Taylor1-1/+1
2017-06-22compiler, runtime: better stack trace for `go f()` where f is nilIan Lance Taylor1-1/+10
2012-11-01compiler, runtime: More steps toward separating int and intgo.Ian Lance Taylor1-1/+1
2012-04-20compiler, runtime: Add explicit checks for zero and overflow division.Ian Lance Taylor1-1/+7
2011-11-30runtime: Copy runtime_panicstring from master library.Ian Lance Taylor1-8/+8
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+84