Age | Commit message (Expand) | Author | Files | Lines |
2016-10-18 | runtime: copy netpoll code from Go 1.7 runtime | Ian Lance Taylor | 9 | -5/+1100 |
2016-10-17 | runtime: copy rdebug code from Go 1.7 runtime | Ian Lance Taylor | 8 | -30/+111 |
2016-10-15 | runtime: copy runtime package time code from Go 1.7 | Ian Lance Taylor | 2 | -4/+311 |
2016-10-14 | runtime: copy mprof code from Go 1.7 runtime | Ian Lance Taylor | 5 | -172/+875 |
2016-10-14 | runtime: just do file/line lookup in C, move Func to Go | Ian Lance Taylor | 1 | -15/+23 |
2016-10-14 | debug/elf: add sparc64 relocations | Ian Lance Taylor | 3 | -0/+66 |
2016-10-14 | runtime: copy cpuprof code from Go 1.7 runtime | Ian Lance Taylor | 2 | -0/+466 |
2016-10-13 | runtime: copy mstats code from Go 1.7 runtime | Ian Lance Taylor | 3 | -77/+466 |
2016-10-13 | syscall: don't use pt_regs in clone_linux.c | Ian Lance Taylor | 1 | -3/+2 |
2016-10-12 | compiler, runtime: copy string code from Go 1.7 | Ian Lance Taylor | 5 | -85/+674 |
2016-10-12 | syscall: mark rawClone as no_split_stack | Ian Lance Taylor | 1 | -1/+4 |
2016-10-12 | runtime: copy Go 1.7 runtime semaphore code | Ian Lance Taylor | 1 | -0/+358 |
2016-10-12 | syscall, internal/syscall/unix: Fix getrandom, clone on sparc64 | Ian Lance Taylor | 3 | -10/+109 |
2016-10-11 | Accidentally failed to commit these earlier, as part of: | Ian Lance Taylor | 2 | -0/+173 |
2016-10-10 | runtime: copy print/println support from Go 1.7 | Ian Lance Taylor | 3 | -23/+30 |
2016-10-10 | runtime: copy channel code from Go 1.7 runtime | Ian Lance Taylor | 6 | -7/+2496 |
2016-09-30 | runtime: copy internal locking code from Go 1.7 runtime | Ian Lance Taylor | 12 | -25/+1297 |
2016-09-29 | runtime: copy runtime.go and runtime1.go from Go 1.7 | Ian Lance Taylor | 10 | -43/+835 |
2016-09-23 | internal/syscall/unix: add getrandom syscall for MIPS and SPARC | Ian Lance Taylor | 4 | -1/+34 |
2016-09-21 | compiler, runtime: replace hashmap code with Go 1.7 hashmap | Ian Lance Taylor | 10 | -108/+1918 |
2016-09-20 | syscall: build export_unix_test.go on solaris | Ian Lance Taylor | 1 | -1/+1 |
2016-09-11 | runtime/internal/sys: new package, API copied from Go 1.7 | Ian Lance Taylor | 5 | -5/+164 |
2016-09-10 | libgo: update to Go 1.7.1 release | Ian Lance Taylor | 26 | -253/+1110 |
2016-09-10 | runtime/internal/atomic: new package, API copied from Go 1.7 | Ian Lance Taylor | 4 | -0/+396 |
2016-09-09 | runtime: align ucontext_t argument to 16 byte boundary | Ian Lance Taylor | 1 | -1/+5 |
2016-08-30 | runtime: use -fgo-c-header to build C header file | Ian Lance Taylor | 3 | -0/+1037 |
2016-08-15 | cmd/go: ignore errors from go/build for standard packages | Ian Lance Taylor | 1 | -0/+7 |
2016-08-13 | crypto/aes, hash/crc32: ignore s390x specific files for now | Ian Lance Taylor | 3 | -0/+6 |
2016-08-13 | syscall: remove exec_solaris_test.go | Ian Lance Taylor | 1 | -37/+0 |
2016-08-11 | os: fix build tags for dir_regfile.go | Ian Lance Taylor | 1 | -2/+2 |
2016-08-08 | text/template: reduce maxExecDepth for gccgo further | Ian Lance Taylor | 1 | -2/+2 |
2016-08-07 | internal/syscall/unix: fix syscalls for alpha, ia64, s390 | Ian Lance Taylor | 3 | -0/+27 |
2016-08-06 | libgo: fix getrandom build for 32-bit ppc | Ian Lance Taylor | 1 | -1/+1 |
2016-08-06 | libgo: change build procedure to use build tags | Ian Lance Taylor | 102 | -2226/+140 |
2016-08-04 | text/template: reduce maxExecDepth for gccgo | Ian Lance Taylor | 1 | -1/+3 |
2016-07-26 | os/user: fix Solaris declaration. | Ian Lance Taylor | 1 | -1/+1 |
2016-07-22 | libgo: update to go1.7rc3 | Ian Lance Taylor | 1139 | -16532/+51083 |
2016-04-23 | cmd/go: bring in final version of gccgo pkg-config support | Ian Lance Taylor | 1 | -2/+11 |
2016-04-13 | libgo: update to Go 1.6.1 release | Ian Lance Taylor | 10 | -13/+59 |
2016-04-12 | reflect: change Value.Call results to not be addressable | Ian Lance Taylor | 2 | -3/+11 |
2016-02-26 | re PR go/69966 (libgo: Port syscall.SetsockoptUcred from golang) | Ian Lance Taylor | 3 | -0/+28 |
2016-02-18 | libgo: Update to final Go 1.6 release. | Ian Lance Taylor | 40 | -149/+1337 |
2016-02-10 | re PR go/66904 (cmd/go: "#cgo pkg-config:" comments do not work with gccgo) | Ian Lance Taylor | 1 | -3/+79 |
2016-02-03 | libgo: Update to go1.6rc1. | Ian Lance Taylor | 715 | -11668/+43431 |
2015-11-21 | re PR go/66378 (libgo syscall.Sendfile() does not honor/use offset argument) | Ian Lance Taylor | 2 | -0/+2 |
2015-11-21 | re PR go/65785 (libgo TestIPv4MulticastListener test fails on machine with no... | Ian Lance Taylor | 1 | -2/+2 |
2015-11-20 | re PR go/68072 (malformed DWARF TagVariable entry) | Ian Lance Taylor | 1 | -0/+5 |
2015-11-20 | cmd: Use correct install tool dir with gccgo | Ian Lance Taylor | 2 | -2/+27 |
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 |