re PR fortran/66082 (memory leak with automatic array dummy argument with derived...
[gcc.git] / libgo /
2015-05-16 Ian Lance Taylorlibgo: Use __USING_SJLJ_EXCEPTIONS__ rather than config...
2015-05-11 Ian Lance Taylorruntime: Fix runtime/pprof test when libgo is not optim...
2015-05-05 Ian Lance Taylorre PR go/66016 (Accessing nil Func's name results in...
2015-04-29 Ian Lance Taylorruntime: Support -buildmode=c-shared.
2015-04-24 Ian Lance Taylorre PR go/65616 (libgobegin.a not compiled with -fPIC)
2015-04-17 Ian Lance Taylorre PR go/65798 (runtime.Caller returns ok=true when...
2015-04-17 Ian Lance Taylorre PR go/64683 (FAIL: runtime/pprof -- testing.go:278...
2015-04-17 Ian Lance Taylorre PR go/64999 (s390x libgo test failure in TestMemoryP...
2015-04-17 Ian Lance Taylorre PR go/65755 (incorrect reflection of struct fields...
2015-04-08 Ian Lance Taylormksysinfo.sh: Define Solaris zone_net_addr_t struct.
2015-04-07 Ian Lance Taylorre PR go/63731 (Fallback to netgo does not work)
2015-03-31 Ian Lance TaylorRemove some files that were accidentally committed...
2015-03-31 Ian Lance Taylorgo/cmd/go: always link external test packages first
2015-03-26 Ian Lance Taylorre PR go/65587 (C package incomplete/not working for...
2015-03-26 Ian Lance Taylorlibgo: Fix go/runtime test failure on S390.
2015-03-25 Ian Lance Taylorre PR go/65570 (cannot find package "runtime/cgo")
2015-03-24 Ian Lance Taylorre PR go/65417 (debug/elf: lacks support for PPC reloca...
2015-03-24 Ian Lance Taylorre PR go/65462 (Use of 'go get' with gccgo is not findi...
2015-03-13 Ian Lance Taylorlibgo/README: Minor updates.
2015-03-12 Ian Lance Taylorgo/build: cgo works on linux/arm64.
2015-03-12 Ian Lance Taylorre PR go/65404 (cgo tool on powerpc-linux-gnu maybe...
2015-03-10 Ian Lance Taylorre PR go/65353 (unknown ptrSize for $GOARCH "arm64...
2015-03-09 Ian Lance Taylorre PR go/65349 (go tool crashes, can't compile go code...
2015-03-09 Ian Lance Taylorre PR go/65349 (go tool crashes, can't compile go code...
2015-03-06 Ian Lance Taylorlibgo: Upgrade to Go 1.4.2 release.
2015-02-06 Ian Lance Taylormksysinfo.sh: Remove _zone_net_addr_t handling.
2015-02-06 Ian Lance Taylorruntime: Add memprofilerate to GODEBUG
2015-02-03 Ian Lance Taylorgo/types: Remove unused testdata files.
2015-01-23 Ian Lance Taylorre PR go/64573 (Cmd.Start swallows error from fork...
2015-01-23 Ian Lance Taylorre PR go/64725 (FAIL: libgo/runtime TestFinalizerType...
2015-01-23 Ian Lance Taylorre PR go/64595 (go programs abort when debug info is...
2015-01-21 Ian Lance Taylorruntime: Add the Go language version information to...
2015-01-20 Ian Lance Taylorre PR go/64683 (FAIL: runtime/pprof -- testing.go:278...
2015-01-20 Ian Lance Taylorruntime: No special case for 386 complex in FFI support.
2015-01-19 Richard HendersonAdd attribute unused to dummy arguments in ffi stub
2015-01-19 Ian Lance Taylorreflect: Fix build for systems that do not define ffi_g...
2015-01-16 Ian Lance Taylorruntime: Add __sparc__ case for SETCONTEXT_CLOBBERS_TLS.
2015-01-16 Ian Lance Taylortesting/quick: Revert Alpha specific change.
2015-01-16 Richard Hendersoncompiler, reflect, runtime: Use static chain for closures.
2015-01-16 Ian Lance Taylornet: Restore earlier Solaris-specific version of setKee...
2015-01-16 Ian Lance Taylorruntime: Use a struct, not void, for an empty struct...
2015-01-15 Ian Lance Taylorgo/build: cgo works on linux/alpha.
2015-01-15 Ian Lance Taylorreflect: Correct error in conversion of s390x support...
2015-01-15 Ian Lance Taylorlibgo: Bump version number in libgo configure script.
2015-01-15 Ian Lance TaylorAdd files somehow left out of last commit (upgrade...
2015-01-15 Ian Lance Taylorlibgo, compiler: Upgrade libgo to Go 1.4, except for...
2015-01-10 Ian Lance Taylorcmd/go: Back-port CL 157460043 (pass $CGO_LDFLAGS to...
2015-01-09 Ian Lance Taylorcmd/go: Adjust finding gccgo to match current upstream...
2015-01-08 Ian Lance Taylorcmd/go: Use builtin constant to set default gccgo compiler.
2015-01-06 Ian Lance Taylorlibgo: Add sources for go, cgo, and gofmt commands.
2015-01-05 Ian Lance Taylorre PR go/61871 (FAIL: regexp from libgo testsuite on...
2014-12-23 Ian Lance Taylorruntime: Remove undefined references to runtime_race*.
2014-12-17 Ian Lance Taylormksysinfo: Pass -O to compiler to avoid warnings on...
2014-12-13 Ian Lance Taylorre PR go/61258 (gccgo: assertion failure go-map-delete...
2014-12-13 Ian Lance Taylortesting: Add testing.MainStart function.
2014-12-13 Ian Lance Taylorruntime: Clear stack pointers for extra G's.
2014-12-12 Kyrylo TkachovAdd load of target-utils.exp to libatomic, libitm,...
2014-12-01 Ian Lance Taylorruntime: introduce mvifdiff.sh script to replace GCC...
2014-11-21 Ian Lance Taylorruntime: GOARCH values for ppc64 BE & LE
2014-11-14 Ian Lance Taylorruntime: set library name based on compiler name
2014-11-12 Ian Lance Taylorlibgo: Update libtool support to files in current GCC...
2014-11-06 Dominik Vogtruntime: Use stckf unconditionally on s390.
2014-11-06 Dominik Vogtmksysinfo: Tolerate missing structures in upcase_fields.
2014-11-05 Ian Lance Taylorsync/atomic: fix data races in tests
2014-11-04 Ian Lance Taylorlibgo: add s390 support
2014-11-03 Ian Lance Taylorruntime: use "$GOC -dumpversion" instead of BASE-VER...
2014-10-28 Ian Lance Taylordebug/elf: add power64 support along with relocation...
2014-10-28 Ian Lance Taylorlibgo: Add consts for ioctl
2014-10-27 Ian Lance Taylorlibgo: Update to Go 1.3.3 release.
2014-10-20 Ian Lance Taylorcompiler, runtime: Add type information to single objec...
2014-10-20 Ian Lance Taylorreflect: allocate correct type in assignTo and cvtT2I
2014-10-17 Ian Lance Taylorconfigure: Quote some shell variables.
2014-10-16 Ian Lance Taylorruntime: Don't create threads with a small stack.
2014-10-08 Ian Lance Taylorre PR go/60406 (recover.go: test13reflect2 test failure)
2014-10-03 Ian Lance Taylorre PR go/61877 (reflect: cannot use []string as type...
2014-10-03 Ian Lance Taylorruntime: Check for CPU_COUNT itself, don't check glibc...
2014-09-29 Ian Lance Taylorlibgo/configure: Use -Qunused-arguments for asm tests...
2014-09-22 Ian Lance Taylorruntime: Mark runtime_goexit function as noinline.
2014-09-20 Ian Lance Taylorruntime: Restore copyright notice accidentally removed...
2014-09-05 Ian Lance Taylorruntime: Use the clone system call on GNU/Linux.
2014-09-05 Ian Lance Taylorruntime: Use correct size for unsafe.Pointer GC instruc...
2014-09-03 Chris Manghanecompiler: Add precise type information on the heap.
2014-08-15 Ian Lance Taylorruntime: Don't get confused if m changes during runtime_gc.
2014-08-13 Ian Lance Taylorcompiler, runtime: Fix unexpected GC interfering with...
2014-08-04 Ian Lance Taylorruntime: Add casts to mincore call to compile on Solaris.
2014-08-02 Ian Lance Taylorre PR other/61895 (libbacktrace crashes with bus error...
2014-07-20 Ian Lance Taylorruntime: remove unused variable
2014-07-20 Ian Lance Taylorruntime: add a missing import
2014-07-20 Ian Lance Taylorruntime: also disable split stacks for runtime_snprintf...
2014-07-19 Ian Lance Taylorreflect, runtime: Use libffi closures to implement...
2014-07-19 Ian Lance Taylorlibgo: Bump version number.
2014-07-19 Ian Lance Taylorlibgo: Update to Go 1.3 release.
2014-07-12 Ian Lance Taylorruntime: Merge master revision 19185.
2014-07-11 Ian Lance Taylorruntime: Rename iface.goc to go-iface.goc.
2014-07-11 Ian Lance Taylorruntime: Drop reflectFlags tests.
2014-07-02 Ian Lance Taylorre PR go/61620 (FAIL: go.test/test/fixedbugs/bug242...
2014-07-01 Ian Lance Taylorruntime: introduce build targets for running benchmarks
2014-06-24 Ian Lance Taylorruntime: add missing benchmark input files to the repos...
2014-06-13 Ian Lance Taylorre PR go/52583 (Several new go testsuite failues on...
2014-06-13 Ian Lance Taylorre PR go/61498 (Many 64-bit Go tests SEGV in scanblock)
next