aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)Author
2018-11-09 syscall: change RLIM_INFINITY from 0xffffffffffffffff to -1Ian Lance Taylor
2018-09-14 PR go/87260Ian Lance Taylor
2018-07-02 PR go/86331Ian Lance Taylor
2018-06-22 syscall: remove UstatIan Lance Taylor
2018-06-13 libgo: update to Go 1.10.3 releaseIan Lance Taylor
2018-05-31 PR go/85429Ian Lance Taylor
2018-05-04 cmd/go: on AIX, pass -X64 first when invoking arIan Lance Taylor
2018-04-27 PR go/85429Ian Lance Taylor
2018-04-20 gotest: only use [TD] on big-endian PPC64 non-AIX systemsIan Lance Taylor
2018-04-17 os/signal: disable loading of history during testIan Lance Taylor
2018-04-17 gccgo: suppress "ar rcD" and "-zdefs" on AIXIan Lance Taylor
2018-03-26 runtime: don't check for stale runtimeIan Lance Taylor
2018-03-16 libgo: add runtime/pprof/internal/profile.gox to noinst_DATAIan Lance Taylor
2018-03-15 cmd/go: force LANG=C when looking for compiler versionIan Lance Taylor
2018-03-09commit ce28919112dbb234366816ab39ce060ad45e8ca9Ian Lance Taylor
2018-03-07 runtime: push arena on AIX higher due to clashesIan Lance Taylor
2018-03-07 runtime: use a fence instruction before rdtscIan Lance Taylor
2018-03-05 libgo: fix typo in mksysinfo.sh scriptIan Lance Taylor
2018-02-28 runtime: update AIX memory allocation for new versionsIan Lance Taylor
2018-02-28 libgo: update to final Go 1.10 releaseIan Lance Taylor
2018-02-22 PR go/84484Andreas Schwab
2018-02-22 runtime: funcfileline: get missing function name from symbol tableIan Lance Taylor
2018-02-22 libgo: add -L option for libatomic when using -pthreadIan Lance Taylor
2018-02-20 runtime: allow preemption in fast syscall returnIan Lance Taylor
2018-02-16 runtime: add some more preemption checksIan Lance Taylor
2018-02-12 compiler: error on func declaration/definitionIan Lance Taylor
2018-02-12 PR go/84215Ian Lance Taylor
2018-02-08 runtime: get missing function name from symbol tableIan Lance Taylor
2018-02-08 libgo: update to Go1.10rc2Ian Lance Taylor
2018-02-07 runtime: don't call funcPC from a functionIan Lance Taylor
2018-02-06 runtime: correct runtime structfield type to match reflectIan Lance Taylor
2018-02-05 cmd/go: don't lose last flag from _cgo_flagsIan Lance Taylor
2018-02-02 reflect: enable allocation testsIan Lance Taylor
2018-02-02 runtime: scan register backing store on ia64Ian Lance Taylor
2018-02-01 math: adjust compilation flags, use them when testingIan Lance Taylor
2018-02-01 compiler: omit field name for embedded fields in reflection stringIan Lance Taylor
2018-02-01 net: declare lib_getaddrinfo as returning int32Ian Lance Taylor
2018-01-31 runtime: fix type descriptor name in C codeIan Lance Taylor
2018-01-31 gotest: accept symbols with leading dotIan Lance Taylor
2018-01-31 net: rename TestAddr6 to avoid gotest confusionIan Lance Taylor
2018-01-30 internal/syscall/unix: add randomTrap for sh/shbeIan Lance Taylor
2018-01-27 libgo: update to Go1.10rc1Ian Lance Taylor
2018-01-27 libgo: update to Go1.10rc1Ian Lance Taylor
2018-01-25 compiler: deref receiver types in mangled namesIan Lance Taylor
2018-01-25 runtime: fix lfstackUnpack on ia64Ian Lance Taylor
2018-01-24 compiler: rationalize external symbol namesIan Lance Taylor
2018-01-23 cmd/go: buildid support for AIX archives.Ian Lance Taylor
2018-01-19 mksysinfo: use rlimit64 if available when we use getrlimit64Ian Lance Taylor
2018-01-19 mksysinfo: force Passwd.Pw_[ug]id from int32 to uint32Ian Lance Taylor
2018-01-19 runtime: no escape for some functions on AIXIan Lance Taylor