aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2015-11-07re PR go/66138 (json decoder Decode function fails for some structure return ...Ian Lance Taylor1-1/+1
2015-11-06libgo: Solaris portability fixes.Ian Lance Taylor1-1/+1
2015-11-04gotest: fix handling of --goarch optionIan Lance Taylor1-1/+1
2015-11-03mksysinfo.sh: Make sure that CLONE_NEWUSER is defined.Ian Lance Taylor1-1/+1
2015-11-02libgo: Bump version number.Ian Lance Taylor1-1/+1
2015-11-02mksysinfo.sh: Handle TIOCGPGRP if too complex for -dump-go-spec.Ian Lance Taylor1-1/+1
2015-11-02syscall: Change raw_ioctl cmd type to uintptr.Ian Lance Taylor1-1/+1
2015-11-01mksysinfo.sh: Handle TIOCSPGRP if too complex for -fdump-go-spec.Ian Lance Taylor1-1/+1
2015-11-01re PR go/67968 (go1: internal compiler error: in write_specific_type_function...Ian Lance Taylor2-1/+11
2015-10-31runtime: If no split stacks, allocate stacks using mmap on 64-bit systems.Ian Lance Taylor1-1/+1
2015-10-31libgo: Update from Go 1.5 to Go 1.5.1.Ian Lance Taylor1-1/+1
2015-10-31runtime: Remove now unnecessary pad field from ParFor.Ian Lance Taylor1-1/+1
2015-10-30compiler: Create pointer type for all types with methods.Ian Lance Taylor2-3/+7
2015-10-29compiler, reflect, runtime: remove zero field from type descriptorIan Lance Taylor4-120/+4
2015-10-29compiler, runtime: change type hash/equal to Go funcsIan Lance Taylor3-13/+48
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod3-15/+15
2015-10-21Improve --help output to generate references to option aliases.Martin Sebor1-8/+8
2015-10-20compiler: Report errors after evaluating invalid constant.Ian Lance Taylor2-8/+1
2015-10-20compiler: Report errors for non-integral shift counts.Ian Lance Taylor2-2/+4
2015-10-20PR66870 PowerPC64 Enable gold linker with split stackAlan Modra2-4/+18
2015-10-07compiler: Don't make temporaries for constant operands.Ian Lance Taylor2-3/+3
2015-10-07re PR go/67874 (fd_unix.go does not build when there is fcntl64 and no fcntl ...Ian Lance Taylor1-1/+1
2015-10-06compiler: Record each import as a distinct alias.Ian Lance Taylor5-76/+126
2015-10-05lex: Update unicode letters table to Unicode 8.0.0.Ian Lance Taylor2-23/+37
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