compiler, runtime: open code select
[gcc.git] / libgo / Makefile.am
2018-05-09 Ian Lance Taylorgo/build, cmd/go: update to match recent changes to gc
2018-05-02 Ian Lance Taylorlibgo: refactor code to enumerate stdlib packages
2018-03-16 Ian Lance Taylorlibgo: add runtime/pprof/internal/profile.gox to noinst...
2018-03-09 Ian Lance Taylorcommit ce28919112dbb234366816ab39ce060ad45e8ca9
2018-02-01 Ian Lance Taylormath: adjust compilation flags, use them when testing
2018-01-19 Ian Lance Taylormksysinfo: use rlimit64 if available when we use getrli...
2018-01-17 Ian Lance Taylorlibgo: update to Go1.10beta2 release
2018-01-14 Ian Lance Taylorgo/types: implement SizesFor for gccgo
2018-01-10 Ian Lance Taylorexp: remove exp/proxy and exp/terminal packages
2018-01-09 Ian Lance Taylorlibgo: update to Go1.10beta1
2017-12-06 Ian Lance Taylorlibgo: remove -fplan9-extensions from CFLAGS
2017-11-21 Ian Lance Taylorlibgo: fix makefile buglet
2017-11-14 Ian Lance Taylorlibgo: adapt Solaris 12 references
2017-11-06 Ian Lance Taylorlibgo: pass flags to recursive make
2017-09-22 Ian Lance Taylordebug/xcoff,cmd: add XCOFF support
2017-09-20 Ian Lance Taylorlibgo: fix build when using -enable-static=no
2017-09-14 Ian Lance Taylorlibgo: update to go1.9
2017-07-18 Ian Lance Taylorre PR go/81451 (missing futex check - libgo/runtime...
2017-07-14 Ian Lance Taylorlibgo: don't copy semt into runtime.inc
2017-05-31 Ian Lance Taylorlibgo: support for sparc64 GNU/Linux
2017-05-17 Ian Lance Taylorlibgo: add "vendor" to pkgpath for vendored standard...
2017-05-10 Ian Lance TaylorBig merge of changes to gofrontend repo that were postp...
2017-01-20 Ian Lance Taylorruntime, testing/internal/testdeps: fixes for cgo
2017-01-16 Ian Lance Taylorlibgo: correct golang_org Makefile variables not used...
2017-01-14 Ian Lance Taylorlibgo: update to Go 1.8 release candidate 1
2017-01-10 Ian Lance Taylorcompiler, runtime: drop size arguments to hash/equal...
2017-01-06 Ian Lance Taylorre PR go/78978 (runtime/pprof FAILs on Solaris 2/x86)
2016-12-13 Ian Lance Taylorlibgo: fixes for Solaris build
2016-12-08 Ian Lance Taylorruntime: copy memory hash code from Go 1.7
2016-11-22 Ian Lance Taylorruntime: rewrite panic/defer code from C to Go
2016-11-18 Ian Lance Taylorlibgo: remove old/regexp and old/template
2016-11-18 Ian Lance Taylorruntime, reflect: rewrite Go to FFI type conversion...
2016-11-16 Ian Lance Taylorruntime: replace runtime1.goc with Go and C code
2016-11-10 Ian Lance Taylorruntime: copy signal code from Go 1.7 runtime
2016-11-01 Ian Lance Taylorlibgo: only rebuild package if dependent .gox has changed
2016-11-01 Ian Lance Taylorlibgo: minor Makefile improvements
2016-10-30 Ian Lance Taylorlibgo: eliminate a lot of duplication in Makefile.am
2016-10-28 Ian Lance Taylorcompiler, runtime: copy slice code from Go 1.7 runtime
2016-10-21 Ian Lance Taylorlibgo: keep c0 and c1 out of runtime.inc
2016-10-21 Ian Lance Taylorruntime: copy lfstack code from Go 1.7 runtime
2016-10-20 Ian Lance Taylorruntime: rewrite interface code into Go
2016-10-18 Ian Lance Taylorruntime: copy netpoll code from Go 1.7 runtime
2016-10-17 Ian Lance Taylorruntime: copy rdebug code from Go 1.7 runtime
2016-10-15 Ian Lance Taylorruntime: copy runtime package time code from Go 1.7
2016-10-14 Ian Lance Taylorruntime: copy mprof code from Go 1.7 runtime
2016-10-14 Ian Lance Taylorruntime: copy cpuprof code from Go 1.7 runtime
2016-10-12 Ian Lance Taylorcompiler, runtime: copy string code from Go 1.7
2016-10-12 Ian Lance Taylorruntime: copy Go 1.7 runtime semaphore code
2016-10-12 Ian Lance Taylorsyscall, internal/syscall/unix: Fix getrandom, clone...
2016-10-10 Ian Lance Taylorruntime: copy print/println support from Go 1.7
2016-10-10 Ian Lance Taylorruntime: copy channel code from Go 1.7 runtime
2016-10-03 Ian Lance Taylorre PR go/77809 ("_LITTLE_ENDIAN" redefined)
2016-09-30 Ian Lance Taylorruntime: copy internal locking code from Go 1.7 runtime
2016-09-28 Ian Lance Taylorlibgo: fix for runtime/check failure with "-O0 -g"
2016-09-27 Ian Lance Taylorlibgo: separate mksysinfo inputs into separate Makefile...
2016-09-21 Ian Lance Taylorcompiler, runtime: replace hashmap code with Go 1.7...
2016-09-11 Ian Lance Taylorruntime/internal/sys: new package, API copied from...
2016-09-10 Ian Lance Taylorruntime/internal/atomic: new package, API copied from...
2016-08-30 Ian Lance Taylorruntime: use -fgo-c-header to build C header file
2016-08-08 Ian Lance Taylorlibgo: don't have .lo depend on .lo.dep
2016-08-06 Ian Lance Taylorlibgo: change build procedure to use build tags
2016-07-22 Ian Lance Taylorlibgo: update to go1.7rc3
2016-02-03 Ian Lance Taylorlibgo: Update to go1.6rc1.
2015-11-06 Ian Lance Taylorlibgo: Solaris portability fixes.
2015-11-04 Ian Lance Taylorgotest: fix handling of --goarch option
2015-10-31 Ian Lance Taylorruntime: Remove now unnecessary pad field from ParFor.
2015-09-15 Ian Lance Taylorlibgo: If compiler can split-stack and linker can not...
2015-09-15 Ian Lance Taylorlibgo: don't provide ustat on arm64 GNU/Linux
2015-09-10 Ian Lance Taylorlibgo: Use stat_atim.go on Solaris 12+
2015-08-03 Ian Lance Taylorsyscall: RawSockaddr fix for ppc64, ppc64le
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-07 Ian Lance Taylorre PR go/63731 (Fallback to netgo does not work)
2015-03-25 Ian Lance Taylorre PR go/65570 (cannot find package "runtime/cgo")
2015-03-24 Ian Lance Taylorre PR go/65462 (Use of 'go get' with gccgo is not findi...
2015-01-21 Ian Lance Taylorruntime: Add the Go language version information to...
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-15 Ian Lance Taylorlibgo, compiler: Upgrade libgo to Go 1.4, except for...
2015-01-06 Ian Lance Taylorlibgo: Add sources for go, cgo, and gofmt commands.
2014-12-17 Ian Lance Taylormksysinfo: Pass -O to compiler to avoid warnings on...
2014-12-01 Ian Lance Taylorruntime: introduce mvifdiff.sh script to replace GCC...
2014-11-14 Ian Lance Taylorruntime: set library name based on compiler name
2014-11-04 Ian Lance Taylorlibgo: add s390 support
2014-11-03 Ian Lance Taylorruntime: use "$GOC -dumpversion" instead of BASE-VER...
2014-07-19 Ian Lance Taylorreflect, runtime: Use libffi closures to implement...
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-01 Ian Lance Taylorruntime: introduce build targets for running benchmarks
2014-06-06 Ian Lance Taylorlibgo: Merge to master revision 19184.
2014-06-04 Ian Lance Taylorlibgo: Merge from revision 18783:00cce3a34d7e of master...
2014-05-29 Ian Lance Taylorruntime: add the --without-libatomic configure option
2014-05-01 Ian Lance Taylorruntime: ask $GOC rather than $CC for the version and...
2014-01-08 Ian Lance Taylorre PR go/59430 (os/user FAILs on Solaris)
2013-11-24 Ian Lance Taylorsyscall: Only call varargs libc functions from C code.
2013-11-14 Ian Lance Taylornet: On Solaris use Darwin keepalive code.
2013-11-14 Ian Lance Taylorruntime: Add netpoll code that uses select.
2013-11-14 Ian Lance Taylorlibgo/go/go/build: use syslist.go from the gc stdlib.
2013-11-11 Ian Lance Taylornet: Fix TCP keepalive handling for Solaris.
next