aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2022-10-28Merge branch 'master' into devel/sphinxMartin Liska1-1/+1
2022-10-27runtime: use _libgo_off_t_type when calling C mmapIan Lance Taylor1-1/+1
2022-10-13Merge branch 'master' into devel/sphinxMartin Liska4-30/+14
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-08Merge branch 'master' into devel/sphinxMartin Liska2-2/+7
2022-10-06compiler: better arg type checking for selected builtinsThan McIntosh2-2/+7
2022-09-29Merge branch 'master' into devel/sphinxMartin Liska1-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-26Merge branch 'master' into devel/sphinxMartin Liska1-1/+1
2022-09-22cmd/cgo: add and use runtime/cgo.Incomplete instead of //go:notinheapIan Lance Taylor1-1/+1
2022-09-20Merge branch 'master' into devel/sphinxMartin Liska2-3/+5
2022-09-16Daily bump.GCC Administrator1-0/+5
2022-09-15Move void_list_node init to common codeRichard Biener1-3/+0
2022-09-12Merge branch 'master' into devel/sphinxMartin Liska1-1/+1
2022-09-06runtime: ignore __morestack function in runtime.CallersIan Lance Taylor1-1/+1
2022-09-05Merge branch 'master' into devel/sphinxMartin Liska3-6/+7
2022-09-03Daily bump.GCC Administrator1-0/+6
2022-09-02STABS: remove -gstabs and -gxcoff functionalityMartin Liska2-6/+1
2022-08-01Merge branch 'master' into devel/sphinxMartin Liska1-1/+1
2022-07-30libgo: use SYS_timer_settime32Ian Lance Taylor1-1/+1
2022-07-25Merge branch 'master' into devel/sphinxMartin Liska1-1/+1
2022-07-22libgo: use POSIX shell arithmetic expansionIan Lance Taylor1-1/+1
2022-07-18Merge branch 'master' into devel/sphinxMartin Liska2-0/+30
2022-07-17Daily bump.GCC Administrator1-0/+5
2022-07-16go: fix f().x where f returns zero-sized typeIan Lance Taylor1-0/+7
2022-07-16Daily bump.GCC Administrator1-0/+5
2022-07-15go: fix f(g()) where g returns zero-sized typeIan Lance Taylor1-0/+13
2022-07-14Merge branch 'master' into devel/sphinxMartin Liska1-1/+1
2022-07-13libgo: don't include <linux/fs.h> when building gen-sysinfo.goIan Lance Taylor1-1/+1
2022-07-10Merge branch 'master' into devel/sphinxMartin Liska12-237/+461
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
2022-06-23compiler: in Sort_bindings return false if comparing value to itselfzhangjian2-1/+4
2022-06-23compiler: unalias types for hash/equality functionsIan Lance Taylor3-7/+14
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-17Merge branch 'master' into devel/sphinxMartin Liska11-128/+380
2022-06-16compiler: don't generate stubs for ambiguous direct interface methodsMikhail Ablakatov2-2/+2