Age | Commit message (Expand) | Author | Files | Lines |
2017-09-29 | debug/elf: support 32-bit SPARC relocs | Ian Lance Taylor | 1 | -1/+1 |
2017-09-29 | mksysinfo: strip locale structs | Ian Lance Taylor | 1 | -1/+1 |
2017-09-27 | compiler: fix crash on struct that embeds pointer type | Ian Lance Taylor | 2 | -2/+10 |
2017-09-27 | net: check Getsockname error return | Ian Lance Taylor | 1 | -1/+1 |
2017-09-22 | debug/xcoff,cmd: add XCOFF support | Ian Lance Taylor | 1 | -1/+1 |
2017-09-20 | libgo: fix build when using -enable-static=no | Ian Lance Taylor | 1 | -1/+1 |
2017-09-20 | syscall: enable ParseDirent for AIX | Ian Lance Taylor | 1 | -1/+1 |
2017-09-20 | syscall: workaround for getsockname bug in AIX | Ian Lance Taylor | 1 | -1/+1 |
2017-09-20 | internal,net,os,runtime,syscall: fixes for AIX following update to go1.9 | Ian Lance Taylor | 1 | -1/+1 |
2017-09-20 | runtime: restore "goroutine in C code" message | Ian Lance Taylor | 1 | -1/+1 |
2017-09-18 | runtime: always initialize str field in __go_string_slice result | Ian Lance Taylor | 1 | -1/+1 |
2017-09-15 | syscall: fixes for Solaris | Ian Lance Taylor | 1 | -1/+1 |
2017-09-15 | compiler: call error_statement for fallthrough in last case | Ian Lance Taylor | 2 | -1/+7 |
2017-09-15 | compiler: check error expression in Array_type::get_backend_length | Ian Lance Taylor | 2 | -1/+6 |
2017-09-14 | libgo: update to go1.9 | Ian Lance Taylor | 1 | -1/+1 |
2017-09-14 | compiler, runtime: simplify select and channel operations | Ian Lance Taylor | 5 | -75/+44 |
2017-09-14 | compiler: avoid compiler crash on invalid program | Ian Lance Taylor | 2 | -2/+6 |
2017-09-14 | compiler: emit type specific functions for aliases | Ian Lance Taylor | 2 | -1/+3 |
2017-09-14 | compiler, reflect: fix struct field names for embedded aliases | Ian Lance Taylor | 3 | -38/+51 |
2017-09-14 | compiler: fix check for notinheap conversion | Ian Lance Taylor | 2 | -6/+6 |
2017-09-09 | compiler: guard against implicit double pointer indirection | Ian Lance Taylor | 2 | -1/+7 |
2017-08-31 | mksysinfo: fix in6_addr in mld_hdr_t for Solaris | Ian Lance Taylor | 1 | -1/+1 |
2017-08-30 | [77/77] Add a complex_mode class | Richard Sandiford | 2 | -4/+10 |
2017-08-30 | [20/77] Replace MODE_INT checks with is_int_mode | Richard Sandiford | 2 | -2/+9 |
2017-08-30 | [7/77] Add scalar_float_mode | Richard Sandiford | 2 | -3/+10 |
2017-08-29 | net/internal/socktest: build sys_unix.go on AIX | Ian Lance Taylor | 1 | -1/+1 |
2017-08-29 | libgo: netinet/icmp6.h require netinet/in.h on AIX | Ian Lance Taylor | 1 | -1/+1 |
2017-08-29 | libgo: fix Stat_t on AIX | Ian Lance Taylor | 1 | -1/+1 |
2017-08-29 | runtime: make go-nosys.c compile with !HAVE_SYSCALL | Ian Lance Taylor | 1 | -1/+1 |
2017-08-29 | runtime: fix lfstack for 64-bit AIX | Ian Lance Taylor | 1 | -1/+1 |
2017-08-18 | re PR go/81893 (compilation error in libgo starting with r251127) | Ian Lance Taylor | 1 | -1/+1 |
2017-08-18 | misc/cgo/test: make cgo tests run on AIX | Ian Lance Taylor | 1 | -1/+1 |
2017-08-18 | cmd/go: pass -funwind-tables when compiling C code | Ian Lance Taylor | 1 | -1/+1 |
2017-08-16 | runtime: better implementation of netpoll for AIX | Ian Lance Taylor | 1 | -1/+1 |
2017-08-16 | runtime: improvements for signal registers | Ian Lance Taylor | 1 | -1/+1 |
2017-08-09 | compiler: fix buglet in lshift type determination | Ian Lance Taylor | 2 | -2/+2 |
2017-08-09 | compiler: handle >32bit exponent in Ldexp | Ian Lance Taylor | 1 | -1/+1 |
2017-08-07 | Canonicalize names of attributes. | Martin Liska | 2 | -1/+6 |
2017-08-04 | runtime: dump registers for Alpha | Ian Lance Taylor | 1 | -1/+1 |
2017-08-03 | re PR go/81617 (mksigtab.sh fails to resolve NSIG with glibc 2.26) | Ian Lance Taylor | 1 | -1/+1 |
2017-08-02 | compiler: only finalize embedded fields before finalizing methods | Ian Lance Taylor | 2 | -8/+35 |
2017-07-28 | compiler: add backend type conversion | Ian Lance Taylor | 2 | -2/+5 |
2017-07-28 | compiler: track placeholder pointer types for conversion | Ian Lance Taylor | 3 | -5/+15 |
2017-07-28 | compiler: use a single temporary for calls with multiple results | Ian Lance Taylor | 3 | -135/+60 |
2017-07-28 | go-backend.c (go_write_export_data): Use EXCLUDE section for AIX. | Tony Reix | 2 | -1/+12 |
2017-07-26 | runtime: handle Alpha GNU/Linux in getSiginfo | Ian Lance Taylor | 1 | -1/+1 |
2017-07-25 | compiler: clean up unresolved placeholders for pointer types | Ian Lance Taylor | 4 | -4/+49 |
2017-07-21 | syscall: call f?statfs64 on GNU/Linux | Ian Lance Taylor | 1 | -1/+1 |
2017-07-21 | runtime: don't use runtime_lock in __go_get_backtrace_state | Ian Lance Taylor | 1 | -1/+1 |
2017-07-21 | runtime: handle PPC/PPC64 GNU/Linux in getSiginfo | Ian Lance Taylor | 1 | -1/+1 |