summaryrefslogtreecommitdiff
path: root/libgo/runtime/runtime.h
Commit message (Expand)AuthorAgeFilesLines
* PR c/82922ian2018-01-101-3/+1
* libgo: update to Go1.10beta1ian2018-01-091-1/+2
* sync/atomic, runtime/internal/atomic: don't assume reads from 0 failian2017-11-091-0/+2
* libgo: update to go1.9ian2017-09-141-51/+0
* PR go/81451ian2017-07-181-2/+0
* Big merge of changes to gofrontend repo that were postponed due to theian2017-05-101-99/+34
* PR go/79037ian2017-01-231-1/+1
* libgo: update to Go 1.8 release candidate 1ian2017-01-141-5/+3
* runtime: copy more scheduler code from Go 1.7 runtimeian2017-01-101-8/+2
* runtime: copy more of scheduler from Go 1.7 runtimeian2017-01-091-6/+6
* runtime: remove __go_alloc and __go_freeian2017-01-031-8/+5
* PR go/78789ian2017-01-031-0/+2
* runtime: copy cgo support from Go 1.7 runtimeian2016-12-191-16/+21
* runtime: copy memory hash code from Go 1.7ian2016-12-081-0/+6
* runtime: remove some unused variables/declarations from runtime.hian2016-12-081-4/+0
* runtime: rewrite panic/defer code from C to Goian2016-11-221-8/+16
* runtime: replace runtime1.goc with Go and C codeian2016-11-161-2/+2
* runtime: copy signal code from Go 1.7 runtimeian2016-11-101-15/+19
* compiler, runtime: copy slice code from Go 1.7 runtimeian2016-10-281-1/+2
* runtime: copy lfstack code from Go 1.7 runtimeian2016-10-211-9/+3
* runtime: rewrite interface code into Goian2016-10-201-4/+6
* runtime: copy netpoll code from Go 1.7 runtimeian2016-10-181-15/+2
* runtime: copy rdebug code from Go 1.7 runtimeian2016-10-171-3/+3
* runtime: copy runtime package time code from Go 1.7ian2016-10-151-35/+7
* runtime: copy mprof code from Go 1.7 runtimeian2016-10-141-7/+11
* runtime: just do file/line lookup in C, move Func to Goian2016-10-141-12/+0
* runtime: copy cpuprof code from Go 1.7 runtimeian2016-10-141-1/+4
* runtime: copy mstats code from Go 1.7 runtimeian2016-10-131-3/+8
* compiler, runtime: copy string code from Go 1.7ian2016-10-121-4/+4
* runtime: copy Go 1.7 runtime semaphore codeian2016-10-121-2/+4
* runtime: copy print/println support from Go 1.7ian2016-10-101-29/+0
* runtime: copy channel code from Go 1.7 runtimeian2016-10-101-2/+2
* runtime: copy internal locking code from Go 1.7 runtimeian2016-09-301-20/+28
* runtime: copy runtime.go and runtime1.go from Go 1.7ian2016-09-291-38/+27
* compiler, runtime: replace hashmap code with Go 1.7 hashmapian2016-09-211-1/+1
* runtime: use -fgo-c-header to build C header fileian2016-08-301-237/+31
* libgo: update to go1.7rc3ian2016-07-221-1/+1
* runtime: For c-archive/c-shared, install signal handlers synchronously.ian2016-02-121-1/+1
* PR go/69511ian2016-02-101-1/+1
* PR go/69537ian2016-02-091-0/+1
* libgo: Update to go1.6rc1.ian2016-02-031-2/+13
* runtime: Remove now unnecessary pad field from ParFor.ian2015-10-311-7/+5
* runtime: Support -buildmode=c-shared.ian2015-04-291-0/+9
* compiler, reflect, runtime: Use static chain for closures.ian2015-01-161-4/+0
* libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.ian2015-01-151-3/+2
* compiler: Add precise type information on the heap.ian2014-09-031-1/+1
* reflect, runtime: Use libffi closures to implement reflect.MakeFunc.ian2014-07-191-1/+1
* libgo: Update to Go 1.3 release.ian2014-07-191-7/+43
* runtime: Merge master revision 19185.ian2014-07-121-5/+6
* libgo: Merge to master revision 19184.ian2014-06-061-31/+51