Age | Commit message (Expand) | Author | Files | Lines |
2024-12-04 | compiler: traverse method declarations | Ian Lance Taylor | 2 | -22/+30 |
2024-11-29 | compiler: increase buffer size to avoid warning | Ian Lance Taylor | 2 | -2/+2 |
2024-11-29 | Daily bump. | GCC Administrator | 1 | -0/+12 |
2024-11-27 | diagnostics: replace %<%s%> with %qs [PR104896] | David Malcolm | 4 | -10/+10 |
2024-11-23 | Daily bump. | GCC Administrator | 1 | -0/+6 |
2024-11-22 | build: Remove INCLUDE_MEMORY [PR117737] | Andrew Pinski | 2 | -2/+0 |
2024-10-30 | syscall: don't define syscall stub on Hurd | Ian Lance Taylor | 1 | -1/+1 |
2024-10-26 | Daily bump. | GCC Administrator | 1 | -0/+12 |
2024-10-25 | gcc: Remove trailing whitespace | Jakub Jelinek | 2 | -2/+2 |
2024-10-24 | Use unique_ptr in more places in pretty_printer/diagnostics [PR116613] | David Malcolm | 2 | -0/+2 |
2024-10-18 | runtime/testdata: fix for C23 nullptr keyword | Ian Lance Taylor | 1 | -1/+1 |
2024-09-26 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2024-09-25 | doc: Remove @code wrapping of fortran option names [PR116801] | Mikael Morin | 1 | -1/+1 |
2024-08-07 | compiler: don't assume that ATTRIBUTE_UNUSED is defined | Ian Lance Taylor | 2 | -2/+8 |
2024-08-05 | compiler: panic arguments are empty interface type | Ian Lance Taylor | 2 | -1/+7 |
2024-06-26 | Daily bump. | GCC Administrator | 1 | -0/+7 |
2024-06-25 | go: Replace uses of {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE | Kewen Lin | 1 | -6/+6 |
2024-06-08 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2024-06-07 | go: Fix gccgo -v on Solaris with ld | Rainer Orth | 1 | -2/+5 |
2024-05-27 | Daily bump. | GCC Administrator | 1 | -0/+6 |
2024-05-27 | go: Move web references from golang.org to go.dev. | Gerald Pfeifer | 1 | -3/+2 |
2024-04-29 | runtime: dump registers on Solaris | Ian Lance Taylor | 1 | -1/+1 |
2024-04-29 | runtime: use <stdbool.h> | Ian Lance Taylor | 1 | -1/+1 |
2024-04-08 | Daily bump. | GCC Administrator | 1 | -0/+4 |
2024-04-05 | go: Add go.install-dvi rule in go/Make-lang.in | Christophe Lyon | 1 | -0/+10 |
2024-03-27 | compiler: use correct size and comparison in index value overflow check | Ian Lance Taylor | 2 | -2/+2 |
2024-03-27 | compiler: initialize local variable in lower_method_expression | Ian Lance Taylor | 2 | -2/+2 |
2024-02-05 | libgo: bump libgo version for GCC 14 release | Ian Lance Taylor | 1 | -1/+1 |
2024-02-05 | compiler: add Type::message_name | Ian Lance Taylor | 4 | -25/+375 |
2024-02-02 | libgo: better error messages for unknown GOARCH/GOOS | Ian Lance Taylor | 1 | -1/+1 |
2024-02-02 | compiler: export the type "any" as a builtin | Ian Lance Taylor | 4 | -2/+5 |
2024-01-22 | compiler: don't pass iota value to lowering pass | Ian Lance Taylor | 4 | -40/+37 |
2024-01-05 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2024-01-04 | Add generated .opt.urls files | David Malcolm | 1 | -0/+17 |
2024-01-04 | Daily bump. | GCC Administrator | 1 | -0/+4 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 13 | -13/+13 |
2024-01-03 | Update copyright dates. | Jakub Jelinek | 1 | -1/+1 |
2024-01-03 | Update Copyright year in ChangeLog files | Jakub Jelinek | 1 | -1/+1 |
2023-12-18 | compiler: move lowering pass after check types pass | Ian Lance Taylor | 13 | -1595/+4034 |
2023-11-30 | libgo: update configure.ac to upstream GCC | Ian Lance Taylor | 1 | -1/+1 |
2023-10-23 | compiler: move Selector_expression up in file | Ian Lance Taylor | 2 | -282/+282 |
2023-10-23 | compiler: make xx_constant_value methods non-const | Ian Lance Taylor | 3 | -67/+37 |
2023-10-23 | compiler: pass gogo to Runtime::make_call | Ian Lance Taylor | 9 | -170/+217 |
2023-10-23 | compiler: add Expression::is_untyped method | Ian Lance Taylor | 3 | -1/+277 |
2023-10-23 | syscall: add missing type conversion | Ian Lance Taylor | 1 | -1/+1 |
2023-10-22 | compiler: remove traverse_assignments pass | Ian Lance Taylor | 3 | -165/+1 |
2023-10-22 | compiler: remove name_ field from Type_switch_statement | Ian Lance Taylor | 4 | -15/+8 |
2023-10-22 | compiler: pass Gogo to determine types pass | Ian Lance Taylor | 10 | -264/+280 |
2023-09-12 | libgo: fix DejaGNU testsuite compiler when using build sysroot | Ian Lance Taylor | 1 | -1/+1 |
2023-09-06 | cmd/go: permit $AR to include options | Ian Lance Taylor | 1 | -1/+1 |