1. 28 Oct, 2008 1 commit
  2. 27 Oct, 2008 3 commits
  3. 26 Oct, 2008 4 commits
  4. 25 Oct, 2008 8 commits
  5. 24 Oct, 2008 14 commits
  6. 23 Oct, 2008 7 commits
  7. 22 Oct, 2008 3 commits
    • Rob Pike's avatar
      Reflection values. · 34b88737
      Rob Pike authored
      R=rsc
      DELTA=206  (79 added, 25 deleted, 102 changed)
      OCL=17652
      CL=17669
      34b88737
    • Ian Lance Taylor's avatar
      Match gccgo error messages. · 7dbee69b
      Ian Lance Taylor authored
      convlit.go:17: error: incompatible type in initialization
      convlit.go:18: error: incompatible types in binary expression
      convlit.go:19: error: incompatible types in binary expression
      convlit.go:20: error: incompatible types in binary expression
      convlit.go:21: error: incompatible types in binary expression
      convlit.go:23: error: cannot convert non-integer constant
      convlit.go:24: error: integer type overflow
      convlit.go:25: error: floating point overflow
      
      R=rsc
      DELTA=5  (0 added, 0 deleted, 5 changed)
      OCL=17649
      CL=17661
      7dbee69b
    • Russ Cox's avatar
      import/export of embedded types · 21617250
      Russ Cox authored
      R=ken
      OCL=17643
      CL=17643
      21617250