Age | Commit message (Expand) | Author | Files | Lines |
2019-08-28 | runtime: move osinit to Go | Ian Lance Taylor | 1 | -2/+1 |
2019-06-03 | runtime: remove unnecessary functions calling between C and Go | Ian Lance Taylor | 1 | -1/+0 |
2019-05-11 | runtime: set up g early | Ian Lance Taylor | 1 | -0/+1 |
2019-02-15 | compiler, runtime: harmonize types referenced by both C and Go | Ian Lance Taylor | 1 | -1/+1 |
2017-07-18 | re PR go/81451 (missing futex check - libgo/runtime/thread-linux.c:12:0 futex... | Ian Lance Taylor | 1 | -1/+2 |
2017-05-10 | Big merge of changes to gofrontend repo that were postponed due to the | Ian Lance Taylor | 1 | -1/+1 |
2017-01-03 | runtime: remove __go_alloc and __go_free | Ian Lance Taylor | 1 | -1/+0 |
2016-12-19 | runtime: copy cgo support from Go 1.7 runtime | Ian Lance Taylor | 1 | -0/+3 |
2016-12-08 | runtime: copy memory hash code from Go 1.7 | Ian Lance Taylor | 1 | -0/+1 |
2016-02-09 | re PR go/69357 (libgo refers to _end in a non-weak way) | Ian Lance Taylor | 1 | -0/+6 |
2015-09-11 | libgo/runtime: return 0, not NULL, from main | Ian Lance Taylor | 1 | -1/+1 |
2015-04-29 | runtime: Support -buildmode=c-shared. | Ian Lance Taylor | 1 | -0/+6 |
2013-07-16 | libgo: Update to Go 1.1.1. | Ian Lance Taylor | 1 | -10/+1 |
2012-11-01 | compiler, runtime: More steps toward separating int and intgo. | Ian Lance Taylor | 1 | -3/+1 |
2012-03-06 | libgo: Update to weekly.2012-03-04 release. | Ian Lance Taylor | 1 | -1/+1 |
2012-03-02 | libgo: Update to weekly.2012-02-14 release. | Ian Lance Taylor | 1 | -1/+1 |
2011-12-02 | libgo: Update to weekly.2011-11-01. | Ian Lance Taylor | 1 | -20/+2 |
2011-11-28 | runtime: Multiplex goroutines onto OS threads. | Ian Lance Taylor | 1 | -16/+19 |
2011-11-22 | runtime: New lock/note implementation. | Ian Lance Taylor | 1 | -2/+1 |
2011-11-14 | runtime: Use some of 6g runtime.c for easier merging. | Ian Lance Taylor | 1 | -27/+4 |
2011-11-11 | Introduce G structure and thread-local global g. | Ian Lance Taylor | 1 | -0/+4 |
2011-10-26 | Update Go library to last weekly. | Ian Lance Taylor | 1 | -0/+1 |
2011-04-04 | libgo: Always initialize semaphores. | Rainer Orth | 1 | -0/+1 |
2010-12-03 | Add Go frontend, libgo library, and Go testsuite. | Ian Lance Taylor | 1 | -0/+89 |