1. 06 Jan, 2009 4 commits
  2. 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
  3. 30 Dec, 2008 3 commits
  4. 26 Dec, 2008 1 commit
  5. 23 Dec, 2008 1 commit
  6. 22 Dec, 2008 1 commit
  7. 21 Dec, 2008 6 commits
    • Rob Pike's avatar
      hilbert now runs. · eb322286
      Rob Pike authored
      it's 25% faster and runs with 40% less memory allocation than before
      
      R=rsc
      DELTA=20  (15 added, 0 deleted, 5 changed)
      OCL=21690
      CL=21690
      eb322286
    • Rob Pike's avatar
      update to new regime. · 9ccf39bd
      Rob Pike authored
      lines marked BUG are rewrites working around 6g bug.
      
      R=rsc
      DELTA=161  (42 added, 2 deleted, 117 changed)
      OCL=21689
      CL=21689
      9ccf39bd
    • Russ Cox's avatar
      fix new(T) if type T []int. · af5e16cf
      Russ Cox authored
      make sure type of expr is T not just []int
      
      R=ken
      OCL=21688
      CL=21688
      af5e16cf
    • Ken Thompson's avatar
      regfree · 2b33a134
      Ken Thompson authored
      R=r
      OCL=21685
      CL=21687
      2b33a134
    • Rob Pike's avatar
      update map test. · 62b06fa5
      Rob Pike authored
      convert to printf.
      increase count to 1000 - maps are faster now.
      add cases for structure values as key and maps.
      
      R=rsc
      DELTA=197  (66 added, 18 deleted, 113 changed)
      OCL=21683
      CL=21686
      62b06fa5
    • Ken Thompson's avatar
      LEAQ bug · 7cfe782a
      Ken Thompson authored
      R=r
      OCL=21684
      CL=21684
      7cfe782a
  8. 20 Dec, 2008 2 commits
  9. 19 Dec, 2008 18 commits