summaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend
Commit message (Expand)AuthorAgeFilesLines
* escape: Implement flood phase.ian2016-06-142-5/+363
* escape: Implement assign phase.ian2016-06-147-122/+1566
* compiler: fix quoting in error messageian2016-06-102-2/+2
* escape: Implement the discovery phase.ian2016-05-132-4/+183
* escape: Add escape graph nodes.ian2016-05-065-17/+709
* escape: Add skeleton for gc analysis.ian2016-05-064-1/+176
* escape: Remove previously existing analysis.ian2016-04-2915-2740/+7
* compiler: Mark concurrent calls.ian2016-04-283-4/+20
* compiler: Export String_index_expression.ian2016-04-283-61/+76
* compiler: Add Enclosed_var_expression.ian2016-04-264-65/+164
* compiler: Expose runtime code through Func_expression.ian2016-04-235-3/+70
* cmd/go: bring in final version of gccgo pkg-config supportian2016-04-231-1/+1
* libgo: update to Go 1.6.1 releaseian2016-04-131-1/+1
* reflect: change Value.Call results to not be addressableian2016-04-121-1/+1
* runtime: Use atomic load for in entersyscall.ian2016-04-021-1/+1
* PR go/69966ian2016-02-261-1/+1
* runtime: lock M during cgo callian2016-02-241-1/+1
* libgo: Update to final Go 1.6 release.ian2016-02-181-1/+1
* runtime: For c-archive/c-shared, install signal handlers synchronously.ian2016-02-121-1/+1
* * cgraph.c: Spelling fixes - behaviour -> behavior andjakub2016-02-111-2/+2
* PR go/66904ian2016-02-101-1/+1
* PR go/69511ian2016-02-101-1/+1
* PR go/69537ian2016-02-091-1/+1
* libgo: bump version number for upgrade to 1.6rc1ian2016-02-041-1/+1
* compiler, runtime: mark stub methods, ignore them in runtime.Caller.ian2016-02-032-3/+4
* compiler: Unpack method names when sorting them.ian2016-02-032-4/+11
* compiler: Accept map composite literals with omitted key types.ian2016-01-274-74/+116
* compiler: Don't crash on erroneous array return types.ian2016-01-272-1/+3
* compiler: Don't crash on invalid array type declarations.ian2016-01-262-1/+10
* compiler: Avoid knock-on errors with impossibly large types.ian2016-01-262-3/+5
* PR go/65717ian2015-12-022-25/+23
* 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-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
* 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