summaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/MERGE
Commit message (Expand)AuthorAgeFilesLines
* compiler: Don't crash on erroneous array return types.ian2016-01-271-1/+1
* compiler: Don't crash on invalid array type declarations.ian2016-01-261-1/+1
* compiler: Avoid knock-on errors with impossibly large types.ian2016-01-261-1/+1
* PR go/65717ian2015-12-021-1/+1
* PR go/61303ian2015-11-261-1/+1
* PR go/68496ian2015-11-231-1/+1
* PR go/66378ian2015-11-211-1/+1
* PR go/65785ian2015-11-211-1/+1
* PR go/66574ian2015-11-211-1/+1
* PR go/68141ian2015-11-201-1/+1
* PR go/68072ian2015-11-201-1/+1
* cmd: Use correct install tool dir with gccgoian2015-11-201-1/+1
* compiler: Use receiver name in hash/equal for type within method.ian2015-11-201-1/+1
* libgo: use Solaris sendfile lib, fix Solaris _in6_addr_t fieldsian2015-11-101-1/+1
* PR go/68255ian2015-11-101-1/+1
* PR go/66138ian2015-11-071-1/+1
* libgo: Solaris portability fixes.ian2015-11-061-1/+1
* gotest: fix handling of --goarch optionian2015-11-041-1/+1
* mksysinfo.sh: Make sure that CLONE_NEWUSER is defined.ian2015-11-031-1/+1
* libgo: Bump version number.ian2015-11-021-1/+1
* mksysinfo.sh: Handle TIOCGPGRP if too complex for -dump-go-spec.ian2015-11-021-1/+1
* syscall: Change raw_ioctl cmd type to uintptr.ian2015-11-021-1/+1
* mksysinfo.sh: Handle TIOCSPGRP if too complex for -fdump-go-spec.ian2015-11-011-1/+1
* PR go/67968ian2015-11-011-1/+1
* runtime: If no split stacks, allocate stacks using mmap on 64-bit systems.ian2015-10-311-1/+1
* libgo: Update from Go 1.5 to Go 1.5.1.ian2015-10-311-1/+1
* runtime: Remove now unnecessary pad field from ParFor.ian2015-10-311-1/+1
* compiler: Create pointer type for all types with methods.ian2015-10-301-1/+1
* compiler, reflect, runtime: remove zero field from type descriptorian2015-10-291-1/+1
* compiler, runtime: change type hash/equal to Go funcsian2015-10-291-1/+1
* compiler: Report errors after evaluating invalid constant.ian2015-10-201-1/+1
* compiler: Report errors for non-integral shift counts.ian2015-10-201-1/+1
* compiler: Don't make temporaries for constant operands.ian2015-10-071-1/+1
* PR go/67874ian2015-10-071-1/+1
* compiler: Record each import as a distinct alias.ian2015-10-061-1/+1
* lex: Update unicode letters table to Unicode 8.0.0.ian2015-10-051-1/+1
* compiler: Accept untyped integral values as string/array indices.ian2015-09-291-1/+1
* 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-171-1/+1
* compiler: Don't crash on erroneous channel reads.ian2015-09-161-1/+1
* compiler: Don't crash on malformed numeric constants.ian2015-09-161-1/+1
* compiler: Report init dependency errors with builtin functions.ian2015-09-151-1/+1
* 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-141-1/+1
* compiler: Avoid unsafe memcmp for nointerface comments.ian2015-09-111-1/+1