aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2015-12-01re PR go/68477 (error: type variant differs by TYPE_STRING_FLAG.)Ian Lance Taylor2-1/+6
2015-11-26re PR go/61303 (gccgo: segfault, regression since 4.8.2)Ian Lance Taylor1-1/+1
2015-11-23re PR go/68496 ([libgo] reflect test fails on Linux x86-64)Ian Lance Taylor1-1/+1
2015-11-21re PR go/66378 (libgo syscall.Sendfile() does not honor/use offset argument)Ian Lance Taylor1-1/+1
2015-11-21re PR go/65785 (libgo TestIPv4MulticastListener test fails on machine with no...Ian Lance Taylor1-1/+1
2015-11-21re PR go/66574 (Time is provided in millisecond precision instead of nanoseco...Ian Lance Taylor1-1/+1
2015-11-20re PR go/68141 (go/gofrontend/import-archive.cc: 2 * poor choice of function ...Ian Lance Taylor2-3/+3
2015-11-20re PR go/68072 (malformed DWARF TagVariable entry)Ian Lance Taylor1-1/+1
2015-11-20cmd: Use correct install tool dir with gccgoIan Lance Taylor1-1/+1
2015-11-20compiler: Use receiver name in hash/equal for type within method.Ian Lance Taylor2-2/+11
2015-11-11decl.c: Remove unused header files.Andrew MacLeod5-14/+7
2015-11-10libgo: use Solaris sendfile lib, fix Solaris _in6_addr_t fieldsIan Lance Taylor1-1/+1
2015-11-10re PR go/68255 (cgo-generated constructor not being called)Ian Lance Taylor1-1/+1
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