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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-16
compiler: Fix assembler names of types defined in functions.
Ian Lance Taylor
2
-2
/
+2
2012-05-15
compiler: Fix taking address of constant outside of function.
Ian Lance Taylor
1
-9
/
+40
2012-05-15
compiler: Sort array constructors by index.
Ian Lance Taylor
1
-10
/
+48
2012-05-15
compiler: Don't try to take the address of a constant.
Ian Lance Taylor
1
-2
/
+4
2012-05-14
libgo: Use -fgo-pkgpath.
Ian Lance Taylor
1
-2
/
+2
2012-05-11
Remove ChangeLog entry for change to gofrontend file.
Ian Lance Taylor
1
-4
/
+0
2012-05-09
compiler: Add -fgo-pkgpath option.
Ian Lance Taylor
17
-320
/
+457
2012-05-07
compiler: fix an ICE when parsing 0xdie, reject token 0x123i.
Ian Lance Taylor
1
-1
/
+3
2012-05-07
compiler: fix ICE in handling of rune constants.
Ian Lance Taylor
1
-1
/
+4
2012-05-07
compiler: reject NOT operator on integer types.
Ian Lance Taylor
1
-3
/
+6
2012-05-04
compiler: Correct parse of for with possible composite literal.
Ian Lance Taylor
2
-24
/
+48
2012-05-04
compiler: Error if importing same package twice with same name.
Ian Lance Taylor
1
-5
/
+0
2012-05-03
compiler: Build import tables as needed for imported interfaces.
Ian Lance Taylor
1
-0
/
+3
2012-05-03
compiler: Fix order of initialization bug with global var a, b = f().
Ian Lance Taylor
4
-18
/
+85
2012-04-30
cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.c
Jan Hubicka
2
-1
/
+5
2012-04-28
compiler: Fix some crashes on invalid code.
Ian Lance Taylor
2
-2
/
+11
2012-04-28
compiler: Use less memory for array/slice literals.
Ian Lance Taylor
1
-97
/
+177
2012-04-24
compiler: Fix order of evalation for m[0] = len(m) when m is a map.
Ian Lance Taylor
1
-6
/
+12
2012-04-24
compiler: Reject invalid composite literals.
Ian Lance Taylor
1
-1
/
+10
2012-04-24
compiler: Error for invalid use of ... in call.
Ian Lance Taylor
1
-2
/
+22
2012-04-23
go-lang.c (go_langhook_init): Set MPFR precision to 256.
Ian Lance Taylor
2
-1
/
+5
2012-04-23
compiler: Correct handling of negative zero floating constant.
Ian Lance Taylor
1
-1
/
+7
2012-04-20
compiler: Don't call cgraph_mark_needed_node.
Ian Lance Taylor
1
-1
/
+0
2012-04-20
compiler, runtime: Add explicit checks for zero and overflow division.
Ian Lance Taylor
5
-29
/
+153
2012-04-18
targhooks.c (default_case_values_threshold): Fix code style nit.
Steven Bosscher
2
-1
/
+6
2012-04-16
compiler: fix infinite recursion in string constant evaluation.
Ian Lance Taylor
1
-2
/
+16
2012-03-30
compiler: Fix order of evaluation of struct composite literals.
Ian Lance Taylor
2
-7
/
+47
2012-03-29
compiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} return uintptr.
Ian Lance Taylor
2
-9
/
+13
2012-03-28
compiler: fix null-dereference on invalid len() arg.
Ian Lance Taylor
1
-2
/
+2
2012-03-28
compiler: avoid an ICE on bound interface methods used as values.
Ian Lance Taylor
1
-1
/
+2
2012-03-28
compiler: fix method finalization of unnamed structs.
Ian Lance Taylor
1
-1
/
+5
2012-03-28
compiler: fix crashes.
Ian Lance Taylor
2
-1
/
+3
2012-03-28
compiler: Rewrite handling of untyped numeric constants.
Ian Lance Taylor
5
-2054
/
+1667
2012-03-09
compiler: Be more careful to follow GENERIC type rules.
Ian Lance Taylor
3
-6
/
+38
2012-03-09
compiler: Correct handling of sink receiver.
Ian Lance Taylor
1
-3
/
+2
2012-03-08
compiler: Don't initialize zero sized variables.
Ian Lance Taylor
5
-5
/
+99
2012-03-08
compiler: Don't crash on array assignment.
Ian Lance Taylor
1
-2
/
+4
2012-03-07
compiler: Don't crash if writing type functions too late due to error.
Ian Lance Taylor
2
-0
/
+11
2012-03-07
compiler: Fix struct inheriting interface with varargs method.
Ian Lance Taylor
1
-2
/
+6
2012-03-02
libgo: Update to weekly.2012-02-14 release.
Ian Lance Taylor
1
-54
/
+0
2012-03-01
compiler: Reliably give errors on misuse of multiple value call.
Ian Lance Taylor
1
-13
/
+16
2012-03-01
compiler: Fix varargs functions that call recover.
Ian Lance Taylor
2
-1
/
+8
2012-03-01
compiler: Fix handling of indirection of circular types.
Ian Lance Taylor
1
-18
/
+22
2012-03-01
compiler: Avoid some compiler crashes on invalid code.
Ian Lance Taylor
4
-4
/
+15
2012-03-01
compiler: Fix unary ^ applied to typed signed integer constant.
Ian Lance Taylor
1
-3
/
+22
2012-02-29
compiler: Avoid various crashes on error conditions.
Ian Lance Taylor
2
-14
/
+34
2012-02-29
compiler: Fix handling of invalid types within invalid types.
Ian Lance Taylor
2
-20
/
+7
2012-02-23
go-gcc.cc (Gcc_backend::placeholder_pointer_type): Use build_distinct_type_copy.
Richard Guenther
2
-1
/
+6
2012-02-18
compiler: Permit an empty interface to be embedded multiple times.
Ian Lance Taylor
1
-1
/
+1
2012-02-17
compiler: Permit (_) on left hand side of =.
Ian Lance Taylor
1
-1
/
+1
[next]