summaryrefslogtreecommitdiff
path: root/gcc/go
Commit message (Expand)AuthorAgeFilesLines
* 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-202-3/+3
* 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-202-2/+11
* adaamacleod2015-11-115-14/+7
* 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-012-1/+11
* 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-302-3/+7
* compiler, reflect, runtime: remove zero field from type descriptorian2015-10-294-120/+4
* compiler, runtime: change type hash/equal to Go funcsian2015-10-293-13/+48
* adaamacleod2015-10-293-15/+15
* Improve --help output to generate references to option aliases.msebor2015-10-211-8/+8
* compiler: Report errors after evaluating invalid constant.ian2015-10-202-8/+1
* compiler: Report errors for non-integral shift counts.ian2015-10-202-2/+4
* PR66870 PowerPC64 Enable gold linker with split stackamodra2015-10-192-4/+18
* compiler: Don't make temporaries for constant operands.ian2015-10-072-3/+3
* PR go/67874ian2015-10-071-1/+1
* compiler: Record each import as a distinct alias.ian2015-10-065-76/+126
* lex: Update unicode letters table to Unicode 8.0.0.ian2015-10-052-23/+37
* 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