aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2020-12-15compiler: better error for unexpected digitIan Lance Taylor2-1/+8
2020-12-11compiler: encode user visible names if necessaryIan Lance Taylor5-59/+144
2020-12-08libgo: update to 1.15.6 releaseIan Lance Taylor1-1/+1
2020-12-08compiler: use correct location for iota errorsIan Lance Taylor4-11/+99
2020-12-07syscall: don't use AF_LINK on hurdIan Lance Taylor1-1/+1
2020-12-07compiler: type of string index expression is byteIan Lance Taylor7-25/+53
2020-12-07compiler: don't name type descriptor for alias typeIan Lance Taylor2-2/+2
2020-12-04runtime: update type descriptor name in fieldtrack C support codeIan Lance Taylor1-1/+1
2020-12-03compiler: cast comparison function result to expected bool typeIan Lance Taylor3-6/+49
2020-12-03compiler: defer to middle-end for complex divisionIan Lance Taylor3-28/+1
2020-12-02compiler: reword "declared and not used" error messageIan Lance Taylor3-3/+3
2020-12-02compiler: improve mixed named/unnamed parameter error messageIan Lance Taylor2-2/+2
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-21Daily bump.GCC Administrator1-0/+7
2020-11-20compiler, libgo: change mangling schemeIan Lance Taylor12-713/+986
2020-11-20configury: Fix up --enable-link-serialization supportJakub Jelinek1-3/+3
2020-11-19Daily bump.GCC Administrator1-0/+6
2020-11-18configury: --enable-link-serialization supportJakub Jelinek1-2/+5
2020-11-17cmd/go, cmd/cgo: update gofrontend mangling checksIan Lance Taylor1-1/+1
2020-11-12Daily bump.GCC Administrator1-0/+5
2020-11-11Re: Refactor copying decl section namesAlan Modra1-1/+1
2020-11-10libgo: update to Go 1.15.4 releaseIan Lance Taylor1-1/+1
2020-11-07Daily bump.GCC Administrator1-0/+5
2020-11-06core: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTINNathan Sidwell1-1/+1
2020-11-05Daily bump.GCC Administrator1-0/+5
2020-11-04go: disable -fipa-icf-functions by default in Go frontendIan Lance Taylor1-0/+6
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