aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
2018-10-23re PR go/87661 (libgo bootstrap failure on arm-linux-gnueabihf (redefinition ...Ian Lance Taylor1-23/+0
2018-10-23compiler: export indexed type data, read unexported types lazilyIan Lance Taylor1-3/+78
2018-10-18compiler: list indirect imports separately in export dataIan Lance Taylor1-0/+8
2018-10-18compiler: drop semicolons in export dataIan Lance Taylor3-38/+51
2018-10-09runtime: skip testSetPanicOnFault for gollvmIan Lance Taylor1-0/+3
2018-10-08libgo: update to Go 1.11.1 releaseIan Lance Taylor27-166/+398
2018-10-05libgo: use inline assembly in favor of call to _xgetbv()Ian Lance Taylor1-4/+10
2018-10-05runtime: remove checkgoarm functionIan Lance Taylor1-19/+0
2018-10-02internal/bytealg: support systems that don't have memmemIan Lance Taylor4-2/+32
2018-10-02net: don't fail test if splice fails because pipe2 is missingIan Lance Taylor1-0/+6
2018-10-01libgo: support x32 as GOARCH=amd64p32 GOOS=linuxIan Lance Taylor6-4/+37
2018-10-01runtime: add arm64 version of AES hash codeIan Lance Taylor1-2/+401
2018-09-26syscall: don't assume we have a GETEUID system callIan Lance Taylor2-0/+10
2018-09-26runtime, os: fix the build on SolarisIan Lance Taylor3-4/+61
2018-09-25internal/bytealg, internal/cpu, internal/poll: portability fixesIan Lance Taylor15-53/+34
2018-09-25cmd/go: pass down testing gccgo in TestScriptIan Lance Taylor3-4/+11
2018-09-24libgo: update to Go 1.11Ian Lance Taylor1510-18932/+83837
2018-09-14cmd/go: correct gccgo buildid file on ARMIan Lance Taylor1-2/+6
2018-09-13compiler, runtime: call gcWriteBarrier instead of writebarrierptrIan Lance Taylor2-21/+26
2018-09-13runtime: correct counters in sweepIan Lance Taylor2-8/+27
2018-09-13compiler, runtime: open code selectIan Lance Taylor1-205/+61
2018-09-13runtime: avoid write barriers with traceback infoIan Lance Taylor5-11/+13
2018-09-13libgo: build roots index to speed up bulkBarrierPreWriteIan Lance Taylor4-21/+122
2018-08-29compiler, runtime: remove hmap field from maptypesIan Lance Taylor3-15/+1
2018-08-24runtime: remove the dummy arg of getcallerspIan Lance Taylor9-42/+38
2018-08-07runtime: use poll rather than pollset for netpoll on AIXIan Lance Taylor2-109/+95
2018-08-07libgo: uncomment trace.Stop() call in testing packageIan Lance Taylor1-1/+1
2018-07-27libgo: prune sighandler frames in runtime.sigprofIan Lance Taylor2-11/+70
2018-07-13runtime: skip zero-sized fields in structs when converting to FFIIan Lance Taylor1-3/+45
2018-07-02re PR go/86331 (the gccgo's "go" tool looks like failing to invoke any sub go...Ian Lance Taylor1-2/+5
2018-06-28runtime: don't stat a NULL filenameIan Lance Taylor1-1/+1
2018-06-23runtime: use #ifdef instead of #if for USING_SPLIT_STACKIan Lance Taylor1-3/+3
2018-06-22syscall: remove UstatIan Lance Taylor6-83/+0
2018-06-21cmd/go: re-enable a couple of tests of gccgoIan Lance Taylor1-2/+0
2018-06-13libgo: update to Go 1.10.3 releaseIan Lance Taylor30-327/+552
2018-06-11libgo: add riscv and js/wasm as known targetsIan Lance Taylor5-7/+17
2018-06-06reflect: fix StructOf hash and stringIan Lance Taylor2-2/+13
2018-06-05reflect: canonicalize types returned by StructOf() and friendsIan Lance Taylor2-20/+33
2018-05-31libgo: update to Go 1.10.2 releaseIan Lance Taylor38-157/+852
2018-05-30cmd/go, cmd/vet: make vet work with gccgoIan Lance Taylor5-10/+34
2018-05-30crypto/x509: specify path to AIX certificate fileIan Lance Taylor1-1/+3
2018-05-09go/build, cmd/go: update to match recent changes to gcIan Lance Taylor9-56/+172
2018-05-04cmd/go: on AIX, pass -X64 first when invoking arIan Lance Taylor1-1/+1
2018-05-04libgo: fix for unaligned read in go-unwind.c's read_encoded_value()Ian Lance Taylor1-11/+43
2018-05-04cmd/go: update mkalldocs.shIan Lance Taylor2-9/+11
2018-05-04cmd/go: enable tests of vet toolIan Lance Taylor1-4/+0
2018-05-04cmd/go: update to match recent changes to gcIan Lance Taylor7-20/+46
2018-05-03cmd/go: run tests that require package build IDsIan Lance Taylor1-2/+0
2018-05-02libgo: add type/const references to sysinfo.cIan Lance Taylor2-0/+210
2018-05-02libgo: add support for the Nios II architectureIan Lance Taylor13-15/+30