libstdc++: Review _Local_iterator/_Local_const_iterator implementations.
[gcc.git] / gcc / go /
2020-07-28 Ian Lance Taylorcompiler,runtime: pass only ptr and len to some runtime...
2020-07-28 Ian Lance Taylorcompiler: for package-scope "a = b; b = x" just set...
2020-07-27 Ian Lance Taylorcompiler: scan all function literals for escape analysis
2020-07-23 Clément Chigotlibgo: add AIX FAT libraries support
2020-07-17 Ian Lance Taylorlibgo: update to Go 1.14.6 release
2020-07-11 Ian Lance Taylorcompiler: avoid generating unnamed bool type descriptor
2020-07-11 Ian Lance Taylorcompiler: handle aliases to pointer types with interfaces
2020-07-10 Ian Lance Taylorlibgo: update to Go 1.14.4 release
2020-06-29 Ian Lance Taylorcompiler: remove some erroneous code that was never run
2020-06-15 Tobias Klauserlibgo: update x/sys/cpu to add all GOARCHes supported...
2020-06-15 Tobias Klauserinternal/syscall/unix: use getrandom_linux_generic...
2020-06-12 Clément Chigotruntime: fix arenaBaseOffset for aix/ppc
2020-05-25 Clément Chigotlibgo: update x/sys/cpu after gccgo support added
2020-05-15 Ian Lance Taylorlibgo: only build syscall test with -static if it works
2020-05-14 Ian Lance Taylorlibgo: only build syscall test with -static on GNU...
2020-05-13 Ian Lance Taylorlibgo: build syscall test with -static
2020-05-12 eric fangruntime: fix TestCallersNilPointerPanic
2020-05-12 Ian Lance Taylorsyscall: append to environment in tests, don't clobber it
2020-05-11 Ian Lance Taylorcompiler: use const std::string& in a couple of places
2020-04-24 eric fanggotest: increase the test timeout
2020-04-21 Benny Siegertgccgo: fix runtime compilation on NetBSD
2020-04-15 eric fangruntime: use 64 bits of hash seed on arm64
2020-04-15 Ian Lance TaylorGo Gcc_backend class: mark prefetch as novops
2020-04-10 Ian Lance Taylorlibgo: update to final 1.14.2 release
2020-04-10 Ian Lance Taylorcompiler: look up composite literal keys in the global...
2020-04-06 Ian Lance Taylorlibgo: update to almost the 1.14.2 release
2020-02-28 eric fangruntime: handle linux/arm64 signal register
2020-02-26 Ian Lance Taylorlibgo: update to final Go1.14 release
2020-02-24 Ian Lance Taylorinternal/poll: add hurd build tag
2020-02-24 Ian Lance Taylorinternal/syscall/unix: add hurd build tag
2020-02-18 Ian Lance Taylorcmd/go: update -DGOPKGPATH to use current pkgpath encoding
2020-02-16 Ian Lance Taylorlibgo: install internal/reflectlite.gox
2020-02-15 Ian Lance Taylorlibgo: update to Go1.14rc1 release
2020-02-15 Ian Lance Taylorruntime: on 32-bit systems, limit default GOMAXPROCS...
2020-02-04 Ian Lance Taylorsyscall: fix riscv64 GNU/Linux build
2020-01-30 Ian Lance Taylorruntime, syscall: add a couple of hurd build tags
2020-01-30 Ian Lance Taylorruntime: update netpoll_hurd.go for go1.14beta1 changes
2020-01-27 Ian Lance Taylorcompiler: cleanups permitted by GCC requirement of...
2020-01-24 Ian Lance Taylorlibgo: handle --with-toolexeclibdir=.
2020-01-24 Ian Lance Taylorinternal/cpu: don't define CacheLinePadSize for riscv64
2020-01-23 Ian Lance Taylorgotest: explicitly skip type descriptors
2020-01-22 Ian Lance Taylorruntime: for Solaris, add osinit, and drop duplicate...
2020-01-22 Andrew Pinskiinternal/syscall/unix: use getrandom_linux_generic...
2020-01-22 Ian Lance Taylorruntime: call runtime_nanotime1, not runtime_nanotime
2020-01-22 Ian Lance Taylorlibgo: update to Go1.14beta1
2020-01-10 Ian Lance Taylorgotest: don't use local
2020-01-10 Ian Lance Taylorcompiler: permit duplicate methods from embedded interfaces
2020-01-09 Ian Lance Taylorlibgo: compile examples in _test packages
2020-01-09 Ian Lance Taylorcompiler: don't localize names in export data
2020-01-09 Ian Lance Taylorcompiler: don't add composite literal keys to package...
2020-01-08 Ian Lance Taylorcompiler: fix loopdepth tracking in array slicing expre...
2020-01-07 Ian Lance Taylorcompiler, runtime: stop using __go_runtime_error
2020-01-07 Ian Lance Taylorcompiler: avoid write barrier for a[i] = a[i][:v]
2020-01-07 Ian Lance Taylorcompiler: avoid a couple of compiler crashes
2020-01-02 Ian Lance Taylorcompiler, runtime, reflect: generate hash functions...
2020-01-02 Ian Lance Taylorcompiler: split writing of equal and hash functions...
2020-01-01 Jakub JelinekUpdate copyright years.
2020-01-01 Jakub Jelinekgcc.c (process_command): Update copyright notice dates.
2019-12-24 Ian Lance Taylorre PR go/93020 (Final patches to build gcc-10 on GNU...
2019-12-11 Ian Lance Taylorcompiler: generate type descriptor for pointer to alias...
2019-12-09 Ian Lance Taylorre PR go/92861 (Passes relative time to sem_timedwait...
2019-12-09 Ian Lance Taylorre PR go/92861 (Passes relative time to sem_timedwait...
2019-12-06 Ian Lance Taylorre PR go/92820 (libgo.so.15 has executable stack)
2019-12-06 Ian Lance Taylorre PR other/29842 ([meta-bug] outstanding patches ...
2019-12-06 Ian Lance Taylorre PR go/92810 (Compiling GCC go for aarch64_be-marvell...
2019-12-05 Ian Lance Taylorre PR go/92820 (libgo.so.15 has executable stack)
2019-11-21 Ian Lance Taylorre PR go/92605 (r278509 causes/reveals issue in buildin...
2019-11-21 Ian Lance Taylormksysinfo: use type aliases for time struct field types
2019-11-19 Ian Lance Taylorlibgo: better cmd/cgo handling for '.' in pkgpath
2019-11-15 Ian Lance Taylortestmain.exp: link against GOLIBS
2019-11-15 Ian Lance Taylorcompiler: fix buglet in function inlining related to...
2019-11-12 Martin LiskaUse more SET_OPTION_IF_UNSET.
2019-10-14 Ian Lance Taylorcompiler: revise exportdata fix for processing constant...
2019-10-14 Ian Lance Taylorruntime: correct facilities names in s390 CPU support
2019-10-14 Ian Lance Taylorinternal/cpu: define kdsaQuery for s390
2019-10-12 Ian Lance Taylorcompiler: mangle dots in pkgpath
2019-10-04 Ian Lance Taylorcompiler: include selected constant types during export...
2019-10-04 Ian Lance Taylorcompiler: adjust code to avoid shadowing local variables
2019-10-02 Ian Lance Taylorruntime: mark go-context.S as no-executable-stack and...
2019-09-30 Ian Lance Taylorcompiler: change escape maps to hash tables
2019-09-28 Ian Lance Taylorcompiler: resolve importing ambiguity for more complex...
2019-09-27 Ian Lance Taylorcompiler: don't read known type, simplify Import::final...
2019-09-27 Ian Lance Taylorcompiler: only check whether struct or array types...
2019-09-27 Ian Lance Taylorcompiler: fix brace formatting
2019-09-19 Ian Lance Taylorlibgo: support gollvm build on arm64 linux
2019-09-17 Ian Lance Taylorruntime: for FFI, treat directIface types as pointers
2019-09-17 Ian Lance Taylorre PR go/91781 (r275691 breaks go test "reflect")
2019-09-17 Ian Lance Taylorreflect: unexport FFICallbackGo; use go:linkname instead
2019-09-16 Ian Lance Taylorcompiler: fix quoting of //go:linkname in error message
2019-09-13 Ian Lance Taylorlibgo: don't use \? in grep pattern
2019-09-12 Ian Lance Taylorlibgo: update to Go1.13
2019-09-11 Ian Lance Taylorcompiler: suppress type descriptor generation for aliases
2019-09-11 Ian Lance Taylorgolang.org/x/sys/cpu: define doinit when needed
2019-09-11 Ian Lance Taylorgotest: force test package to be imported first
2019-09-10 Ian Lance Taylorlibgo: Solaris and x/sys/cpu compatibility fixes
2019-09-10 Ian Lance Taylorre PR go/91621 (libgo/mksysinfo.sh: please avoid test ==)
2019-09-10 Ian Lance Taylorgo/internal/gccgoimporter: support embedded field in...
2019-09-10 Ian Lance Taylorcmd/go: look for tool build ID before hashing entire...
2019-09-10 Ian Lance Taylorcompiler: permit inlining constant expressions and...
2019-09-09 Ian Lance Taylormisc/cgo/testcshared: restore gofrontend-local changes
next