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
2012-10-23
libgo: Update to current sources.
Ian Lance Taylor
4
-8
/
+20
2012-10-03
compiler: Fix a, b, c := b, a, 1 when a and b already exist.
Ian Lance Taylor
2
-16
/
+60
2012-10-02
compiler: Fix a couple of type reflection strings.
Ian Lance Taylor
1
-3
/
+9
2012-10-02
compiler: Fix parse of (<- chan <- chan <- int)(x).
Ian Lance Taylor
2
-8
/
+83
2012-09-28
compiler: Fix handling of omitted expression in switch.
Ian Lance Taylor
1
-19
/
+10
2012-09-27
compiler: Better error for missing comma in composite literal.
Ian Lance Taylor
1
-1
/
+5
2012-09-24
compiler: Better warning for switch on non-comparable type.
Ian Lance Taylor
1
-0
/
+10
2012-09-22
compiler, runtime: Reject surrogate pair converting int to string.
Ian Lance Taylor
1
-0
/
+6
2012-09-22
compiler: No error if shift operand inherits interface type.
Ian Lance Taylor
1
-1
/
+2
2012-09-22
compiler: Fix determining types for builtin complex function.
Ian Lance Taylor
1
-1
/
+1
2012-09-22
compiler: Fix unnamed struct type converted to interface type.
Ian Lance Taylor
6
-46
/
+135
2012-09-21
compiler: Better error messages for single- and multiple- value.
Ian Lance Taylor
2
-4
/
+4
2012-09-21
compiler: Better error message if method requires pointer receiver.
Ian Lance Taylor
1
-2
/
+3
2012-09-21
compiler: len(<-c) is not a constant.
Ian Lance Taylor
1
-48
/
+47
2012-09-20
compiler: Update for GCC push_cfun changes.
Ian Lance Taylor
1
-9
/
+0
2012-09-20
compiler: Fix struct hash and equality with _ fields.
Ian Lance Taylor
2
-0
/
+15
2012-09-20
compiler: Give error for byte-order-mark in middle of file.
Ian Lance Taylor
1
-1
/
+9
2012-09-19
compiler: Ignore byte-order-mark at start of file.
Ian Lance Taylor
1
-1
/
+10
2012-09-19
compiler: Fix multiple types with same name in function.
Ian Lance Taylor
5
-26
/
+115
2012-09-17
libbacktrace/:
Ian Lance Taylor
2
-1
/
+5
2012-09-17
compile: Detect invalid and likely-bad import statements.
Ian Lance Taylor
6
-5
/
+98
2012-09-10
Remove unnecessary VEC function overloads.
Diego Novillo
2
-34
/
+48
2012-08-23
compiler: Comparisons return untyped boolean value.
Ian Lance Taylor
2
-16
/
+33
2012-08-23
compiler: Remove old handling of unsafe.Pointer in type assertions.
Ian Lance Taylor
1
-33
/
+2
2012-08-15
compiler: Adjust for GCC always being built with C++.
Ian Lance Taylor
3
-28
/
+1
2012-08-14
backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...
Diego Novillo
4
-31
/
+8
2012-08-11
compiler: Reject type switch using non-interface type.
Ian Lance Taylor
1
-38
/
+24
2012-07-24
lto-tree.h (lang_decl): Add variable_size GTY option.
Uros Bizjak
2
-1
/
+5
2012-06-14
compiler, reflect: Quote package path with tabs.
Ian Lance Taylor
1
-4
/
+4
2012-06-14
compiler: Avoid unnecessary interface conversions.
Ian Lance Taylor
1
-2
/
+4
2012-06-12
compiler, reflect: Handle package path like gc compiler.
Ian Lance Taylor
2
-9
/
+23
2012-06-07
compiler: Fix taking address of field of local variable.
Ian Lance Taylor
1
-0
/
+4
2012-06-07
compiler: Fix unsafe.Sizeof for named structs with named struct fields.
Ian Lance Taylor
2
-2
/
+14
2012-06-04
output.h (merge_weak, [...]): Move protos from here...
Steven Bosscher
1
-1
/
+1
2012-05-30
compiler: Don't crash for invalid constant types for && or ||.
Ian Lance Taylor
1
-15
/
+3
2012-05-25
compiler: Don't create a closure if not needed.
Ian Lance Taylor
1
-23
/
+11
2012-05-18
compiler: Fix erroneous use of VEC.
Ian Lance Taylor
1
-1
/
+1
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
[next]