Age | Commit message (Expand) | Author | Files | Lines |
2017-01-09 | runtime: copy more of scheduler from Go 1.7 runtime | Ian Lance Taylor | 1 | -6/+6 |
2017-01-03 | runtime: remove __go_alloc and __go_free | Ian Lance Taylor | 1 | -8/+5 |
2017-01-03 | re PR go/78789 (Error: no such instruction: `aesenc %xmm0,%xmm2' when compili... | Ian Lance Taylor | 1 | -0/+2 |
2016-12-19 | runtime: copy cgo support from Go 1.7 runtime | Ian Lance Taylor | 1 | -16/+21 |
2016-12-08 | runtime: copy memory hash code from Go 1.7 | Ian Lance Taylor | 1 | -0/+6 |
2016-12-08 | runtime: remove some unused variables/declarations from runtime.h | Ian Lance Taylor | 1 | -4/+0 |
2016-11-22 | runtime: rewrite panic/defer code from C to Go | Ian Lance Taylor | 1 | -8/+16 |
2016-11-16 | runtime: replace runtime1.goc with Go and C code | Ian Lance Taylor | 1 | -2/+2 |
2016-11-10 | runtime: copy signal code from Go 1.7 runtime | Ian Lance Taylor | 1 | -15/+19 |
2016-10-28 | compiler, runtime: copy slice code from Go 1.7 runtime | Ian Lance Taylor | 1 | -1/+2 |
2016-10-21 | runtime: copy lfstack code from Go 1.7 runtime | Ian Lance Taylor | 1 | -9/+3 |
2016-10-20 | runtime: rewrite interface code into Go | Ian Lance Taylor | 1 | -4/+6 |
2016-10-18 | runtime: copy netpoll code from Go 1.7 runtime | Ian Lance Taylor | 1 | -15/+2 |
2016-10-17 | runtime: copy rdebug code from Go 1.7 runtime | Ian Lance Taylor | 1 | -3/+3 |
2016-10-15 | runtime: copy runtime package time code from Go 1.7 | Ian Lance Taylor | 1 | -35/+7 |
2016-10-14 | runtime: copy mprof code from Go 1.7 runtime | Ian Lance Taylor | 1 | -7/+11 |
2016-10-14 | runtime: just do file/line lookup in C, move Func to Go | Ian Lance Taylor | 1 | -12/+0 |
2016-10-14 | runtime: copy cpuprof code from Go 1.7 runtime | Ian Lance Taylor | 1 | -1/+4 |
2016-10-13 | runtime: copy mstats code from Go 1.7 runtime | Ian Lance Taylor | 1 | -3/+8 |
2016-10-12 | compiler, runtime: copy string code from Go 1.7 | Ian Lance Taylor | 1 | -4/+4 |
2016-10-12 | runtime: copy Go 1.7 runtime semaphore code | Ian Lance Taylor | 1 | -2/+4 |
2016-10-10 | runtime: copy print/println support from Go 1.7 | Ian Lance Taylor | 1 | -29/+0 |
2016-10-10 | runtime: copy channel code from Go 1.7 runtime | Ian Lance Taylor | 1 | -2/+2 |
2016-09-30 | runtime: copy internal locking code from Go 1.7 runtime | Ian Lance Taylor | 1 | -20/+28 |
2016-09-29 | runtime: copy runtime.go and runtime1.go from Go 1.7 | Ian Lance Taylor | 1 | -38/+27 |
2016-09-21 | compiler, runtime: replace hashmap code with Go 1.7 hashmap | Ian Lance Taylor | 1 | -1/+1 |
2016-08-30 | runtime: use -fgo-c-header to build C header file | Ian Lance Taylor | 1 | -237/+31 |
2016-07-22 | libgo: update to go1.7rc3 | Ian Lance Taylor | 1 | -1/+1 |
2016-02-12 | runtime: For c-archive/c-shared, install signal handlers synchronously. | Ian Lance Taylor | 1 | -1/+1 |
2016-02-10 | re PR go/69511 (G.gcstack_size uses uintptr instead of size_t) | Ian Lance Taylor | 1 | -1/+1 |
2016-02-09 | re PR go/69357 (libgo refers to _end in a non-weak way) | Ian Lance Taylor | 1 | -0/+1 |
2016-02-03 | libgo: Update to go1.6rc1. | Ian Lance Taylor | 1 | -2/+13 |
2015-10-31 | runtime: Remove now unnecessary pad field from ParFor. | Ian Lance Taylor | 1 | -7/+5 |
2015-04-29 | runtime: Support -buildmode=c-shared. | Ian Lance Taylor | 1 | -0/+9 |
2015-01-16 | compiler, reflect, runtime: Use static chain for closures. | Richard Henderson | 1 | -4/+0 |
2015-01-15 | libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. | Ian Lance Taylor | 1 | -3/+2 |
2014-09-03 | compiler: Add precise type information on the heap. | Chris Manghane | 1 | -1/+1 |
2014-07-19 | reflect, runtime: Use libffi closures to implement reflect.MakeFunc. | Ian Lance Taylor | 1 | -1/+1 |
2014-07-19 | libgo: Update to Go 1.3 release. | Ian Lance Taylor | 1 | -7/+43 |
2014-07-12 | runtime: Merge master revision 19185. | Ian Lance Taylor | 1 | -5/+6 |
2014-06-06 | libgo: Merge to master revision 19184. | Ian Lance Taylor | 1 | -31/+51 |
2014-06-04 | libgo: Merge from revision 18783:00cce3a34d7e of master library. | Ian Lance Taylor | 1 | -1/+6 |
2014-05-28 | runtime: fix misc gcc-isms and undefined behavior | Ian Lance Taylor | 1 | -1/+2 |
2013-12-03 | runtime: Fix prototype and one use of runtime_traceback. | Ian Lance Taylor | 1 | -1/+1 |
2013-12-01 | libgo: Avoid some cases of getting callers recursively. | Ian Lance Taylor | 1 | -0/+1 |
2013-11-06 | libgo: Update to October 24 version of master library. | Ian Lance Taylor | 1 | -39/+62 |
2013-09-03 | compiler, runtime: Use runtime functions to pass closure value. | Ian Lance Taylor | 1 | -0/+4 |
2013-07-23 | runtime: Support cgo callbacks from threads started by C. | Ian Lance Taylor | 1 | -0/+4 |
2013-07-16 | libgo: Update to Go 1.1.1. | Ian Lance Taylor | 1 | -80/+175 |
2013-06-18 | compiler, runtime: Use function descriptors. | Ian Lance Taylor | 1 | -3/+9 |