Age | Commit message (Expand) | Author | Files | Lines |
2015-11-10 | libgo: use Solaris sendfile lib, fix Solaris _in6_addr_t fields | Ian Lance Taylor | 3 | -0/+63 |
2015-11-10 | re PR go/68255 (cgo-generated constructor not being called) | Ian Lance Taylor | 1 | -10/+2 |
2015-11-07 | re PR go/66138 (json decoder Decode function fails for some structure return ... | Ian Lance Taylor | 7 | -18/+47 |
2015-11-06 | libgo: Solaris portability fixes. | Ian Lance Taylor | 9 | -37/+63 |
2015-11-04 | gotest: fix handling of --goarch option | Ian Lance Taylor | 3 | -17/+7 |
2015-11-03 | mksysinfo.sh: Make sure that CLONE_NEWUSER is defined. | Ian Lance Taylor | 1 | -0/+5 |
2015-11-02 | libgo: Bump version number. | Ian Lance Taylor | 2 | -2/+2 |
2015-11-02 | mksysinfo.sh: Handle TIOCGPGRP if too complex for -dump-go-spec. | Ian Lance Taylor | 1 | -0/+8 |
2015-11-02 | syscall: Change raw_ioctl cmd type to uintptr. | Ian Lance Taylor | 1 | -2/+2 |
2015-11-01 | mksysinfo.sh: Handle TIOCSPGRP if too complex for -fdump-go-spec. | Ian Lance Taylor | 1 | -0/+8 |
2015-10-31 | runtime: If no split stacks, allocate stacks using mmap on 64-bit systems. | Ian Lance Taylor | 1 | -2/+15 |
2015-10-31 | libgo: Update from Go 1.5 to Go 1.5.1. | Ian Lance Taylor | 15 | -16/+89 |
2015-10-31 | runtime: Remove now unnecessary pad field from ParFor. | Ian Lance Taylor | 1006 | -30196/+86205 |
2015-10-29 | compiler, reflect, runtime: remove zero field from type descriptor | Ian Lance Taylor | 4 | -23/+3 |
2015-10-29 | compiler, runtime: change type hash/equal to Go funcs | Ian Lance Taylor | 19 | -37/+111 |
2015-10-09 | Testsuite: add dg-{begin|end}-multiline-output commands | David Malcolm | 1 | -0/+1 |
2015-10-07 | re PR go/67874 (fd_unix.go does not build when there is fcntl64 and no fcntl ... | Ian Lance Taylor | 2 | -1/+33 |
2015-09-24 | runtime: Fix recent lfstack change on Solaris. | Ian Lance Taylor | 1 | -1/+1 |
2015-09-23 | re PR go/67695 (Please improve POSIX shell compatibility of libgo/mksysinfo.sh) | Ian Lance Taylor | 1 | -1/+1 |
2015-09-23 | runtime: rewrite lfstack packing/unpacking to look more like that in Go | Ian Lance Taylor | 1 | -21/+37 |
2015-09-15 | libgo: If compiler can split-stack and linker can not, use -fno-split-stack. | Ian Lance Taylor | 5 | -4/+23 |
2015-09-15 | libgo: test linking split-stack and non-split-stack together | Ian Lance Taylor | 2 | -4/+53 |
2015-09-15 | runtime: Ignore stack sizes when deciding when to GC. | Ian Lance Taylor | 1 | -1/+1 |
2015-09-15 | libgo: don't provide ustat on arm64 GNU/Linux | Ian Lance Taylor | 7 | -209/+357 |
2015-09-11 | libgo/runtime: return 0, not NULL, from main | Ian Lance Taylor | 1 | -1/+1 |
2015-09-10 | libgo: Use stat_atim.go on Solaris 12+ | Ian Lance Taylor | 4 | -3/+42 |
2015-08-20 | libgo/testsuite: another fix for killing the sleep process | Ian Lance Taylor | 1 | -3/+6 |
2015-08-07 | libgo/testsuite: don't call kill without args | Ian Lance Taylor | 1 | -1/+4 |
2015-08-04 | runtime: initialize variable to avoid compiler warning | Ian Lance Taylor | 1 | -1/+1 |
2015-08-03 | syscall: RawSockaddr fix for ppc64, ppc64le | Ian Lance Taylor | 5 | -5/+44 |
2015-08-03 | libgo/testsuite: kill sleep process in gotest | Ian Lance Taylor | 1 | -1/+1 |
2015-08-03 | re PR go/67101 (mprof.goc:408:5: error: calling ‘__builtin_frame_address’... | Ian Lance Taylor | 1 | -3/+1 |
2015-07-29 | syscall: Fix to libgo/mksysinfo.sh | Ian Lance Taylor | 1 | -3/+3 |
2015-07-25 | syscall: Add ioctl consts from if_tun.h | Ian Lance Taylor | 1 | -0/+187 |
2015-07-14 | compiler,runtime: Determine if allocations need new pointers in runtime. | Ian Lance Taylor | 1 | -9/+2 |
2015-07-13 | syscall: remove calls to Entersyscall & Exitsyscall in Getdents | Ian Lance Taylor | 1 | -2/+0 |
2015-05-16 | libgo: Use __USING_SJLJ_EXCEPTIONS__ rather than configure test. | Ian Lance Taylor | 4 | -121/+3 |
2015-05-11 | runtime: Fix runtime/pprof test when libgo is not optimized. | Ian Lance Taylor | 1 | -3/+3 |
2015-05-05 | re PR go/66016 (Accessing nil Func's name results in crash) | Ian Lance Taylor | 1 | -0/+2 |
2015-04-29 | runtime: Support -buildmode=c-shared. | Ian Lance Taylor | 7 | -8/+333 |
2015-04-24 | re PR go/65616 (libgobegin.a not compiled with -fPIC) | Ian Lance Taylor | 2 | -13/+36 |
2015-04-17 | re PR go/65798 (runtime.Caller returns ok=true when return data is invalid) | Ian Lance Taylor | 1 | -1/+1 |
2015-04-17 | re PR go/64683 (FAIL: runtime/pprof -- testing.go:278: The entry did not match) | Ian Lance Taylor | 1 | -0/+4 |
2015-04-17 | re PR go/64999 (s390x libgo test failure in TestMemoryProfiler) | Ian Lance Taylor | 1 | -1/+14 |
2015-04-17 | re PR go/65755 (incorrect reflection of struct fields with gccgo) | Ian Lance Taylor | 2 | -18/+1 |
2015-04-08 | mksysinfo.sh: Define Solaris zone_net_addr_t struct. | Ian Lance Taylor | 1 | -0/+5 |
2015-04-07 | re PR go/63731 (Fallback to netgo does not work) | Ian Lance Taylor | 2 | -31/+89 |
2015-03-31 | Remove some files that were accidentally committed in 2014. | Ian Lance Taylor | 3 | -1612/+0 |
2015-03-31 | go/cmd/go: always link external test packages first | Ian Lance Taylor | 3 | -5/+14 |
2015-03-26 | re PR go/65587 (C package incomplete/not working for powerpc-linux-gnu) | Ian Lance Taylor | 1 | -1/+1 |