summaryrefslogtreecommitdiff
path: root/gcc/go
Commit message (Expand)AuthorAgeFilesLines
* compiler: Check for invalid UTF8 in Go comments.ian2015-08-312-1/+11
* compiler: Report unused variables initialized to function literals.ian2015-08-272-8/+9
* compiler: Allow multiple blank label definitions.ian2015-08-273-1/+13
* compiler: Don't record dependencies of invalid redefinitions.ian2015-08-274-2/+26
* compiler: Don't crash on invalid builtin calls.ian2015-08-272-4/+10
* compiler: Don't crash on invalid arithmetic ops.ian2015-08-262-2/+6
* compiler: Disallow use of unary ^ on booleans.ian2015-08-252-4/+3
* compiler: Accept numeric literals with leading zeroes.ian2015-08-252-3/+9
* compiler: Allow string slices with start index == length.ian2015-08-252-2/+5
* compiler: Don't crash on erroneous array types.ian2015-08-252-1/+3
* compiler: Type check params in sink function decl.ian2015-08-252-2/+14
* PR tree-optimization/67284mpolacek2015-08-242-50/+64
* compiler: Don't crash on invalid print call.ian2015-08-202-1/+7
* libgo/testsuite: another fix for killing the sleep processian2015-08-201-1/+1
* compiler: Report unnamed receiver types.ian2015-08-142-2/+6
* compiler: Flatten erroneous subtrees into errors.ian2015-08-134-19/+183
* compiler: Don't make gc symbol for bad array type.ian2015-08-122-2/+5
* compiler: Check for EOF in malformed signatures.ian2015-08-112-2/+3
* compiler: Handle newlines in general comments.ian2015-08-113-4/+13
* compiler: Don't make void-typed temporaries.ian2015-08-112-2/+10
* libgo/testsuite: don't call kill without argsian2015-08-071-1/+1
* compiler: Verify pointer type's underlying type.ian2015-08-042-1/+5
* compiler: Use context to determine types of complex expressions.ian2015-08-042-4/+3
* runtime: initialize variable to avoid compiler warningian2015-08-041-1/+1
* syscall: RawSockaddr fix for ppc64, ppc64leian2015-08-031-1/+1
* compiler: Don't allow multiple function declarations.ian2015-08-033-10/+7
* compiler: Don't make erroneous type descriptors.ian2015-08-032-2/+2
* libgo/testsuite: kill sleep process in gotestian2015-08-031-1/+1
* PR go/67101ian2015-08-031-1/+1
* compiler: Report errors for malformed builtin calls.ian2015-07-312-2/+3
* compiler: Check the type in function declarations.ian2015-07-313-1/+36
* compiler: Update unicode tables.ian2015-07-312-176/+313
* compiler: Don't allow builtin function values.ian2015-07-312-1/+23
* * go-lang.c (go_langhook_init_options_struct): Don't setschwab2015-07-312-4/+11
* syscall: Fix to libgo/mksysinfo.shian2015-07-291-1/+1
* syscall: Add ioctl consts from if_tun.hian2015-07-251-1/+1
* compiler: Don't parse malformed receiver/parameters.ian2015-07-242-4/+6
* compiler: Disallow rune literals with '\X'.ian2015-07-242-2/+1
* compiler: Don't make temporaries for constant expressions.ian2015-07-242-2/+3
* compiler: Make empty interface types for vars during parse time.ian2015-07-232-2/+6
* compiler: Check for errors in the underlying types of unary expressions.ian2015-07-232-1/+3
* compiler: Create dummy labels for blank labels.ian2015-07-203-6/+26
* compiler: Remove unnecessary check for GCC-specific issue.ian2015-07-202-13/+2
* compiler,runtime: Determine if allocations need new pointers in runtime.ian2015-07-143-14/+2
* compiler: Improve location info for function parameters.ian2015-07-142-2/+2
* Update to patch that Aldy committed directly here.ian2015-07-141-1/+1
* escape: Analyze multiple result type assertions.ian2015-07-144-47/+102
* Fix double word typos.aldyh2015-07-134-3/+9
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-084-5/+8
* 2015-06-25 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-252-2/+4