| Commit message (Expand) | Author | Age | Files | Lines |
* | re PR go/92861 (Passes relative time to sem_timedwait on GNU/Hurd) | Ian Lance Taylor | 2019-12-09 | 1 | -4/+0 |
* | re PR go/92861 (Passes relative time to sem_timedwait on GNU/Hurd) | Ian Lance Taylor | 2019-12-09 | 1 | -2/+26 |
* | re PR other/29842 ([meta-bug] outstanding patches / issues from STMicroelectr... | Ian Lance Taylor | 2019-12-06 | 1 | -5/+5 |
* | libgo: better cmd/cgo handling for '.' in pkgpath | Ian Lance Taylor | 2019-11-19 | 1 | -1/+3 |
* | runtime: correct facilities names in s390 CPU support | Ian Lance Taylor | 2019-10-14 | 1 | -5/+7 |
* | internal/cpu: define kdsaQuery for s390 | Ian Lance Taylor | 2019-10-14 | 1 | -0/+15 |
* | runtime: for FFI, treat directIface types as pointers | Ian Lance Taylor | 2019-09-17 | 1 | -0/+6 |
* | re PR go/91781 (r275691 breaks go test "reflect") | Ian Lance Taylor | 2019-09-17 | 2 | -9/+36 |
* | reflect: unexport FFICallbackGo; use go:linkname instead | Ian Lance Taylor | 2019-09-17 | 2 | -8/+9 |
* | libgo: update to Go1.13 | Ian Lance Taylor | 2019-09-12 | 193 | -1651/+3430 |
* | golang.org/x/sys/cpu: define doinit when needed | Ian Lance Taylor | 2019-09-11 | 1 | -0/+9 |
* | libgo: Solaris and x/sys/cpu compatibility fixes | Ian Lance Taylor | 2019-09-10 | 13 | -87/+12 |
* | go/internal/gccgoimporter: support embedded field in pointer loop | Ian Lance Taylor | 2019-09-10 | 4 | -25/+74 |
* | cmd/go: look for tool build ID before hashing entire file | Ian Lance Taylor | 2019-09-10 | 1 | -4/+9 |
* | libgo: update to Go 1.13beta1 release | Ian Lance Taylor | 2019-09-06 | 1371 | -31340/+89437 |
* | compiler, runtime: support and use single argument go:linkname | Ian Lance Taylor | 2019-08-31 | 34 | -284/+259 |
* | runtime: always build panic32.go | Ian Lance Taylor | 2019-08-31 | 1 | -2/+0 |
* | compile, runtime: permit anonymous and empty fields in C header | Ian Lance Taylor | 2019-08-30 | 1 | -1/+0 |
* | runtime: move osinit to Go | Ian Lance Taylor | 2019-08-28 | 16 | -511/+470 |
* | compiler, runtime: provide index information on bounds check failure | Ian Lance Taylor | 2019-08-28 | 3 | -31/+355 |
* | compiler: record pointer var values to remove write barriers | Ian Lance Taylor | 2019-08-23 | 1 | -0/+1 |
* | runtime: be more strict in GC | Ian Lance Taylor | 2019-08-19 | 3 | -54/+12 |
* | compiler, runtime: allocate defer records on the stack | Ian Lance Taylor | 2019-08-17 | 4 | -0/+114 |
* | runtime: scan write barrier buffer conservatively | Ian Lance Taylor | 2019-08-17 | 1 | -1/+8 |
* | compiler: optimize 0,1,2-case select statement | Ian Lance Taylor | 2019-07-04 | 2 | -0/+4 |
* | cmd/go: silence ar with D flag failures | Ian Lance Taylor | 2019-06-26 | 1 | -1/+8 |
* | compiler: open code string equality | Ian Lance Taylor | 2019-06-24 | 2 | -13/+0 |
* | runtime: inline and remove eqtype | Ian Lance Taylor | 2019-06-21 | 3 | -16/+11 |
* | compiler: open code some type assertions | Ian Lance Taylor | 2019-06-21 | 1 | -33/+4 |
* | compiler: optimize string concatenations | Ian Lance Taylor | 2019-06-19 | 1 | -21/+3 |
* | go/internal/gccgoimporter: ignore unexported and imported names | Ian Lance Taylor | 2019-06-07 | 1 | -26/+27 |
* | compiler: make use of specialized fast map routines | Ian Lance Taylor | 2019-06-06 | 3 | -0/+26 |
* | compiler: inline call expressions and function references | Ian Lance Taylor | 2019-06-05 | 1 | -2/+15 |
* | compiler, runtime, reflect: generate unique type descriptors | Ian Lance Taylor | 2019-06-03 | 2 | -79/+130 |
* | libgo: delay applying profile stack-frame skip until fixup | Ian Lance Taylor | 2019-06-03 | 2 | -14/+30 |
* | runtime: remove unnecessary functions calling between C and Go | Ian Lance Taylor | 2019-06-03 | 1 | -63/+1 |
* | re PR go/90614 (gcc-9.1.0/libgo/go/syscall/wait.c:54:22: error: unused parame... | Ian Lance Taylor | 2019-05-27 | 1 | -1/+1 |
* | libgo: reduce overhead for memory/block/mutex profiling | Ian Lance Taylor | 2019-05-14 | 7 | -85/+284 |
* | libgo: drop Solaris 10 support | Ian Lance Taylor | 2019-05-13 | 1 | -5/+0 |
* | runtime: set up g early | Ian Lance Taylor | 2019-05-11 | 1 | -7/+11 |
* | runtime: use builtin memmove directly | Cherry Zhang | 2019-05-08 | 1 | -0/+1 |
* | reflect: correctly handle direct interface typed receiver in Value.call | Ian Lance Taylor | 2019-05-08 | 1 | -1/+1 |
* | compiler: recognize and optimize array range clear | Ian Lance Taylor | 2019-05-03 | 1 | -0/+1 |
* | os/user: disable TestGroupIds for AIX | Ian Lance Taylor | 2019-05-03 | 1 | -0/+3 |
* | compiler: recognize and optimize map range clear | Ian Lance Taylor | 2019-05-01 | 1 | -0/+1 |
* | compiler,runtime: do more direct interfaces | Ian Lance Taylor | 2019-05-01 | 5 | -15/+30 |
* | runtime: persistentalloc and cache itabs | Ian Lance Taylor | 2019-05-01 | 1 | -31/+225 |
* | runtime: fix TestPhysPageSize on AIX | Ian Lance Taylor | 2019-04-26 | 1 | -0/+5 |
* | libgo/go/syscall: add SockAddrDatalink on AIX | Ian Lance Taylor | 2019-04-19 | 1 | -0/+24 |
* | libgo: update to Go 1.12.2 | Ian Lance Taylor | 2019-04-08 | 18 | -71/+267 |