Age | Commit message (Expand) | Author | Files | Lines |
2022-01-20 | runtime: build panic32.go on amd64p32 | Ian Lance Taylor | 1 | -1/+1 |
2022-01-06 | compiler: permit converting unnamed types when ignoring struct tags | Ian Lance Taylor | 2 | -3/+2 |
2022-01-04 | compiler: remove duplication of Named_object traversal | Ian Lance Taylor | 3 | -151/+100 |
2021-12-29 | compiler, libgo: don't pad sparc64-linux epollevent | Ian Lance Taylor | 2 | -4/+13 |
2021-11-11 | compiler: traverse func subexprs when creating func descriptors | Ian Lance Taylor | 4 | -11/+61 |
2021-10-26 | compiler: permit compiler directives in parenthesized groups | Ian Lance Taylor | 5 | -78/+89 |
2021-10-05 | compiler: workaround for C++ build template matching quirk | Than McIntosh | 2 | -3/+3 |
2021-09-30 | compiler: avoid calling Expression::type before lowering | Ian Lance Taylor | 4 | -23/+69 |
2021-09-21 | runtime: set runtime.GOROOT value at build time | Ian Lance Taylor | 1 | -1/+1 |
2021-09-16 | libgo: update to go1.17.1 release | Ian Lance Taylor | 1 | -1/+1 |
2021-09-11 | compiler: don't pad zero-sized trailing field in results struct | Ian Lance Taylor | 3 | -3/+19 |
2021-09-10 | compiler: correct condition for calling memclrHasPointers | Ian Lance Taylor | 2 | -2/+2 |
2021-09-07 | runtime: use hash32, not hash64, for amd64p32, mips64p32, mips64p32le | Ian Lance Taylor | 1 | -1/+1 |
2021-09-05 | libgo: update to final Go 1.17 release | Ian Lance Taylor | 1 | -1/+1 |
2021-08-14 | libgo: various fixes for Solaris support | Ian Lance Taylor | 1 | -1/+1 |
2021-08-13 | runtime: use C cast syntax in stack.c | Ian Lance Taylor | 1 | -1/+1 |
2021-08-12 | libgo: update to Go1.17rc2 | Ian Lance Taylor | 1 | -1/+1 |
2021-08-12 | compiler: store pointers to go:notinheap types indirectly | Ian Lance Taylor | 4 | -18/+92 |
2021-08-10 | compiler: don't crash on a, b := int(0) | Ian Lance Taylor | 2 | -3/+14 |
2021-08-07 | compiler: support export/import of unsafe.Add/Slice | Ian Lance Taylor | 8 | -29/+130 |
2021-08-06 | compiler: make escape analysis more strict about runtime calls | Cherry Mui | 2 | -2/+47 |
2021-08-05 | runtime: extend internal atomics to comply with sync/atomic | Ian Lance Taylor | 2 | -26/+24 |
2021-08-04 | compiler: make escape analysis more robust about builtin functions | Cherry Mui | 2 | -3/+55 |
2021-08-03 | compiler: support new language constructs in escape analysis | Cherry Mui | 4 | -50/+134 |
2021-08-03 | compile, runtime: make selectnbrecv return two values | Ian Lance Taylor | 3 | -35/+34 |
2021-08-03 | compiler: check slice to pointer-to-array conversion element type | Ian Lance Taylor | 3 | -3/+8 |
2021-08-02 | compiler, runtime: allow slice to array pointer conversion | Ian Lance Taylor | 4 | -3/+64 |
2021-08-02 | compiler, runtime: support unsafe.Add and unsafe.Slice | Ian Lance Taylor | 5 | -2/+253 |
2021-07-19 | compiler: avoid aliases in receiver types | Ian Lance Taylor | 4 | -1/+100 |
2021-07-09 | runtime: remove direct assignments to memory locations | Ian Lance Taylor | 1 | -1/+1 |
2021-06-29 | compiler: don't generate temporaries for composite literals | Ian Lance Taylor | 3 | -104/+7 |
2021-06-29 | compiler: in composite literals use temps only for interfaces | Ian Lance Taylor | 2 | -5/+14 |
2021-06-10 | libgo: update to Go1.16.5 release | Ian Lance Taylor | 1 | -1/+1 |
2021-05-24 | compiler: mark global variables whose address is taken | Ian Lance Taylor | 6 | -134/+171 |
2021-05-18 | gofrontend: revert startswith change | Ian Lance Taylor | 1 | -1/+1 |
2021-05-18 | libgo: update configure to current sources | Ian Lance Taylor | 1 | -1/+1 |
2021-05-10 | Come up with startswith function. | Martin Liska | 1 | -1/+1 |
2021-04-12 | libgo: update to Go1.16.3 release | Ian Lance Taylor | 1 | -1/+1 |
2021-03-17 | compiler: copy receiver argument for go/defer of method call | Ian Lance Taylor | 3 | -2/+29 |
2021-03-15 | libgo: update to Go 1.16.2 release | Ian Lance Taylor | 1 | -1/+1 |
2021-03-12 | misc/cgo/testcarchive: don't use == for string equality in C code | Ian Lance Taylor | 1 | -1/+1 |
2021-03-11 | compiler: create temporaries for heap variables | Ian Lance Taylor | 6 | -56/+99 |
2021-03-08 | runtime: cast SIGSTKSZ to uintptr | Ian Lance Taylor | 1 | -1/+1 |
2021-03-02 | compiler: allow //go:embed in files underscore-importing embed | Michael Matloob | 5 | -21/+14 |
2021-02-25 | libgo: ensure memmove, memset 8 byte atomicity on ppc64x | Lynn Boger | 1 | -1/+1 |
2021-02-19 | libgo: update to Go1.16 release | Ian Lance Taylor | 1 | -1/+1 |
2021-02-16 | compiler: unalias receiver type in export data | Ian Lance Taylor | 2 | -2/+2 |
2021-02-12 | compiler: open byte slice and string embeds using the absolute path | Michael Matloob | 2 | -4/+3 |
2021-02-03 | libgo: install new 1.16 packages | Ian Lance Taylor | 1 | -1/+1 |
2021-01-29 | internal/cpu: correctly link to getsystemcfg | Clément Chigot | 1 | -1/+1 |