aboutsummaryrefslogtreecommitdiff
path: root/libgo
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-11 libgo: fix DejaGNU testsuite compiler when using build sysrootIan 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-02 runtime: mark go-context.S as no-executable-stack and split-stack supportedIan 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-13 libgo: don't use \? in grep patternIan Lance Taylor
2019-09-12 libgo: update to Go1.13Ian 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-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-06 libgo: update to Go 1.13beta1 releaseIan Lance Taylor
2019-08-31 compiler, runtime: support and use single argument go:linknameIan 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, 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-23 compiler: record pointer var values to remove write barriersIan Lance Taylor
2019-08-20 compiler, runtime: implement shifts by signed amountsIan Lance Taylor
2019-08-19 runtime: be more strict in GCIan Lance Taylor
2019-08-17 compiler, runtime: allocate defer records on the stackIan Lance Taylor
2019-08-17 runtime: scan write barrier buffer conservativelyIan Lance Taylor
2019-07-15 runtime: expose the g variableIan Lance Taylor
2019-07-04 compiler: optimize 0,1,2-case select statementIan Lance Taylor
2019-06-26 libgo/testsuite: ignore symbols with a leading dot in symtogoIan Lance Taylor
2019-06-26 cmd/go: silence ar with D flag failuresIan Lance Taylor
2019-06-25 runtime: mark memequal and memclrNoHeapPointers nosplitIan Lance Taylor
2019-06-24 compiler: open code string equalityIan Lance Taylor
2019-06-24 compiler: use builtin memcmp directlyIan Lance Taylor
2019-06-21 runtime: inline and remove eqtypeIan Lance Taylor
2019-06-21 compiler: open code some type assertionsIan Lance Taylor
2019-06-21 compiler: open code string slice expressionsIan Lance Taylor
2019-06-19 compiler: optimize string concatenationsIan Lance Taylor
2019-06-07 go/internal/gccgoimporter: ignore unexported and imported namesIan Lance Taylor
2019-06-06 compiler: make use of specialized fast map routinesIan Lance Taylor
2019-06-05 compiler: inline call expressions and function referencesIan Lance Taylor
2019-06-03 compiler, runtime, reflect: generate unique type descriptorsIan Lance Taylor
2019-06-03 libgo: delay applying profile stack-frame skip until fixupIan Lance Taylor