Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-11-22 | runtime: rewrite panic/defer code from C to Go | Ian Lance Taylor | 1 | -84/+0 |
2016-08-30 | runtime: use -fgo-c-header to build C header file | Ian Lance Taylor | 1 | -20/+19 |
2014-10-08 | re PR go/60406 (recover.go: test13reflect2 test failure) | Ian Lance Taylor | 1 | -1/+1 |
2014-06-06 | libgo: Merge to master revision 19184. | Ian Lance Taylor | 1 | -6/+4 |
2013-12-12 | runtime: Fix defer of unlock thread at program startup. | Ian Lance Taylor | 1 | -1/+2 |
2013-12-11 | reflect, runtime: Let reflect.MakeFunc functions call recover. | Ian Lance Taylor | 1 | -0/+1 |
2013-07-23 | runtime: Support cgo callbacks from threads started by C. | Ian Lance Taylor | 1 | -1/+9 |
2011-11-28 | runtime: Multiplex goroutines onto OS threads. | Ian Lance Taylor | 1 | -0/+8 |
2011-11-11 | Introduce G structure and thread-local global g. | Ian Lance Taylor | 1 | -15/+9 |
2011-09-16 | Fix defer when not calling recover in function with named results. | Ian Lance Taylor | 1 | -2/+8 |
2010-12-03 | Add Go frontend, libgo library, and Go testsuite. | Ian Lance Taylor | 1 | -0/+69 |