1. 11 Jun, 2010 3 commits
  2. 10 Jun, 2010 6 commits
  3. 09 Jun, 2010 12 commits
  4. 08 Jun, 2010 7 commits
  5. 07 Jun, 2010 4 commits
  6. 06 Jun, 2010 1 commit
  7. 05 Jun, 2010 3 commits
  8. 04 Jun, 2010 3 commits
  9. 03 Jun, 2010 1 commit
    • Robert Griesemer's avatar
      go spec: Base comparison compatibility on assignment compatibility. · 1d282a8e
      Robert Griesemer authored
      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
      1d282a8e