]> git.ipfire.org Git - thirdparty/gcc.git/history - libgo/Makefile.am
compiler, runtime: panic on uncomparable map key, even if map is empty
[thirdparty/gcc.git] / libgo / Makefile.am
2018-10-31  ian PR bootstrap/82856
2018-09-25  ian internal/bytealg, internal/cpu, internal/poll:...
2018-09-24  ian libgo: update to Go 1.11
2018-05-09  ian go/build, cmd/go: update to match recent changes...
2018-05-02  ian libgo: refactor code to enumerate stdlib packages
2018-03-16  ian libgo: add runtime/pprof/internal/profile.gox to...
2018-03-09  iancommit ce28919112dbb234366816ab39ce060ad45e8ca9
2018-02-01  ian math: adjust compilation flags, use them when testing
2018-01-19  ian mksysinfo: use rlimit64 if available when we use...
2018-01-17  ian libgo: update to Go1.10beta2 release
2018-01-14  ian go/types: implement SizesFor for gccgo
2018-01-10  ian exp: remove exp/proxy and exp/terminal packages
2018-01-09  ian libgo: update to Go1.10beta1
2017-12-06  ian libgo: remove -fplan9-extensions from CFLAGS
2017-11-21  ian libgo: fix makefile buglet
2017-11-14  ian libgo: adapt Solaris 12 references
2017-11-06  ian libgo: pass flags to recursive make
2017-09-22  ian debug/xcoff,cmd: add XCOFF support
2017-09-20  ian libgo: fix build when using -enable-static=no
2017-09-14  ian libgo: update to go1.9
2017-07-18  ian PR go/81451
2017-07-14  ian libgo: don't copy semt into runtime.inc
2017-05-31  ian libgo: support for sparc64 GNU/Linux
2017-05-17  ian libgo: add "vendor" to pkgpath for vendored standar...
2017-05-10  ianBig merge of changes to gofrontend repo that were postp...
2017-01-20  ian runtime, testing/internal/testdeps: fixes for cgo
2017-01-16  ian libgo: correct golang_org Makefile variables not...
2017-01-14  ian libgo: update to Go 1.8 release candidate 1
2017-01-10  ian compiler, runtime: drop size arguments to hash...
2017-01-06  ian PR go/78978
2016-12-13  ian libgo: fixes for Solaris build
2016-12-08  ian runtime: copy memory hash code from Go 1.7
2016-11-22  ian runtime: rewrite panic/defer code from C to Go
2016-11-18  ian libgo: remove old/regexp and old/template
2016-11-18  ian runtime, reflect: rewrite Go to FFI type conversion...
2016-11-16  ian runtime: replace runtime1.goc with Go and C code
2016-11-10  ian runtime: copy signal code from Go 1.7 runtime
2016-11-01  ian libgo: only rebuild package if dependent .gox has...
2016-11-01  ian libgo: minor Makefile improvements
2016-10-30  ian libgo: eliminate a lot of duplication in Makefile.am
2016-10-28  ian compiler, runtime: copy slice code from Go 1.7...
2016-10-21  ian libgo: keep c0 and c1 out of runtime.inc
2016-10-21  ian runtime: copy lfstack code from Go 1.7 runtime
2016-10-20  ian runtime: rewrite interface code into Go
2016-10-18  ian runtime: copy netpoll code from Go 1.7 runtime
2016-10-17  ian runtime: copy rdebug code from Go 1.7 runtime
2016-10-15  ian runtime: copy runtime package time code from Go 1.7
2016-10-14  ian runtime: copy mprof code from Go 1.7 runtime
2016-10-14  ian runtime: copy cpuprof code from Go 1.7 runtime
2016-10-12  ian compiler, runtime: copy string code from Go 1.7
2016-10-12  ian runtime: copy Go 1.7 runtime semaphore code
2016-10-12  ian syscall, internal/syscall/unix: Fix getrandom,...
2016-10-10  ian runtime: copy print/println support from Go 1.7
2016-10-10  ian runtime: copy channel code from Go 1.7 runtime
2016-10-03  ian PR go/77809
2016-09-30  ian runtime: copy internal locking code from Go 1.7...
2016-09-28  ian libgo: fix for runtime/check failure with "-O0 -g"
2016-09-27  ian libgo: separate mksysinfo inputs into separate...
2016-09-21  ian compiler, runtime: replace hashmap code with Go...
2016-09-11  ian runtime/internal/sys: new package, API copied from...
2016-09-10  ian runtime/internal/atomic: new package, API copied...
2016-08-30  ian runtime: use -fgo-c-header to build C header file
2016-08-08  ian libgo: don't have .lo depend on .lo.dep
2016-08-06  ian libgo: change build procedure to use build tags
2016-07-22  ian libgo: update to go1.7rc3
2016-02-03  ian libgo: Update to go1.6rc1.
2015-11-06  ian libgo: Solaris portability fixes.
2015-11-04  ian gotest: fix handling of --goarch option
2015-10-31  ian runtime: Remove now unnecessary pad field from...
2015-09-15  ian libgo: If compiler can split-stack and linker can...
2015-09-15  ian libgo: don't provide ustat on arm64 GNU/Linux
2015-09-10  ian libgo: Use stat_atim.go on Solaris 12+
2015-08-03  ian syscall: RawSockaddr fix for ppc64, ppc64le
2015-04-29  ianruntime: Support -buildmode=c-shared.
2015-04-24  ian PR go/65616
2015-04-07  ian PR go/63731
2015-03-25  ian PR go/65570
2015-03-24  ian PR go/65462
2015-01-21  ianruntime: Add the Go language version information to...
2015-01-16  iancompiler, reflect, runtime: Use static chain for closures.
2015-01-16  iannet: Restore earlier Solaris-specific version of setKee...
2015-01-15  ianlibgo, compiler: Upgrade libgo to Go 1.4, except for...
2015-01-06  ianlibgo: Add sources for go, cgo, and gofmt commands.
2014-12-17  ianmksysinfo: Pass -O to compiler to avoid warnings on...
2014-12-01  ianruntime: introduce mvifdiff.sh script to replace GCC...
2014-11-14  ianruntime: set library name based on compiler name
2014-11-04  ianlibgo: add s390 support
2014-11-03  ianruntime: use "$GOC -dumpversion" instead of BASE-VER...
2014-07-19  ianreflect, runtime: Use libffi closures to implement...
2014-07-19  ianlibgo: Update to Go 1.3 release.
2014-07-12  ianruntime: Merge master revision 19185.
2014-07-11  ianruntime: Rename iface.goc to go-iface.goc.
2014-07-01  ianruntime: introduce build targets for running benchmarks
2014-06-06  ianlibgo: Merge to master revision 19184.
2014-06-04  ianlibgo: Merge from revision 18783:00cce3a34d7e of master...
2014-05-29  ianruntime: add the --without-libatomic configure option
2014-05-05  mrsMerge in trunk.
2014-05-01  ianruntime: ask $GOC rather than $CC for the version and...
2014-01-13  mrsMerge in trunk.
2014-01-08  ian PR go/59430
next