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
2015-09-10
compiler: Don't allow shifts with non-integers.
Ian Lance Taylor
2
-1
/
+7
2015-09-03
compiler: Report invalid receiver types in function definitions.
Ian Lance Taylor
2
-2
/
+6
2015-09-02
compiler: Mark erroneous constants as invalid.
Ian Lance Taylor
3
-11
/
+61
2015-09-02
compiler: Accept out of range integer -> unicode conversions.
Ian Lance Taylor
2
-1
/
+20
2015-08-31
compiler: Check for invalid UTF8 in Go comments.
Ian Lance Taylor
2
-1
/
+11
2015-08-27
compiler: Report unused variables initialized to function literals.
Ian Lance Taylor
2
-8
/
+9
2015-08-27
compiler: Allow multiple blank label definitions.
Ian Lance Taylor
3
-1
/
+13
2015-08-27
compiler: Don't record dependencies of invalid redefinitions.
Ian Lance Taylor
4
-2
/
+26
2015-08-27
compiler: Don't crash on invalid builtin calls.
Ian Lance Taylor
2
-4
/
+10
2015-08-26
compiler: Don't crash on invalid arithmetic ops.
Ian Lance Taylor
2
-2
/
+6
2015-08-25
compiler: Disallow use of unary ^ on booleans.
Ian Lance Taylor
2
-4
/
+3
2015-08-25
compiler: Accept numeric literals with leading zeroes.
Ian Lance Taylor
2
-3
/
+9
2015-08-25
compiler: Allow string slices with start index == length.
Ian Lance Taylor
2
-2
/
+5
2015-08-25
compiler: Don't crash on erroneous array types.
Ian Lance Taylor
2
-1
/
+3
2015-08-25
compiler: Type check params in sink function decl.
Ian Lance Taylor
2
-2
/
+14
2015-08-24
re PR tree-optimization/67284 (libgo fails to build on trunk r227015 / *-linu...
Marek Polacek
2
-50
/
+64
2015-08-20
compiler: Don't crash on invalid print call.
Ian Lance Taylor
2
-1
/
+7
2015-08-20
libgo/testsuite: another fix for killing the sleep process
Ian Lance Taylor
1
-1
/
+1
2015-08-14
compiler: Report unnamed receiver types.
Ian Lance Taylor
2
-2
/
+6
2015-08-13
compiler: Flatten erroneous subtrees into errors.
Ian Lance Taylor
4
-19
/
+183
2015-08-12
compiler: Don't make gc symbol for bad array type.
Ian Lance Taylor
2
-2
/
+5
2015-08-11
compiler: Check for EOF in malformed signatures.
Ian Lance Taylor
2
-2
/
+3
2015-08-11
compiler: Handle newlines in general comments.
Ian Lance Taylor
3
-4
/
+13
2015-08-11
compiler: Don't make void-typed temporaries.
Ian Lance Taylor
2
-2
/
+10
2015-08-07
libgo/testsuite: don't call kill without args
Ian Lance Taylor
1
-1
/
+1
2015-08-04
compiler: Verify pointer type's underlying type.
Ian Lance Taylor
2
-1
/
+5
2015-08-04
compiler: Use context to determine types of complex expressions.
Ian Lance Taylor
2
-4
/
+3
2015-08-04
runtime: initialize variable to avoid compiler warning
Ian Lance Taylor
1
-1
/
+1
2015-08-03
syscall: RawSockaddr fix for ppc64, ppc64le
Ian Lance Taylor
1
-1
/
+1
2015-08-03
compiler: Don't allow multiple function declarations.
Ian Lance Taylor
3
-10
/
+7
2015-08-03
compiler: Don't make erroneous type descriptors.
Ian Lance Taylor
2
-2
/
+2
2015-08-03
libgo/testsuite: kill sleep process in gotest
Ian Lance Taylor
1
-1
/
+1
2015-08-03
re PR go/67101 (mprof.goc:408:5: error: calling ‘__builtin_frame_address’...
Ian Lance Taylor
1
-1
/
+1
2015-07-31
compiler: Report errors for malformed builtin calls.
Ian Lance Taylor
2
-2
/
+3
2015-07-31
compiler: Check the type in function declarations.
Ian Lance Taylor
3
-1
/
+36
2015-07-31
compiler: Update unicode tables.
Ian Lance Taylor
2
-176
/
+313
2015-07-31
compiler: Don't allow builtin function values.
Ian Lance Taylor
2
-1
/
+23
2015-07-31
go-lang.c (go_langhook_init_options_struct): Don't set x_flag_split_stack.
Andreas Schwab
2
-4
/
+11
2015-07-29
syscall: Fix to libgo/mksysinfo.sh
Ian Lance Taylor
1
-1
/
+1
2015-07-25
syscall: Add ioctl consts from if_tun.h
Ian Lance Taylor
1
-1
/
+1
2015-07-24
compiler: Don't parse malformed receiver/parameters.
Ian Lance Taylor
2
-4
/
+6
2015-07-24
compiler: Disallow rune literals with '\X'.
Ian Lance Taylor
2
-2
/
+1
2015-07-24
compiler: Don't make temporaries for constant expressions.
Ian Lance Taylor
2
-2
/
+3
2015-07-23
compiler: Make empty interface types for vars during parse time.
Ian Lance Taylor
2
-2
/
+6
2015-07-23
compiler: Check for errors in the underlying types of unary expressions.
Ian Lance Taylor
2
-1
/
+3
2015-07-20
compiler: Create dummy labels for blank labels.
Ian Lance Taylor
3
-6
/
+26
2015-07-20
compiler: Remove unnecessary check for GCC-specific issue.
Ian Lance Taylor
2
-13
/
+2
2015-07-14
compiler,runtime: Determine if allocations need new pointers in runtime.
Ian Lance Taylor
3
-14
/
+2
2015-07-14
compiler: Improve location info for function parameters.
Ian Lance Taylor
2
-2
/
+2
2015-07-14
Update to patch that Aldy committed directly here.
Ian Lance Taylor
1
-1
/
+1
[next]