summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* re PR go/92861 (Passes relative time to sem_timedwait on GNU/Hurd)Ian Lance Taylor2019-12-091-4/+0
* re PR go/92861 (Passes relative time to sem_timedwait on GNU/Hurd)Ian Lance Taylor2019-12-091-2/+26
* re PR go/92820 (libgo.so.15 has executable stack)Ian Lance Taylor2019-12-062-11/+23
* re PR other/29842 ([meta-bug] outstanding patches / issues from STMicroelectr...Ian Lance Taylor2019-12-061-5/+5
* re PR go/92810 (Compiling GCC go for aarch64_be-marvell-linux-gnu fails)Ian Lance Taylor2019-12-062-0/+6
* re PR go/92820 (libgo.so.15 has executable stack)Ian Lance Taylor2019-12-051-1/+2
* re PR go/92605 (r278509 causes/reveals issue in building go library)Ian Lance Taylor2019-11-212-1/+3
* mksysinfo: use type aliases for time struct field typesIan Lance Taylor2019-11-211-7/+7
* libgo: better cmd/cgo handling for '.' in pkgpathIan Lance Taylor2019-11-191-1/+3
* testmain.exp: link against GOLIBSIan Lance Taylor2019-11-151-1/+5
* libgo: fix DejaGNU testsuite compiler when using build sysrootIan Lance Taylor2019-11-116-8/+34
* runtime: correct facilities names in s390 CPU supportIan Lance Taylor2019-10-141-5/+7
* internal/cpu: define kdsaQuery for s390Ian Lance Taylor2019-10-141-0/+15
* runtime: mark go-context.S as no-executable-stack and split-stack supportedIan Lance Taylor2019-10-021-0/+4
* libgo: support gollvm build on arm64 linuxIan Lance Taylor2019-09-193-0/+16
* runtime: for FFI, treat directIface types as pointersIan Lance Taylor2019-09-171-0/+6
* re PR go/91781 (r275691 breaks go test "reflect")Ian Lance Taylor2019-09-173-17/+40
* reflect: unexport FFICallbackGo; use go:linkname insteadIan Lance Taylor2019-09-172-8/+9
* libgo: don't use \? in grep patternIan Lance Taylor2019-09-132-2/+2
* libgo: update to Go1.13Ian Lance Taylor2019-09-12205-1693/+3543
* golang.org/x/sys/cpu: define doinit when neededIan Lance Taylor2019-09-111-0/+9
* gotest: force test package to be imported firstIan Lance Taylor2019-09-111-2/+11
* libgo: Solaris and x/sys/cpu compatibility fixesIan Lance Taylor2019-09-1015-120/+49
* re PR go/91621 (libgo/mksysinfo.sh: please avoid test ==)Ian Lance Taylor2019-09-101-1/+1
* go/internal/gccgoimporter: support embedded field in pointer loopIan Lance Taylor2019-09-104-25/+74
* cmd/go: look for tool build ID before hashing entire fileIan Lance Taylor2019-09-101-4/+9
* misc/cgo/testcshared: restore gofrontend-local changesIan Lance Taylor2019-09-092-2/+2
* libgo: only build x/sys/cpu/cpu_gccgo.c on x86 systemsIan Lance Taylor2019-09-094-13/+39
* libgo: update to Go 1.13beta1 releaseIan Lance Taylor2019-09-061837-63536/+122473
* compiler, runtime: support and use single argument go:linknameIan Lance Taylor2019-08-3134-284/+259
* runtime: always build panic32.goIan Lance Taylor2019-08-311-2/+0
* compile, runtime: permit anonymous and empty fields in C headerIan Lance Taylor2019-08-3010-331/+97
* runtime: move osinit to GoIan Lance Taylor2019-08-2829-738/+493
* compiler, runtime: provide index information on bounds check failureIan Lance Taylor2019-08-284-33/+358
* libgo: rebuild runtime.inc if mkruntimeinc.sh changesIan Lance Taylor2019-08-272-4/+6
* compiler: record pointer var values to remove write barriersIan Lance Taylor2019-08-231-0/+1
* compiler, runtime: implement shifts by signed amountsIan Lance Taylor2019-08-201-1/+7
* runtime: be more strict in GCIan Lance Taylor2019-08-193-54/+12
* compiler, runtime: allocate defer records on the stackIan Lance Taylor2019-08-174-0/+114
* runtime: scan write barrier buffer conservativelyIan Lance Taylor2019-08-171-1/+8
* runtime: expose the g variableIan Lance Taylor2019-07-151-2/+2
* compiler: optimize 0,1,2-case select statementIan Lance Taylor2019-07-042-0/+4
* libgo/testsuite: ignore symbols with a leading dot in symtogoIan Lance Taylor2019-06-261-0/+7
* cmd/go: silence ar with D flag failuresIan Lance Taylor2019-06-261-1/+8
* runtime: mark memequal and memclrNoHeapPointers nosplitIan Lance Taylor2019-06-252-2/+4
* compiler: open code string equalityIan Lance Taylor2019-06-242-13/+0
* compiler: use builtin memcmp directlyIan Lance Taylor2019-06-243-20/+2
* runtime: inline and remove eqtypeIan Lance Taylor2019-06-213-16/+11
* compiler: open code some type assertionsIan Lance Taylor2019-06-211-33/+4
* compiler: open code string slice expressionsIan Lance Taylor2019-06-213-41/+6