aboutsummaryrefslogtreecommitdiff
path: root/libgo/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2019-01-21libgo: fix building, and some testing, on SolarisIan Lance Taylor1-1/+1
2019-01-18libgo: update to Go1.12beta2Ian Lance Taylor1-36/+28
2018-10-31re PR bootstrap/82856 (--enable-maintainter-mode broken by incompatiblity of ...Ian Lance Taylor1-606/+504
2018-09-25internal/bytealg, internal/cpu, internal/poll: portability fixesIan Lance Taylor1-0/+10
2018-09-24libgo: update to Go 1.11Ian Lance Taylor1-8/+30
2018-05-09go/build, cmd/go: update to match recent changes to gcIan Lance Taylor1-4/+4
2018-05-02libgo: refactor code to enumerate stdlib packagesIan Lance Taylor1-393/+11
2018-03-16libgo: add runtime/pprof/internal/profile.gox to noinst_DATAIan Lance Taylor1-2/+4
2018-03-09commit ce28919112dbb234366816ab39ce060ad45e8ca9Ian Lance Taylor1-2/+2
2018-02-01math: adjust compilation flags, use them when testingIan Lance Taylor1-0/+1
2018-01-19mksysinfo: use rlimit64 if available when we use getrlimit64Ian Lance Taylor1-1/+1
2018-01-17libgo: update to Go1.10beta2 releaseIan Lance Taylor1-2/+3
2018-01-14go/types: implement SizesFor for gccgoIan Lance Taylor1-16/+25
2018-01-10exp: remove exp/proxy and exp/terminal packagesIan Lance Taylor1-65/+30
2018-01-09libgo: update to Go1.10beta1Ian Lance Taylor1-6/+50
2017-12-06libgo: remove -fplan9-extensions from CFLAGSIan Lance Taylor1-1/+1
2017-11-21libgo: fix makefile bugletIan Lance Taylor1-1/+1
2017-11-14libgo: adapt Solaris 12 referencesIan Lance Taylor1-1/+1
2017-11-06libgo: pass flags to recursive makeIan Lance Taylor1-2/+2
2017-09-22debug/xcoff,cmd: add XCOFF supportIan Lance Taylor1-1/+4
2017-09-20libgo: fix build when using -enable-static=noIan Lance Taylor1-1/+12
2017-09-14libgo: update to go1.9Ian Lance Taylor1-26/+105
2017-07-18re PR go/81451 (missing futex check - libgo/runtime/thread-linux.c:12:0 futex...Ian Lance Taylor1-35/+13
2017-07-14libgo: don't copy semt into runtime.incIan Lance Taylor1-1/+3
2017-05-31libgo: support for sparc64 GNU/LinuxIan Lance Taylor1-1/+1
2017-05-17libgo: add "vendor" to pkgpath for vendored standard packagesIan Lance Taylor1-1/+1
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor1-193/+100
2017-01-20runtime, testing/internal/testdeps: fixes for cgoIan Lance Taylor1-4/+37
2017-01-16libgo: correct golang_org Makefile variables not used on all systemsIan Lance Taylor1-2/+2
2017-01-14libgo: update to Go 1.8 release candidate 1Ian Lance Taylor1-6/+40
2017-01-10compiler, runtime: drop size arguments to hash/equal functionsIan Lance Taylor1-43/+6
2017-01-06re PR go/78978 (runtime/pprof FAILs on Solaris 2/x86)Ian Lance Taylor1-7/+6
2016-12-13libgo: fixes for Solaris buildIan Lance Taylor1-5/+8
2016-12-08runtime: copy memory hash code from Go 1.7Ian Lance Taylor1-1/+10
2016-11-22runtime: rewrite panic/defer code from C to GoIan Lance Taylor1-40/+3
2016-11-18libgo: remove old/regexp and old/templateIan Lance Taylor1-48/+12
2016-11-18runtime, reflect: rewrite Go to FFI type conversion in GoIan Lance Taylor1-0/+5
2016-11-16runtime: replace runtime1.goc with Go and C codeIan Lance Taylor1-7/+1
2016-11-10runtime: copy signal code from Go 1.7 runtimeIan Lance Taylor1-19/+9
2016-11-01libgo: only rebuild package if dependent .gox has changedIan Lance Taylor1-2/+5
2016-11-01libgo: minor Makefile improvementsIan Lance Taylor1-3/+3
2016-10-30libgo: eliminate a lot of duplication in Makefile.amIan Lance Taylor1-2061/+291
2016-10-28compiler, runtime: copy slice code from Go 1.7 runtimeIan Lance Taylor1-44/+16
2016-10-21libgo: keep c0 and c1 out of runtime.incIan Lance Taylor1-1/+1
2016-10-21runtime: copy lfstack code from Go 1.7 runtimeIan Lance Taylor1-4/+2
2016-10-20runtime: rewrite interface code into GoIan Lance Taylor1-133/+11
2016-10-18runtime: copy netpoll code from Go 1.7 runtimeIan Lance Taylor1-66/+17
2016-10-17runtime: copy rdebug code from Go 1.7 runtimeIan Lance Taylor1-3/+2
2016-10-15runtime: copy runtime package time code from Go 1.7Ian Lance Taylor1-4/+1
2016-10-14runtime: copy mprof code from Go 1.7 runtimeIan Lance Taylor1-21/+10