1. 14 Nov, 2008 4 commits
    • Russ Cox's avatar
      code coverage tool · 7832ab5b
      Russ Cox authored
      	$ 6cov -g 235.go 6.out
      	235.go:62,62 main·main 0x27c9-0x2829 MOVL	$main·.stringo(SB),AX
      	235.go:30,30 main·main 0x2856-0x285e ADDQ	$6c0,SP
      	$
      
      and assorted fixes.
      
      R=r
      DELTA=743  (732 added, 8 deleted, 3 changed)
      OCL=19226
      CL=19243
      7832ab5b
    • Rob Pike's avatar
      handle nils safely · 23553955
      Rob Pike authored
      R=rsc
      DELTA=38  (14 added, 10 deleted, 14 changed)
      OCL=19242
      CL=19242
      23553955
    • Robert Griesemer's avatar
      - better comment classification · 22e0e1b0
      Robert Griesemer authored
      - related cleanups
      
      R=r
      OCL=19227
      CL=19227
      22e0e1b0
    • Robert Griesemer's avatar
      * pretty printing snapshot: towards printing comments nicely · 3c2f0ae1
      Robert Griesemer authored
      - implemented elastic tabstops algorithm, now correct and documented
      - first cut at printing comments (use -comments flag, disabled for now)
      - struct field types are now aligned (using elastic tab stops)
      - needs more fine-tuning
      
      * fixed a bug in test script
      * added quick smoke test to makefile and invoke it in run.bash
        instead of the full test
      
      R=r
      OCL=19220
      CL=19220
      3c2f0ae1
  2. 13 Nov, 2008 8 commits
  3. 12 Nov, 2008 8 commits
  4. 11 Nov, 2008 5 commits
  5. 10 Nov, 2008 6 commits
  6. 08 Nov, 2008 4 commits
  7. 07 Nov, 2008 5 commits