1. 07 Jan, 2009 13 commits
  2. 06 Jan, 2009 18 commits
  3. 05 Jan, 2009 4 commits
    • Rob Pike's avatar
      clean up some tests · 25444d07
      Rob Pike authored
      R=rsc
      DELTA=10  (1 added, 2 deleted, 7 changed)
      OCL=22033
      CL=22033
      25444d07
    • Russ Cox's avatar
      change time.Tick test to use 100ms intervals. · be76898c
      Russ Cox authored
      now passes even under loaded conditions on r45.
      
      R=r
      DELTA=2  (0 added, 0 deleted, 2 changed)
      OCL=22019
      CL=22022
      be76898c
    • Russ Cox's avatar
      fix 6a line number bug - · c14c2b23
      Russ Cox authored
      was incrementing lineno twice for
      the \n after a // comment.
      
      R=r
      DELTA=3  (0 added, 2 deleted, 1 changed)
      OCL=21984
      CL=22021
      c14c2b23
    • Robert Griesemer's avatar
      A first attempt to capture the type changes. · a329471c
      Robert Griesemer authored
      Instead of trying to make open arrays look like arrays (which they aren't,
      they just look like them), I decided to call them "slice types". As a result
      they have value semantics, and one can really talk about what they really are.
      
      Note:
      - There are lots of missing details
      - There are probably lots of mistakes
      
      Looking for some initial feedback.
      
      R=r
      DELTA=444  (180 added, 189 deleted, 75 changed)
      OCL=21769
      CL=22020
      a329471c
  4. 30 Dec, 2008 3 commits
  5. 26 Dec, 2008 1 commit
  6. 23 Dec, 2008 1 commit