1. b73a8f1 libgo: print reason code if throwing unwind exception fails by Nikhil Benesch · 4 years, 3 months ago
  2. 56fe6a0 runtime: mark unwind functions general-regs-only on ARM by Ian Lance Taylor · 6 years ago
  3. 6725721 runtime: abort stack scan in cases that we cannot unwind the stack by Cherry Zhang · 6 years ago
  4. 0e482be runtime: prevent deadlock when profiling signal arrives in stack scan by Cherry Zhang · 6 years ago
  5. 5a9ff61 runtime: let ARM32 EABI personality function continue unwind when called from traceback by Cherry Zhang · 6 years ago
  6. 7854147 runtime: on ARM32 EABI, don't get LSDA if compact model is used by Cherry Zhang · 6 years ago
  7. 16a48db runtime: handle DW_EH_PE_absptr in type table encoding by Cherry Zhang · 6 years ago
  8. 4db1577 runtime: use _URC_FAILURE on ARM32 by Cherry Zhang · 6 years ago
  9. edc7e71 runtime: add precise stack scan support by Cherry Zhang · 6 years ago
  10. 0c9b7a1 libgo: fix for unaligned read in go-unwind.c's read_encoded_value() by Than McIntosh · 7 years ago
  11. 770ce30 libgo: break dependence on libgcc unwind-pe.h by Than McIntosh · 7 years ago
  12. dfe446c runtime: remove __go_alloc and __go_free by Ian Lance Taylor · 8 years ago
  13. 7593cc8 runtime: rewrite panic/defer code from C to Go by Ian Lance Taylor · 8 years ago
  14. 14dc805 runtime: rewrite interface code into Go by Ian Lance Taylor · 8 years ago
  15. 394486a runtime: use -fgo-c-header to build C header file by Ian Lance Taylor · 8 years ago
  16. 07970ab libgo: Use __USING_SJLJ_EXCEPTIONS__ rather than configure test. by Ian Lance Taylor · 10 years ago
  17. 9665c92 libgo: Merge to master revision 19184. by Ian Lance Taylor · 11 years ago
  18. 712b34c runtime: Fix defer of unlock thread at program startup. by Ian Lance Taylor · 11 years ago
  19. 5dd9404 runtime: Multiplex goroutines onto OS threads. by Ian Lance Taylor · 13 years ago
  20. 04d93c7 Introduce G structure and thread-local global g. by Ian Lance Taylor · 13 years ago
  21. c402963 Fix defer when not calling recover in function with named results. by Ian Lance Taylor · 13 years ago
  22. 67826e9 libgo/runtime: Change std::abort to abort. by Ian Lance Taylor · 14 years ago
  23. 794085c Check whether we are using setjmp/longjmp exceptions. by Ian Lance Taylor · 14 years ago
  24. a036931 Remove some write-only variables. by Ian Lance Taylor · 14 years ago
  25. 092f1c9 Change representation of interfaces. by Ian Lance Taylor · 14 years ago
  26. ff97302 Turn on garbage collector. by Ian Lance Taylor · 15 years ago
  27. cc91675 Fixes for stack unwinding. by Ian Lance Taylor · 15 years ago
  28. 2ce08bb Library support for recover and runtime panics. by Ian Lance Taylor · 15 years ago