| Commit message (Expand) | Author | Age | Files | Lines |
* | PR go/52583 | ian | 2014-06-13 | 1 | -0/+26 |
* | PR go/61498 | ian | 2014-06-13 | 1 | -5/+2 |
* | runtime: Initialize variable to avoid compiler warning. | ian | 2014-06-10 | 1 | -1/+1 |
* | libgo: Merge to master revision 19184. | ian | 2014-06-06 | 319 | -6342/+11965 |
* | libgo: Merge from revision 18783:00cce3a34d7e of master library. | ian | 2014-06-04 | 222 | -7865/+9333 |
* | runtime: Use _mm_pause rather than __builtin_ia32_pause. | ian | 2014-05-30 | 1 | -1/+5 |
* | runtime: add the --without-libatomic configure option | ian | 2014-05-29 | 5 | -9/+46 |
* | runtime: disable split stacks for runtime_printf function under Clang | ian | 2014-05-29 | 1 | -1/+21 |
* | runtime: fix misc gcc-isms and undefined behavior | ian | 2014-05-28 | 5 | -142/+113 |
* | libgo/runtime: fix unused-result warning | ian | 2014-05-27 | 1 | -1/+2 |
* | mksysinfo: Define some more non-trivial TIOC constants. | ian | 2014-05-07 | 1 | -0/+32 |
* | mksysinfo: Define CLONE flags. | ian | 2014-05-07 | 4 | -2/+12 |
* | runtime: ask $GOC rather than $CC for the version and multi-os-directory | ian | 2014-05-01 | 4 | -4/+4 |
* | PR go/60931 | ian | 2014-04-25 | 1 | -2/+12 |
* | gofrontend: deduplicate C syscall function declarations | ian | 2014-04-17 | 1 | -2/+5 |
* | runtime: remove use of obsolete map deletion syntax | ian | 2014-04-17 | 1 | -1/+1 |
* | gofrontend: avoid use of unsafe.Sizeof extension | ian | 2014-04-17 | 1 | -1/+1 |
* | libgo: Remove Solaris 8 & 9 support. | ian | 2014-04-16 | 5 | -55/+0 |
* | Sync to current external repository. | ian | 2014-04-14 | 1 | -24/+3 |
* | libgo: Build math package with -ffp-contract=off on non-x86. | ian | 2014-03-12 | 2 | -0/+4 |
* | runtime: Fix GC bug caused by Entersyscall modifying reg. | ian | 2014-03-07 | 1 | -4/+20 |
* | libgo: Update to Go 1.2.1 release. | ian | 2014-03-03 | 5 | -12/+70 |
* | runtime: Use a better heap location on arm64 systems. | ian | 2014-02-21 | 1 | -3/+27 |
* | ltmain.sh: Patch for Solaris. | ian | 2014-02-03 | 1 | -1/+1 |
* | libgo/configure: Test for gold with gccgo -Wl,--help, not ld --help. | ian | 2014-01-22 | 2 | -4/+4 |
* | PR go/59866 | ian | 2014-01-17 | 1 | -1/+1 |
* | runtime: fix 32-bit malloc for pointers >= 0x80000000 | ian | 2014-01-09 | 3 | -24/+12 |
* | PR go/59430 | ian | 2014-01-08 | 5 | -10/+50 |
* | PR go/59433 | ian | 2014-01-08 | 1 | -16/+45 |
* | go/build: Set GOARCH on arm64 systems. | ian | 2014-01-06 | 6 | -5/+32 |
* | runtime: Remove unused runtime_cpuid variables. | ian | 2014-01-06 | 1 | -5/+0 |
* | net: work around Solaris connect issue when server closes socket | ian | 2013-12-28 | 1 | -0/+10 |
* | PR go/59506 | ian | 2013-12-27 | 1 | -1/+1 |
* | Revert unwanted commit. | uros | 2013-12-25 | 1 | -1/+1 |
* | gcc/ | uros | 2013-12-25 | 1 | -1/+1 |
* | runtime: Fix defer of unlock thread at program startup. | ian | 2013-12-12 | 6 | -5/+19 |
* | reflect: Fix MakeFunc returning float32 or float64 on 386. | ian | 2013-12-12 | 2 | -15/+26 |
* | compiler, reflect, runtime: Implement method values in reflect. | ian | 2013-12-12 | 7 | -44/+120 |
* | reflect, runtime: Let reflect.MakeFunc functions call recover. | ian | 2013-12-11 | 6 | -2/+109 |
* | PR go/59408 | ian | 2013-12-06 | 1 | -0/+4 |
* | runtime: Use pthread_sigmask instead of sigprocmask. | ian | 2013-12-04 | 3 | -4/+4 |
* | runtime: Fix prototype and one use of runtime_traceback. | ian | 2013-12-03 | 2 | -2/+2 |
* | libgo: Avoid some cases of getting callers recursively. | ian | 2013-12-01 | 3 | -0/+19 |
* | reflect: Rename struct field to be consistent in assembler and Go. | ian | 2013-11-30 | 1 | -2/+2 |
* | reflect: Fix MakeFunc for 386 when returning a struct. | ian | 2013-11-30 | 2 | -1/+14 |
* | libgo: Update to current Go library. | ian | 2013-11-27 | 30 | -60/+241 |
* | runtime: Fix handling of surrogate pairs in string([]rune). | ian | 2013-11-26 | 1 | -0/+4 |
* | syscall: Set SizeofSockaddrAny to the value the go distribution uses | ian | 2013-11-25 | 1 | -1/+1 |
* | syscall: Only call varargs libc functions from C code. | ian | 2013-11-24 | 11 | -11/+71 |
* | libgo: Update libtool support for powerpc64le-linux-gnu. | ian | 2013-11-22 | 2 | -8/+8 |