aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2021-01-16Daily bump.GCC Administrator1-0/+4
2021-01-14compiler: add support for reading embedcfg filesIan Lance Taylor4-1/+634
2021-01-14libgo: update hurd supportIan Lance Taylor1-1/+1
2021-01-12syscall: ensure openat uses variadic libc wrapperPaul E. Murphy1-1/+1
2021-01-06Daily bump.GCC Administrator1-0/+13
2021-01-05syscall: don't define sys_SETREUID and friendsIan Lance Taylor1-1/+1
2021-01-05internal/cpu: more build fixes for Go1.16beta1 releaseIan Lance Taylor1-1/+1
2021-01-05go: Fix -fgo-embedcfg= option description.Jakub Jelinek1-1/+1
2021-01-04Go frontend: add -fgo-embedcfg optionIan Lance Taylor4-0/+20
2021-01-04Update copyright years.Jakub Jelinek13-13/+13
2021-01-04Update Copyright in ChangeLog filesJakub Jelinek1-1/+1
2021-01-02Daily bump.GCC Administrator1-0/+4
2021-01-01internal/cpu: add aarch64 support functionsIan Lance Taylor1-1/+1
2021-01-01runtime: move startupRandomData back to runtime2.goIan Lance Taylor1-1/+1
2021-01-01internal/cpu, golang.org/x/sys/cpu: support other GOARCH valuesIan Lance Taylor1-1/+1
2021-01-01Update copyright dates.Jakub Jelinek1-1/+1
2020-12-30libgo: update to Go1.16beta1 releaseIan Lance Taylor1-1/+1
2020-12-23compiler: parenthesize channel type strings if necessaryIan Lance Taylor2-1/+16
2020-12-23compiler: nil-checked pointers and index expressions can trapIan Lance Taylor2-7/+5
2020-12-23compiler: remove references to slicecopy and slicestringcopyIan Lance Taylor3-11/+1
2020-12-23Daily bump.GCC Administrator1-0/+6
2020-12-22compiler: initialize saw_send_stmt localsIan Lance Taylor2-3/+3
2020-12-22runtime: eliminate scase.kind fieldIan Lance Taylor5-63/+129
2020-12-22runtime: add "success" field to sudogIan Lance Taylor1-1/+1
2020-12-22runtime: omit nil-channel cases from selectgo's ordersIan Lance Taylor1-1/+1
2020-12-22runtime: remove scase.releasetime fieldIan Lance Taylor2-4/+3
2020-12-21Go frontend: ensure mpfr exponent range is large enough for GoIan Lance Taylor1-0/+10
2020-12-20libgo: adjust sysinfo scripts for changed -fdump-go-specNikhil Benesch1-1/+1
2020-12-18compiler: check for floating-point exponent overflowIan Lance Taylor2-1/+5
2020-12-15compiler: correct grammar in error messageIan Lance Taylor2-2/+2
2020-12-15compiler: avoid knock-on errors from invalid interfacesIan Lance Taylor3-9/+37
2020-12-15compiler: discard global sink variables with static initializersIan Lance Taylor4-2/+31
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