1. 18 Jun, 2009 5 commits
  2. 17 Jun, 2009 9 commits
  3. 16 Jun, 2009 16 commits
  4. 15 Jun, 2009 3 commits
    • Robert Griesemer's avatar
      gofmt (final resting place TBD): · a893db87
      Robert Griesemer authored
      - replacement for pretty; app to format a single .go file
      
      printer.go (pkg/go/printer):
      - replacement for astprinter.go; implements AST printing
      - also replaces pkg/go/ast/format.go for now
      
      cleanups:
      - removed/saved away old code
      
      R=r,rsc,iant
      DELTA=2833  (1183 added, 1628 deleted, 22 changed)
      OCL=30226
      CL=30306
      a893db87
    • Robert Griesemer's avatar
      fixed typo (slipped in with previous submit) · c2faeac8
      Robert Griesemer authored
      TBR=rsc
      OCL=30300
      CL=30300
      c2faeac8
    • Robert Griesemer's avatar
      Support for line comments trailing a field or declaration: · 4a50434a
      Robert Griesemer authored
      - ast: added extra fields
      - parser: extended comment parsing to capture potential trailing comments
      
      Cleanups:
      - parser: more documentation, changed various identifiers from _-style to camelCase
      
      R=r,rsc
      DELTA=214  (84 added, 13 deleted, 117 changed)
      OCL=30259
      CL=30299
      4a50434a
  5. 12 Jun, 2009 1 commit
  6. 11 Jun, 2009 2 commits
  7. 10 Jun, 2009 3 commits
  8. 09 Jun, 2009 1 commit