summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* PR go/82559ian2017-10-154-47/+6
* Backport correct Go MIPS architecture names from trunk.ian2017-10-0920-123/+95
* libgo: update to Go 1.8.3 releaseian2017-10-027-9/+77
* PR go/81617ian2017-08-041-0/+14
* PR go/81393ian2017-07-202-6/+44
* os: align siginfo argument to waitidian2017-06-231-1/+1
* libgo: add "vendor" to pkgpath for vendored standard packagesian2017-05-172-2/+2
* libgo: update to Go 1.8.1 releaseian2017-04-1724-41/+359
* PR go/77857ian2017-04-121-8/+49
* PR go/80302ian2017-04-041-10/+31
* internal/syscall/unix: add randomTrap for m68kian2017-03-221-0/+9
* 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