1. 09 Aug, 2010 1 commit
  2. 20 Jun, 2010 2 commits
  3. 07 May, 2010 1 commit
  4. 29 Dec, 2009 1 commit
  5. 15 Dec, 2009 1 commit
    • Robert Griesemer's avatar
      1) Change default gofmt default settings for · a3d1045f
      Robert Griesemer authored
         parsing and printing to new syntax.
      
         Use -oldparser to parse the old syntax,
         use -oldprinter to print the old syntax.
      
      2) Change default gofmt formatting settings
         to use tabs for indentation only and to use
         spaces for alignment. This will make the code
         alignment insensitive to an editor's tabwidth.
      
         Use -spaces=false to use tabs for alignment.
      
      3) Manually changed src/exp/parser/parser_test.go
         so that it doesn't try to parse the parser's
         source files using the old syntax (they have
         new syntax now).
      
      4) gofmt -w src misc test/bench
      
      3rd set of files.
      
      R=rsc
      CC=golang-dev
      https://golang.org/cl/180048
      a3d1045f
  6. 20 Nov, 2009 1 commit
  7. 10 Nov, 2009 1 commit
  8. 09 Nov, 2009 1 commit
  9. 06 Nov, 2009 1 commit
  10. 28 Oct, 2009 1 commit
  11. 14 Oct, 2009 1 commit
  12. 12 Oct, 2009 1 commit
  13. 10 Oct, 2009 1 commit
  14. 08 Oct, 2009 1 commit
  15. 07 Oct, 2009 1 commit
  16. 06 Oct, 2009 1 commit
    • Nigel Tao's avatar
      First cut at a PNG encoder. · f2d2e113
      Nigel Tao authored
      TODOs include filtering, and a unit test.
      
      R=rsc
      APPROVED=r
      DELTA=280  (249 added, 1 deleted, 30 changed)
      OCL=35262
      CL=35348
      f2d2e113
  17. 21 Sep, 2009 1 commit
  18. 15 Sep, 2009 1 commit
    • Russ Cox's avatar
      more "declared and not used". · ca6a0fee
      Russ Cox authored
      the last round omitted := range and only
      checked 1 out of N vars in a multi-var :=
      
      R=r
      OCL=34624
      CL=34638
      ca6a0fee
  19. 14 Sep, 2009 1 commit
  20. 11 Sep, 2009 1 commit
    • Nigel Tao's avatar
      PNG decoder for go. · 70eef675
      Nigel Tao authored
      R=rsc
      APPROVED=r
      DELTA=694  (675 added, 3 deleted, 16 changed)
      OCL=34427
      CL=34554
      70eef675