aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/MERGE
AgeCommit message (Expand)AuthorFilesLines
2023-05-11syscall: add prlimitIan Lance Taylor1-1/+1
2023-04-07mime: remove test ordering dependencyIan Lance Taylor1-1/+1
2023-03-28compiler: mark Call_expression multiple results as a result structIan Lance Taylor1-1/+1
2023-03-22compiler: add missing Slice_info_expression::do_traverseIan Lance Taylor1-1/+1
2022-12-22compiler: remove unused fieldsIan Lance Taylor1-1/+1
2022-12-20libgo: check for makecontext in -lucontextIan Lance Taylor1-1/+1
2022-12-12libgo: bump major versionIan Lance Taylor1-1/+1
2022-11-30runtime: force XSI strerror on hurdIan Lance Taylor1-1/+1
2022-11-29syscall, runtime: always call XSI strerror_rIan Lance Taylor1-1/+1
2022-10-27runtime: use _libgo_off_t_type when calling C mmapIan Lance Taylor1-1/+1
2022-10-10compiler: treat S("") as a string constantIan Lance Taylor1-1/+1
2022-10-10compiler: only build thunk struct type when it is neededIan Lance Taylor1-1/+1
2022-10-06compiler: better arg type checking for selected builtinsThan McIntosh1-1/+1
2022-09-27runtime: portable access to sigev_notify_thread_idIan Lance Taylor1-1/+1
2022-09-27runtime: synchronize empty struct field handlingmelonedo1-1/+1
2022-09-22cmd/cgo: add and use runtime/cgo.Incomplete instead of //go:notinheapIan Lance Taylor1-1/+1
2022-09-06runtime: ignore __morestack function in runtime.CallersIan Lance Taylor1-1/+1
2022-07-30libgo: use SYS_timer_settime32Ian Lance Taylor1-1/+1
2022-07-22libgo: use POSIX shell arithmetic expansionIan Lance Taylor1-1/+1
2022-07-13libgo: don't include <linux/fs.h> when building gen-sysinfo.goIan Lance Taylor1-1/+1
2022-07-05compiler: propagate array length error marker fartherIan Lance Taylor1-1/+1
2022-07-05compiler: better error message for unknown package nameIan Lance Taylor1-1/+1
2022-07-01compiler: use correct init order for multi-value initializationIan Lance Taylor1-1/+1
2022-07-01compiler: rename "requires" to "needs"Ian Lance Taylor1-1/+1
2022-06-30libgo: handle stat st_atim32 field and SYS_SECCOMPIan Lance Taylor1-1/+1
2022-06-29compiler: check repeated const expressions in new scopeIan Lance Taylor1-1/+1
2022-06-28compiler: use package path with embedded builtin typeIan Lance Taylor1-1/+1
2022-06-28libgo: make runtime.Version return a meaningful stringIan Lance Taylor1-1/+1
2022-06-28compiler: permit expressions of abstract bool to remain abstractIan Lance Taylor1-1/+1
2022-06-27compiler: don't use sink as parameter in method expression thunkIan Lance Taylor1-1/+1
2022-06-27compiler: always initialize mpfr in integer importIan Lance Taylor1-1/+1
2022-06-24compiler: use bool for comma-ok if not already booleanIan Lance Taylor1-1/+1
2022-06-23compiler: in Sort_bindings return false if comparing value to itselfzhangjian1-1/+1
2022-06-23compiler: unalias types for hash/equality functionsIan Lance Taylor1-1/+1
2022-06-21libgo: #include <sys/types.h> when checking for loff_tIan Lance Taylor1-1/+1
2022-06-17libgo: permit loff_t and off_t to be macrosIan Lance Taylor1-1/+1
2022-06-16compiler: don't generate stubs for ambiguous direct interface methodsMikhail Ablakatov1-1/+1
2022-06-14syscall: gofmtIan Lance Taylor1-1/+1
2022-05-18compiler: traverse expressions when exporting constantsJulia Lapenko1-1/+1
2022-05-17compiler: load LHS subexpressions of op= assignment only onceIan Lance Taylor1-1/+1
2022-05-13compiler: always sort interface parse methodsIan Lance Taylor1-1/+1
2022-05-06compiler: remove Array_index_expression::is_lvalue_Ian Lance Taylor1-1/+1
2022-05-06compiler: error for duplicate bool map keysIan Lance Taylor1-1/+1
2022-04-20runtime: use correct field name for PPC32 GLIBC registersIan Lance Taylor1-1/+1
2022-04-19libgo: make a couple of sed uses POSIX compliantIan Lance Taylor1-1/+1
2022-04-18libgo: only add signum to siglist if it doesn't exist yetSören Tempel1-1/+1
2022-04-18runtime: add special handling for signal 34A. Wilcox1-1/+1
2022-04-15compiler: revert `for package-scope "a = b; b = x" just set "a = x"`Ian Lance Taylor1-1/+1
2022-04-14runtime: use regset indexes for PPC register valuesIan Lance Taylor1-1/+1
2022-03-31runtime: support PPC32 MUSL register accessIan Lance Taylor1-1/+1