1. 19 Sep, 2010 3 commits
  2. 18 Sep, 2010 2 commits
  3. 17 Sep, 2010 3 commits
  4. 16 Sep, 2010 14 commits
  5. 15 Sep, 2010 6 commits
  6. 14 Sep, 2010 10 commits
  7. 13 Sep, 2010 2 commits
    • Russ Cox's avatar
      gc: implement new comparison rule · 23bd214a
      Russ Cox authored
      The new comparison rule was added to the spec by
      
      	changeset:   5605:33abb649cb63
      	user:        Robert Griesemer <gri@golang.org>
      	date:        Thu Jun 03 16:55:50 2010 -0700
      	files:       doc/go_spec.html
      	description:
      	go spec: Base comparison compatibility on assignment compatibility.
      
      	Specifically:
      	- Simplified definition of comparison compatibility and folded into
      	  section on comparison operators since it's only used there.
      
      	This is a small language change/cleanup. As a consequence:
      	- An interface value may now be compared against a non-interface value.
      	- Channels with opposite directions cannot be compared directly anymore
      	  (per discussion with rsc).
      
      	R=rsc, r, iant, ken2
      	CC=golang-dev
      	https://golang.org/cl/1462041
      
      but never implemented.
      
      Fixes #1070.
      
      R=ken2
      CC=golang-dev
      https://golang.org/cl/2116047
      23bd214a
    • Russ Cox's avatar
      gc: bug306 · c3900387
      Russ Cox authored
      Fixes #1040.
      
      R=ken2
      CC=golang-dev
      https://golang.org/cl/2132047
      c3900387