Age | Commit message (Expand) | Author | Files | Lines |
2019-02-15 | re PR go/89368 (ICE in go/gofrontend/expressions.cc:4669 after r268923) | Ian Lance Taylor | 2 | -2/+3 |
2019-02-15 | re PR go/89123 (Too many go test failures on s390x-linux) | Ian Lance Taylor | 1 | -1/+1 |
2019-02-15 | runtime: include <syscall.h> and <sys/syscall.h> if available | Ian Lance Taylor | 1 | -1/+1 |
2019-02-15 | runtime: add type cast for non-split-stack calls to scanstackblock | Ian Lance Taylor | 1 | -1/+1 |
2019-02-15 | compiler, runtime: harmonize types referenced by both C and Go | Ian Lance Taylor | 6 | -29/+42 |
2019-02-15 | re PR go/89168 (FAIL: cmd/go/internal/load) | Ian Lance Taylor | 1 | -1/+1 |
2019-02-15 | go-backend.c (go_imported_unsafe): Update optimization_default_node. | Ian Lance Taylor | 2 | -0/+6 |
2019-02-14 | re PR go/89321 (cross build with riscv64 gccgo compilation failed due to asse... | Ian Lance Taylor | 2 | -1/+11 |
2019-02-14 | compiler: check duplicate string keys in map composite literals | Ian Lance Taylor | 6 | -55/+98 |
2019-02-14 | go-gcc.cc: #include "opts.h". | Ian Lance Taylor | 2 | -0/+41 |
2019-02-12 | syscall: don't assume that WIFCONTINUED is defined | Ian Lance Taylor | 1 | -1/+1 |
2019-02-12 | mksysinfo: remove incorrect quotes in st_fsid handling for Hurd | Ian Lance Taylor | 1 | -1/+1 |
2019-02-07 | os, syscall: Hurd fixes for a couple of tests | Ian Lance Taylor | 1 | -1/+1 |
2019-02-07 | os, net, crypto/x509: add hurd support | Ian Lance Taylor | 1 | -1/+1 |
2019-02-07 | syscall: add Hurd support | Ian Lance Taylor | 1 | -1/+1 |
2019-02-07 | internal/syscall/unix: add constants for hurd | Ian Lance Taylor | 1 | -1/+1 |
2019-02-06 | re PR go/89199 (libgo regression in implementation of CompareAndSwap function... | Ian Lance Taylor | 1 | -1/+1 |
2019-02-06 | README: update text to describe current status | Ian Lance Taylor | 2 | -27/+30 |
2019-02-06 | re PR go/89019 (LTO and gccgo cause ICE during free_lang_data) | Nikhil Benesch | 2 | -0/+16 |
2019-02-05 | compiler: check duplicate implicit indexes in slices/arrays | Ian Lance Taylor | 2 | -1/+8 |
2019-02-01 | runtime: add hurd netpoll and semaphore support | Ian Lance Taylor | 1 | -1/+1 |
2019-02-01 | runtime: add getproccount for hurd | Ian Lance Taylor | 1 | -1/+1 |
2019-02-01 | libgo: add configury and sysinfo support for hurd | Ian Lance Taylor | 1 | -1/+1 |
2019-02-01 | libgo: add hurd build tags to test files | Ian Lance Taylor | 1 | -1/+1 |
2019-02-01 | libgo: add hurd build tags | Ian Lance Taylor | 1 | -1/+1 |
2019-02-01 | runtime, sync: use __atomic intrinsics instead of __sync | Ian Lance Taylor | 1 | -1/+1 |
2019-02-01 | compiler: support alias to pointer type as receiver in method declaration | Ian Lance Taylor | 2 | -1/+9 |
2019-01-30 | compiler: support alias to pointer type as method receiver | Ian Lance Taylor | 2 | -1/+5 |
2019-01-29 | runtime: fix sigprof frame counting | Ian Lance Taylor | 1 | -1/+1 |
2019-01-29 | runtime: use the call instruction's PC for panic-in-runtime detection | Ian Lance Taylor | 1 | -1/+1 |
2019-01-28 | compiler: improve recursive type detection | Ian Lance Taylor | 2 | -1/+10 |
2019-01-24 | runtime: install SIGURG handler on C created threads | Ian Lance Taylor | 1 | -1/+1 |
2019-01-22 | golang.org/x/tools/go/analysis: pass "gccgo" to types.SizesFor | Ian Lance Taylor | 1 | -1/+1 |
2019-01-22 | re PR go/88927 (Bootstrap failure on arm in libgo starting with r268084) | Ian Lance Taylor | 1 | -1/+1 |
2019-01-21 | libgo: fix building, and some testing, on Solaris | Ian Lance Taylor | 1 | -1/+1 |
2019-01-21 | compiler: stop iterator on error | Ian Lance Taylor | 2 | -1/+2 |
2019-01-18 | libgo: update to Go1.12beta2 | Ian Lance Taylor | 1 | -1/+1 |
2019-01-18 | re PR go/88202 (FAIL: runtime/pprof) | Ian Lance Taylor | 1 | -1/+1 |
2019-01-17 | runtime: dropg before CAS g status to _Grunnable/_Gwaiting | Ian Lance Taylor | 1 | -1/+1 |
2019-01-16 | syscall: mark C syscall functions noescape | Ian Lance Taylor | 1 | -1/+1 |
2019-01-15 | runtime: add padding to FFI type of struct ending with zero-sized field | Ian Lance Taylor | 1 | -1/+1 |
2019-01-15 | compiler, runtime: panic on uncomparable map key, even if map is empty | Ian Lance Taylor | 3 | -25/+61 |
2019-01-11 | compiler: pad structs ending with zero-sized field | Ian Lance Taylor | 4 | -11/+46 |
2019-01-09 | re PR go/86343 (types built by GO share TYPE_FIELDS in unsupported way) | Ian Lance Taylor | 2 | -1/+12 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 3 | -3/+10 |
2019-01-09 | compiler: use int type for len & cap in slice value | Ian Lance Taylor | 2 | -3/+5 |
2019-01-07 | runtime: in doscanstackswitch, set gp->m before gogo | Ian Lance Taylor | 1 | -1/+1 |
2019-01-07 | compiler: move slice construction to callers of makeslice | Ian Lance Taylor | 6 | -86/+161 |
2019-01-07 | runtime: in getTraceback, set gp->m before gogo | Ian Lance Taylor | 1 | -1/+1 |
2019-01-05 | runtime: prevent deadlock when profiling signal arrives during traceback | Ian Lance Taylor | 1 | -1/+1 |