1. 26 Jun, 2009 2 commits
    • Rob Pike's avatar
      cannot have interfaces refer to themselves as map keys · 7de48834
      Rob Pike authored
      R=rsc
      DELTA=11  (11 added, 0 deleted, 0 changed)
      OCL=30774
      CL=30774
      7de48834
    • Russ Cox's avatar
      allow · 5851a1b5
      Russ Cox authored
      package main
      type t interface
      type t interface{ m(map[t]bool) }
      type m map[t] int
      
      making it work without the forward declaration will require a second pass.
      
      R=ken
      OCL=30773
      CL=30773
      5851a1b5
  2. 25 Jun, 2009 17 commits
  3. 24 Jun, 2009 5 commits
  4. 23 Jun, 2009 7 commits
  5. 22 Jun, 2009 9 commits