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
/
testsuite
/
go.test
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-14
libgo: update to go1.9
Ian Lance Taylor
1
-13
/
+2
2017-05-10
Big merge of changes to gofrontend repo that were postponed due to the
Ian Lance Taylor
1
-8
/
+12
2017-01-25
compiler: improvements for type alias handling
Ian Lance Taylor
1
-2
/
+2
2015-10-06
compiler: Record each import as a distinct alias.
Ian Lance Taylor
2
-3
/
+3
2014-11-04
compiler: Logical operators should yield untyped bool for untyped operands.
Ian Lance Taylor
1
-3
/
+3
2014-10-16
compiler: Method names must be non-blank.
Ian Lance Taylor
2
-16
/
+2
2014-10-16
Test change for treating a function receiver as any other parameter list.
Ian Lance Taylor
1
-4
/
+6
2014-08-27
compiler: Disallow call of *T method using **T variable.
Ian Lance Taylor
1
-3
/
+3
2014-08-11
compiler: Change return type comma-ok assignments to untyped bools.
Ian Lance Taylor
1
-4
/
+4
2014-07-20
compiler: If a variable that is only set, give not used error.
Ian Lance Taylor
1
-0
/
+2
2014-06-06
libgo: Merge to master revision 19184.
Ian Lance Taylor
3
-7
/
+7
2013-12-13
Update to copy of current master Go testsuite.
Ian Lance Taylor
95
-135
/
+3096
2013-12-12
compiler: Don't compare structs with blank non-comparable fields.
Ian Lance Taylor
2
-4
/
+4
2013-10-14
Update Go testsuite to a copy of the Go 1.1.2 testsuite.
Ian Lance Taylor
319
-2829
/
+12601
2013-08-07
compiler: Fix "missing return" error for case T1, T2 in type switches.
Ian Lance Taylor
1
-2
/
+2
2013-06-26
compiler: reject integer division by zero constant.
Ian Lance Taylor
2
-3
/
+24
2013-06-25
Update shift1.go test for recent changes.
Ian Lance Taylor
1
-1
/
+204
2012-12-13
compiler: Accept trailing comma after varargs parameter.
Ian Lance Taylor
1
-1
/
+1
2012-12-12
runtime: Delete from a nil map is now a no-op.
Ian Lance Taylor
1
-3
/
+2
2012-12-05
compiler: Check for negative or inverted arguments to make.
Ian Lance Taylor
1
-1
/
+2
2012-11-09
go-test.exp (go-gc-tests): Handle runoutput test type with arguments.
Ian Lance Taylor
4
-23
/
+49
2012-11-06
Update index.go from master testsuite.
Ian Lance Taylor
1
-0
/
+5
2012-10-23
libgo: Update to current sources.
Ian Lance Taylor
2
-3
/
+3
2012-09-29
Update to current version of Go testsuite.
Ian Lance Taylor
747
-1999
/
+6976
2012-08-23
compiler: Comparisons return untyped boolean value.
Ian Lance Taylor
1
-2
/
+2
2012-03-02
libgo: Update to weekly.2012-02-22 release.
Ian Lance Taylor
6
-344
/
+9
2012-03-02
libgo: Update to weekly.2012-02-14 release.
Ian Lance Taylor
1
-4
/
+4
2012-02-09
libgo: Update to weekly.2012-02-07.
Ian Lance Taylor
6
-28
/
+37
2012-01-25
Remove a couple of object files committed by accident.
Ian Lance Taylor
2
-1146
/
+0
2012-01-25
Update to current Go testsuite.
Ian Lance Taylor
231
-1152
/
+8948
2012-01-24
compiler: Do not allow slice of array literal.
Ian Lance Taylor
1
-53
/
+0
2012-01-23
compiler: Give an error if a variable is defined but not used.
Ian Lance Taylor
12
-6
/
+13
2012-01-21
compiler: Change alias handling, change rune alias to int32.
Ian Lance Taylor
5
-28
/
+23
2012-01-20
compiler: Handle recursive interfaces.
Ian Lance Taylor
2
-2
/
+2
2012-01-18
re PR go/50656 (Several Go tests with unrecognized test line)
Ian Lance Taylor
2
-2
/
+8
2012-01-13
libgo: Update to weekly.2011-12-22.
Ian Lance Taylor
1
-2
/
+2
2012-01-06
compiler, runtime: Implement struct and array comparisons.
Ian Lance Taylor
2
-10
/
+29
2011-12-28
compiler: Prohibit comparisons of funcs, maps, and slices to non-nil.
Ian Lance Taylor
4
-152
/
+2
2011-12-14
libgo: Update to weekly.2011-12-06.
Ian Lance Taylor
2
-10
/
+10
2011-12-13
libgo: Update to weekly.2011-12-02.
Ian Lance Taylor
2
-5
/
+3
2011-12-13
compiler: Permit converting between string and named []byte/[]rune.
Ian Lance Taylor
2
-11
/
+10
2011-12-08
compiler: Don't check for hidden fields on struct assignments.
Ian Lance Taylor
6
-104
/
+11
2011-12-07
libgo: Update to weekly 2011-11-09.
Ian Lance Taylor
8
-30
/
+41
2011-12-03
libgo: Update to weekly.2011-11-02.
Ian Lance Taylor
12
-48
/
+36
2011-11-04
Fix select { case v, ok := <-c: }.
Ian Lance Taylor
1
-0
/
+29
2011-10-26
Update Go library to last weekly.
Ian Lance Taylor
2
-76
/
+26
2011-10-22
Update Go library to r60.3 release.
Ian Lance Taylor
1
-20
/
+20
2011-09-23
go-test.exp (errchk): Handle more cases of getting correct Tcl backslash quot...
Ian Lance Taylor
3
-8
/
+8
2011-09-21
Update Go testsuite to release r60.
Ian Lance Taylor
87
-77
/
+2374
2011-09-20
Implement goto restrictions.
Ian Lance Taylor
3
-13
/
+17
[next]