Age | Commit message (Expand) | Author | Files | Lines |
2014-08-02 | re PR other/61895 (libbacktrace crashes with bus error with empty file argv[0]) | Ian Lance Taylor | 1 | -0/+12 |
2014-07-20 | runtime: remove unused variable | Ian Lance Taylor | 1 | -4/+3 |
2014-07-20 | runtime: add a missing import | Ian Lance Taylor | 1 | -1/+1 |
2014-07-20 | runtime: also disable split stacks for runtime_snprintf function under Clang | Ian Lance Taylor | 1 | -0/+6 |
2014-07-19 | reflect, runtime: Use libffi closures to implement reflect.MakeFunc. | Ian Lance Taylor | 18 | -408/+709 |
2014-07-19 | libgo: Bump version number. | Ian Lance Taylor | 2 | -2/+2 |
2014-07-19 | libgo: Update to Go 1.3 release. | Ian Lance Taylor | 456 | -4836/+15264 |
2014-07-12 | runtime: Merge master revision 19185. | Ian Lance Taylor | 25 | -561/+279 |
2014-07-11 | runtime: Rename iface.goc to go-iface.goc. | Ian Lance Taylor | 3 | -4/+4 |
2014-07-11 | runtime: Drop reflectFlags tests. | Ian Lance Taylor | 7 | -30/+0 |
2014-07-02 | re PR go/61620 (FAIL: go.test/test/fixedbugs/bug242.go execution, -O2 -g) | Ian Lance Taylor | 1 | -1/+3 |
2014-07-01 | runtime: introduce build targets for running benchmarks | Ian Lance Taylor | 3 | -14/+44 |
2014-06-24 | runtime: add missing benchmark input files to the repository | Ian Lance Taylor | 7 | -0/+0 |
2014-06-13 | re PR go/52583 (Several new go testsuite failues on Solaris) | Ian Lance Taylor | 1 | -0/+26 |
2014-06-13 | re PR go/61498 (Many 64-bit Go tests SEGV in scanblock) | Ian Lance Taylor | 1 | -5/+2 |
2014-06-10 | runtime: Initialize variable to avoid compiler warning. | Ian Lance Taylor | 1 | -1/+1 |
2014-06-06 | libgo: Merge to master revision 19184. | Ian Lance Taylor | 319 | -6342/+11965 |
2014-06-04 | libgo: Merge from revision 18783:00cce3a34d7e of master library. | Ian Lance Taylor | 222 | -7865/+9333 |
2014-05-30 | runtime: Use _mm_pause rather than __builtin_ia32_pause. | Ian Lance Taylor | 1 | -1/+5 |
2014-05-29 | runtime: add the --without-libatomic configure option | Ian Lance Taylor | 5 | -9/+46 |
2014-05-29 | runtime: disable split stacks for runtime_printf function under Clang | Ian Lance Taylor | 1 | -1/+21 |
2014-05-28 | runtime: fix misc gcc-isms and undefined behavior | Ian Lance Taylor | 5 | -142/+113 |
2014-05-27 | libgo/runtime: fix unused-result warning | Ian Lance Taylor | 1 | -1/+2 |
2014-05-07 | mksysinfo: Define some more non-trivial TIOC constants. | Ian Lance Taylor | 1 | -0/+32 |
2014-05-07 | mksysinfo: Define CLONE flags. | Ian Lance Taylor | 4 | -2/+12 |
2014-05-01 | runtime: ask $GOC rather than $CC for the version and multi-os-directory | Ian Lance Taylor | 4 | -4/+4 |
2014-04-25 | re PR go/60931 (libgo has issues when page size is not 4k) | Ian Lance Taylor | 1 | -2/+12 |
2014-04-17 | gofrontend: deduplicate C syscall function declarations | Ian Lance Taylor | 1 | -2/+5 |
2014-04-17 | runtime: remove use of obsolete map deletion syntax | Ian Lance Taylor | 1 | -1/+1 |
2014-04-17 | gofrontend: avoid use of unsafe.Sizeof extension | Ian Lance Taylor | 1 | -1/+1 |
2014-04-16 | libgo: Remove Solaris 8 & 9 support. | Ian Lance Taylor | 5 | -55/+0 |
2014-04-14 | Sync to current external repository. | Chris Manghane | 1 | -24/+3 |
2014-03-12 | libgo: Build math package with -ffp-contract=off on non-x86. | Ian Lance Taylor | 2 | -0/+4 |
2014-03-07 | runtime: Fix GC bug caused by Entersyscall modifying reg. | Ian Lance Taylor | 1 | -4/+20 |
2014-03-03 | libgo: Update to Go 1.2.1 release. | Ian Lance Taylor | 5 | -12/+70 |
2014-02-21 | runtime: Use a better heap location on arm64 systems. | Ian Lance Taylor | 1 | -3/+27 |
2014-02-03 | ltmain.sh: Patch for Solaris. | Ian Lance Taylor | 1 | -1/+1 |
2014-01-22 | libgo/configure: Test for gold with gccgo -Wl,--help, not ld --help. | Ian Lance Taylor | 2 | -4/+4 |
2014-01-17 | re PR go/59866 (gccgo gc work buffer is misaligned) | Ian Lance Taylor | 1 | -1/+1 |
2014-01-09 | runtime: fix 32-bit malloc for pointers >= 0x80000000 | Ian Lance Taylor | 3 | -24/+12 |
2014-01-08 | re PR go/59430 (os/user FAILs on Solaris) | Ian Lance Taylor | 5 | -10/+50 |
2014-01-08 | re PR go/59433 (Many 64-bit Go tests SEGV on Solaris) | Ian Lance Taylor | 1 | -16/+45 |
2014-01-06 | go/build: Set GOARCH on arm64 systems. | Ian Lance Taylor | 6 | -5/+32 |
2014-01-06 | runtime: Remove unused runtime_cpuid variables. | Ian Lance Taylor | 1 | -5/+0 |
2013-12-28 | net: work around Solaris connect issue when server closes socket | Ian Lance Taylor | 1 | -0/+10 |
2013-12-27 | re PR go/59506 (net FAILs (timeout) on alpha) | Ian Lance Taylor | 1 | -1/+1 |
2013-12-25 | Revert unwanted commit. | Uros Bizjak | 1 | -1/+1 |
2013-12-25 | re PR target/59422 (Support more targets for function multi versioning) | Allan Sandfeld Jensen | 1 | -1/+1 |
2013-12-12 | runtime: Fix defer of unlock thread at program startup. | Ian Lance Taylor | 6 | -5/+19 |
2013-12-12 | reflect: Fix MakeFunc returning float32 or float64 on 386. | Ian Lance Taylor | 2 | -15/+26 |