aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend
AgeCommit message (Expand)AuthorFilesLines
2021-04-12libgo: update to Go1.16.3 releaseIan Lance Taylor1-1/+1
2021-03-17compiler: copy receiver argument for go/defer of method callIan Lance Taylor3-2/+29
2021-03-15libgo: update to Go 1.16.2 releaseIan Lance Taylor1-1/+1
2021-03-12misc/cgo/testcarchive: don't use == for string equality in C codeIan Lance Taylor1-1/+1
2021-03-11compiler: create temporaries for heap variablesIan Lance Taylor6-56/+99
2021-03-08runtime: cast SIGSTKSZ to uintptrIan Lance Taylor1-1/+1
2021-03-02compiler: allow //go:embed in files underscore-importing embedMichael Matloob5-21/+14
2021-02-25libgo: ensure memmove, memset 8 byte atomicity on ppc64xLynn Boger1-1/+1
2021-02-19libgo: update to Go1.16 releaseIan Lance Taylor1-1/+1
2021-02-16compiler: unalias receiver type in export dataIan Lance Taylor2-2/+2
2021-02-12compiler: open byte slice and string embeds using the absolute pathMichael Matloob2-4/+3
2021-02-03libgo: install new 1.16 packagesIan Lance Taylor1-1/+1
2021-01-29internal/cpu: correctly link to getsystemcfgClément Chigot1-1/+1
2021-01-29libgo: update to Go1.16rc1Ian Lance Taylor1-1/+1
2021-01-19compiler: initialize variables with go:embed directivesIan Lance Taylor4-2/+347
2021-01-18compiler: read embedcfg files, parse go:embed directivesIan Lance Taylor9-33/+234
2021-01-14compiler: add support for reading embedcfg filesIan Lance Taylor3-1/+633
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-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-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
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-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-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