summaryrefslogtreecommitdiff
path: root/libgo/go
Commit message (Expand)AuthorAgeFilesLines
* libgo: update to Go 1.8 release candidate 1ian2017-01-14956-17281/+68819
* runtime: copy more scheduler code from Go 1.7 runtimeian2017-01-107-115/+576
* compiler, runtime: drop size arguments to hash/equal functionsian2017-01-105-52/+197
* runtime: copy more of scheduler from Go 1.7 runtimeian2017-01-099-173/+1896
* runtime: remove __go_alloc and __go_freeian2017-01-035-16/+315
* PR go/78789ian2017-01-033-1/+9
* runtime: copy cgo support from Go 1.7 runtimeian2016-12-199-69/+534
* runtime: copy memory hash code from Go 1.7ian2016-12-088-6/+305
* runtime: allocate _panic struct on heapian2016-12-081-4/+13
* 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-303-5/+14
* PR go/77910ian2016-11-221-1/+6
* runtime: rewrite panic/defer code from C to Goian2016-11-226-29/+803
* runtime: move schedt type and sched var from C to Goian2016-11-182-12/+15
* libgo: remove old/regexp and old/templateian2016-11-188-4447/+0
* Correct gcc/go/gofrontend/lex.cc and libgo/aclocal.m4 to the versionsian2016-11-182-8/+0
* Update libgo/configure to restore it to the master version.ian2016-11-184-0/+0
* runtime, reflect: rewrite Go to FFI type conversion in Goian2016-11-184-14/+327
* runtime: replace runtime1.goc with Go and C codeian2016-11-165-32/+23
* runtime: don't crash if signal handler info argument is nilian2016-11-142-2/+10
* runtime: copy signal code from Go 1.7 runtimeian2016-11-1011-37/+991
* runtime: recreate function called by cgo -gccgoian2016-11-011-0/+17
* compiler, runtime: copy slice code from Go 1.7 runtimeian2016-10-282-5/+232
* PR go/78144ian2016-10-281-2/+5
* PR go/78143ian2016-10-281-1/+1
* runtime: copy lfstack code from Go 1.7 runtimeian2016-10-214-9/+82
* runtime: rewrite interface code into Goian2016-10-205-1/+567
* runtime, syscall: force EPOLLET to be positiveian2016-10-191-1/+1
* runtime: copy netpoll code from Go 1.7 runtimeian2016-10-189-5/+1100
* runtime: copy rdebug code from Go 1.7 runtimeian2016-10-178-30/+111
* runtime: copy runtime package time code from Go 1.7ian2016-10-152-4/+311
* runtime: copy mprof code from Go 1.7 runtimeian2016-10-145-172/+875
* runtime: just do file/line lookup in C, move Func to Goian2016-10-141-15/+23
* debug/elf: add sparc64 relocationsian2016-10-143-0/+66
* runtime: copy cpuprof code from Go 1.7 runtimeian2016-10-142-0/+466
* runtime: copy mstats code from Go 1.7 runtimeian2016-10-133-77/+466
* syscall: don't use pt_regs in clone_linux.cian2016-10-131-3/+2
* compiler, runtime: copy string code from Go 1.7ian2016-10-125-85/+674
* syscall: mark rawClone as no_split_stackian2016-10-121-1/+4
* runtime: copy Go 1.7 runtime semaphore codeian2016-10-121-0/+358
* syscall, internal/syscall/unix: Fix getrandom, clone on sparc64ian2016-10-123-10/+109
* Accidentally failed to commit these earlier, as part of:ian2016-10-112-0/+173
* runtime: copy print/println support from Go 1.7ian2016-10-103-23/+30
* runtime: copy channel code from Go 1.7 runtimeian2016-10-106-7/+2496
* runtime: copy internal locking code from Go 1.7 runtimeian2016-09-3012-25/+1297
* runtime: copy runtime.go and runtime1.go from Go 1.7ian2016-09-2910-43/+835
* internal/syscall/unix: add getrandom syscall for MIPS and SPARCian2016-09-234-1/+34
* compiler, runtime: replace hashmap code with Go 1.7 hashmapian2016-09-2110-108/+1918
* syscall: build export_unix_test.go on solarisian2016-09-201-1/+1