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-01-21
compiler: The type descriptor of an undefined forward type is an error.
Ian Lance Taylor
3
-4
/
+22
2012-01-21
compiler: Check for calling value method with dereferenced value.
Ian Lance Taylor
1
-0
/
+8
2012-01-21
compiler: Change alias handling, change rune alias to int32.
Ian Lance Taylor
14
-39
/
+217
2012-01-20
compiler: Don't crash if receiver name is _.
Ian Lance Taylor
1
-1
/
+2
2012-01-20
compiler: Handle _ with explicit type correctly.
Ian Lance Taylor
1
-2
/
+15
2012-01-20
compiler: Handle recursive interfaces.
Ian Lance Taylor
10
-230
/
+394
2012-01-17
compiler: Don't use import path for ./ or ../ imports.
Ian Lance Taylor
1
-3
/
+14
2012-01-17
gospec.c (lang_specific_driver): If we see -S without -o, add -o BASE.s rathe...
Ian Lance Taylor
2
-5
/
+20
2012-01-12
go-lang.c (go_langhook_init): Initialize void_list_node before calling go_cre...
Ian Lance Taylor
2
-3
/
+8
2012-01-12
libgo: Update to weekly.2011-12-14.
Ian Lance Taylor
2
-4
/
+99
2012-01-11
compiler: Permit type B byte; type S []B; var v = S("x").
Ian Lance Taylor
4
-29
/
+55
2012-01-11
compiler: Don't use memcmp for structs/arrays with padding.
Ian Lance Taylor
4
-117
/
+170
2012-01-11
compiler: Fix names for hash/equality functions for unnamed types.
Ian Lance Taylor
1
-1
/
+11
2012-01-11
compiler: Use backend interface for type sizes and alignments.
Ian Lance Taylor
8
-63
/
+313
2012-01-06
compiler, runtime: Implement struct and array comparisons.
Ian Lance Taylor
10
-175
/
+1530
2011-12-28
compiler: Prohibit comparisons of funcs, maps, and slices to non-nil.
Ian Lance Taylor
3
-8
/
+23
2011-12-28
go-gcc.cc (Gcc_backend::set_placeholder_struct_type): Use build_distinct_type...
Ian Lance Taylor
2
-7
/
+33
2011-12-28
compiler: Rework range over slice.
Ian Lance Taylor
2
-2
/
+112
2011-12-22
go-gcc.cc (set_placeholder_pointer_type): Arrange for the type name to have a...
Ian Lance Taylor
2
-4
/
+32
2011-12-14
libgo: Update to weekly.2011-12-06.
Ian Lance Taylor
1
-1
/
+1
2011-12-14
compiler: Permit omitting &T in composite literal.
Ian Lance Taylor
1
-3
/
+17
2011-12-14
compiler: Move import of Go export data to gcc side of interface.
Ian Lance Taylor
5
-38
/
+120
2011-12-13
compiler: Fix multiple conversions to different named slices.
Ian Lance Taylor
1
-2
/
+2
2011-12-13
compiler: Permit converting between string and named []byte/[]rune.
Ian Lance Taylor
2
-16
/
+5
2011-12-09
compiler: Another correction to hidden fields in composite literals.
Ian Lance Taylor
1
-8
/
+12
2011-12-09
compiler: It's OK to assign a struct with hidden fields in a literal.
Ian Lance Taylor
1
-12
/
+0
2011-12-08
compiler: Don't check for hidden fields on struct assignments.
Ian Lance Taylor
2
-2
/
+37
2011-12-02
libgo: Update to weekly.2011-11-01.
Ian Lance Taylor
1
-3
/
+4
2011-12-01
compiler: add error to list of built-in types.
Ian Lance Taylor
3
-1
/
+4
2011-12-01
compiler/runtime: Copy channel implementation from master library.
Ian Lance Taylor
10
-411
/
+341
2011-11-29
compiler: Define and use backend-independent Location class.
Sanjoy Das
29
-1104
/
+1545
2011-11-29
Implement predefined error interface.
Ian Lance Taylor
1
-0
/
+12
2011-11-04
Fix select { case v, ok := <-c: }.
Ian Lance Taylor
1
-4
/
+20
2011-11-02
Move shlib support to toplevel libgcc
Rainer Orth
2
-1
/
+5
2011-10-28
Add rune as an alias for int.
Ian Lance Taylor
1
-0
/
+4
2011-10-25
Implement predeclared delete function.
Ian Lance Taylor
3
-48
/
+105
2011-10-25
Don't permit close of receive-only channel.
Ian Lance Taylor
1
-0
/
+2
2011-10-25
Implement new order of assignment rules.
Ian Lance Taylor
3
-2
/
+103
2011-10-24
Error if naked return when result variables are shadowed.
Ian Lance Taylor
1
-0
/
+17
2011-10-24
Implement append([]byte, string...).
Ian Lance Taylor
1
-17
/
+48
2011-10-24
Rename is_open_array_type to is_slice_type.
Ian Lance Taylor
5
-38
/
+37
2011-10-11
Remove incorrect ChangeLog entry, correct spacing.
Ian Lance Taylor
2
-11
/
+1
2011-10-11
Convert standard builtin functions from being arrays to using a functional in...
Michael Meissner
2
-5
/
+13
2011-10-04
Fix global var initialized to function call with calls as arguments.
Ian Lance Taylor
1
-0
/
+5
2011-09-26
Fix location of error about unused import "unsafe".
Ian Lance Taylor
1
-0
/
+1
2011-09-23
Better parsing of erroneous expression on left of :=.
Ian Lance Taylor
1
-1
/
+26
2011-09-21
Better handling of unexpected EOF in parser.
Ian Lance Taylor
1
-0
/
+7
2011-09-21
Better error message for shift context types.
Ian Lance Taylor
1
-10
/
+59
2011-09-21
Support nil maps.
Ian Lance Taylor
2
-7
/
+9
2011-09-21
Fix typo in error message.
Ian Lance Taylor
1
-1
/
+1
[next]