| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/go: bring in final version of gccgo pkg-config support | ian | 2016-04-23 | 1 | -2/+11 |
* | libgo: update to Go 1.6.1 release | ian | 2016-04-13 | 12 | -15/+61 |
* | reflect: change Value.Call results to not be addressable | ian | 2016-04-12 | 2 | -3/+11 |
* | runtime: Use atomic load for in entersyscall. | ian | 2016-04-02 | 1 | -1/+1 |
* | PR go/69966 | ian | 2016-02-26 | 4 | -1/+37 |
* | runtime: lock M during cgo call | ian | 2016-02-24 | 1 | -0/+4 |
* | libgo: Update to final Go 1.6 release. | ian | 2016-02-18 | 43 | -152/+1340 |
* | runtime: For c-archive/c-shared, install signal handlers synchronously. | ian | 2016-02-12 | 4 | -5/+15 |
* | PR go/66904 | ian | 2016-02-10 | 1 | -3/+79 |
* | PR go/69511 | ian | 2016-02-10 | 2 | -2/+2 |
* | PR go/69537 | ian | 2016-02-09 | 3 | -2/+15 |
* | libgo: bump version number for upgrade to 1.6rc1 | ian | 2016-02-04 | 2 | -2/+2 |
* | libgo: Update to go1.6rc1. | ian | 2016-02-03 | 725 | -11813/+43703 |
* | compiler, runtime: mark stub methods, ignore them in runtime.Caller. | ian | 2016-02-03 | 1 | -0/+2 |
* | PR 68980 | ian | 2016-01-11 | 1 | -1/+1 |
* | syscall: Add definition for NLA_HDRLEN | ian | 2015-12-18 | 1 | -3/+10 |
* | PR go/61303 | ian | 2015-11-26 | 1 | -6/+10 |
* | PR go/68496 | ian | 2015-11-23 | 1 | -0/+6 |
* | PR go/66378 | ian | 2015-11-21 | 2 | -0/+2 |
* | PR go/65785 | ian | 2015-11-21 | 1 | -2/+2 |
* | PR go/66574 | ian | 2015-11-21 | 3 | -5/+62 |
* | PR go/68072 | ian | 2015-11-20 | 1 | -0/+5 |
* | cmd: Use correct install tool dir with gccgo | ian | 2015-11-20 | 2 | -2/+27 |
* | libgo: use Solaris sendfile lib, fix Solaris _in6_addr_t fields | ian | 2015-11-10 | 3 | -0/+63 |
* | PR go/68255 | ian | 2015-11-10 | 1 | -10/+2 |
* | PR go/66138 | ian | 2015-11-07 | 7 | -18/+47 |
* | libgo: Solaris portability fixes. | ian | 2015-11-06 | 9 | -37/+63 |
* | gotest: fix handling of --goarch option | ian | 2015-11-04 | 3 | -17/+7 |
* | mksysinfo.sh: Make sure that CLONE_NEWUSER is defined. | ian | 2015-11-03 | 1 | -0/+5 |
* | libgo: Bump version number. | ian | 2015-11-02 | 2 | -2/+2 |
* | mksysinfo.sh: Handle TIOCGPGRP if too complex for -dump-go-spec. | ian | 2015-11-02 | 1 | -0/+8 |
* | syscall: Change raw_ioctl cmd type to uintptr. | ian | 2015-11-02 | 1 | -2/+2 |
* | mksysinfo.sh: Handle TIOCSPGRP if too complex for -fdump-go-spec. | ian | 2015-11-01 | 1 | -0/+8 |
* | runtime: If no split stacks, allocate stacks using mmap on 64-bit systems. | ian | 2015-10-31 | 1 | -2/+15 |
* | libgo: Update from Go 1.5 to Go 1.5.1. | ian | 2015-10-31 | 15 | -16/+89 |
* | runtime: Remove now unnecessary pad field from ParFor. | ian | 2015-10-31 | 1006 | -30196/+86205 |
* | compiler, reflect, runtime: remove zero field from type descriptor | ian | 2015-10-29 | 4 | -23/+3 |
* | compiler, runtime: change type hash/equal to Go funcs | ian | 2015-10-29 | 19 | -37/+111 |
* | Testsuite: add dg-{begin|end}-multiline-output commands | dmalcolm | 2015-10-09 | 1 | -0/+1 |
* | PR go/67874 | ian | 2015-10-07 | 2 | -1/+33 |
* | runtime: Fix recent lfstack change on Solaris. | ian | 2015-09-24 | 1 | -1/+1 |
* | PR go/67695 | ian | 2015-09-23 | 1 | -1/+1 |
* | runtime: rewrite lfstack packing/unpacking to look more like that in Go | ian | 2015-09-23 | 1 | -21/+37 |
* | libgo: If compiler can split-stack and linker can not, use -fno-split-stack. | ian | 2015-09-15 | 5 | -4/+23 |
* | libgo: test linking split-stack and non-split-stack together | ian | 2015-09-15 | 2 | -4/+53 |
* | runtime: Ignore stack sizes when deciding when to GC. | ian | 2015-09-15 | 1 | -1/+1 |
* | libgo: don't provide ustat on arm64 GNU/Linux | ian | 2015-09-15 | 7 | -209/+357 |
* | libgo/runtime: return 0, not NULL, from main | ian | 2015-09-11 | 1 | -1/+1 |
* | libgo: Use stat_atim.go on Solaris 12+ | ian | 2015-09-10 | 4 | -3/+42 |
* | libgo/testsuite: another fix for killing the sleep process | ian | 2015-08-20 | 1 | -3/+6 |