1. 06 Aug, 2009 5 commits
    • Rob Pike's avatar
      k-nucleotide · ae3939cb
      Rob Pike authored
      R=rsc
      DELTA=367  (366 added, 0 deleted, 1 changed)
      OCL=32832
      CL=32836
      ae3939cb
    • Robert Griesemer's avatar
      - bufio.ReadRune fix for empty reads w/o errors · 5876cb0e
      Robert Griesemer authored
      - added testcases
      
      R=rsc
      DELTA=61  (56 added, 2 deleted, 3 changed)
      OCL=32831
      CL=32834
      5876cb0e
    • Robert Griesemer's avatar
      minor fix · 2117ad19
      Robert Griesemer authored
      R=rsc
      DELTA=2  (1 added, 1 deleted, 0 changed)
      OCL=32828
      CL=32830
      2117ad19
    • Rob Pike's avatar
      parallel spectral-norm · 158f3f64
      Rob Pike authored
      R=rsc
      DELTA=85  (84 added, 1 deleted, 0 changed)
      OCL=32810
      CL=32810
      158f3f64
    • Rob Pike's avatar
      spectral-norm · 8764ebee
      Rob Pike authored
      make regexp-dna use bytes not strings (no significant timing change)
      
      R=rsc
      DELTA=149  (138 added, 1 deleted, 10 changed)
      OCL=32804
      CL=32807
      8764ebee
  2. 05 Aug, 2009 16 commits
  3. 04 Aug, 2009 12 commits
  4. 03 Aug, 2009 5 commits
    • Rob Pike's avatar
      this time really clean up a TODO · f17c6bca
      Rob Pike authored
      R=rsc
      DELTA=28  (0 added, 20 deleted, 8 changed)
      OCL=32676
      CL=32684
      f17c6bca
    • Rob Pike's avatar
      clean up a TODO · fe287e79
      Rob Pike authored
      R=rsc
      DELTA=45  (28 added, 4 deleted, 13 changed)
      OCL=32673
      CL=32675
      fe287e79
    • Rob Pike's avatar
      don't crash printing a nil map · cb9c9738
      Rob Pike authored
      R=rsc
      DELTA=19  (18 added, 0 deleted, 1 changed)
      OCL=32656
      CL=32670
      cb9c9738
    • Russ Cox's avatar
      more 6g reorg; checkpoint. · 9dc22b6d
      Russ Cox authored
      typecheck.c is now responsible for all type checking
      except for assignment and function argument "..."
      
      R=ken
      OCL=32661
      CL=32667
      9dc22b6d
    • Robert Griesemer's avatar
      printer.go: · 17808905
      Robert Griesemer authored
      - emit line tag id's in html mode
      - support for general html tags
      - better names for a few identifiers
      
      godoc.go:
      - emit links from exported names to source code
        (actual placement needs fine-tuning)
      
      R=rsc
      DELTA=108  (68 added, 4 deleted, 36 changed)
      OCL=32639
      CL=32654
      17808905
  5. 01 Aug, 2009 2 commits