Age | Commit message (Expand) | Author | Files | Lines |
2016-10-14 | runtime: copy mprof code from Go 1.7 runtime | Ian Lance Taylor | 1 | -2/+0 |
2016-10-14 | runtime: copy cpuprof code from Go 1.7 runtime | Ian Lance Taylor | 1 | -1/+0 |
2016-10-12 | compiler, runtime: copy string code from Go 1.7 | Ian Lance Taylor | 1 | -8/+0 |
2016-10-12 | runtime: copy Go 1.7 runtime semaphore code | Ian Lance Taylor | 1 | -1/+0 |
2016-10-12 | syscall, internal/syscall/unix: Fix getrandom, clone on sparc64 | Ian Lance Taylor | 1 | -0/+10 |
2016-10-10 | runtime: copy print/println support from Go 1.7 | Ian Lance Taylor | 1 | -1/+0 |
2016-10-10 | runtime: copy channel code from Go 1.7 runtime | Ian Lance Taylor | 1 | -1/+0 |
2016-10-03 | re PR go/77809 ("_LITTLE_ENDIAN" redefined) | Ian Lance Taylor | 1 | -2/+7 |
2016-09-30 | runtime: copy internal locking code from Go 1.7 runtime | Ian Lance Taylor | 1 | -9/+5 |
2016-09-28 | libgo: fix for runtime/check failure with "-O0 -g" | Ian Lance Taylor | 1 | -0/+1 |
2016-09-27 | libgo: separate mksysinfo inputs into separate Makefile targets | Ian Lance Taylor | 1 | -2/+19 |
2016-09-21 | compiler, runtime: replace hashmap code with Go 1.7 hashmap | Ian Lance Taylor | 1 | -8/+3 |
2016-09-11 | runtime/internal/sys: new package, API copied from Go 1.7 | Ian Lance Taylor | 1 | -7/+65 |
2016-09-10 | runtime/internal/atomic: new package, API copied from Go 1.7 | Ian Lance Taylor | 1 | -0/+17 |
2016-08-30 | runtime: use -fgo-c-header to build C header file | Ian Lance Taylor | 1 | -12/+34 |
2016-08-08 | libgo: don't have .lo depend on .lo.dep | Ian Lance Taylor | 1 | -155/+158 |
2016-08-06 | libgo: change build procedure to use build tags | Ian Lance Taylor | 1 | -1931/+364 |
2016-07-22 | libgo: update to go1.7rc3 | Ian Lance Taylor | 1 | -23/+226 |
2016-02-03 | libgo: Update to go1.6rc1. | Ian Lance Taylor | 1 | -25/+70 |
2015-11-06 | libgo: Solaris portability fixes. | Ian Lance Taylor | 1 | -2/+12 |
2015-11-04 | gotest: fix handling of --goarch option | Ian Lance Taylor | 1 | -3/+3 |
2015-10-31 | runtime: Remove now unnecessary pad field from ParFor. | Ian Lance Taylor | 1 | -35/+400 |
2015-09-15 | libgo: If compiler can split-stack and linker can not, use -fno-split-stack. | Ian Lance Taylor | 1 | -1/+1 |
2015-09-15 | libgo: don't provide ustat on arm64 GNU/Linux | Ian Lance Taylor | 1 | -0/+12 |
2015-09-10 | libgo: Use stat_atim.go on Solaris 12+ | Ian Lance Taylor | 1 | -0/+4 |
2015-08-03 | syscall: RawSockaddr fix for ppc64, ppc64le | Ian Lance Taylor | 1 | -0/+11 |
2015-04-29 | runtime: Support -buildmode=c-shared. | Ian Lance Taylor | 1 | -2/+7 |
2015-04-24 | re PR go/65616 (libgobegin.a not compiled with -fPIC) | Ian Lance Taylor | 1 | -0/+4 |
2015-04-07 | re PR go/63731 (Fallback to netgo does not work) | Ian Lance Taylor | 1 | -4/+26 |
2015-03-25 | re PR go/65570 (cannot find package "runtime/cgo") | Ian Lance Taylor | 1 | -1/+1 |
2015-03-24 | re PR go/65462 (Use of 'go get' with gccgo is not finding dependencies correc... | Ian Lance Taylor | 1 | -0/+14 |
2015-01-21 | runtime: Add the Go language version information to the Version output. | Ian Lance Taylor | 1 | -1/+1 |
2015-01-16 | compiler, reflect, runtime: Use static chain for closures. | Richard Henderson | 1 | -38/+0 |
2015-01-16 | net: Restore earlier Solaris-specific version of setKeepAlivePeriod. | Ian Lance Taylor | 1 | -0/+4 |
2015-01-15 | libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. | Ian Lance Taylor | 1 | -12/+59 |
2015-01-06 | libgo: Add sources for go, cgo, and gofmt commands. | Ian Lance Taylor | 1 | -0/+2 |
2014-12-17 | mksysinfo: Pass -O to compiler to avoid warnings on CentOS. | Ian Lance Taylor | 1 | -1/+1 |
2014-12-01 | runtime: introduce mvifdiff.sh script to replace GCC's move-if-change | Ian Lance Taylor | 1 | -6/+6 |
2014-11-14 | runtime: set library name based on compiler name | Ian Lance Taylor | 1 | -5/+25 |
2014-11-04 | libgo: add s390 support | Ian Lance Taylor | 1 | -0/+15 |
2014-11-03 | runtime: use "$GOC -dumpversion" instead of BASE-VER to discover compiler ver... | Ian Lance Taylor | 1 | -1/+1 |
2014-07-19 | reflect, runtime: Use libffi closures to implement reflect.MakeFunc. | Ian Lance Taylor | 1 | -0/+8 |
2014-07-19 | libgo: Update to Go 1.3 release. | Ian Lance Taylor | 1 | -20/+24 |
2014-07-12 | runtime: Merge master revision 19185. | Ian Lance Taylor | 1 | -5/+4 |
2014-07-11 | runtime: Rename iface.goc to go-iface.goc. | Ian Lance Taylor | 1 | -1/+1 |
2014-07-01 | runtime: introduce build targets for running benchmarks | Ian Lance Taylor | 1 | -0/+6 |
2014-06-06 | libgo: Merge to master revision 19184. | Ian Lance Taylor | 1 | -4/+25 |
2014-06-04 | libgo: Merge from revision 18783:00cce3a34d7e of master library. | Ian Lance Taylor | 1 | -2/+19 |
2014-05-29 | runtime: add the --without-libatomic configure option | Ian Lance Taylor | 1 | -2/+3 |
2014-05-01 | runtime: ask $GOC rather than $CC for the version and multi-os-directory | Ian Lance Taylor | 1 | -1/+1 |