aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)Author
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
2018-01-19 cmd/go: recognize AIX objects and archivesIan Lance Taylor
2018-01-19 runtime: add go:noescape declaration for SolarisIan Lance Taylor
2018-01-18 PR go/83787Ian Lance Taylor
2018-01-17 archive/tar: support stat and device numbers on AIXIan Lance Taylor
2018-01-17 libgo: update to Go1.10beta2 releaseIan Lance Taylor
2018-01-14 go/types: implement SizesFor for gccgoIan Lance Taylor
2018-01-11 PR go/83794Ian Lance Taylor
2018-01-11 debug/dwarf: formStrp uses a 64-bit value for 64-bit DWARFIan Lance Taylor
2018-01-10 os, syscall: handle _st_timespec for AIX statIan Lance Taylor
2018-01-10 libgo: add platform support for SuperHIan Lance Taylor
2018-01-10Add missing .a files. These should have been committed with theIan Lance Taylor