Age | Commit message (Expand) | Author | Files | Lines |
2019-02-07 | os, syscall: Hurd fixes for a couple of tests | Ian Lance Taylor | 2 | -5/+11 |
2019-02-07 | os, net, crypto/x509: add hurd support | Ian Lance Taylor | 7 | -1/+76 |
2019-02-07 | syscall: add Hurd support | Ian Lance Taylor | 9 | -133/+188 |
2019-02-07 | internal/syscall/unix: add constants for hurd | Ian Lance Taylor | 1 | -0/+8 |
2019-02-06 | re PR go/89199 (libgo regression in implementation of CompareAndSwap function... | Ian Lance Taylor | 1 | -5/+5 |
2019-02-01 | runtime: add hurd netpoll and semaphore support | Ian Lance Taylor | 3 | -3/+330 |
2019-02-01 | runtime: add getproccount for hurd | Ian Lance Taylor | 1 | -0/+16 |
2019-02-01 | libgo: add configury and sysinfo support for hurd | Ian Lance Taylor | 6 | -5/+56 |
2019-02-01 | libgo: add hurd build tags to test files | Ian Lance Taylor | 23 | -23/+27 |
2019-02-01 | libgo: add hurd build tags | Ian Lance Taylor | 105 | -101/+106 |
2019-02-01 | runtime, sync: use __atomic intrinsics instead of __sync | Ian Lance Taylor | 13 | -489/+41 |
2019-01-29 | runtime: fix sigprof frame counting | Ian Lance Taylor | 1 | -2/+1 |
2019-01-29 | runtime: use the call instruction's PC for panic-in-runtime detection | Ian Lance Taylor | 2 | -3/+3 |
2019-01-24 | runtime: install SIGURG handler on C created threads | Ian Lance Taylor | 1 | -2/+2 |
2019-01-22 | golang.org/x/tools/go/analysis: pass "gccgo" to types.SizesFor | Ian Lance Taylor | 4 | -4/+4 |
2019-01-22 | re PR go/88927 (Bootstrap failure on arm in libgo starting with r268084) | Ian Lance Taylor | 2 | -0/+39 |
2019-01-21 | libgo: fix building, and some testing, on Solaris | Ian Lance Taylor | 6 | -18/+135 |
2019-01-18 | libgo: update to Go1.12beta2 | Ian Lance Taylor | 1325 | -44922/+71590 |
2019-01-18 | re PR go/88202 (FAIL: runtime/pprof) | Ian Lance Taylor | 1 | -2/+9 |
2019-01-17 | runtime: dropg before CAS g status to _Grunnable/_Gwaiting | Ian Lance Taylor | 3 | -10/+22 |
2019-01-16 | syscall: mark C syscall functions noescape | Ian Lance Taylor | 2 | -0/+2 |
2019-01-15 | runtime: add padding to FFI type of struct ending with zero-sized field | Ian Lance Taylor | 1 | -0/+10 |
2019-01-15 | compiler, runtime: panic on uncomparable map key, even if map is empty | Ian Lance Taylor | 3 | -59/+109 |
2019-01-12 | Remove svn:executable property from a couple of text files | Jakub Jelinek | 2 | -0/+0 |
2019-01-07 | runtime: in doscanstackswitch, set gp->m before gogo | Ian Lance Taylor | 1 | -6/+7 |
2019-01-07 | compiler: move slice construction to callers of makeslice | Ian Lance Taylor | 2 | -6/+5 |
2019-01-07 | runtime: in getTraceback, set gp->m before gogo | Ian Lance Taylor | 2 | -6/+42 |
2019-01-05 | runtime: prevent deadlock when profiling signal arrives during traceback | Ian Lance Taylor | 2 | -2/+9 |
2018-12-29 | runtime: prevent deadlock when profiling signal arrives in stack scan | Ian Lance Taylor | 3 | -4/+12 |
2018-12-27 | runtime: delete export_arm_test.go | Ian Lance Taylor | 1 | -9/+0 |
2018-12-27 | runtime: let ARM32 EABI personality function continue unwind when called from... | Ian Lance Taylor | 1 | -0/+3 |
2018-12-27 | runtime: on ARM32 EABI, don't get LSDA if compact model is used | Ian Lance Taylor | 1 | -0/+11 |
2018-12-12 | runtime: handle DW_EH_PE_absptr in type table encoding | Ian Lance Taylor | 1 | -0/+2 |
2018-12-12 | os/signal: increase deliver time for signal testcase | Ian Lance Taylor | 1 | -3/+3 |
2018-12-11 | runtime: use _URC_FAILURE on ARM32 | Ian Lance Taylor | 1 | -2/+8 |
2018-12-07 | runtime: add missing return for non-GNU/Linux version of tgkill | Ian Lance Taylor | 1 | -0/+1 |
2018-12-05 | runtime: add precise stack scan support | Ian Lance Taylor | 12 | -22/+572 |
2018-12-05 | syscall: remove Flock for aix/ppc64 | Ian Lance Taylor | 1 | -22/+0 |
2018-12-04 | cmd/vet: use default compiler when determining type sizes | Ian Lance Taylor | 1 | -1/+1 |
2018-12-03 | cmd/go: allow buildmode c-archive for gccgo on ppc64 | Ian Lance Taylor | 1 | -15/+16 |
2018-11-27 | compiler: add '$' to names in expression export data | Ian Lance Taylor | 1 | -0/+9 |
2018-11-26 | syscall: always define WEXITED and WNOWAIT on GNU/Linux | Ian Lance Taylor | 1 | -0/+9 |
2018-11-26 | compiler: initial support for exporting function bodies | Ian Lance Taylor | 1 | -6/+57 |
2018-11-21 | re PR go/88060 (../../../gcc-8.2.0/libgo/go/syscall/libcall_linux_utimesnano.... | Ian Lance Taylor | 1 | -0/+13 |
2018-11-09 | cmd/cgo: fix typo in gccgo name mangling recipe | Ian Lance Taylor | 1 | -1/+1 |
2018-11-09 | syscall: change RLIM_INFINITY from 0xffffffffffffffff to -1 | Ian Lance Taylor | 1 | -3/+10 |
2018-10-31 | re PR bootstrap/82856 (--enable-maintainter-mode broken by incompatiblity of ... | Ian Lance Taylor | 8 | -1679/+2003 |
2018-10-26 | libgo: simplify gotest script to avoid sed substitution to \n | Ian Lance Taylor | 1 | -6/+1 |
2018-10-26 | libgo: avoid use of 'local' directive in shell script | Ian Lance Taylor | 1 | -3/+1 |
2018-10-26 | libgo: fix improperly mangled linker symbol directive | Ian Lance Taylor | 1 | -1/+1 |