]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/go/gofrontend/MERGE
cmd/go: permit $AR to include options
[thirdparty/gcc.git] / gcc / go / gofrontend / MERGE
2023-09-06  Ian Lance Taylorcmd/go: permit $AR to include options
2023-07-20  Ian Lance Taylorcmd/go: don't collect package CGOLDFLAGS when using...
2023-06-26  Ian Lance Taylorcompiler: support -fgo-importcfg
2023-06-23  Ian Lance Taylorcompiler, libgo: support bootstrapping gc compiler
2023-06-22  Ian Lance Taylorcompiler: determine types of Slice_{value,info} expressions
2023-06-20  Ian Lance Taylorruntime: use a C function to call mmap
2023-06-16  Ian Lance Taylorlibgo/testsuite: add benchmarks and examples to list
2023-05-11  Ian Lance Taylorsyscall: add prlimit
2023-04-07  Ian Lance Taylormime: remove test ordering dependency
2023-03-29  Ian Lance Taylorcompiler: mark Call_expression multiple results as...
2023-03-22  Ian Lance Taylorcompiler: add missing Slice_info_expression::do_traverse
2022-12-22  Ian Lance Taylorcompiler: remove unused fields
2022-12-21  Ian Lance Taylorlibgo: check for makecontext in -lucontext
2022-12-12  Ian Lance Taylorlibgo: bump major version
2022-11-30  Ian Lance Taylorruntime: force XSI strerror on hurd
2022-11-30  Ian Lance Taylorsyscall, runtime: always call XSI strerror_r
2022-10-28  Ian Lance Taylorruntime: use _libgo_off_t_type when calling C mmap
2022-10-10  Ian Lance Taylorcompiler: treat S("") as a string constant
2022-10-10  Ian Lance Taylorcompiler: only build thunk struct type when it is needed
2022-10-07  Than McIntoshcompiler: better arg type checking for selected builtins
2022-09-27  Ian Lance Taylorruntime: portable access to sigev_notify_thread_id
2022-09-27  melonedoruntime: synchronize empty struct field handling
2022-09-22  Ian Lance Taylorcmd/cgo: add and use runtime/cgo.Incomplete instead...
2022-09-07  Ian Lance Taylorruntime: ignore __morestack function in runtime.Callers
2022-07-30  Ian Lance Taylorlibgo: use SYS_timer_settime32
2022-07-22  Ian Lance Taylorlibgo: use POSIX shell arithmetic expansion
2022-07-13  Ian Lance Taylorlibgo: don't include <linux/fs.h> when building gen...
2022-07-06  Ian Lance Taylorcompiler: propagate array length error marker farther
2022-07-06  Ian Lance Taylorcompiler: better error message for unknown package...
2022-07-01  Ian Lance Taylorcompiler: use correct init order for multi-value initia...
2022-07-01  Ian Lance Taylorcompiler: rename "requires" to "needs"
2022-06-30  Ian Lance Taylorlibgo: handle stat st_atim32 field and SYS_SECCOMP
2022-06-29  Ian Lance Taylorcompiler: check repeated const expressions in new scope
2022-06-28  Ian Lance Taylorcompiler: use package path with embedded builtin type
2022-06-28  Ian Lance Taylorlibgo: make runtime.Version return a meaningful string
2022-06-28  Ian Lance Taylorcompiler: permit expressions of abstract bool to remain...
2022-06-27  Ian Lance Taylorcompiler: don't use sink as parameter in method express...
2022-06-27  Ian Lance Taylorcompiler: always initialize mpfr in integer import
2022-06-24  Ian Lance Taylorcompiler: use bool for comma-ok if not already boolean
2022-06-23  zhangjiancompiler: in Sort_bindings return false if comparing...
2022-06-23  Ian Lance Taylorcompiler: unalias types for hash/equality functions
2022-06-21  Ian Lance Taylorlibgo: #include <sys/types.h> when checking for loff_t
2022-06-17  Ian Lance Taylorlibgo: permit loff_t and off_t to be macros
2022-06-16  Mikhail Ablakatovcompiler: don't generate stubs for ambiguous direct...
2022-06-14  Ian Lance Taylorsyscall: gofmt
2022-05-19  Julia Lapenkocompiler: traverse expressions when exporting constants
2022-05-17  Ian Lance Taylorcompiler: load LHS subexpressions of op= assignment...
2022-05-13  Ian Lance Taylorcompiler: always sort interface parse methods
2022-05-06  Ian Lance Taylorcompiler: remove Array_index_expression::is_lvalue_
2022-05-06  Ian Lance Taylorcompiler: error for duplicate bool map keys
2022-04-21  Ian Lance Taylorruntime: use correct field name for PPC32 GLIBC registers
2022-04-19  Ian Lance Taylorlibgo: make a couple of sed uses POSIX compliant
2022-04-18  Sören Tempellibgo: only add signum to siglist if it doesn't exist yet
2022-04-18  A. Wilcoxruntime: add special handling for signal 34
2022-04-15  Ian Lance Taylorcompiler: revert `for package-scope "a = b; b = x"...
2022-04-14  Ian Lance Taylorruntime: use regset indexes for PPC register values
2022-03-31  Ian Lance Taylorruntime: support PPC32 MUSL register access
2022-03-16  Ian Lance Taylorlibgo: update to final Go 1.18 release
2022-03-08  Ian Lance Taylorcompiler: ignore function type result name in export...
2022-03-04  Ian Lance Taylormkruntimeinc: skip _FILE
2022-03-04  Clément Chigotlibgo: move golang.org/x/sync/semaphore to gotool packages
2022-03-04  Clément Chigotlibgo: fix AIX build for the Go1.18 update
2022-02-22  Ian Lance Taylorlibgo: update README.gcc
2022-02-21  Ian Lance Taylorruntime/internal/syscall: build dummy package if not...
2022-02-18  Ian Lance Taylorlibgo: update Hurd support
2022-02-18  Ian Lance Taylorlibgo: update to Go1.18rc1 release
2022-02-17  Ian Lance Taylornet: add hurd build tag for setReadMsgCloseOnExec
2022-02-16  Ian Lance Taylorlibgo: restore building on Solaris
2022-02-13  Ian Lance Taylorruntime: call timer functions via syscall
2022-02-13  Ian Lance Taylorcompiler: don't set ptrmask bit for pointer to notinhea...
2022-02-11  Ian Lance Taylorlibgo: update to Go1.18beta2
2022-02-09  Ian Lance Taylorcompiler: don't warn for print()
2022-02-09  Ian Lance Taylorcompiler: use nil pointer for zero length string constant
2022-02-09  Ian Lance Taylorcompiler: treat notinheap types as not being pointers
2022-02-09  Ian Lance Taylorcompiler: recognize Go 1.18 runtime/internal/atomic...
2022-02-09  Ian Lance Taylorcompiler, internal/abi: implement FuncPCABI0, FuncPCABI...
2022-02-05  Ian Lance Taylorcompiler: accept "any" as an alias for "interface{}"
2022-01-21  Ian Lance Taylorruntime: build panic32.go on amd64p32
2022-01-06  Ian Lance Taylorcompiler: permit converting unnamed types when ignoring...
2022-01-05  Ian Lance Taylorcompiler: remove duplication of Named_object traversal
2021-12-29  Ian Lance Taylorcompiler, libgo: don't pad sparc64-linux epollevent
2021-11-11  Ian Lance Taylorcompiler: traverse func subexprs when creating func...
2021-10-26  Ian Lance Taylorcompiler: permit compiler directives in parenthesized...
2021-10-05  Than McIntoshcompiler: workaround for C++ build template matching...
2021-09-30  Ian Lance Taylorcompiler: avoid calling Expression::type before lowering
2021-09-21  Ian Lance Taylorruntime: set runtime.GOROOT value at build time
2021-09-16  Ian Lance Taylorlibgo: update to go1.17.1 release
2021-09-11  Ian Lance Taylorcompiler: don't pad zero-sized trailing field in result...
2021-09-10  Ian Lance Taylorcompiler: correct condition for calling memclrHasPointers
2021-09-07  Ian Lance Taylorruntime: use hash32, not hash64, for amd64p32, mips64p3...
2021-09-05  Ian Lance Taylorlibgo: update to final Go 1.17 release
2021-08-15  Ian Lance Taylorlibgo: various fixes for Solaris support
2021-08-13  Ian Lance Taylorruntime: use C cast syntax in stack.c
2021-08-13  Ian Lance Taylorlibgo: update to Go1.17rc2
2021-08-12  Ian Lance Taylorcompiler: store pointers to go:notinheap types indirectly
2021-08-11  Ian Lance Taylorcompiler: don't crash on a, b := int(0)
2021-08-07  Ian Lance Taylorcompiler: support export/import of unsafe.Add/Slice
2021-08-06  Cherry Muicompiler: make escape analysis more strict about runtim...
2021-08-05  Ian Lance Taylorruntime: extend internal atomics to comply with sync...
2021-08-05  Cherry Muicompiler: make escape analysis more robust about builti...
next