| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | runtime: copy rdebug code from Go 1.7 runtime | Ian Lance Taylor | 2016-10-17 | 19 | -83/+138 |
* | runtime: copy runtime package time code from Go 1.7 | Ian Lance Taylor | 2016-10-15 | 10 | -422/+337 |
* | runtime: copy mprof code from Go 1.7 runtime | Ian Lance Taylor | 2016-10-14 | 14 | -887/+951 |
* | runtime: just do file/line lookup in C, move Func to Go | Ian Lance Taylor | 2016-10-14 | 3 | -123/+42 |
* | debug/elf: add sparc64 relocations | Ian Lance Taylor | 2016-10-14 | 3 | -0/+66 |
* | runtime: copy cpuprof code from Go 1.7 runtime | Ian Lance Taylor | 2016-10-14 | 10 | -480/+509 |
* | runtime: copy mstats code from Go 1.7 runtime | Ian Lance Taylor | 2016-10-13 | 16 | -349/+652 |
* | syscall: don't use pt_regs in clone_linux.c | Ian Lance Taylor | 2016-10-13 | 1 | -3/+2 |
* | compiler, runtime: copy string code from Go 1.7 | Ian Lance Taylor | 2016-10-12 | 18 | -707/+705 |
* | syscall: mark rawClone as no_split_stack | Ian Lance Taylor | 2016-10-12 | 1 | -1/+4 |
* | runtime: copy Go 1.7 runtime semaphore code | Ian Lance Taylor | 2016-10-12 | 6 | -477/+367 |
* | syscall, internal/syscall/unix: Fix getrandom, clone on sparc64 | Ian Lance Taylor | 2016-10-12 | 6 | -28/+146 |
* | configure: redirect -fsplit-stack compilation to dev/null | Ian Lance Taylor | 2016-10-11 | 2 | -6/+6 |
* | Accidentally failed to commit these earlier, as part of: | Ian Lance Taylor | 2016-10-11 | 3 | -36/+173 |
* | runtime: copy print/println support from Go 1.7 | Ian Lance Taylor | 2016-10-10 | 10 | -308/+113 |
* | runtime: copy channel code from Go 1.7 runtime | Ian Lance Taylor | 2016-10-10 | 16 | -1241/+2558 |
* | re PR go/77809 ("_LITTLE_ENDIAN" redefined) | Ian Lance Taylor | 2016-10-03 | 2 | -4/+14 |
* | runtime: copy internal locking code from Go 1.7 runtime | Ian Lance Taylor | 2016-09-30 | 28 | -818/+1520 |
* | runtime: copy runtime.go and runtime1.go from Go 1.7 | Ian Lance Taylor | 2016-09-29 | 15 | -395/+926 |
* | libgo: fix for runtime/check failure with "-O0 -g" | Ian Lance Taylor | 2016-09-28 | 2 | -0/+2 |
* | libgo: separate mksysinfo inputs into separate Makefile targets | Ian Lance Taylor | 2016-09-27 | 4 | -272/+305 |
* | internal/syscall/unix: add getrandom syscall for MIPS and SPARC | Ian Lance Taylor | 2016-09-23 | 4 | -1/+34 |
* | compiler, runtime: replace hashmap code with Go 1.7 hashmap | Ian Lance Taylor | 2016-09-21 | 47 | -1115/+2171 |
* | syscall: build export_unix_test.go on solaris | Ian Lance Taylor | 2016-09-20 | 1 | -1/+1 |
* | re PR go/77642 (GO Bootstrap fail starting with r239872 splitstack signature ... | Ian Lance Taylor | 2016-09-20 | 1 | -6/+14 |
* | libgo: fix typo in configure.ac (PCQUANTUm -> PCQUANTUM) | Ian Lance Taylor | 2016-09-14 | 2 | -2/+2 |
* | runtime/internal/sys: new package, API copied from Go 1.7 | Ian Lance Taylor | 2016-09-11 | 10 | -416/+565 |
* | libgo: update to Go 1.7.1 release | Ian Lance Taylor | 2016-09-10 | 28 | -255/+1112 |
* | runtime/internal/atomic: new package, API copied from Go 1.7 | Ian Lance Taylor | 2016-09-10 | 6 | -0/+431 |
* | runtime: use alignof to check alignment of ucontext_t | Ian Lance Taylor | 2016-09-09 | 1 | -1/+7 |
* | runtime: remove remaining use of MAKECONTEXT_STACK_TOP macro | Ian Lance Taylor | 2016-09-09 | 1 | -3/+0 |
* | runtime: align ucontext_t argument to 16 byte boundary | Ian Lance Taylor | 2016-09-09 | 2 | -21/+43 |
* | runtime: make gsignal stack at least SIGSTKSZ bytes | Ian Lance Taylor | 2016-08-31 | 1 | -1/+8 |
* | runtime: use -fgo-c-header to build C header file | Ian Lance Taylor | 2016-08-30 | 32 | -999/+1756 |
* | cmd/go: ignore errors from go/build for standard packages | Ian Lance Taylor | 2016-08-15 | 1 | -0/+7 |
* | libgo: don't unset in shell script | Ian Lance Taylor | 2016-08-13 | 2 | -5/+6 |
* | crypto/aes, hash/crc32: ignore s390x specific files for now | Ian Lance Taylor | 2016-08-13 | 3 | -0/+6 |
* | syscall: remove exec_solaris_test.go | Ian Lance Taylor | 2016-08-13 | 1 | -37/+0 |
* | os: fix build tags for dir_regfile.go | Ian Lance Taylor | 2016-08-11 | 1 | -2/+2 |
* | mksysinfo.sh: always define CLONE_NEWNET | Ian Lance Taylor | 2016-08-09 | 1 | -0/+3 |
* | text/template: reduce maxExecDepth for gccgo further | Ian Lance Taylor | 2016-08-08 | 1 | -2/+2 |
* | libgo: don't have .lo depend on .lo.dep | Ian Lance Taylor | 2016-08-08 | 2 | -310/+316 |
* | testsuite: fix gotest for absolute srcdir | Ian Lance Taylor | 2016-08-08 | 1 | -24/+42 |
* | re PR go/72814 (reflect FAILs on 32-bit Solaris/SPARC: SIGILL) | Ian Lance Taylor | 2016-08-08 | 1 | -0/+11 |
* | internal/syscall/unix: fix syscalls for alpha, ia64, s390 | Ian Lance Taylor | 2016-08-07 | 7 | -6/+58 |
* | libgo: fix getrandom build for 32-bit ppc | Ian Lance Taylor | 2016-08-06 | 1 | -1/+1 |
* | libgo: change build procedure to use build tags | Ian Lance Taylor | 2016-08-06 | 108 | -5851/+1164 |
* | runtime: fix incorrectly commented out code in heapdump.c | Ian Lance Taylor | 2016-08-04 | 1 | -2/+4 |
* | text/template: reduce maxExecDepth for gccgo | Ian Lance Taylor | 2016-08-04 | 1 | -1/+3 |
* | gotest: multiple +build lines must all be true | Ian Lance Taylor | 2016-08-03 | 1 | -45/+49 |