PR c++/79549 - C++17 ICE with non-type auto template parameter pack
[gcc.git] / libgo /
2017-04-17 Ian Lance Taylorlibgo: update to Go 1.8.1 release
2017-04-12 Ian Lance Taylorre PR go/77857 (gccgo: vendoring doesn't work in gcc...
2017-04-04 Ian Lance Taylorre PR go/80302 (FAIL: time on systems with tzdata2017b...
2017-03-22 Ian Lance Taylorinternal/syscall/unix: add randomTrap for m68k
2017-03-01 Ian Lance Taylorcmd/go: add testdata/timeoutbench_test.go
2017-02-28 Ian Lance Taylormksigtab.sh: skip signals defined as other signals
2017-02-28 Ian Lance Taylorruntime: fix sigfwd to not allocate memory
2017-02-28 Ian Lance Taylorlibgo: fix quoting in mksigtab.sh
2017-02-17 Ian Lance Taylorlibgo: update to final Go 1.8 release
2017-02-13 Ian Lance Taylorre PR go/79443 (libgo/math test fails on s390x (undefin...
2017-01-27 Ian Lance Taylorlibgo: update to go1.8rc3
2017-01-26 Ian Lance Taylorruntime: fix setting of isarchive
2017-01-26 Ian Lance Taylorruntime: fix context used by getTraceback
2017-01-23 Ian Lance Taylorlibgo: update to go1.8rc2
2017-01-23 Ian Lance Taylorre PR go/79037 (gccgo: Binaries crash with parforsetup...
2017-01-23 Ian Lance Taylorlibgo: bump library version to 11
2017-01-20 Ian Lance Taylorruntime, testing/internal/testdeps: fixes for cgo
2017-01-20 Ian Lance Taylorre PR go/79146 (Bootstrapping go on s390x fails; redefi...
2017-01-20 Ian Lance Taylorre PR go/79146 (Bootstrapping go on s390x fails; redefi...
2017-01-18 Ian Lance Taylorsyscall, golang_org/x/net/lif: fixes for gccgo on Solaris
2017-01-16 Ian Lance Taylorruntime: rename siginfo to _siginfo_t
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 Taylorruntime: copy more scheduler code from Go 1.7 runtime
2017-01-10 Ian Lance Taylorcompiler, runtime: drop size arguments to hash/equal...
2017-01-09 Ian Lance Taylorruntime: copy more of scheduler from Go 1.7 runtime
2017-01-06 Ian Lance Taylorruntime: actually remove go-alloc.h
2017-01-06 Ian Lance Taylorre PR go/78978 (runtime/pprof FAILs on Solaris 2/x86)
2017-01-03 Ian Lance Taylorruntime: remove __go_alloc and __go_free
2017-01-03 Ian Lance Taylorre PR go/78789 (Error: no such instruction: `aesenc...
2016-12-19 Ian Lance Taylorruntime: copy cgo support from Go 1.7 runtime
2016-12-13 Ian Lance Taylorlibgo: fixes for Solaris build
2016-12-08 Ian Lance Taylorruntime: mark non-x86 aeshashbody parameters as unused
2016-12-08 Ian Lance Taylorruntime: copy memory hash code from Go 1.7
2016-12-08 Ian Lance Taylorruntime: allocate _panic struct on heap
2016-12-08 Ian Lance Taylorruntime: remove some unused variables/declarations...
2016-12-01 Ian Lance Taylorruntime: set isarchive in initsig
2016-11-30 Ian Lance Taylorruntime: print C functions in traceback
2016-11-30 Ian Lance Taylorruntime: fixes for -buildmode=c-archive
2016-11-22 Ian Lance Taylorre PR go/77910 (go: open zversion.go: no such file...
2016-11-22 Ian Lance Taylorruntime: rewrite panic/defer code from C to Go
2016-11-18 Ian Lance Taylorruntime: move schedt type and sched var from C to Go
2016-11-18 Ian Lance Taylorruntime: don't call __go_alloc/__go_free in environment...
2016-11-18 Ian Lance Taylorlibgo: remove old/regexp and old/template
2016-11-18 Ian Lance TaylorCorrect gcc/go/gofrontend/lex.cc and libgo/aclocal...
2016-11-18 Ian Lance TaylorUpdate libgo/configure to restore it to the master...
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-15 Matthias Kloseconfig-ml.in: Remove references to GCJ.
2016-11-14 Ian Lance Taylorruntime: don't crash if signal handler info argument...
2016-11-11 Ian Lance Taylorlibgo: fix GOARCH_INT64ALIGN for several targets
2016-11-10 Ian Lance Taylorruntime: copy signal code from Go 1.7 runtime
2016-11-05 Ian Lance Taylorre PR go/78172 (gen-sysinfo.go vs AIX cred.h)
2016-11-01 Ian Lance Taylorlibgo: fix GOARCH_PHYSPAGESIZE for ia64
2016-11-01 Ian Lance Taylorruntime: recreate function called by cgo -gccgo
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-28 Ian Lance Taylorre PR go/78144 (FAIL: time on systems with tzdata2016g...
2016-10-28 Ian Lance Taylorre PR go/78143 (bootstrap broken in libgo on powerpc...
2016-10-28 Ian Lance Taylorlibgo: redirect grep output in mkrsysinfo.sh to /dev...
2016-10-21 Ian Lance Taylorlibgo: keep c0 and c1 out of runtime.inc
2016-10-21 Ian Lance Taylorlibgo: leave Int64Align as 8 on 32-bit SPARC
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-19 Ian Lance Taylorruntime, syscall: force EPOLLET to be positive
2016-10-18 Ian Lance Taylorruntime: copy netpoll code from Go 1.7 runtime
2016-10-18 Ian Lance Taylorruntime: scan caller-saved registers for non-split...
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: just do file/line lookup in C, move Func to Go
2016-10-14 Ian Lance Taylordebug/elf: add sparc64 relocations
2016-10-14 Ian Lance Taylorruntime: copy cpuprof code from Go 1.7 runtime
2016-10-13 Ian Lance Taylorruntime: copy mstats code from Go 1.7 runtime
2016-10-13 Ian Lance Taylorsyscall: don't use pt_regs in clone_linux.c
2016-10-12 Ian Lance Taylorcompiler, runtime: copy string code from Go 1.7
2016-10-12 Ian Lance Taylorsyscall: mark rawClone as no_split_stack
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-11 Ian Lance Taylorconfigure: redirect -fsplit-stack compilation to dev...
2016-10-11 Ian Lance TaylorAccidentally failed to commit these earlier, as part of:
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-29 Ian Lance Taylorruntime: copy runtime.go and runtime1.go from Go 1.7
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-23 Ian Lance Taylorinternal/syscall/unix: add getrandom syscall for MIPS...
2016-09-21 Ian Lance Taylorcompiler, runtime: replace hashmap code with Go 1.7...
2016-09-20 Ian Lance Taylorsyscall: build export_unix_test.go on solaris
2016-09-20 Ian Lance Taylorre PR go/77642 (GO Bootstrap fail starting with r239872...
2016-09-14 Ian Lance Taylorlibgo: fix typo in configure.ac (PCQUANTUm -> PCQUANTUM)
2016-09-11 Ian Lance Taylorruntime/internal/sys: new package, API copied from...
2016-09-10 Ian Lance Taylorlibgo: update to Go 1.7.1 release
2016-09-10 Ian Lance Taylorruntime/internal/atomic: new package, API copied from...
2016-09-09 Ian Lance Taylorruntime: use alignof to check alignment of ucontext_t
2016-09-09 Ian Lance Taylorruntime: remove remaining use of MAKECONTEXT_STACK_TOP...
next