aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend
AgeCommit message (Expand)AuthorFilesLines
2020-12-02compiler: don't advance past unexpected semicolonIan Lance Taylor2-2/+1
2020-11-30internal/cpu: don't define CacheLinePadSize for mips64xIan Lance Taylor1-1/+1
2020-11-30compiler, runtime: check len/cap for append(s, make(T, l)...)Ian Lance Taylor3-23/+19
2020-11-30libgo: define SO_RCVTIMEO on 32-bit GNU/LinuxIan Lance Taylor1-1/+1
2020-11-30compiler: improve error messages for expected curly braceIan Lance Taylor2-4/+4
2020-11-30compiler: use correct assignment order for type assertionsIan Lance Taylor2-3/+27
2020-11-30compiler: always use int context for index valuesIan Lance Taylor2-27/+6
2020-11-30compiler: better error messages for missing interface methodIan Lance Taylor2-1/+10
2020-11-30compiler: improve error for import of non-stringIan Lance Taylor2-2/+2
2020-11-28compiler: avoid follow-on errors for bad typesIan Lance Taylor4-8/+82
2020-11-28compiler: better error for x, x := 1, 2Ian Lance Taylor2-4/+12
2020-11-25compiler: avoid silent truncation for string(1 << 32)Ian Lance Taylor2-2/+10
2020-11-23log/syslog: correct asm name for C functionIan Lance Taylor1-1/+1
2020-11-20libgo: update to Go 1.15.5 releaseIan Lance Taylor1-1/+1
2020-11-20compiler, libgo: change mangling schemeIan Lance Taylor12-713/+986
2020-11-17cmd/go, cmd/cgo: update gofrontend mangling checksIan Lance Taylor1-1/+1
2020-11-10libgo: update to Go 1.15.4 releaseIan Lance Taylor1-1/+1
2020-10-28libgo: handle linking to NetBSD's versioned symbolsNikhil Benesch1-1/+1
2020-10-28syscall: don't build libcall_bsd.go on solarisIan Lance Taylor1-1/+1
2020-10-27libgo: update to Go 1.15.3 releaseIan Lance Taylor1-1/+1
2020-10-27compiler, go/internal/gccgoimporter: export notinheap annotationIan Lance Taylor5-9/+28
2020-10-27compiler: remove unused Type::in_heap_ member variableIan Lance Taylor2-3/+1
2020-10-26syscall: import additional BSD-specific syscall wrappersNikhil Benesch1-1/+1
2020-10-23net/http/cgi: merge upstream changes to default env varsNikhil Benesch1-1/+1
2020-10-21syscall: only compile ptrace varargs shim on LinuxNikhil Benesch1-1/+1
2020-10-21syscall: import upstream code for BSD sockets and sysctlsNikhil Benesch1-1/+1
2020-10-20libgo: adjust NetBSD-specific types for stable syscall APINikhil Benesch1-1/+1
2020-10-20syscall: remove Sendfile on NetBSDNikhil Benesch1-1/+1
2020-10-15compiler: don't export function type parameter namesIan Lance Taylor2-3/+7
2020-10-15runtime: use correct types in __go_ptrace shimNikhil Benesch1-1/+1
2020-10-15libgo: correct Makefile typo in path to x/net/route packageNikhil Benesch1-1/+1
2020-10-15compiler: export type for string and bool constantsIan Lance Taylor3-39/+53
2020-10-14libgo: print reason code if throwing unwind exception failsNikhil Benesch1-1/+1
2020-10-14libgo: export NetBSD-specific types in mksysinfo.shNikhil Benesch1-1/+1
2020-10-14runtime: correct semaphore implementation on netbsdNikhil Benesch1-1/+1
2020-10-13runtime: populate signal PC on NetBSDNikhil Benesch1-1/+1
2020-10-13syscall: port fix for netbsd unix sockets from upstreamNikhil Benesch1-1/+1
2020-10-13reflect: ensure uniqueness of type descriptors on AIX.Clément Chigot1-1/+1
2020-10-07libgo/configure: remove -fno-section-anchors for AIXClément Chigot1-1/+1
2020-10-07libgo: handle go1.10+ correctly in match.shNikhil Benesch1-1/+1
2020-10-06compiler: avoid undefined behavior in Import::readNikhil Benesch4-10/+11
2020-10-05gofrontend: correct file reading logic in Stream_from_fileNikhil Benesch2-5/+5
2020-10-01compiler: set varargs correctly for type of method expressionIan Lance Taylor2-3/+7
2020-09-30libgo: add 32-bit RISC-V (RV32) supportMaciej W. Rozycki1-1/+1
2020-09-28net: add hurd build tagIan Lance Taylor1-1/+1
2020-09-24runtime: remove __go_ptrace on AIXClément Chigot1-1/+1
2020-09-23libgo: update to Go1.15.2 releaseIan Lance Taylor1-1/+1
2020-09-22syscall: fix TestForeground for AIXClément Chigot1-1/+1
2020-09-22syscall: remove ptrace syscall on ppc64Clément Chigot1-1/+1
2020-09-22runtime, net: fix build errors on AIXClément Chigot1-1/+1