aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)Author
2018-07-02 PR go/86331Ian Lance Taylor
2018-06-28 runtime: don't stat a NULL filenameIan Lance Taylor
2018-06-23 runtime: use #ifdef instead of #if for USING_SPLIT_STACKIan Lance Taylor
2018-06-22 syscall: remove UstatIan Lance Taylor
2018-06-21 cmd/go: re-enable a couple of tests of gccgoIan Lance Taylor
2018-06-13 libgo: update to Go 1.10.3 releaseIan Lance Taylor
2018-06-11 libgo: add riscv and js/wasm as known targetsIan Lance Taylor
2018-06-06 reflect: fix StructOf hash and stringIan Lance Taylor
2018-06-05 reflect: canonicalize types returned by StructOf() and friendsIan Lance Taylor
2018-05-31 libgo: update to Go 1.10.2 releaseIan Lance Taylor
2018-05-30 cmd/go, cmd/vet: make vet work with gccgoIan Lance Taylor
2018-05-30 crypto/x509: specify path to AIX certificate fileIan Lance Taylor
2018-05-09 go/build, cmd/go: update to match recent changes to gcIan Lance Taylor
2018-05-04 cmd/go: on AIX, pass -X64 first when invoking arIan Lance Taylor
2018-05-04 libgo: fix for unaligned read in go-unwind.c's read_encoded_value()Ian Lance Taylor
2018-05-04 cmd/go: update mkalldocs.shIan Lance Taylor
2018-05-04 cmd/go: enable tests of vet toolIan Lance Taylor
2018-05-04 cmd/go: update to match recent changes to gcIan Lance Taylor
2018-05-03 cmd/go: run tests that require package build IDsIan Lance Taylor
2018-05-02 libgo: add type/const references to sysinfo.cIan Lance Taylor
2018-05-02 libgo: add support for the Nios II architectureIan Lance Taylor
2018-05-02 runtime: remove unused stack.goIan Lance Taylor
2018-05-02 libgo: refactor code to enumerate stdlib packagesIan Lance Taylor
2018-05-02 libgo: break dependence on libgcc unwind-pe.hIan Lance Taylor
2018-05-01 PR go/85429Ian 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