compiler: read embedcfg files, parse go:embed directives
[gcc.git] / gcc / go / gofrontend / MERGE
2021-01-19 Ian Lance Taylorcompiler: read embedcfg files, parse go:embed directives
2021-01-15 Ian Lance Taylorcompiler: add support for reading embedcfg files
2021-01-14 Ian Lance Taylorlibgo: update hurd support
2021-01-12 Paul E. Murphysyscall: ensure openat uses variadic libc wrapper
2021-01-05 Ian Lance Taylorsyscall: don't define sys_SETREUID and friends
2021-01-05 Ian Lance Taylorinternal/cpu: more build fixes for Go1.16beta1 release
2021-01-01 Ian Lance Taylorinternal/cpu: add aarch64 support functions
2021-01-01 Ian Lance Taylorruntime: move startupRandomData back to runtime2.go
2021-01-01 Ian Lance Taylorinternal/cpu, golang.org/x/sys/cpu: support other GOARC...
2020-12-30 Ian Lance Taylorlibgo: update to Go1.16beta1 release
2020-12-24 Ian Lance Taylorcompiler: parenthesize channel type strings if necessary
2020-12-23 Ian Lance Taylorcompiler: nil-checked pointers and index expressions...
2020-12-23 Ian Lance Taylorcompiler: remove references to slicecopy and slicestrin...
2020-12-22 Ian Lance Taylorcompiler: initialize saw_send_stmt locals
2020-12-22 Ian Lance Taylorruntime: eliminate scase.kind field
2020-12-22 Ian Lance Taylorruntime: add "success" field to sudog
2020-12-22 Ian Lance Taylorruntime: omit nil-channel cases from selectgo's orders
2020-12-22 Ian Lance Taylorruntime: remove scase.releasetime field
2020-12-21 Nikhil Beneschlibgo: adjust sysinfo scripts for changed -fdump-go...
2020-12-18 Ian Lance Taylorcompiler: check for floating-point exponent overflow
2020-12-15 Ian Lance Taylorcompiler: correct grammar in error message
2020-12-15 Ian Lance Taylorcompiler: avoid knock-on errors from invalid interfaces
2020-12-15 Ian Lance Taylorcompiler: discard global sink variables with static...
2020-12-15 Ian Lance Taylorcompiler: better error for unexpected digit
2020-12-11 Ian Lance Taylorcompiler: encode user visible names if necessary
2020-12-08 Ian Lance Taylorlibgo: update to 1.15.6 release
2020-12-08 Ian Lance Taylorcompiler: use correct location for iota errors
2020-12-08 Ian Lance Taylorsyscall: don't use AF_LINK on hurd
2020-12-07 Ian Lance Taylorcompiler: type of string index expression is byte
2020-12-07 Ian Lance Taylorcompiler: don't name type descriptor for alias type
2020-12-04 Ian Lance Taylorruntime: update type descriptor name in fieldtrack...
2020-12-03 Ian Lance Taylorcompiler: cast comparison function result to expected...
2020-12-03 Ian Lance Taylorcompiler: defer to middle-end for complex division
2020-12-02 Ian Lance Taylorcompiler: reword "declared and not used" error message
2020-12-02 Ian Lance Taylorcompiler: improve mixed named/unnamed parameter error...
2020-12-02 Ian Lance Taylorcompiler: don't advance past unexpected semicolon
2020-11-30 Ian Lance Taylorinternal/cpu: don't define CacheLinePadSize for mips64x
2020-11-30 Ian Lance Taylorcompiler, runtime: check len/cap for append(s, make...
2020-11-30 Ian Lance Taylorlibgo: define SO_RCVTIMEO on 32-bit GNU/Linux
2020-11-30 Ian Lance Taylorcompiler: improve error messages for expected curly...
2020-11-30 Ian Lance Taylorcompiler: use correct assignment order for type assertions
2020-11-30 Ian Lance Taylorcompiler: always use int context for index values
2020-11-30 Ian Lance Taylorcompiler: better error messages for missing interface...
2020-11-30 Ian Lance Taylorcompiler: improve error for import of non-string
2020-11-28 Ian Lance Taylorcompiler: avoid follow-on errors for bad types
2020-11-28 Ian Lance Taylorcompiler: better error for x, x := 1, 2
2020-11-25 Ian Lance Taylorcompiler: avoid silent truncation for string(1 << 32)
2020-11-23 Ian Lance Taylorlog/syslog: correct asm name for C function
2020-11-21 Ian Lance Taylorlibgo: update to Go 1.15.5 release
2020-11-20 Ian Lance Taylorcompiler, libgo: change mangling scheme
2020-11-18 Ian Lance Taylorcmd/go, cmd/cgo: update gofrontend mangling checks
2020-11-10 Ian Lance Taylorlibgo: update to Go 1.15.4 release
2020-10-29 Nikhil Beneschlibgo: handle linking to NetBSD's versioned symbols
2020-10-28 Ian Lance Taylorsyscall: don't build libcall_bsd.go on solaris
2020-10-27 Ian Lance Taylorlibgo: update to Go 1.15.3 release
2020-10-27 Ian Lance Taylorcompiler, go/internal/gccgoimporter: export notinheap...
2020-10-27 Ian Lance Taylorcompiler: remove unused Type::in_heap_ member variable
2020-10-26 Nikhil Beneschsyscall: import additional BSD-specific syscall wrappers
2020-10-23 Nikhil Beneschnet/http/cgi: merge upstream changes to default env...
2020-10-22 Nikhil Beneschsyscall: only compile ptrace varargs shim on Linux
2020-10-21 Nikhil Beneschsyscall: import upstream code for BSD sockets and sysctls
2020-10-20 Nikhil Beneschlibgo: adjust NetBSD-specific types for stable syscall API
2020-10-20 Nikhil Beneschsyscall: remove Sendfile on NetBSD
2020-10-15 Ian Lance Taylorcompiler: don't export function type parameter names
2020-10-15 Nikhil Beneschruntime: use correct types in __go_ptrace shim
2020-10-15 Nikhil Beneschlibgo: correct Makefile typo in path to x/net/route...
2020-10-15 Ian Lance Taylorcompiler: export type for string and bool constants
2020-10-15 Nikhil Beneschlibgo: print reason code if throwing unwind exception...
2020-10-14 Nikhil Beneschlibgo: export NetBSD-specific types in mksysinfo.sh
2020-10-14 Nikhil Beneschruntime: correct semaphore implementation on netbsd
2020-10-14 Nikhil Beneschruntime: populate signal PC on NetBSD
2020-10-14 Nikhil Beneschsyscall: port fix for netbsd unix sockets from upstream
2020-10-14 Clément Chigotreflect: ensure uniqueness of type descriptors on AIX.
2020-10-07 Clément Chigotlibgo/configure: remove -fno-section-anchors for AIX
2020-10-07 Nikhil Beneschlibgo: handle go1.10+ correctly in match.sh
2020-10-06 Nikhil Beneschcompiler: avoid undefined behavior in Import::read
2020-10-06 Nikhil Beneschgofrontend: correct file reading logic in Stream_from_file
2020-10-01 Ian Lance Taylorcompiler: set varargs correctly for type of method...
2020-10-01 Maciej W. Rozyckilibgo: add 32-bit RISC-V (RV32) support
2020-09-28 Ian Lance Taylornet: add hurd build tag
2020-09-24 Clément Chigotruntime: remove __go_ptrace on AIX
2020-09-24 Ian Lance Taylorlibgo: update to Go1.15.2 release
2020-09-23 Clément Chigotsyscall: fix TestForeground for AIX
2020-09-23 Clément Chigotsyscall: remove ptrace syscall on ppc64
2020-09-23 Clément Chigotruntime, net: fix build errors on AIX
2020-09-22 Clément Chigotcompiler: call runtime.eqtype for non-interface type...
2020-09-21 Ian Lance Taylorcompiler: finalize methods for type aliases of struct...
2020-09-21 Clément Chigotgo/internal/gccgoimporter: recognize aixbigafMagic...
2020-09-21 Ian Lance Taylorlibgo: don't put golang.org packages in zstdpkglist.go
2020-09-17 Paul E. Murphylibgo: fix ptrace syscall hooks into glibc
2020-09-16 Than McIntoshlibgo: additional type/const references in sysinfo.c
2020-08-27 Maciej W. Rozyckigotest: use a space rather than a middle dot in target...
2020-08-26 Clément Chigotcmd: add -maix32 to gcc calls for aix/ppc
2020-08-26 Clément Chigotlibgo: add FAT library support for static libraries...
2020-08-17 Ian Lance Taylorcompiler: export thunks referenced by inline functions
2020-08-12 Clément Chigotlibgo: correctly handle AIX FAT library creation
2020-08-11 Ian Lance Taylorinternal/syscall/unix: restore ppc build tag
2020-08-10 Clément Chigotruntime: revert eqtype for AIX
2020-08-08 Ian Lance Taylorlibgo: update to Go1.15rc2 release
2020-08-04 Ian Lance Taylorcompiler: delete lowered constant strings
next