Age | Commit message (Expand) | Author | Files | Lines |
2020-01-10 | gotest: don't use local | Ian Lance Taylor | 1 | -2/+1 |
2020-01-09 | libgo: compile examples in _test packages | Ian Lance Taylor | 43 | -135/+93 |
2020-01-07 | compiler, runtime: stop using __go_runtime_error | Ian Lance Taylor | 6 | -136/+19 |
2020-01-02 | compiler, runtime, reflect: generate hash functions only for map keys | Ian Lance Taylor | 12 | -224/+315 |
2019-12-24 | re PR go/93020 (Final patches to build gcc-10 on GNU/Hurd) | Ian Lance Taylor | 4 | -4/+4 |
2019-12-09 | re PR go/92861 (Passes relative time to sem_timedwait on GNU/Hurd) | Ian Lance Taylor | 1 | -4/+0 |
2019-12-09 | re PR go/92861 (Passes relative time to sem_timedwait on GNU/Hurd) | Ian Lance Taylor | 1 | -2/+26 |
2019-12-06 | re PR go/92820 (libgo.so.15 has executable stack) | Ian Lance Taylor | 2 | -11/+23 |
2019-12-06 | re PR other/29842 ([meta-bug] outstanding patches / issues from STMicroelectr... | Ian Lance Taylor | 1 | -5/+5 |
2019-12-06 | re PR go/92810 (Compiling GCC go for aarch64_be-marvell-linux-gnu fails) | Ian Lance Taylor | 2 | -0/+6 |
2019-12-05 | re PR go/92820 (libgo.so.15 has executable stack) | Ian Lance Taylor | 1 | -1/+2 |
2019-11-21 | re PR go/92605 (r278509 causes/reveals issue in building go library) | Ian Lance Taylor | 2 | -1/+3 |
2019-11-21 | mksysinfo: use type aliases for time struct field types | Ian Lance Taylor | 1 | -7/+7 |
2019-11-19 | libgo: better cmd/cgo handling for '.' in pkgpath | Ian Lance Taylor | 1 | -1/+3 |
2019-11-15 | testmain.exp: link against GOLIBS | Ian Lance Taylor | 1 | -1/+5 |
2019-11-11 | libgo: fix DejaGNU testsuite compiler when using build sysroot | Ian Lance Taylor | 6 | -8/+34 |
2019-10-14 | runtime: correct facilities names in s390 CPU support | Ian Lance Taylor | 1 | -5/+7 |
2019-10-14 | internal/cpu: define kdsaQuery for s390 | Ian Lance Taylor | 1 | -0/+15 |
2019-10-02 | runtime: mark go-context.S as no-executable-stack and split-stack supported | Ian Lance Taylor | 1 | -0/+4 |
2019-09-19 | libgo: support gollvm build on arm64 linux | Ian Lance Taylor | 3 | -0/+16 |
2019-09-17 | runtime: for FFI, treat directIface types as pointers | Ian Lance Taylor | 1 | -0/+6 |
2019-09-17 | re PR go/91781 (r275691 breaks go test "reflect") | Ian Lance Taylor | 3 | -17/+40 |
2019-09-17 | reflect: unexport FFICallbackGo; use go:linkname instead | Ian Lance Taylor | 2 | -8/+9 |
2019-09-13 | libgo: don't use \? in grep pattern | Ian Lance Taylor | 2 | -2/+2 |
2019-09-12 | libgo: update to Go1.13 | Ian Lance Taylor | 205 | -1693/+3543 |
2019-09-11 | golang.org/x/sys/cpu: define doinit when needed | Ian Lance Taylor | 1 | -0/+9 |
2019-09-11 | gotest: force test package to be imported first | Ian Lance Taylor | 1 | -2/+11 |
2019-09-10 | libgo: Solaris and x/sys/cpu compatibility fixes | Ian Lance Taylor | 15 | -120/+49 |
2019-09-10 | re PR go/91621 (libgo/mksysinfo.sh: please avoid test ==) | Ian Lance Taylor | 1 | -1/+1 |
2019-09-10 | go/internal/gccgoimporter: support embedded field in pointer loop | Ian Lance Taylor | 4 | -25/+74 |
2019-09-10 | cmd/go: look for tool build ID before hashing entire file | Ian Lance Taylor | 1 | -4/+9 |
2019-09-09 | misc/cgo/testcshared: restore gofrontend-local changes | Ian Lance Taylor | 2 | -2/+2 |
2019-09-09 | libgo: only build x/sys/cpu/cpu_gccgo.c on x86 systems | Ian Lance Taylor | 4 | -13/+39 |
2019-09-06 | libgo: update to Go 1.13beta1 release | Ian Lance Taylor | 1837 | -63536/+122473 |
2019-08-31 | compiler, runtime: support and use single argument go:linkname | Ian Lance Taylor | 34 | -284/+259 |
2019-08-31 | runtime: always build panic32.go | Ian Lance Taylor | 1 | -2/+0 |
2019-08-30 | compile, runtime: permit anonymous and empty fields in C header | Ian Lance Taylor | 10 | -331/+97 |
2019-08-28 | runtime: move osinit to Go | Ian Lance Taylor | 29 | -738/+493 |
2019-08-28 | compiler, runtime: provide index information on bounds check failure | Ian Lance Taylor | 4 | -33/+358 |
2019-08-27 | libgo: rebuild runtime.inc if mkruntimeinc.sh changes | Ian Lance Taylor | 2 | -4/+6 |
2019-08-23 | compiler: record pointer var values to remove write barriers | Ian Lance Taylor | 1 | -0/+1 |
2019-08-20 | compiler, runtime: implement shifts by signed amounts | Ian Lance Taylor | 1 | -1/+7 |
2019-08-19 | runtime: be more strict in GC | Ian Lance Taylor | 3 | -54/+12 |
2019-08-17 | compiler, runtime: allocate defer records on the stack | Ian Lance Taylor | 4 | -0/+114 |
2019-08-17 | runtime: scan write barrier buffer conservatively | Ian Lance Taylor | 1 | -1/+8 |
2019-07-15 | runtime: expose the g variable | Ian Lance Taylor | 1 | -2/+2 |
2019-07-04 | compiler: optimize 0,1,2-case select statement | Ian Lance Taylor | 2 | -0/+4 |
2019-06-26 | libgo/testsuite: ignore symbols with a leading dot in symtogo | Ian Lance Taylor | 1 | -0/+7 |
2019-06-26 | cmd/go: silence ar with D flag failures | Ian Lance Taylor | 1 | -1/+8 |
2019-06-25 | runtime: mark memequal and memclrNoHeapPointers nosplit | Ian Lance Taylor | 2 | -2/+4 |