1. 26 Oct, 2008 4 commits
  2. 25 Oct, 2008 8 commits
  3. 24 Oct, 2008 14 commits
  4. 23 Oct, 2008 7 commits
  5. 22 Oct, 2008 7 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
    • Russ Cox's avatar
      fix handling of *f() = 1 · 40fa690d
      Russ Cox authored
      R=ken
      OCL=17625
      CL=17641
      40fa690d
    • Rob Pike's avatar
      Add names to types to avoid recursive explosion and to get · 0061e561
      Rob Pike authored
      the right answer when a type name redefines an existing type.
      
      R=rsc
      DELTA=133  (53 added, 8 deleted, 72 changed)
      OCL=17637
      CL=17639
      0061e561
    • Robert Griesemer's avatar
      - exclude newfn.go from tests - cannot be parsed syntactically alone · 79985fa5
      Robert Griesemer authored
      in general
      
      R=rsc
      DELTA=2  (1 added, 0 deleted, 1 changed)
      OCL=17624
      CL=17624
      79985fa5
    • Rob Pike's avatar
      More reflection code. · fac3dfe6
      Rob Pike authored
      Beginnings of values.
      typestrings are grabbed from the environment.
      
      R=rsc
      APPROVED=rsc
      DELTA=1046  (952 added, 3 deleted, 91 changed)
      OCL=17593
      CL=17621
      fac3dfe6