aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)Author
2018-04-27 PR go/85429ian
2018-04-20 gotest: only use [TD] on big-endian PPC64 non-AIX systemsian
2018-04-17 os/signal: disable loading of history during testian
2018-04-17 gccgo: suppress "ar rcD" and "-zdefs" on AIXian
2018-03-26 runtime: don't check for stale runtimeian
2018-03-16 libgo: add runtime/pprof/internal/profile.gox to noinst_DATAian
2018-03-15 cmd/go: force LANG=C when looking for compiler versionian
2018-03-09commit ce28919112dbb234366816ab39ce060ad45e8ca9ian
2018-03-07 runtime: push arena on AIX higher due to clashesian
2018-03-07 runtime: use a fence instruction before rdtscian
2018-03-05 libgo: fix typo in mksysinfo.sh scriptian
2018-02-28 runtime: update AIX memory allocation for new versionsian
2018-02-28 libgo: update to final Go 1.10 releaseian
2018-02-22 PR go/84484ian
2018-02-22 runtime: funcfileline: get missing function name from symbol tableian
2018-02-22 libgo: add -L option for libatomic when using -pthreadian
2018-02-20 runtime: allow preemption in fast syscall returnian
2018-02-16 runtime: add some more preemption checksian
2018-02-12 compiler: error on func declaration/definitionian
2018-02-12 PR go/84215ian
2018-02-08 runtime: get missing function name from symbol tableian
2018-02-08 libgo: update to Go1.10rc2ian
2018-02-07 runtime: don't call funcPC from a functionian
2018-02-06 runtime: correct runtime structfield type to match reflectian
2018-02-05 cmd/go: don't lose last flag from _cgo_flagsian
2018-02-02 reflect: enable allocation testsian
2018-02-02 runtime: scan register backing store on ia64ian
2018-02-01 math: adjust compilation flags, use them when testingian
2018-02-01 compiler: omit field name for embedded fields in reflection stringian
2018-02-01 net: declare lib_getaddrinfo as returning int32ian
2018-01-31 runtime: fix type descriptor name in C codeian
2018-01-31 gotest: accept symbols with leading dotian
2018-01-31 net: rename TestAddr6 to avoid gotest confusionian
2018-01-30 internal/syscall/unix: add randomTrap for sh/shbeian
2018-01-27 libgo: update to Go1.10rc1ian
2018-01-27 libgo: update to Go1.10rc1ian
2018-01-25 compiler: deref receiver types in mangled namesian
2018-01-25 runtime: fix lfstackUnpack on ia64ian
2018-01-24 compiler: rationalize external symbol namesian
2018-01-23 cmd/go: buildid support for AIX archives.ian
2018-01-19 mksysinfo: use rlimit64 if available when we use getrlimit64ian
2018-01-19 mksysinfo: force Passwd.Pw_[ug]id from int32 to uint32ian
2018-01-19 runtime: no escape for some functions on AIXian
2018-01-19 cmd/go: recognize AIX objects and archivesian
2018-01-19 runtime: add go:noescape declaration for Solarisian
2018-01-18 PR go/83787ian
2018-01-17 archive/tar: support stat and device numbers on AIXian
2018-01-17 libgo: update to Go1.10beta2 releaseian
2018-01-14 go/types: implement SizesFor for gccgoian
2018-01-11 PR go/83794ian