aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)Author
2019-11-21 PR go/92605Ian Lance Taylor
2019-11-21 mksysinfo: use type aliases for time struct field typesIan Lance Taylor
2019-11-19 libgo: better cmd/cgo handling for '.' in pkgpathIan Lance Taylor
2019-11-15 testmain.exp: link against GOLIBSIan Lance Taylor
2019-11-15 compiler: fix buglet in function inlining related to sink namesIan Lance Taylor
2019-11-12Use more SET_OPTION_IF_UNSET.Martin Liska
2019-10-14 compiler: revise exportdata fix for processing constant typesIan Lance Taylor
2019-10-14 runtime: correct facilities names in s390 CPU supportIan Lance Taylor
2019-10-14 internal/cpu: define kdsaQuery for s390Ian Lance Taylor
2019-10-12 compiler: mangle dots in pkgpathIan Lance Taylor
2019-10-04 compiler: include selected constant types during export processingIan Lance Taylor
2019-10-04 compiler: adjust code to avoid shadowing local variablesIan Lance Taylor
2019-10-02 runtime: mark go-context.S as no-executable-stack and split-stack supportedIan Lance Taylor
2019-09-30 compiler: change escape maps to hash tablesIan Lance Taylor
2019-09-28 compiler: resolve importing ambiguity for more complex function callsIan Lance Taylor
2019-09-27 compiler: don't read known type, simplify Import::finalize_methodsIan Lance Taylor
2019-09-27 compiler: only check whether struct or array types are bigIan Lance Taylor
2019-09-27 compiler: fix brace formattingIan Lance Taylor
2019-09-19 libgo: support gollvm build on arm64 linuxIan Lance Taylor
2019-09-17 runtime: for FFI, treat directIface types as pointersIan Lance Taylor
2019-09-17 PR go/91781Ian Lance Taylor
2019-09-17 reflect: unexport FFICallbackGo; use go:linkname insteadIan Lance Taylor
2019-09-16 compiler: fix quoting of //go:linkname in error messageIan Lance Taylor
2019-09-13 libgo: don't use \? in grep patternIan Lance Taylor
2019-09-12 libgo: update to Go1.13Ian Lance Taylor
2019-09-11 compiler: suppress type descriptor generation for aliasesIan Lance Taylor
2019-09-11 golang.org/x/sys/cpu: define doinit when neededIan Lance Taylor
2019-09-11 gotest: force test package to be imported firstIan Lance Taylor
2019-09-10 libgo: Solaris and x/sys/cpu compatibility fixesIan Lance Taylor
2019-09-10 PR go/91621Ian Lance Taylor
2019-09-10 go/internal/gccgoimporter: support embedded field in pointer loopIan Lance Taylor
2019-09-10 cmd/go: look for tool build ID before hashing entire fileIan Lance Taylor
2019-09-10 compiler: permit inlining constant expressions and expression statementsIan Lance Taylor
2019-09-09 misc/cgo/testcshared: restore gofrontend-local changesIan Lance Taylor
2019-09-09 libgo: only build x/sys/cpu/cpu_gccgo.c on x86 systemsIan Lance Taylor
2019-09-09 compiler: don't use predeclared location for implicit runtime importIan Lance Taylor
2019-09-09 compiler: traverse types of constant expressionsIan Lance Taylor
2019-09-06 libgo: update to Go 1.13beta1 releaseIan Lance Taylor
2019-09-05 PR tree-optimization/91663Ian Lance Taylor
2019-09-03 compiler: only import variable into . if same packageIan Lance Taylor
2019-08-31 compiler: check for notinheap struct at each struct fieldIan Lance Taylor
2019-08-31 compiler, runtime: support and use single argument go:linknameIan Lance Taylor
2019-08-31 compiler: don't report runtime escapes if we've seen errorsIan Lance Taylor
2019-08-31 runtime: always build panic32.goIan Lance Taylor
2019-08-30 compile, runtime: permit anonymous and empty fields in C headerIan Lance Taylor
2019-08-28 runtime: move osinit to GoIan Lance Taylor
2019-08-28 compiler: handle unsafe conversion expression in escape analysisIan Lance Taylor
2019-08-28 compiler, runtime: provide index information on bounds check failureIan Lance Taylor
2019-08-27 libgo: rebuild runtime.inc if mkruntimeinc.sh changesIan Lance Taylor
2019-08-26 compiler: generalize cleanup of unresolved placeholder pointer typesIan Lance Taylor