| Commit message (Expand) | Author | Age | Files | Lines |
* | libgo: update to go1.9 | ian | 2017-09-14 | 1 | -51/+0 |
* | PR go/81451 | ian | 2017-07-18 | 1 | -2/+0 |
* | Big merge of changes to gofrontend repo that were postponed due to the | ian | 2017-05-10 | 1 | -99/+34 |
* | PR go/79037 | ian | 2017-01-23 | 1 | -1/+1 |
* | libgo: update to Go 1.8 release candidate 1 | ian | 2017-01-14 | 1 | -5/+3 |
* | runtime: copy more scheduler code from Go 1.7 runtime | ian | 2017-01-10 | 1 | -8/+2 |
* | runtime: copy more of scheduler from Go 1.7 runtime | ian | 2017-01-09 | 1 | -6/+6 |
* | runtime: remove __go_alloc and __go_free | ian | 2017-01-03 | 1 | -8/+5 |
* | PR go/78789 | ian | 2017-01-03 | 1 | -0/+2 |
* | runtime: copy cgo support from Go 1.7 runtime | ian | 2016-12-19 | 1 | -16/+21 |
* | runtime: copy memory hash code from Go 1.7 | ian | 2016-12-08 | 1 | -0/+6 |
* | runtime: remove some unused variables/declarations from runtime.h | ian | 2016-12-08 | 1 | -4/+0 |
* | runtime: rewrite panic/defer code from C to Go | ian | 2016-11-22 | 1 | -8/+16 |
* | runtime: replace runtime1.goc with Go and C code | ian | 2016-11-16 | 1 | -2/+2 |
* | runtime: copy signal code from Go 1.7 runtime | ian | 2016-11-10 | 1 | -15/+19 |
* | compiler, runtime: copy slice code from Go 1.7 runtime | ian | 2016-10-28 | 1 | -1/+2 |
* | runtime: copy lfstack code from Go 1.7 runtime | ian | 2016-10-21 | 1 | -9/+3 |
* | runtime: rewrite interface code into Go | ian | 2016-10-20 | 1 | -4/+6 |
* | runtime: copy netpoll code from Go 1.7 runtime | ian | 2016-10-18 | 1 | -15/+2 |
* | runtime: copy rdebug code from Go 1.7 runtime | ian | 2016-10-17 | 1 | -3/+3 |
* | runtime: copy runtime package time code from Go 1.7 | ian | 2016-10-15 | 1 | -35/+7 |
* | runtime: copy mprof code from Go 1.7 runtime | ian | 2016-10-14 | 1 | -7/+11 |
* | runtime: just do file/line lookup in C, move Func to Go | ian | 2016-10-14 | 1 | -12/+0 |
* | runtime: copy cpuprof code from Go 1.7 runtime | ian | 2016-10-14 | 1 | -1/+4 |
* | runtime: copy mstats code from Go 1.7 runtime | ian | 2016-10-13 | 1 | -3/+8 |
* | compiler, runtime: copy string code from Go 1.7 | ian | 2016-10-12 | 1 | -4/+4 |
* | runtime: copy Go 1.7 runtime semaphore code | ian | 2016-10-12 | 1 | -2/+4 |
* | runtime: copy print/println support from Go 1.7 | ian | 2016-10-10 | 1 | -29/+0 |
* | runtime: copy channel code from Go 1.7 runtime | ian | 2016-10-10 | 1 | -2/+2 |
* | runtime: copy internal locking code from Go 1.7 runtime | ian | 2016-09-30 | 1 | -20/+28 |
* | runtime: copy runtime.go and runtime1.go from Go 1.7 | ian | 2016-09-29 | 1 | -38/+27 |
* | compiler, runtime: replace hashmap code with Go 1.7 hashmap | ian | 2016-09-21 | 1 | -1/+1 |
* | runtime: use -fgo-c-header to build C header file | ian | 2016-08-30 | 1 | -237/+31 |
* | libgo: update to go1.7rc3 | ian | 2016-07-22 | 1 | -1/+1 |
* | runtime: For c-archive/c-shared, install signal handlers synchronously. | ian | 2016-02-12 | 1 | -1/+1 |
* | PR go/69511 | ian | 2016-02-10 | 1 | -1/+1 |
* | PR go/69537 | ian | 2016-02-09 | 1 | -0/+1 |
* | libgo: Update to go1.6rc1. | ian | 2016-02-03 | 1 | -2/+13 |
* | runtime: Remove now unnecessary pad field from ParFor. | ian | 2015-10-31 | 1 | -7/+5 |
* | runtime: Support -buildmode=c-shared. | ian | 2015-04-29 | 1 | -0/+9 |
* | compiler, reflect, runtime: Use static chain for closures. | ian | 2015-01-16 | 1 | -4/+0 |
* | libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. | ian | 2015-01-15 | 1 | -3/+2 |
* | compiler: Add precise type information on the heap. | ian | 2014-09-03 | 1 | -1/+1 |
* | reflect, runtime: Use libffi closures to implement reflect.MakeFunc. | ian | 2014-07-19 | 1 | -1/+1 |
* | libgo: Update to Go 1.3 release. | ian | 2014-07-19 | 1 | -7/+43 |
* | runtime: Merge master revision 19185. | ian | 2014-07-12 | 1 | -5/+6 |
* | libgo: Merge to master revision 19184. | ian | 2014-06-06 | 1 | -31/+51 |
* | libgo: Merge from revision 18783:00cce3a34d7e of master library. | ian | 2014-06-04 | 1 | -1/+6 |
* | runtime: fix misc gcc-isms and undefined behavior | ian | 2014-05-28 | 1 | -1/+2 |
* | runtime: Fix prototype and one use of runtime_traceback. | ian | 2013-12-03 | 1 | -1/+1 |