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/gfortran-test
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-15
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-15
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
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
2011-09-20
Improve error for undefined name in imported package.
Ian Lance Taylor
2
-5
/
+17
2011-09-20
Implement goto restrictions.
Ian Lance Taylor
4
-41
/
+251
2011-09-20
Check for duplicate parameter/result names.
Ian Lance Taylor
3
-3
/
+45
2011-09-20
Emit compiler errors for unused values.
Ian Lance Taylor
7
-34
/
+92
2011-09-19
Fix handling of mutually recursive named types.
Ian Lance Taylor
2
-23
/
+25
2011-09-17
Improve errors for invalid use of [...]type.
Ian Lance Taylor
2
-3
/
+16
2011-09-16
Fix defer when not calling recover in function with named results.
Ian Lance Taylor
4
-21
/
+30
2011-09-14
Fix handling of structs with embedded global types.
Ian Lance Taylor
3
-66
/
+112
2011-09-14
Fix defer/recover at high optimization levels.
Ian Lance Taylor
1
-2
/
+5
2011-09-13
Always dereference nil receiver passed to value method.
Ian Lance Taylor
1
-21
/
+3
2011-09-13
Fix inheriting hidden methods with arguments of hidden type.
Ian Lance Taylor
4
-7
/
+23
2011-09-13
Fix inherited hidden methods that return hidden types.
Ian Lance Taylor
3
-13
/
+94
2011-09-10
Fix using package name as composite literal struct key.
Ian Lance Taylor
2
-3
/
+36
2011-08-29
Lower calls to bound method expressions.
Ian Lance Taylor
3
-220
/
+197
2011-08-29
Don't lower blocks twice.
Ian Lance Taylor
1
-0
/
+6
[next]