aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend
AgeCommit message (Expand)AuthorFilesLines
2023-12-18compiler: move lowering pass after check types passIan Lance Taylor13-1595/+4034
2023-11-30libgo: update configure.ac to upstream GCCIan Lance Taylor1-1/+1
2023-10-23compiler: move Selector_expression up in fileIan Lance Taylor2-282/+282
2023-10-23compiler: make xx_constant_value methods non-constIan Lance Taylor3-67/+37
2023-10-23compiler: pass gogo to Runtime::make_callIan Lance Taylor9-170/+217
2023-10-23compiler: add Expression::is_untyped methodIan Lance Taylor3-1/+277
2023-10-23syscall: add missing type conversionIan Lance Taylor1-1/+1
2023-10-22compiler: remove traverse_assignments passIan Lance Taylor3-165/+1
2023-10-22compiler: remove name_ field from Type_switch_statementIan Lance Taylor4-15/+8
2023-10-22compiler: pass Gogo to determine types passIan Lance Taylor10-264/+280
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 Taylor6-7/+163
2023-06-23compiler, libgo: support bootstrapping gc compilerIan Lance Taylor3-3/+33
2023-06-21compiler: determine types of Slice_{value,info} expressionsIan Lance Taylor3-4/+13
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 Taylor2-1/+2
2023-03-22compiler: add missing Slice_info_expression::do_traverseIan Lance Taylor2-1/+5
2022-12-22compiler: remove unused fieldsIan Lance Taylor8-34/+19
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 Taylor2-1/+4
2022-10-10compiler: only build thunk struct type when it is neededIan Lance Taylor3-30/+11
2022-10-06compiler: better arg type checking for selected builtinsThan McIntosh2-2/+7
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 Taylor3-2/+11
2022-07-05compiler: better error message for unknown package nameIan Lance Taylor2-2/+6
2022-07-01compiler: use correct init order for multi-value initializationIan Lance Taylor5-98/+150
2022-07-01compiler: rename "requires" to "needs"Ian Lance Taylor3-17/+17
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 Taylor5-92/+215
2022-06-28compiler: use package path with embedded builtin typeIan Lance Taylor2-9/+22
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 Taylor2-5/+6
2022-06-27compiler: don't use sink as parameter in method expression thunkIan Lance Taylor3-5/+13
2022-06-27compiler: always initialize mpfr in integer importIan Lance Taylor2-2/+2
2022-06-24compiler: use bool for comma-ok if not already booleanIan Lance Taylor2-8/+12