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