sem_eval.adb (Compile_Time_Compare): Reinstate the expr+literal (etc) optimizations...
[gcc.git] / libgo / go /
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-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-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-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-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 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-14 Ian Lance Taylorruntime: don't crash if signal handler info argument...
2016-11-10 Ian Lance Taylorruntime: copy signal code from Go 1.7 runtime
2016-11-01 Ian Lance Taylorruntime: recreate function called by cgo -gccgo
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-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-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 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-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-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-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: align ucontext_t argument to 16 byte boundary
2016-08-30 Ian Lance Taylorruntime: use -fgo-c-header to build C header file
2016-08-15 Ian Lance Taylorcmd/go: ignore errors from go/build for standard packages
2016-08-13 Ian Lance Taylorcrypto/aes, hash/crc32: ignore s390x specific files...
2016-08-13 Ian Lance Taylorsyscall: remove exec_solaris_test.go
2016-08-11 Ian Lance Tayloros: fix build tags for dir_regfile.go
2016-08-08 Ian Lance Taylortext/template: reduce maxExecDepth for gccgo further
2016-08-07 Ian Lance Taylorinternal/syscall/unix: fix syscalls for alpha, ia64...
2016-08-06 Ian Lance Taylorlibgo: fix getrandom build for 32-bit ppc
2016-08-06 Ian Lance Taylorlibgo: change build procedure to use build tags
2016-08-04 Ian Lance Taylortext/template: reduce maxExecDepth for gccgo
2016-07-26 Ian Lance Tayloros/user: fix Solaris declaration.
2016-07-22 Ian Lance Taylorlibgo: update to go1.7rc3
2016-04-23 Ian Lance Taylorcmd/go: bring in final version of gccgo pkg-config...
2016-04-13 Ian Lance Taylorlibgo: update to Go 1.6.1 release
2016-04-12 Ian Lance Taylorreflect: change Value.Call results to not be addressable
2016-02-26 Ian Lance Taylorre PR go/69966 (libgo: Port syscall.SetsockoptUcred...
2016-02-18 Ian Lance Taylorlibgo: Update to final Go 1.6 release.
2016-02-10 Ian Lance Taylorre PR go/66904 (cmd/go: "#cgo pkg-config:" comments...
2016-02-03 Ian Lance Taylorlibgo: Update to go1.6rc1.
2015-11-21 Ian Lance Taylorre PR go/66378 (libgo syscall.Sendfile() does not honor...
2015-11-21 Ian Lance Taylorre PR go/65785 (libgo TestIPv4MulticastListener test...
2015-11-20 Ian Lance Taylorre PR go/68072 (malformed DWARF TagVariable entry)
2015-11-20 Ian Lance Taylorcmd: Use correct install tool dir with gccgo
2015-11-10 Ian Lance Taylorre PR go/68255 (cgo-generated constructor not being...
2015-11-07 Ian Lance Taylorre PR go/66138 (json decoder Decode function fails...
2015-11-06 Ian Lance Taylorlibgo: Solaris portability fixes.
2015-11-02 Ian Lance Taylorsyscall: Change raw_ioctl cmd type to uintptr.
2015-10-31 Ian Lance Taylorlibgo: Update from Go 1.5 to Go 1.5.1.
2015-10-31 Ian Lance Taylorruntime: Remove now unnecessary pad field from ParFor.
2015-10-29 Ian Lance Taylorcompiler, reflect, runtime: remove zero field from...
2015-10-29 Ian Lance Taylorcompiler, runtime: change type hash/equal to Go funcs
2015-10-07 Ian Lance Taylorre PR go/67874 (fd_unix.go does not build when there...
2015-09-15 Ian Lance Taylorlibgo: don't provide ustat on arm64 GNU/Linux
2015-08-03 Ian Lance Taylorsyscall: RawSockaddr fix for ppc64, ppc64le
2015-07-13 Ian Lance Taylorsyscall: remove calls to Entersyscall & Exitsyscall...
2015-04-17 Ian Lance Taylorre PR go/64683 (FAIL: runtime/pprof -- testing.go:278...
2015-04-17 Ian Lance Taylorre PR go/65755 (incorrect reflection of struct fields...
2015-03-31 Ian Lance Taylorgo/cmd/go: always link external test packages first
2015-03-26 Ian Lance Taylorre PR go/65587 (C package incomplete/not working for...
2015-03-26 Ian Lance Taylorlibgo: Fix go/runtime test failure on S390.
2015-03-24 Ian Lance Taylorre PR go/65417 (debug/elf: lacks support for PPC reloca...
next