aboutsummaryrefslogtreecommitdiff
path: root/libgo/go
AgeCommit message (Expand)Author
2016-11-01 runtime: recreate function called by cgo -gccgoian
2016-10-28 compiler, runtime: copy slice code from Go 1.7 runtimeian
2016-10-28 PR go/78144ian
2016-10-28 PR go/78143ian
2016-10-21 runtime: copy lfstack code from Go 1.7 runtimeian
2016-10-20 runtime: rewrite interface code into Goian
2016-10-19 runtime, syscall: force EPOLLET to be positiveian
2016-10-18 runtime: copy netpoll code from Go 1.7 runtimeian
2016-10-17 runtime: copy rdebug code from Go 1.7 runtimeian
2016-10-15 runtime: copy runtime package time code from Go 1.7ian
2016-10-14 runtime: copy mprof code from Go 1.7 runtimeian
2016-10-14 runtime: just do file/line lookup in C, move Func to Goian
2016-10-14 debug/elf: add sparc64 relocationsian
2016-10-14 runtime: copy cpuprof code from Go 1.7 runtimeian
2016-10-13 runtime: copy mstats code from Go 1.7 runtimeian
2016-10-13 syscall: don't use pt_regs in clone_linux.cian
2016-10-12 compiler, runtime: copy string code from Go 1.7ian
2016-10-12 syscall: mark rawClone as no_split_stackian
2016-10-12 runtime: copy Go 1.7 runtime semaphore codeian
2016-10-12 syscall, internal/syscall/unix: Fix getrandom, clone on sparc64ian
2016-10-11Accidentally failed to commit these earlier, as part of:ian
2016-10-10 runtime: copy print/println support from Go 1.7ian
2016-10-10 runtime: copy channel code from Go 1.7 runtimeian
2016-09-30 runtime: copy internal locking code from Go 1.7 runtimeian
2016-09-29 runtime: copy runtime.go and runtime1.go from Go 1.7ian
2016-09-23 internal/syscall/unix: add getrandom syscall for MIPS and SPARCian
2016-09-21 compiler, runtime: replace hashmap code with Go 1.7 hashmapian
2016-09-20 syscall: build export_unix_test.go on solarisian
2016-09-11 runtime/internal/sys: new package, API copied from Go 1.7ian
2016-09-10 libgo: update to Go 1.7.1 releaseian
2016-09-10 runtime/internal/atomic: new package, API copied from Go 1.7ian
2016-09-09 runtime: align ucontext_t argument to 16 byte boundaryian
2016-08-30 runtime: use -fgo-c-header to build C header fileian
2016-08-15 cmd/go: ignore errors from go/build for standard packagesian
2016-08-13 crypto/aes, hash/crc32: ignore s390x specific files for nowian
2016-08-13 syscall: remove exec_solaris_test.goian
2016-08-11 os: fix build tags for dir_regfile.goian
2016-08-08 text/template: reduce maxExecDepth for gccgo furtherian
2016-08-07 internal/syscall/unix: fix syscalls for alpha, ia64, s390ian
2016-08-06 libgo: fix getrandom build for 32-bit ppcian
2016-08-06 libgo: change build procedure to use build tagsian
2016-08-04 text/template: reduce maxExecDepth for gccgoian
2016-07-26 os/user: fix Solaris declaration.ian
2016-07-22 libgo: update to go1.7rc3ian
2016-04-23 cmd/go: bring in final version of gccgo pkg-config supportian
2016-04-13 libgo: update to Go 1.6.1 releaseian
2016-04-12 reflect: change Value.Call results to not be addressableian
2016-02-26 PR go/69966ian
2016-02-18 libgo: Update to final Go 1.6 release.ian
2016-02-10 PR go/66904ian