aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2023-01-03Daily bump.GCC Administrator1-0/+4
2023-01-02Update copyright dates.Jakub Jelinek1-1/+1
2023-01-02Update Copyright year in ChangeLog filesJakub Jelinek1-1/+1
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-11-21changelog: Fix extra space after tab.Martin Liska1-26/+26
2022-11-15Daily bump.GCC Administrator1-0/+86
2022-11-14Revert "sphinx: copy files from texi2rst-generated repository"Martin Liska13-570/+0
2022-11-14Revert "sphinx: support Sphinx in build system"Martin Liska1-29/+36
2022-11-14Revert "sphinx: remove texinfo files"Martin Liska1-0/+521
2022-11-14Revert "sphinx: add --with-sphinx-build"Martin Liska1-5/+5
2022-11-14Revert "sphinx: support installation if sphinx-build is missing"Martin Liska1-2/+5
2022-11-14Revert "sphinx: add missing trailing newline"Martin Liska12-12/+12
2022-11-14Revert "sphinx: add missing newline for conf.py files."Martin Liska1-1/+1
2022-11-11Daily bump.GCC Administrator1-0/+4
2022-11-10sphinx: add missing newline for conf.py files.Martin Liska1-1/+1
2022-11-10Daily bump.GCC Administrator1-0/+67
2022-11-09go: don't crash if __atomic_fetch_add functions are usedIan Lance Taylor1-4/+8
2022-11-09sphinx: add missing trailing newlineMartin Liska12-12/+12
2022-11-09sphinx: support installation if sphinx-build is missingMartin Liska1-5/+2
2022-11-09sphinx: add --with-sphinx-buildMartin Liska1-5/+5
2022-11-09sphinx: remove texinfo filesMartin Liska1-521/+0
2022-11-09sphinx: support Sphinx in build systemMartin Liska1-36/+29
2022-11-09sphinx: copy files from texi2rst-generated repositoryMartin Liska13-0/+570
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-16Daily bump.GCC Administrator1-0/+5
2022-09-15Move void_list_node init to common codeRichard Biener1-3/+0
2022-09-06runtime: ignore __morestack function in runtime.CallersIan Lance Taylor1-1/+1
2022-09-03Daily bump.GCC Administrator1-0/+6
2022-09-02STABS: remove -gstabs and -gxcoff functionalityMartin Liska2-6/+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-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-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