aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2015-10-01re PR go/66870 (split stack issues on ppc64le and ppc64)Ian Lance Taylor2-0/+8
2015-09-30re PR go/66870 (split stack issues on ppc64le and ppc64)Lynn Boger2-6/+27
2015-09-29compiler: Accept untyped integral values as string/array indices.Ian Lance Taylor2-6/+31
2015-09-24runtime: Fix recent lfstack change on Solaris.Ian Lance Taylor1-1/+1
2015-09-23re PR go/67695 (Please improve POSIX shell compatibility of libgo/mksysinfo.sh)Ian Lance Taylor1-1/+1
2015-09-23runtime: rewrite lfstack packing/unpacking to look more like that in GoIan Lance Taylor1-1/+1
2015-09-17compiler: Issue channel type errors earlier.Ian Lance Taylor3-3/+12
2015-09-16compiler: Don't crash on erroneous channel reads.Ian Lance Taylor2-1/+10
2015-09-16compiler: Don't crash on malformed numeric constants.Ian Lance Taylor2-3/+28
2015-09-15compiler: Report init dependency errors with builtin functions.Ian Lance Taylor2-6/+8
2015-09-15libgo: If compiler can split-stack and linker can not, use -fno-split-stack.Ian Lance Taylor1-1/+1
2015-09-15libgo: test linking split-stack and non-split-stack togetherIan Lance Taylor1-1/+1
2015-09-15runtime: Ignore stack sizes when deciding when to GC.Ian Lance Taylor1-1/+1
2015-09-15libgo: don't provide ustat on arm64 GNU/LinuxIan Lance Taylor1-1/+1
2015-09-14compiler: Ignore result context in constant expressions.Ian Lance Taylor2-12/+19
2015-09-11compiler: Avoid unsafe memcmp for nointerface comments.Ian Lance Taylor2-2/+4
2015-09-11libgo/runtime: return 0, not NULL, from mainIan Lance Taylor1-1/+1
2015-09-10libgo: Use stat_atim.go on Solaris 12+Ian Lance Taylor1-1/+1
2015-09-10compiler: Report errors from very large types.Chris Manghane5-19/+81
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