summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* libgo/testsuite: another fix for killing the sleep processian2015-08-201-3/+6
* libgo/testsuite: don't call kill without argsian2015-08-071-1/+4
* runtime: initialize variable to avoid compiler warningian2015-08-041-1/+1
* syscall: RawSockaddr fix for ppc64, ppc64leian2015-08-035-5/+44
* libgo/testsuite: kill sleep process in gotestian2015-08-031-1/+1
* PR go/67101ian2015-08-031-3/+1
* syscall: Fix to libgo/mksysinfo.shian2015-07-291-3/+3
* syscall: Add ioctl consts from if_tun.hian2015-07-251-0/+187
* compiler,runtime: Determine if allocations need new pointers in runtime.ian2015-07-141-9/+2
* syscall: remove calls to Entersyscall & Exitsyscall in Getdentsian2015-07-131-2/+0
* libgo: Use __USING_SJLJ_EXCEPTIONS__ rather than configure test.ian2015-05-164-121/+3
* runtime: Fix runtime/pprof test when libgo is not optimized.ian2015-05-111-3/+3
* PR go/66016ian2015-05-051-0/+2
* runtime: Support -buildmode=c-shared.ian2015-04-297-8/+333
* PR go/65616ian2015-04-242-13/+36
* PR go/65798ian2015-04-171-1/+1
* PR go/64683ian2015-04-171-0/+4
* PR go/64999ian2015-04-171-1/+14
* PR go/65755ian2015-04-172-18/+1
* mksysinfo.sh: Define Solaris zone_net_addr_t struct.ian2015-04-081-0/+5
* PR go/63731ian2015-04-072-31/+89
* Remove some files that were accidentally committed in 2014.ian2015-03-313-1612/+0
* go/cmd/go: always link external test packages firstian2015-03-313-5/+14
* PR go/65587ian2015-03-261-1/+1
* libgo: Fix go/runtime test failure on S390.ian2015-03-262-1/+11
* PR go/65570ian2015-03-252-2/+2
* PR go/65417ian2015-03-243-0/+49
* PR go/65462ian2015-03-245-31/+65
* libgo/README: Minor updates.ian2015-03-131-9/+8
* go/build: cgo works on linux/arm64.ian2015-03-121-0/+1
* PR go/65404ian2015-03-121-0/+1
* PR go/65353.ian2015-03-101-10/+32
* PR go/65349ian2015-03-091-1/+3
* PR go/65349ian2015-03-091-30/+6
* libgo: Upgrade to Go 1.4.2 release.ian2015-03-0618-66/+170
* mksysinfo.sh: Remove _zone_net_addr_t handling.ian2015-02-061-5/+0
* runtime: Add memprofilerate to GODEBUGian2015-02-062-1/+19
* go/types: Remove unused testdata files.ian2015-02-0313-1992/+0
* PR go/64573ian2015-01-231-0/+1
* PR go/64725ian2015-01-231-0/+9
* PR go/64595ian2015-01-231-0/+5
* runtime: Add the Go language version information to the Version output.ian2015-01-214-2/+13
* PR go/64683ian2015-01-201-2/+4
* runtime: No special case for 386 complex in FFI support.ian2015-01-201-15/+1
* Add attribute unused to dummy arguments in ffi stubrth2015-01-191-1/+2
* reflect: Fix build for systems that do not define ffi_go_closure.ian2015-01-193-7/+7
* runtime: Add __sparc__ case for SETCONTEXT_CLOBBERS_TLS.ian2015-01-161-0/+24
* testing/quick: Revert Alpha specific change.ian2015-01-161-7/+4
* compiler, reflect, runtime: Use static chain for closures.ian2015-01-1621-2344/+84
* net: Restore earlier Solaris-specific version of setKeepAlivePeriod.ian2015-01-163-2/+34