summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* cmd/go: add testdata/timeoutbench_test.goian2017-03-011-0/+10
* mksigtab.sh: skip signals defined as other signalsian2017-02-281-1/+2
* runtime: fix sigfwd to not allocate memoryian2017-02-281-3/+4
* libgo: fix quoting in mksigtab.shian2017-02-281-1/+1
* libgo: update to final Go 1.8 releaseian2017-02-1719-264/+893
* PR go/79443ian2017-02-132-0/+3
* libgo: update to go1.8rc3ian2017-01-2714-92/+389
* runtime: fix setting of isarchiveian2017-01-261-0/+5
* runtime: fix context used by getTracebackian2017-01-261-1/+1
* libgo: update to go1.8rc2ian2017-01-23120-103/+10870
* PR go/79037ian2017-01-233-3/+4
* libgo: bump library version to 11ian2017-01-232-2/+2
* runtime, testing/internal/testdeps: fixes for cgoian2017-01-204-6/+59
* PR go/79146ian2017-01-201-0/+1
* PR go/79146ian2017-01-201-0/+1
* syscall, golang_org/x/net/lif: fixes for gccgo on Solarisian2017-01-184-24/+25
* runtime: rename siginfo to _siginfo_tian2017-01-164-10/+8
* libgo: correct golang_org Makefile variables not used on all systemsian2017-01-162-4/+4
* 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