aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
2018-05-02runtime: remove unused stack.goIan Lance Taylor1-1229/+0
2018-05-02libgo: refactor code to enumerate stdlib packagesIan Lance Taylor6-784/+424
2018-05-02libgo: break dependence on libgcc unwind-pe.hIan Lance Taylor1-2/+165
2018-05-01re PR go/85429 (Several gotools tests FAIL with Solaris as)Ian Lance Taylor1-2/+21
2018-04-27re PR go/85429 (Several gotools tests FAIL with Solaris as)Ian Lance Taylor1-3/+9
2018-04-20gotest: only use [TD] on big-endian PPC64 non-AIX systemsIan Lance Taylor1-3/+7
2018-04-17os/signal: disable loading of history during testIan Lance Taylor1-0/+2
2018-04-17gccgo: suppress "ar rcD" and "-zdefs" on AIXIan Lance Taylor1-5/+8
2018-03-26runtime: don't check for stale runtimeIan Lance Taylor1-0/+3
2018-03-16libgo: add runtime/pprof/internal/profile.gox to noinst_DATAIan Lance Taylor2-3/+7
2018-03-15cmd/go: force LANG=C when looking for compiler versionIan Lance Taylor1-1/+12
2018-03-09commit ce28919112dbb234366816ab39ce060ad45e8ca9Ian Lance Taylor2-2/+3
2018-03-07runtime: push arena on AIX higher due to clashesIan Lance Taylor1-2/+2
2018-03-07runtime: use a fence instruction before rdtscIan Lance Taylor1-4/+55
2018-03-05libgo: fix typo in mksysinfo.sh scriptIan Lance Taylor1-1/+1
2018-02-28runtime: update AIX memory allocation for new versionsIan Lance Taylor1-5/+8
2018-02-28libgo: update to final Go 1.10 releaseIan Lance Taylor6-11/+66
2018-02-22re PR go/84484 (libgo configure tests fail to find -latomic)Andreas Schwab15-17/+29
2018-02-22runtime: funcfileline: get missing function name from symbol tableIan Lance Taylor3-13/+23
2018-02-22libgo: add -L option for libatomic when using -pthreadIan Lance Taylor2-4/+6
2018-02-20runtime: allow preemption in fast syscall returnIan Lance Taylor1-0/+7
2018-02-16runtime: add some more preemption checksIan Lance Taylor5-2/+46
2018-02-12compiler: error on func declaration/definitionIan Lance Taylor4-21/+4
2018-02-12re PR go/84215 (Random results in go/libgo tests)Ian Lance Taylor3-50/+69
2018-02-08runtime: get missing function name from symbol tableIan Lance Taylor7-6/+211
2018-02-08libgo: update to Go1.10rc2Ian Lance Taylor38-344/+1034
2018-02-07runtime: don't call funcPC from a functionIan Lance Taylor3-6/+8
2018-02-06runtime: correct runtime structfield type to match reflectIan Lance Taylor2-6/+14
2018-02-05cmd/go: don't lose last flag from _cgo_flagsIan Lance Taylor1-0/+3
2018-02-02reflect: enable allocation testsIan Lance Taylor1-6/+0
2018-02-02runtime: scan register backing store on ia64Ian Lance Taylor4-0/+43
2018-02-01math: adjust compilation flags, use them when testingIan Lance Taylor5-13/+12
2018-02-01compiler: omit field name for embedded fields in reflection stringIan Lance Taylor1-0/+8
2018-02-01net: declare lib_getaddrinfo as returning int32Ian Lance Taylor1-1/+1
2018-01-31runtime: fix type descriptor name in C codeIan Lance Taylor1-3/+5
2018-01-31gotest: accept symbols with leading dotIan Lance Taylor1-3/+3
2018-01-31net: rename TestAddr6 to avoid gotest confusionIan Lance Taylor1-3/+3
2018-01-30internal/syscall/unix: add randomTrap for sh/shbeIan Lance Taylor1-0/+11
2018-01-27libgo: update to Go1.10rc1Ian Lance Taylor4-0/+62
2018-01-27libgo: update to Go1.10rc1Ian Lance Taylor39-514/+962
2018-01-25compiler: deref receiver types in mangled namesIan Lance Taylor2-2/+2
2018-01-25runtime: fix lfstackUnpack on ia64Ian Lance Taylor1-1/+1
2018-01-24compiler: rationalize external symbol namesIan Lance Taylor6-24/+25
2018-01-23cmd/go: buildid support for AIX archives.Ian Lance Taylor3-0/+130
2018-01-19mksysinfo: use rlimit64 if available when we use getrlimit64Ian Lance Taylor3-4/+18
2018-01-19mksysinfo: force Passwd.Pw_[ug]id from int32 to uint32Ian Lance Taylor1-0/+4
2018-01-19runtime: no escape for some functions on AIXIan Lance Taylor2-0/+4
2018-01-19cmd/go: recognize AIX objects and archivesIan Lance Taylor1-0/+3
2018-01-19runtime: add go:noescape declaration for SolarisIan Lance Taylor1-0/+1
2018-01-18re PR go/83787 (Many 32-bit Solaris/SPARC Go tests FAIL after Go1.10beta1 upd...Ian Lance Taylor1-0/+1