aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/runtime/stubs.go
AgeCommit message (Expand)AuthorFilesLines
2020-04-20gccgo: fix runtime compilation on NetBSDBenny Siegert1-0/+4
2020-04-09libgo: update to final 1.14.2 releaseIan Lance Taylor1-0/+7
2020-01-21libgo: update to Go1.14beta1Ian Lance Taylor1-2/+7
2019-09-06libgo: update to Go 1.13beta1 releaseIan Lance Taylor1-22/+0
2019-08-31compiler, runtime: support and use single argument go:linknameIan Lance Taylor1-7/+5
2019-08-28runtime: move osinit to GoIan Lance Taylor1-14/+0
2019-06-24compiler: open code string equalityIan Lance Taylor1-12/+0
2019-06-03runtime: remove unnecessary functions calling between C and GoIan Lance Taylor1-63/+1
2019-05-08runtime: use builtin memmove directlyCherry Zhang1-0/+1
2019-02-19runtime: abort stack scan in cases that we cannot unwind the stackIan Lance Taylor1-0/+4
2019-02-15compiler, runtime: harmonize types referenced by both C and GoIan Lance Taylor1-2/+1
2019-01-18libgo: update to Go1.12beta2Ian Lance Taylor1-5/+17
2018-12-05runtime: add precise stack scan supportIan Lance Taylor1-0/+7
2018-09-24libgo: update to Go 1.11Ian Lance Taylor1-14/+28
2018-08-24runtime: remove the dummy arg of getcallerspIan Lance Taylor1-9/+7
2018-02-12compiler: error on func declaration/definitionIan Lance Taylor1-17/+0
2018-02-12re PR go/84215 (Random results in go/libgo tests)Ian Lance Taylor1-16/+0
2018-01-10runtime: noescape some functions/variablesIan Lance Taylor1-2/+7
2018-01-09libgo: update to Go1.10beta1Ian Lance Taylor1-11/+18
2017-09-14libgo: update to go1.9Ian Lance Taylor1-32/+30
2017-07-18re PR go/81451 (missing futex check - libgo/runtime/thread-linux.c:12:0 futex...Ian Lance Taylor1-2/+2
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor1-239/+57
2017-01-16runtime: rename siginfo to _siginfo_tIan Lance Taylor1-2/+2
2017-01-14libgo: update to Go 1.8 release candidate 1Ian Lance Taylor1-11/+86
2017-01-10runtime: copy more scheduler code from Go 1.7 runtimeIan Lance Taylor1-89/+6
2017-01-09runtime: copy more of scheduler from Go 1.7 runtimeIan Lance Taylor1-28/+60
2017-01-03runtime: remove __go_alloc and __go_freeIan Lance Taylor1-11/+48
2017-01-03re PR go/78789 (Error: no such instruction: `aesenc %xmm0,%xmm2' when compili...Ian Lance Taylor1-0/+6
2016-12-19runtime: copy cgo support from Go 1.7 runtimeIan Lance Taylor1-2/+29
2016-12-08runtime: copy memory hash code from Go 1.7Ian Lance Taylor1-0/+6
2016-11-30runtime: fixes for -buildmode=c-archiveIan Lance Taylor1-2/+2
2016-11-22runtime: rewrite panic/defer code from C to GoIan Lance Taylor1-7/+21
2016-11-18runtime: move schedt type and sched var from C to GoIan Lance Taylor1-0/+6
2016-11-16runtime: replace runtime1.goc with Go and C codeIan Lance Taylor1-0/+1
2016-11-10runtime: copy signal code from Go 1.7 runtimeIan Lance Taylor1-1/+31
2016-10-28compiler, runtime: copy slice code from Go 1.7 runtimeIan Lance Taylor1-5/+20
2016-10-20runtime: rewrite interface code into GoIan Lance Taylor1-1/+9
2016-10-18runtime: copy netpoll code from Go 1.7 runtimeIan Lance Taylor1-1/+7
2016-10-17runtime: copy rdebug code from Go 1.7 runtimeIan Lance Taylor1-0/+16
2016-10-15runtime: copy runtime package time code from Go 1.7Ian Lance Taylor1-4/+4
2016-10-14runtime: copy mprof code from Go 1.7 runtimeIan Lance Taylor1-5/+21
2016-10-14runtime: copy cpuprof code from Go 1.7 runtimeIan Lance Taylor1-0/+13
2016-10-13runtime: copy mstats code from Go 1.7 runtimeIan Lance Taylor1-0/+48
2016-10-12compiler, runtime: copy string code from Go 1.7Ian Lance Taylor1-81/+3
2016-10-10runtime: copy print/println support from Go 1.7Ian Lance Taylor1-3/+0
2016-10-10runtime: copy channel code from Go 1.7 runtimeIan Lance Taylor1-0/+64
2016-09-30runtime: copy internal locking code from Go 1.7 runtimeIan Lance Taylor1-8/+24
2016-09-29runtime: copy runtime.go and runtime1.go from Go 1.7Ian Lance Taylor1-3/+120
2016-09-21compiler, runtime: replace hashmap code with Go 1.7 hashmapIan Lance Taylor1-0/+253
2015-10-31runtime: Remove now unnecessary pad field from ParFor.Ian Lance Taylor1-316/+0