1. 12 Oct, 2009 1 commit
    • Rob Pike's avatar
      fix bugs in gob. · 330ab5fd
      Rob Pike authored
      1) didn't handle attempts to encode non-structs properly.
      2) if there were multiple indirections involving allocation, didn't allocate the
      intermediate cells.
      tests added.
      
      R=rsc
      DELTA=82  (65 added, 5 deleted, 12 changed)
      OCL=35582
      CL=35582
      330ab5fd
  2. 11 Oct, 2009 3 commits
    • Russ Cox's avatar
      interpreter checkpoint. · e9841229
      Russ Cox authored
        * generate different versions of binary operators
          for each size of int and float, so that proper
          truncating happens after each operation to
          simulate the various sized ops.
        * add slice expressions
        * publish World.CompileStmtList, CompileDeclList, CompileExpr
        * handle type-less expressions in CompileExpr
      
      R=austin
      DELTA=1459  (1327 added, 11 deleted, 121 changed)
      OCL=34382
      CL=35581
      e9841229
    • Kai Backman's avatar
      fix float <-> int64 conversions · 1620023d
      Kai Backman authored
      R=rsc
      APPROVED=rsc
      DELTA=25  (25 added, 0 deleted, 0 changed)
      OCL=35566
      CL=35574
      1620023d
    • Rob Pike's avatar
      change Title to ToTitle for consistency. (the doc comment was already right) · 5743fb59
      Rob Pike authored
      R=rsc
      DELTA=1  (0 added, 0 deleted, 1 changed)
      OCL=35572
      CL=35572
      5743fb59
  3. 10 Oct, 2009 2 commits
  4. 09 Oct, 2009 13 commits
  5. 08 Oct, 2009 6 commits
  6. 07 Oct, 2009 10 commits
  7. 06 Oct, 2009 5 commits