summaryrefslogtreecommitdiff
path: root/libgo/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* libgo: don't copy semt into runtime.incian2017-07-141-1/+3
* libgo: support for sparc64 GNU/Linuxian2017-05-311-1/+1
* libgo: add "vendor" to pkgpath for vendored standard packagesian2017-05-171-1/+1
* Big merge of changes to gofrontend repo that were postponed due to theian2017-05-101-193/+100
* runtime, testing/internal/testdeps: fixes for cgoian2017-01-201-4/+37
* libgo: correct golang_org Makefile variables not used on all systemsian2017-01-161-2/+2
* libgo: update to Go 1.8 release candidate 1ian2017-01-141-6/+40
* compiler, runtime: drop size arguments to hash/equal functionsian2017-01-101-43/+6
* PR go/78978ian2017-01-061-7/+6
* libgo: fixes for Solaris buildian2016-12-131-5/+8
* runtime: copy memory hash code from Go 1.7ian2016-12-081-1/+10
* runtime: rewrite panic/defer code from C to Goian2016-11-221-40/+3
* libgo: remove old/regexp and old/templateian2016-11-181-48/+12
* runtime, reflect: rewrite Go to FFI type conversion in Goian2016-11-181-0/+5
* runtime: replace runtime1.goc with Go and C codeian2016-11-161-7/+1
* runtime: copy signal code from Go 1.7 runtimeian2016-11-101-19/+9
* libgo: only rebuild package if dependent .gox has changedian2016-11-011-2/+5
* libgo: minor Makefile improvementsian2016-11-011-3/+3
* libgo: eliminate a lot of duplication in Makefile.amian2016-10-301-2061/+291
* compiler, runtime: copy slice code from Go 1.7 runtimeian2016-10-281-44/+16
* libgo: keep c0 and c1 out of runtime.incian2016-10-211-1/+1
* runtime: copy lfstack code from Go 1.7 runtimeian2016-10-211-4/+2
* runtime: rewrite interface code into Goian2016-10-201-133/+11
* runtime: copy netpoll code from Go 1.7 runtimeian2016-10-181-66/+17
* runtime: copy rdebug code from Go 1.7 runtimeian2016-10-171-3/+2
* runtime: copy runtime package time code from Go 1.7ian2016-10-151-4/+1
* runtime: copy mprof code from Go 1.7 runtimeian2016-10-141-21/+10
* runtime: copy cpuprof code from Go 1.7 runtimeian2016-10-141-5/+3
* compiler, runtime: copy string code from Go 1.7ian2016-10-121-80/+12
* runtime: copy Go 1.7 runtime semaphore codeian2016-10-121-3/+1
* syscall, internal/syscall/unix: Fix getrandom, clone on sparc64ian2016-10-121-18/+25
* runtime: copy print/println support from Go 1.7ian2016-10-101-10/+1
* runtime: copy channel code from Go 1.7 runtimeian2016-10-101-5/+3
* PR go/77809ian2016-10-031-2/+7
* runtime: copy internal locking code from Go 1.7 runtimeian2016-09-301-53/+33
* libgo: fix for runtime/check failure with "-O0 -g"ian2016-09-281-0/+1
* libgo: separate mksysinfo inputs into separate Makefile targetsian2016-09-271-2/+19
* compiler, runtime: replace hashmap code with Go 1.7 hashmapian2016-09-211-82/+42
* runtime/internal/sys: new package, API copied from Go 1.7ian2016-09-111-11/+79
* runtime/internal/atomic: new package, API copied from Go 1.7ian2016-09-101-0/+18
* runtime: use -fgo-c-header to build C header fileian2016-08-301-12/+34
* libgo: don't have .lo depend on .lo.depian2016-08-081-155/+158
* libgo: change build procedure to use build tagsian2016-08-061-1673/+388
* libgo: update to go1.7rc3ian2016-07-221-48/+208
* libgo: Update to go1.6rc1.ian2016-02-031-26/+58
* libgo: Solaris portability fixes.ian2015-11-061-3/+6
* gotest: fix handling of --goarch optionian2015-11-041-3/+3
* runtime: Remove now unnecessary pad field from ParFor.ian2015-10-311-38/+348
* libgo: If compiler can split-stack and linker can not, use -fno-split-stack.ian2015-09-151-1/+2
* libgo: don't provide ustat on arm64 GNU/Linuxian2015-09-151-159/+230