summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* libgo: update to Go 1.8 release candidate 1ian2017-01-14973-17420/+69003
* runtime: copy more scheduler code from Go 1.7 runtimeian2017-01-1012-393/+586
* compiler, runtime: drop size arguments to hash/equal functionsian2017-01-1013-416/+212
* runtime: copy more of scheduler from Go 1.7 runtimeian2017-01-0915-1541/+1996
* runtime: actually remove go-alloc.hian2017-01-061-11/+0
* PR go/78978ian2017-01-065-50/+36
* runtime: remove __go_alloc and __go_freeian2017-01-0317-442/+351
* PR go/78789ian2017-01-039-4/+65
* runtime: copy cgo support from Go 1.7 runtimeian2016-12-1917-633/+629
* libgo: fixes for Solaris buildian2016-12-136-9/+74
* runtime: mark non-x86 aeshashbody parameters as unusedian2016-12-081-1/+4
* runtime: copy memory hash code from Go 1.7ian2016-12-0820-46/+935
* runtime: allocate _panic struct on heapian2016-12-081-4/+13
* runtime: remove some unused variables/declarations from runtime.hian2016-12-081-4/+0
* runtime: set isarchive in initsigian2016-12-011-0/+5
* runtime: print C functions in tracebackian2016-11-301-0/+9
* runtime: fixes for -buildmode=c-archiveian2016-11-304-5/+23
* PR go/77910ian2016-11-221-1/+6
* runtime: rewrite panic/defer code from C to Goian2016-11-2222-1022/+895
* runtime: move schedt type and sched var from C to Goian2016-11-183-268/+242
* runtime: don't call __go_alloc/__go_free in environment functionsian2016-11-182-33/+21
* libgo: remove old/regexp and old/templateian2016-11-1810-4505/+12
* Correct gcc/go/gofrontend/lex.cc and libgo/aclocal.m4 to the versionsian2016-11-184-210/+5
* Update libgo/configure to restore it to the master version.ian2016-11-185-5/+45
* runtime, reflect: rewrite Go to FFI type conversion in Goian2016-11-1813-338/+471
* runtime: replace runtime1.goc with Go and C codeian2016-11-1610-133/+95
* <toplevel>doko2016-11-152-52/+95
* runtime: don't crash if signal handler info argument is nilian2016-11-143-3/+15
* libgo: fix GOARCH_INT64ALIGN for several targetsian2016-11-112-10/+2
* runtime: copy signal code from Go 1.7 runtimeian2016-11-1024-934/+1359
* PR go/78172.ian2016-11-051-2/+2
* libgo: fix GOARCH_PHYSPAGESIZE for ia64ian2016-11-012-2/+2
* runtime: recreate function called by cgo -gccgoian2016-11-011-0/+17
* libgo: only rebuild package if dependent .gox has changedian2016-11-012-4/+10
* libgo: minor Makefile improvementsian2016-11-012-6/+6
* libgo: eliminate a lot of duplication in Makefile.amian2016-10-303-4070/+577
* compiler, runtime: copy slice code from Go 1.7 runtimeian2016-10-289-252/+254
* PR go/78144ian2016-10-281-2/+5
* PR go/78143ian2016-10-281-1/+1
* libgo: redirect grep output in mkrsysinfo.sh to /dev/nullian2016-10-281-1/+1
* libgo: keep c0 and c1 out of runtime.incian2016-10-212-2/+2
* libgo: leave Int64Align as 8 on 32-bit SPARCian2016-10-212-2/+0
* runtime: copy lfstack code from Go 1.7 runtimeian2016-10-218-118/+87
* runtime: rewrite interface code into Goian2016-10-2036-1085/+651
* runtime, syscall: force EPOLLET to be positiveian2016-10-193-1/+15
* runtime: copy netpoll code from Go 1.7 runtimeian2016-10-1823-1145/+1158
* runtime: scan caller-saved registers for non-split-stackian2016-10-181-1/+6
* runtime: copy rdebug code from Go 1.7 runtimeian2016-10-1719-83/+138
* runtime: copy runtime package time code from Go 1.7ian2016-10-1510-422/+337
* runtime: copy mprof code from Go 1.7 runtimeian2016-10-1414-887/+951