Age | Commit message (Expand) | Author | Files | Lines |
2019-09-06 | libgo: update to Go 1.13beta1 release | Ian Lance Taylor | 1371 | -31340/+89437 |
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 | 1 | -1/+0 |
2019-08-28 | runtime: move osinit to Go | Ian Lance Taylor | 16 | -511/+470 |
2019-08-28 | compiler, runtime: provide index information on bounds check failure | Ian Lance Taylor | 3 | -31/+355 |
2019-08-23 | compiler: record pointer var values to remove write barriers | Ian Lance Taylor | 1 | -0/+1 |
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-04 | compiler: optimize 0,1,2-case select statement | Ian Lance Taylor | 2 | -0/+4 |
2019-06-26 | cmd/go: silence ar with D flag failures | Ian Lance Taylor | 1 | -1/+8 |
2019-06-24 | compiler: open code string equality | Ian Lance Taylor | 2 | -13/+0 |
2019-06-21 | runtime: inline and remove eqtype | Ian Lance Taylor | 3 | -16/+11 |
2019-06-21 | compiler: open code some type assertions | Ian Lance Taylor | 1 | -33/+4 |
2019-06-19 | compiler: optimize string concatenations | Ian Lance Taylor | 1 | -21/+3 |
2019-06-07 | go/internal/gccgoimporter: ignore unexported and imported names | Ian Lance Taylor | 1 | -26/+27 |
2019-06-06 | compiler: make use of specialized fast map routines | Ian Lance Taylor | 3 | -0/+26 |
2019-06-05 | compiler: inline call expressions and function references | Ian Lance Taylor | 1 | -2/+15 |
2019-06-03 | compiler, runtime, reflect: generate unique type descriptors | Ian Lance Taylor | 2 | -79/+130 |
2019-06-03 | libgo: delay applying profile stack-frame skip until fixup | Ian Lance Taylor | 2 | -14/+30 |
2019-06-03 | runtime: remove unnecessary functions calling between C and Go | Ian Lance Taylor | 1 | -63/+1 |
2019-05-27 | re PR go/90614 (gcc-9.1.0/libgo/go/syscall/wait.c:54:22: error: unused parame... | Ian Lance Taylor | 1 | -1/+1 |
2019-05-14 | libgo: reduce overhead for memory/block/mutex profiling | Ian Lance Taylor | 7 | -85/+284 |
2019-05-13 | libgo: drop Solaris 10 support | Ian Lance Taylor | 1 | -5/+0 |
2019-05-11 | runtime: set up g early | Ian Lance Taylor | 1 | -7/+11 |
2019-05-08 | runtime: use builtin memmove directly | Cherry Zhang | 1 | -0/+1 |
2019-05-08 | reflect: correctly handle direct interface typed receiver in Value.call | Ian Lance Taylor | 1 | -1/+1 |
2019-05-03 | compiler: recognize and optimize array range clear | Ian Lance Taylor | 1 | -0/+1 |
2019-05-03 | os/user: disable TestGroupIds for AIX | Ian Lance Taylor | 1 | -0/+3 |
2019-05-01 | compiler: recognize and optimize map range clear | Ian Lance Taylor | 1 | -0/+1 |
2019-05-01 | compiler,runtime: do more direct interfaces | Ian Lance Taylor | 5 | -15/+30 |
2019-05-01 | runtime: persistentalloc and cache itabs | Ian Lance Taylor | 1 | -31/+225 |
2019-04-26 | runtime: fix TestPhysPageSize on AIX | Ian Lance Taylor | 1 | -0/+5 |
2019-04-19 | libgo/go/syscall: add SockAddrDatalink on AIX | Ian Lance Taylor | 1 | -0/+24 |
2019-04-08 | libgo: update to Go 1.12.2 | Ian Lance Taylor | 18 | -71/+267 |
2019-03-19 | compiler,runtime: pass old slice's ptr/len/cap by value to growslice | Ian Lance Taylor | 1 | -15/+15 |
2019-03-19 | libgo: fix build on AIX | Ian Lance Taylor | 26 | -201/+123 |
2019-03-18 | libgo: update to Go 1.12.1 | Ian Lance Taylor | 17 | -135/+351 |
2019-03-09 | re PR go/89447 (libgo largefile support is incomplete and inconsistent) | Ian Lance Taylor | 11 | -9/+75 |
2019-03-05 | runtime: enable precise GC checks when using stack maps | Ian Lance Taylor | 3 | -5/+9 |
2019-03-05 | cmd/go: pass -X64 to ar on aix/ppc64 | Ian Lance Taylor | 1 | -3/+10 |
2019-03-02 | re PR go/89406 (Go testing leaves many temporary directories in /tmp around) | Ian Lance Taylor | 1 | -6/+6 |
2019-03-01 | cmd/go: restore passing D to ar | Ian Lance Taylor | 1 | -3/+6 |
2019-03-01 | runtime: call execname and getpagesize on Solaris | Ian Lance Taylor | 1 | -34/+8 |
2019-03-01 | cmd/go: add -O2 to invocation of gccgo | Ian Lance Taylor | 1 | -1/+1 |
2019-02-27 | re PR go/89172 (FAIL: runtime/pprof) | Ian Lance Taylor | 2 | -2/+17 |
2019-02-27 | runtime: align first persistentalloc chunk as requested | Ian Lance Taylor | 1 | -1/+1 |
2019-02-27 | cmd/go: preserve CC for TestScript child processes | Ian Lance Taylor | 1 | -7/+6 |
2019-02-26 | libgo: update to Go 1.12 release | Ian Lance Taylor | 16 | -46/+280 |