aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/MERGE
AgeCommit message (Expand)AuthorFilesLines
2025-07-08runtime: avoid libc memmove and memclrIan Lance Taylor1-1/+1
2025-07-08syscall: pass correct pointer to system call in recvmsgRawIan Lance Taylor1-1/+1
2025-03-04libgo: bump libgo version for GCC 15 releaseIan Lance Taylor1-1/+1
2025-01-06crypto/tls: fix Config.Time in tests using expired certificatesIan Lance Taylor1-1/+1
2024-12-04compiler: traverse method declarationsIan Lance Taylor1-1/+1
2024-11-29compiler: increase buffer size to avoid warningIan Lance Taylor1-1/+1
2024-10-30syscall: don't define syscall stub on HurdIan Lance Taylor1-1/+1
2024-10-18runtime/testdata: fix for C23 nullptr keywordIan Lance Taylor1-1/+1
2024-08-07compiler: don't assume that ATTRIBUTE_UNUSED is definedIan Lance Taylor1-1/+1
2024-08-05compiler: panic arguments are empty interface typeIan Lance Taylor1-1/+1
2024-04-29runtime: dump registers on SolarisIan Lance Taylor1-1/+1
2024-04-29runtime: use <stdbool.h>Ian Lance Taylor1-1/+1
2024-03-27compiler: use correct size and comparison in index value overflow checkIan Lance Taylor1-1/+1
2024-03-27compiler: initialize local variable in lower_method_expressionIan Lance Taylor1-1/+1
2024-02-05libgo: bump libgo version for GCC 14 releaseIan Lance Taylor1-1/+1
2024-02-05compiler: add Type::message_nameIan Lance Taylor1-1/+1
2024-02-02libgo: better error messages for unknown GOARCH/GOOSIan Lance Taylor1-1/+1
2024-02-02compiler: export the type "any" as a builtinIan Lance Taylor1-1/+1
2024-01-22compiler: don't pass iota value to lowering passIan Lance Taylor1-1/+1
2023-12-18compiler: move lowering pass after check types passIan Lance Taylor1-1/+1
2023-11-30libgo: update configure.ac to upstream GCCIan Lance Taylor1-1/+1
2023-10-23compiler: move Selector_expression up in fileIan Lance Taylor1-1/+1
2023-10-23compiler: make xx_constant_value methods non-constIan Lance Taylor1-1/+1
2023-10-23compiler: pass gogo to Runtime::make_callIan Lance Taylor1-1/+1
2023-10-23compiler: add Expression::is_untyped methodIan Lance Taylor1-1/+1
2023-10-23syscall: add missing type conversionIan Lance Taylor1-1/+1
2023-10-22compiler: remove traverse_assignments passIan Lance Taylor1-1/+1
2023-10-22compiler: remove name_ field from Type_switch_statementIan Lance Taylor1-1/+1
2023-10-22compiler: pass Gogo to determine types passIan Lance Taylor1-1/+1
2023-09-12libgo: fix DejaGNU testsuite compiler when using build sysrootIan Lance Taylor1-1/+1
2023-09-06cmd/go: permit $AR to include optionsIan Lance Taylor1-1/+1
2023-07-20cmd/go: don't collect package CGOLDFLAGS when using gccgoIan Lance Taylor1-1/+1
2023-06-26compiler: support -fgo-importcfgIan Lance Taylor1-1/+1
2023-06-23compiler, libgo: support bootstrapping gc compilerIan Lance Taylor1-1/+1
2023-06-21compiler: determine types of Slice_{value,info} expressionsIan Lance Taylor1-1/+1
2023-06-20runtime: use a C function to call mmapIan Lance Taylor1-1/+1
2023-06-16libgo/testsuite: add benchmarks and examples to listIan Lance Taylor1-1/+1
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