Age | Commit message (Expand) | Author | Files | Lines |
2020-12-30 | libgo: update to Go1.16beta1 release | Ian Lance Taylor | 1 | -4/+3 |
2020-01-21 | libgo: update to Go1.14beta1 | Ian Lance Taylor | 1 | -8/+33 |
2019-05-14 | libgo: reduce overhead for memory/block/mutex profiling | Ian Lance Taylor | 1 | -6/+12 |
2019-02-15 | compiler, runtime: harmonize types referenced by both C and Go | Ian Lance Taylor | 1 | -2/+2 |
2019-01-05 | runtime: prevent deadlock when profiling signal arrives during traceback | Ian Lance Taylor | 1 | -1/+8 |
2018-09-24 | libgo: update to Go 1.11 | Ian Lance Taylor | 1 | -11/+0 |
2018-06-28 | runtime: don't stat a NULL filename | Ian Lance Taylor | 1 | -1/+1 |
2018-02-22 | runtime: funcfileline: get missing function name from symbol table | Ian Lance Taylor | 1 | -3/+11 |
2017-10-11 | runtime: fix issues on AIX about uintptr(_t) | Ian Lance Taylor | 1 | -1/+1 |
2017-07-21 | runtime: don't use runtime_lock in __go_get_backtrace_state | Ian Lance Taylor | 1 | -3/+11 |
2016-10-14 | runtime: just do file/line lookup in C, move Func to Go | Ian Lance Taylor | 1 | -96/+19 |
2016-09-29 | runtime: copy runtime.go and runtime1.go from Go 1.7 | Ian Lance Taylor | 1 | -2/+10 |
2016-07-22 | libgo: update to go1.7rc3 | Ian Lance Taylor | 1 | -4/+56 |
2015-05-05 | re PR go/66016 (Accessing nil Func's name results in crash) | Ian Lance Taylor | 1 | -0/+2 |
2015-04-17 | re PR go/65798 (runtime.Caller returns ok=true when return data is invalid) | Ian Lance Taylor | 1 | -1/+1 |
2015-03-09 | re PR go/65349 (go tool crashes, can't compile go code on 32bit linux systems) | Ian Lance Taylor | 1 | -30/+6 |
2014-08-02 | re PR other/61895 (libbacktrace crashes with bus error with empty file argv[0]) | Ian Lance Taylor | 1 | -0/+12 |
2014-07-19 | reflect, runtime: Use libffi closures to implement reflect.MakeFunc. | Ian Lance Taylor | 1 | -1/+1 |
2013-11-19 | runtime: Update for change to libbacktrace library. | Ian Lance Taylor | 1 | -1/+1 |
2013-11-14 | runtime: Don't use filename without '/' for backtrace library. | Ian Lance Taylor | 1 | -0/+7 |
2013-11-06 | libgo: Update to October 24 version of master library. | Ian Lance Taylor | 1 | -0/+20 |
2013-01-30 | runtime: In backtraces, get inline functions, skip split-stack fns. | Ian Lance Taylor | 1 | -5/+5 |
2013-01-24 | re PR go/46986 (Go is not supported on Darwin) | Ian Lance Taylor | 1 | -3/+3 |
2012-11-01 | compiler, runtime: More steps toward separating int and intgo. | Ian Lance Taylor | 1 | -30/+28 |
2012-10-08 | runtime: Fix __go_symbol_value val argument to backtrace_syminfo. | Ian Lance Taylor | 1 | -1/+1 |
2012-10-05 | runtime: Use argv[0] to get executable name for backtrace. | Ian Lance Taylor | 1 | -1/+6 |
2012-09-28 | runtime: runtime.Caller should succeed even without debug info. | Ian Lance Taylor | 1 | -1/+2 |
2012-09-28 | libgo: Use libbacktrace rather than debug/elf registration. | Ian Lance Taylor | 1 | -35/+115 |
2012-05-24 | runtime: Correct definition of __go_file_line to match declaration. | Ian Lance Taylor | 1 | -1/+1 |
2012-05-14 | libgo: Use -fgo-pkgpath. | Ian Lance Taylor | 1 | -4/+4 |
2012-03-07 | libgo: Implement and use runtime.Caller, runtime.Func.FileLine. | Ian Lance Taylor | 1 | -15/+110 |
2011-01-05 | re PR go/46958 (ARM Go Does Not Compile (__builtin_return_address)) | Ian Lance Taylor | 1 | -1/+1 |
2010-12-03 | Add Go frontend, libgo library, and Go testsuite. | Ian Lance Taylor | 1 | -0/+51 |