Age | Commit message (Expand) | Author | Files | Lines |
2022-09-06 | runtime: ignore __morestack function in runtime.Callers | Ian Lance Taylor | 1 | -1/+1 |
2020-04-06 | libgo: update to almost the 1.14.2 release | Ian Lance Taylor | 1 | -0/+36 |
2020-01-21 | libgo: update to Go1.14beta1 | Ian Lance Taylor | 1 | -19/+68 |
2019-06-03 | libgo: delay applying profile stack-frame skip until fixup | Ian Lance Taylor | 1 | -9/+1 |
2019-05-14 | libgo: reduce overhead for memory/block/mutex profiling | Ian Lance Taylor | 1 | -1/+62 |
2019-05-01 | compiler,runtime: do more direct interfaces | Ian Lance Taylor | 1 | -1/+1 |
2019-02-15 | compiler, runtime: harmonize types referenced by both C and Go | Ian Lance Taylor | 1 | -3/+3 |
2019-01-05 | runtime: prevent deadlock when profiling signal arrives during traceback | Ian Lance Taylor | 1 | -1/+1 |
2018-12-29 | runtime: prevent deadlock when profiling signal arrives in stack scan | Ian Lance Taylor | 1 | -4/+4 |
2018-02-22 | runtime: funcfileline: get missing function name from symbol table | Ian Lance Taylor | 1 | -9/+10 |
2018-02-08 | runtime: get missing function name from symbol table | Ian Lance Taylor | 1 | -2/+30 |
2018-01-24 | compiler: rationalize external symbol names | Ian Lance Taylor | 1 | -5/+6 |
2018-01-09 | libgo: update to Go1.10beta1 | Ian Lance Taylor | 1 | -2/+21 |
2017-05-10 | Big merge of changes to gofrontend repo that were postponed due to the | Ian Lance Taylor | 1 | -4/+21 |
2016-02-03 | compiler, runtime: mark stub methods, ignore them in runtime.Caller. | Ian Lance Taylor | 1 | -0/+2 |
2015-04-17 | re PR go/64999 (s390x libgo test failure in TestMemoryProfiler) | Ian Lance Taylor | 1 | -1/+14 |
2015-01-23 | re PR go/64595 (go programs abort when debug info is stripped) | Ian Lance Taylor | 1 | -0/+5 |
2014-07-19 | reflect, runtime: Use libffi closures to implement reflect.MakeFunc. | Ian Lance Taylor | 1 | -3/+5 |
2014-06-13 | re PR go/52583 (Several new go testsuite failues on Solaris) | Ian Lance Taylor | 1 | -0/+26 |
2013-12-01 | libgo: Avoid some cases of getting callers recursively. | Ian Lance Taylor | 1 | -0/+9 |
2013-10-09 | runtime: Do not report thunks and recover functions in backtrace. | Ian Lance Taylor | 1 | -0/+15 |
2013-02-02 | runtime: Correct handling of runtime.Callers skip parameter. | Ian Lance Taylor | 1 | -2/+3 |
2013-02-01 | runtime: Correct test for morestack.S. | Ian Lance Taylor | 1 | -1/+1 |
2013-01-31 | runtime: Recognize morestack.S if there is no function name. | Ian Lance Taylor | 1 | -1/+12 |
2013-01-31 | runtime: Remove confusion about split stack functions in backtrace. | Ian Lance Taylor | 1 | -2/+10 |
2013-01-31 | runtime: Don't allocate when doing a backtrace. | Ian Lance Taylor | 1 | -2/+8 |
2013-01-30 | runtime: In backtraces, get inline functions, skip split-stack fns. | Ian Lance Taylor | 1 | -11/+39 |
2013-01-24 | re PR go/46986 (Go is not supported on Darwin) | Ian Lance Taylor | 1 | -1/+1 |
2012-11-01 | compiler, runtime: More steps toward separating int and intgo. | Ian Lance Taylor | 1 | -0/+1 |
2012-09-28 | libgo: Use libbacktrace rather than debug/elf registration. | Ian Lance Taylor | 1 | -41/+33 |
2012-05-22 | runtime: Tweak runtime.Callers for Go 1 compatibility. | Ian Lance Taylor | 1 | -1/+4 |
2012-05-14 | libgo: Use -fgo-pkgpath. | Ian Lance Taylor | 1 | -1/+1 |
2012-03-07 | libgo: Implement and use runtime.Caller, runtime.Func.FileLine. | Ian Lance Taylor | 1 | -1/+11 |
2012-03-05 | runtime: Implement runtime.Callers. | Ian Lance Taylor | 1 | -0/+9 |
2012-03-02 | libgo: Update to weekly.2012-02-14 release. | Ian Lance Taylor | 1 | -0/+57 |