summaryrefslogtreecommitdiff
path: root/libgo/runtime
Commit message (Expand)AuthorAgeFilesLines
* runtime: fix build for non-split-stack systemsian2017-05-122-2/+3
* Big merge of changes to gofrontend repo that were postponed due to theian2017-05-1036-9048/+418
* libgo: update to final Go 1.8 releaseian2017-02-171-1/+7
* runtime: fix context used by getTracebackian2017-01-261-1/+1
* PR go/79037ian2017-01-233-3/+4
* runtime, testing/internal/testdeps: fixes for cgoian2017-01-201-2/+14
* libgo: update to Go 1.8 release candidate 1ian2017-01-1410-81/+63
* runtime: copy more scheduler code from Go 1.7 runtimeian2017-01-105-278/+10
* compiler, runtime: drop size arguments to hash/equal functionsian2017-01-106-317/+9
* runtime: copy more of scheduler from Go 1.7 runtimeian2017-01-096-1368/+100
* runtime: actually remove go-alloc.hian2017-01-061-11/+0
* runtime: remove __go_alloc and __go_freeian2017-01-0312-426/+36
* PR go/78789ian2017-01-033-3/+9
* runtime: copy cgo support from Go 1.7 runtimeian2016-12-198-564/+95
* runtime: mark non-x86 aeshashbody parameters as unusedian2016-12-081-1/+4
* runtime: copy memory hash code from Go 1.7ian2016-12-088-37/+617
* runtime: remove some unused variables/declarations from runtime.hian2016-12-081-4/+0
* runtime: fixes for -buildmode=c-archiveian2016-11-301-0/+9
* runtime: rewrite panic/defer code from C to Goian2016-11-2214-949/+89
* runtime: move schedt type and sched var from C to Goian2016-11-181-256/+227
* runtime: don't call __go_alloc/__go_free in environment functionsian2016-11-182-33/+21
* Correct gcc/go/gofrontend/lex.cc and libgo/aclocal.m4 to the versionsian2016-11-181-113/+0
* runtime, reflect: rewrite Go to FFI type conversion in Goian2016-11-183-323/+110
* runtime: replace runtime1.goc with Go and C codeian2016-11-163-89/+71
* runtime: don't crash if signal handler info argument is nilian2016-11-141-1/+5
* runtime: copy signal code from Go 1.7 runtimeian2016-11-109-871/+249
* libgo: eliminate a lot of duplication in Makefile.amian2016-10-301-0/+0
* compiler, runtime: copy slice code from Go 1.7 runtimeian2016-10-285-200/+6
* runtime: copy lfstack code from Go 1.7 runtimeian2016-10-212-104/+3
* runtime: rewrite interface code into Goian2016-10-2029-933/+73
* runtime: copy netpoll code from Go 1.7 runtimeian2016-10-188-1058/+2
* runtime: scan caller-saved registers for non-split-stackian2016-10-181-1/+6
* runtime: copy rdebug code from Go 1.7 runtimeian2016-10-179-49/+24
* runtime: copy runtime package time code from Go 1.7ian2016-10-156-413/+25
* runtime: copy mprof code from Go 1.7 runtimeian2016-10-147-692/+66
* runtime: just do file/line lookup in C, move Func to Goian2016-10-142-108/+19
* runtime: copy cpuprof code from Go 1.7 runtimeian2016-10-146-474/+40
* runtime: copy mstats code from Go 1.7 runtimeian2016-10-1313-272/+186
* compiler, runtime: copy string code from Go 1.7ian2016-10-1211-534/+19
* runtime: copy Go 1.7 runtime semaphore codeian2016-10-123-473/+8
* Accidentally failed to commit these earlier, as part of:ian2016-10-111-36/+0
* runtime: copy print/println support from Go 1.7ian2016-10-105-274/+82
* runtime: copy channel code from Go 1.7 runtimeian2016-10-108-1228/+59
* runtime: copy internal locking code from Go 1.7 runtimeian2016-09-309-729/+74
* runtime: copy runtime.go and runtime1.go from Go 1.7ian2016-09-295-352/+91
* compiler, runtime: replace hashmap code with Go 1.7 hashmapian2016-09-2135-917/+208
* PR go/77642ian2016-09-201-6/+14
* runtime: use alignof to check alignment of ucontext_tian2016-09-091-1/+7
* runtime: remove remaining use of MAKECONTEXT_STACK_TOP macroian2016-09-091-3/+0
* runtime: align ucontext_t argument to 16 byte boundaryian2016-09-091-20/+38