summaryrefslogtreecommitdiff
path: root/gcc/go
Commit message (Expand)AuthorAgeFilesLines
* compiler: Make empty interface types for vars during parse time.ian2015-07-232-2/+6
* compiler: Check for errors in the underlying types of unary expressions.ian2015-07-232-1/+3
* compiler: Create dummy labels for blank labels.ian2015-07-203-6/+26
* compiler: Remove unnecessary check for GCC-specific issue.ian2015-07-202-13/+2
* compiler,runtime: Determine if allocations need new pointers in runtime.ian2015-07-143-14/+2
* compiler: Improve location info for function parameters.ian2015-07-142-2/+2
* Update to patch that Aldy committed directly here.ian2015-07-141-1/+1
* escape: Analyze multiple result type assertions.ian2015-07-144-47/+102
* Fix double word typos.aldyh2015-07-134-3/+9
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-084-5/+8
* 2015-06-25 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-252-2/+4
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-175-7/+7
* escape: Analyze binary expressions.ian2015-06-152-17/+34
* Add MERGE file to track the git revision of the most recent change inian2015-06-151-0/+4
* compiler: Don't crash when dumping ast of empty block.ian2015-06-151-1/+7
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-084-7/+6
* Merge debug-early branch into mainline.aldyh2015-06-053-16/+14
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-045-11/+7
* compiler: If unary & does not escape, the var does not escape.ian2015-05-121-1/+6
* compiler: Analyze escape information of interface parameters.ian2015-05-061-12/+16
* compiler: Don't make temporaries for constant string concatentation.ian2015-05-051-2/+4
* compiler: Use backend interface for stack allocation.ian2015-04-305-27/+29
* escape: Analyze function values and conversions.ian2015-04-301-7/+12
* compiler: Mark non-escaping variables that aren't addressed.ian2015-04-301-5/+1
* compiler: Consider multi-result calls in escape analysis.ian2015-04-291-30/+132
* compiler: Propagate escape info from closures to enclosed variables.ian2015-04-292-7/+41
* ada/wilson2015-04-272-0/+5
* PR go/65755ian2015-04-171-31/+19
* compiler: Escape analysis.ian2015-04-1717-766/+3283
* compiler: discard carriage returns in raw string literalsian2015-04-111-1/+4
* compiler: Mark builtin calls with bad types as errors.ian2015-03-311-2/+8
* compiler: implement Go 1 unsafe.Pointer conversion rulesian2015-03-301-3/+3
* compiler: Permit label on fallthrough statement.ian2015-03-131-0/+11
* compiler: Do not declare type switch variable outside case statements.ian2015-03-065-80/+79
* PR go/64836ian2015-02-039-101/+158
* compiler: Treat map index expressions as lvalues in range expressions.ian2015-01-311-8/+11
* compiler: Pass location to fatal_error.ian2015-01-301-1/+2
* compiler: Add pkgpath symbol information to export data.ian2015-01-305-6/+79
* compiler: Fix -fgo-prefix handling.ian2015-01-306-25/+103
* PR go/63565ian2015-01-242-0/+18
* PR go/64595ian2015-01-233-0/+33
* compiler: Avoid infinite recursion when describing initialization loops.ian2015-01-221-2/+4
* compiler: Prohibit use of ellipsis operator on multi-valued calls.ian2015-01-221-0/+11
* compiler: Do not mark unused variables as used inside closures.ian2015-01-202-6/+23
* compiler, reflect, runtime: Use static chain for closures.ian2015-01-167-36/+90
* libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.ian2015-01-153-1/+5
* ./:ian2015-01-092-0/+5
* PR rtl-optimization/64536jakub2015-01-091-0/+8
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-093-7/+30
* PR go/61204ian2015-01-072-5/+19