aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)Author
2018-10-26 libgo: avoid use of 'local' directive in shell scriptIan Lance Taylor
2018-10-26 libgo: fix improperly mangled linker symbol directiveIan Lance Taylor
2018-10-26 libgo: don't use wc in gotestIan Lance Taylor
2018-10-25 compiler: improve name mangling for packpathsIan Lance Taylor
2018-10-23 PR go/87661Ian Lance Taylor
2018-10-23 compiler: export indexed type data, read unexported types lazilyIan Lance Taylor
2018-10-18 compiler: list indirect imports separately in export dataIan Lance Taylor
2018-10-18 compiler: drop semicolons in export dataIan Lance Taylor
2018-10-09 runtime: skip testSetPanicOnFault for gollvmIan Lance Taylor
2018-10-08 libgo: update to Go 1.11.1 releaseIan Lance Taylor
2018-10-05 libgo: use inline assembly in favor of call to _xgetbv()Ian Lance Taylor
2018-10-05 runtime: remove checkgoarm functionIan Lance Taylor
2018-10-02 internal/bytealg: support systems that don't have memmemIan Lance Taylor
2018-10-02 net: don't fail test if splice fails because pipe2 is missingIan Lance Taylor
2018-10-01 libgo: support x32 as GOARCH=amd64p32 GOOS=linuxIan Lance Taylor
2018-10-01 runtime: add arm64 version of AES hash codeIan Lance Taylor
2018-09-26 syscall: don't assume we have a GETEUID system callIan Lance Taylor
2018-09-26 runtime, os: fix the build on SolarisIan Lance Taylor
2018-09-25 internal/bytealg, internal/cpu, internal/poll: portability fixesIan Lance Taylor
2018-09-25 cmd/go: pass down testing gccgo in TestScriptIan Lance Taylor
2018-09-24 libgo: update to Go 1.11Ian Lance Taylor
2018-09-14 cmd/go: correct gccgo buildid file on ARMIan Lance Taylor
2018-09-13 compiler, runtime: call gcWriteBarrier instead of writebarrierptrIan Lance Taylor
2018-09-13 runtime: correct counters in sweepIan Lance Taylor
2018-09-13 compiler, runtime: open code selectIan Lance Taylor
2018-09-13 runtime: avoid write barriers with traceback infoIan Lance Taylor
2018-09-13 libgo: build roots index to speed up bulkBarrierPreWriteIan Lance Taylor
2018-08-29 compiler, runtime: remove hmap field from maptypesIan Lance Taylor
2018-08-24 runtime: remove the dummy arg of getcallerspIan Lance Taylor
2018-08-07 runtime: use poll rather than pollset for netpoll on AIXIan Lance Taylor
2018-08-07 libgo: uncomment trace.Stop() call in testing packageIan Lance Taylor
2018-07-27 libgo: prune sighandler frames in runtime.sigprofIan Lance Taylor
2018-07-13 runtime: skip zero-sized fields in structs when converting to FFIIan Lance Taylor
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