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