aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)Author
2016-11-18 runtime, reflect: rewrite Go to FFI type conversion in Goian
2016-11-16 runtime: replace runtime1.goc with Go and C codeian
2016-11-15<toplevel>doko
2016-11-14 runtime: don't crash if signal handler info argument is nilian
2016-11-11 libgo: fix GOARCH_INT64ALIGN for several targetsian
2016-11-10 runtime: copy signal code from Go 1.7 runtimeian
2016-11-05 PR go/78172.ian
2016-11-01 libgo: fix GOARCH_PHYSPAGESIZE for ia64ian
2016-11-01 runtime: recreate function called by cgo -gccgoian
2016-11-01 libgo: only rebuild package if dependent .gox has changedian
2016-11-01 libgo: minor Makefile improvementsian
2016-10-30 libgo: eliminate a lot of duplication in Makefile.amian
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-28 libgo: redirect grep output in mkrsysinfo.sh to /dev/nullian
2016-10-21 libgo: keep c0 and c1 out of runtime.incian
2016-10-21 libgo: leave Int64Align as 8 on 32-bit SPARCian
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-18 runtime: scan caller-saved registers for non-split-stackian
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-11 configure: redirect -fsplit-stack compilation to dev/nullian
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-10-03 PR go/77809ian
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-28 libgo: fix for runtime/check failure with "-O0 -g"ian
2016-09-27 libgo: separate mksysinfo inputs into separate Makefile targetsian
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-20 PR go/77642ian
2016-09-14 libgo: fix typo in configure.ac (PCQUANTUm -> PCQUANTUM)ian
2016-09-11 runtime/internal/sys: new package, API copied from Go 1.7ian