index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
go
/
gofrontend
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-05
compiler: panic arguments are empty interface type
Ian Lance Taylor
1
-0
/
+6
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
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
2023-07-20
cmd/go: don't collect package CGOLDFLAGS when using gccgo
Ian Lance Taylor
1
-1
/
+1
2023-06-26
compiler: support -fgo-importcfg
Ian Lance Taylor
6
-7
/
+163
2023-06-23
compiler, libgo: support bootstrapping gc compiler
Ian Lance Taylor
3
-3
/
+33
2023-06-21
compiler: determine types of Slice_{value,info} expressions
Ian Lance Taylor
3
-4
/
+13
2023-06-20
runtime: use a C function to call mmap
Ian Lance Taylor
1
-1
/
+1
2023-06-16
libgo/testsuite: add benchmarks and examples to list
Ian Lance Taylor
1
-1
/
+1
2023-05-11
syscall: add prlimit
Ian Lance Taylor
1
-1
/
+1
2023-04-07
mime: remove test ordering dependency
Ian Lance Taylor
1
-1
/
+1
2023-03-28
compiler: mark Call_expression multiple results as a result struct
Ian Lance Taylor
2
-1
/
+2
2023-03-22
compiler: add missing Slice_info_expression::do_traverse
Ian Lance Taylor
2
-1
/
+5
2022-12-22
compiler: remove unused fields
Ian Lance Taylor
8
-34
/
+19
2022-12-20
libgo: check for makecontext in -lucontext
Ian Lance Taylor
1
-1
/
+1
2022-12-12
libgo: bump major version
Ian Lance Taylor
1
-1
/
+1
2022-11-30
runtime: force XSI strerror on hurd
Ian Lance Taylor
1
-1
/
+1
2022-11-29
syscall, runtime: always call XSI strerror_r
Ian Lance Taylor
1
-1
/
+1
2022-10-27
runtime: use _libgo_off_t_type when calling C mmap
Ian Lance Taylor
1
-1
/
+1
2022-10-10
compiler: treat S("") as a string constant
Ian Lance Taylor
2
-1
/
+4
2022-10-10
compiler: only build thunk struct type when it is needed
Ian Lance Taylor
3
-30
/
+11
2022-10-06
compiler: better arg type checking for selected builtins
Than McIntosh
2
-2
/
+7
2022-09-27
runtime: portable access to sigev_notify_thread_id
Ian Lance Taylor
1
-1
/
+1
2022-09-27
runtime: synchronize empty struct field handling
melonedo
1
-1
/
+1
2022-09-22
cmd/cgo: add and use runtime/cgo.Incomplete instead of //go:notinheap
Ian Lance Taylor
1
-1
/
+1
2022-09-06
runtime: ignore __morestack function in runtime.Callers
Ian Lance Taylor
1
-1
/
+1
2022-07-30
libgo: use SYS_timer_settime32
Ian Lance Taylor
1
-1
/
+1
2022-07-22
libgo: use POSIX shell arithmetic expansion
Ian Lance Taylor
1
-1
/
+1
2022-07-13
libgo: don't include <linux/fs.h> when building gen-sysinfo.go
Ian Lance Taylor
1
-1
/
+1
2022-07-05
compiler: propagate array length error marker farther
Ian Lance Taylor
3
-2
/
+11
2022-07-05
compiler: better error message for unknown package name
Ian Lance Taylor
2
-2
/
+6
2022-07-01
compiler: use correct init order for multi-value initialization
Ian Lance Taylor
5
-98
/
+150
2022-07-01
compiler: rename "requires" to "needs"
Ian Lance Taylor
3
-17
/
+17
[next]