An error occurred fetching the project authors.
  1. 30 Mar, 2010 1 commit
    • Russ Cox's avatar
      single argument panic · 00f9f0c0
      Russ Cox authored
      note that sortmain.go has been run through hg gofmt;
      only the formatting of the day initializers changed.
      i'm happy to revert that formatting if you'd prefer.
      
      stop on error in doc/progs/run
      
      R=r
      CC=golang-dev
      https://golang.org/cl/850041
      00f9f0c0
  2. 02 Mar, 2010 1 commit
  3. 29 Dec, 2009 2 commits
  4. 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
  5. 07 Dec, 2009 1 commit
  6. 04 Dec, 2009 1 commit
  7. 01 Dec, 2009 1 commit
  8. 17 Nov, 2009 1 commit
  9. 10 Nov, 2009 1 commit
  10. 09 Nov, 2009 1 commit
  11. 06 Nov, 2009 1 commit
  12. 05 Nov, 2009 1 commit
  13. 12 Oct, 2009 2 commits
    • Rob Pike's avatar
      better code for allocation through indirection · c0e0f82e
      Rob Pike authored
      R=rsc
      DELTA=11  (3 added, 5 deleted, 3 changed)
      OCL=35583
      CL=35583
      c0e0f82e
    • Rob Pike's avatar
      fix bugs in gob. · 330ab5fd
      Rob Pike authored
      1) didn't handle attempts to encode non-structs properly.
      2) if there were multiple indirections involving allocation, didn't allocate the
      intermediate cells.
      tests added.
      
      R=rsc
      DELTA=82  (65 added, 5 deleted, 12 changed)
      OCL=35582
      CL=35582
      330ab5fd
  14. 07 Oct, 2009 1 commit
  15. 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
  16. 12 Aug, 2009 2 commits
  17. 29 Jul, 2009 3 commits
  18. 28 Jul, 2009 1 commit
    • Rob Pike's avatar
      - clean up code creating keys for type maps · 483e4fc4
      Rob Pike authored
      - derive int, uint, float, uintptr decoders based on their size
      - add overflow checks in decode
      
      R=rsc
      DELTA=407  (281 added, 44 deleted, 82 changed)
      OCL=32286
      CL=32290
      483e4fc4
  19. 27 Jul, 2009 2 commits
  20. 17 Jul, 2009 4 commits
  21. 15 Jul, 2009 1 commit
  22. 09 Jul, 2009 1 commit
  23. 08 Jul, 2009 1 commit
  24. 07 Jul, 2009 1 commit
    • Russ Cox's avatar
      gob: use new reflect · 87783933
      Russ Cox authored
      R=r
      DELTA=242  (68 added, 69 deleted, 105 changed)
      OCL=31239
      CL=31289
      87783933
  25. 06 Jul, 2009 1 commit
  26. 03 Jul, 2009 2 commits
    • Rob Pike's avatar
      slices · 265674fa
      Rob Pike authored
      R=rsc
      DELTA=59  (44 added, 13 deleted, 2 changed)
      OCL=31105
      CL=31105
      265674fa
    • Rob Pike's avatar
      indirection on array elements. · c1fc4c8f
      Rob Pike authored
      R=rsc
      DELTA=57  (34 added, 10 deleted, 13 changed)
      OCL=31098
      CL=31101
      c1fc4c8f
  27. 02 Jul, 2009 4 commits