summaryrefslogtreecommitdiff
path: root/gcc/go
Commit message (Expand)AuthorAgeFilesLines
* PR go/66870ian2015-10-012-0/+8
* PR target/66870ian2015-09-302-6/+27
* compiler: Accept untyped integral values as string/array indices.ian2015-09-292-6/+31
* runtime: Fix recent lfstack change on Solaris.ian2015-09-241-1/+1
* PR go/67695ian2015-09-231-1/+1
* runtime: rewrite lfstack packing/unpacking to look more like that in Goian2015-09-231-1/+1
* compiler: Issue channel type errors earlier.ian2015-09-173-3/+12
* compiler: Don't crash on erroneous channel reads.ian2015-09-162-1/+10
* compiler: Don't crash on malformed numeric constants.ian2015-09-162-3/+28
* compiler: Report init dependency errors with builtin functions.ian2015-09-152-6/+8
* libgo: If compiler can split-stack and linker can not, use -fno-split-stack.ian2015-09-151-1/+1
* libgo: test linking split-stack and non-split-stack togetherian2015-09-151-1/+1
* runtime: Ignore stack sizes when deciding when to GC.ian2015-09-151-1/+1
* libgo: don't provide ustat on arm64 GNU/Linuxian2015-09-151-1/+1
* compiler: Ignore result context in constant expressions.ian2015-09-142-12/+19
* compiler: Avoid unsafe memcmp for nointerface comments.ian2015-09-112-2/+4
* libgo/runtime: return 0, not NULL, from mainian2015-09-111-1/+1
* libgo: Use stat_atim.go on Solaris 12+ian2015-09-101-1/+1
* compiler: Report errors from very large types.ian2015-09-105-19/+81
* compiler: Don't allow shifts with non-integers.ian2015-09-102-1/+7
* compiler: Report invalid receiver types in function definitions.ian2015-09-032-2/+6
* compiler: Mark erroneous constants as invalid.ian2015-09-023-11/+61
* compiler: Accept out of range integer -> unicode conversions.ian2015-09-022-1/+20
* 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