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/existing-fp8
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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-07
compiler: Fix "missing return" error for case T1, T2 in type switches.
Ian Lance Taylor
2
-1
/
+12
2013-08-06
go-gcc.cc (Gcc_backend::immutable_struct_set_init): Use compute_reloc_for_con...
Ian Lance Taylor
2
-1
/
+8
2013-08-02
go-gcc.cc (immutable_struct_set_init): Always call resolve_unique_section.
Ian Lance Taylor
2
-4
/
+10
2013-08-02
compiler: Always put descriptor wrappers in their own section.
Ian Lance Taylor
1
-0
/
+6
2013-07-24
go-gcc.cc (Gcc_backend::non_zero_size_type): If a struct has a fields...
Ian Lance Taylor
2
-14
/
+41
2013-07-23
go-backend.c: Don't #include "rtl.h".
Ian Lance Taylor
3
-8
/
+7
2013-07-23
go-lang.c: Don't #include "except.h".
Ian Lance Taylor
3
-2
/
+6
2013-07-16
compiler: adjust closure field indexes
Ian Lance Taylor
1
-1
/
+1
2013-06-27
compiler: structs inherit all methods from embedded pointer fields.
Ian Lance Taylor
1
-1
/
+6
2013-06-27
compiler: more consistent error message for [...]T(x)
Ian Lance Taylor
1
-1
/
+1
2013-06-26
compiler: disallow fallthrough in last case of switch.
Ian Lance Taylor
1
-0
/
+3
2013-06-26
compiler: reject integer division by zero constant.
Ian Lance Taylor
1
-0
/
+14
2013-06-26
compiler: forbid identifiers named "init" in package scope.
Ian Lance Taylor
1
-0
/
+8
2013-06-25
compiler: Fix type determination issues.
Ian Lance Taylor
2
-3
/
+22
2013-06-24
compiler: generate dummy names for blank-named constants.
Ian Lance Taylor
3
-9
/
+30
2013-06-24
compiler: Add support for method values.
Ian Lance Taylor
7
-161
/
+699
2013-06-21
compiler: do not skip compilation of blank-named functions.
Ian Lance Taylor
3
-3
/
+22
2013-06-21
compiler: Really only make descriptors when needed.
Ian Lance Taylor
2
-21
/
+0
2013-06-21
compiler: Only make function descriptors if needed.
Ian Lance Taylor
5
-109
/
+252
2013-06-19
compiler: reject incorrect unsafe.Offsetof expressions.
Ian Lance Taylor
2
-1
/
+21
2013-06-18
compiler, runtime: Use function descriptors.
Ian Lance Taylor
13
-292
/
+957
2013-06-14
compiler: fix computation of Offsetof.
Ian Lance Taylor
3
-12
/
+37
2013-06-12
compiler: implement Go 1.1 spec of terminating statements.
Ian Lance Taylor
3
-42
/
+136
2013-05-16
Makefile.in (LLINKER): New variable.
Jason Merrill
2
-1
/
+5
2013-02-10
compiler, libgo: Permit testing package when test imports it circularly.
Ian Lance Taylor
1
-9
/
+16
2013-02-05
re PR bootstrap/56198 (Go profiledbootstrap error)
Ian Lance Taylor
1
-3
/
+2
2013-02-01
compiler: Don't emit multiple methods for identical unnamed structs.
Ian Lance Taylor
2
-0
/
+26
2013-01-29
compiler: Correct initialization order determination.
Ian Lance Taylor
3
-30
/
+53
2013-01-17
compiler: Provide location for initialization function.
Ian Lance Taylor
1
-5
/
+7
2013-01-16
* gospec.c: pass -u pthread_create to linker when static linking.
Shenghou Ma
2
-1
/
+19
2013-01-10
Update copyright years in gcc/
Richard Sandiford
11
-11
/
+11
2013-01-04
Update Copyright years for files modified in 2011 and/or 2012.
Jakub Jelinek
2
-2
/
+2
2012-12-21
compiler: Error if name defined in both package and file blocks.
Ian Lance Taylor
2
-4
/
+46
2012-12-21
re PR bootstrap/54659 (Bootstrap with --disable-nls broken under Windows)
Ian Lance Taylor
9
-21
/
+5
2012-12-18
libgo: Link against libatomic_convenience.la.
Ian Lance Taylor
2
-8
/
+5
2012-12-18
libgo: Link against libatomic.
Andreas Schwab
2
-0
/
+15
2012-12-14
compiler: Better error message for invalid shift operations.
Ian Lance Taylor
1
-6
/
+3
2012-12-13
compiler: Accept trailing comma after varargs parameter.
Ian Lance Taylor
5
-20
/
+87
2012-12-06
compiler: Correct test for whether go/defer arg is parenthesized.
Ian Lance Taylor
2
-46
/
+87
2012-12-05
compiler: Accept trailing comma after expression in type conversion.
Ian Lance Taylor
1
-0
/
+2
2012-12-05
compiler: Make sure we produce an error for a call to a non-function.
Ian Lance Taylor
1
-0
/
+10
2012-12-05
compiler: Check for negative or inverted arguments to make.
Ian Lance Taylor
1
-18
/
+43
2012-12-04
compiler: Give error for constant inverted slice range.
Ian Lance Taylor
1
-2
/
+12
2012-12-04
compiler: Reject invalid nil == nil comparisons.
Ian Lance Taylor
1
-0
/
+5
2012-12-04
compiler: Fix crash in go/defer of some builtin functions.
Ian Lance Taylor
3
-27
/
+38
2012-12-04
compiler: Don't permit go/defer argument to be parenthesized.
Ian Lance Taylor
1
-3
/
+6
2012-12-03
compiler: Fix field tracking for references in global initializers.
Ian Lance Taylor
1
-1
/
+2
2012-12-03
compiler: Don't encode non-ASCII characters in identifiers.
Ian Lance Taylor
1
-5
/
+1
2012-12-03
compiler: Fix nil func panics, constant type conversions.
Ian Lance Taylor
2
-63
/
+98
2012-12-01
compiler: Fix bug converting unnamed types with placeholders.
Ian Lance Taylor
2
-57
/
+98
[next]