An error occurred fetching the project authors.
  1. 15 Dec, 2009 1 commit
    • Robert Griesemer's avatar
      1) Change default gofmt default settings for · 45ca9f7a
      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
      
      5th and last set of files.
      
      R=rsc
      CC=golang-dev
      https://golang.org/cl/180050
      45ca9f7a
  2. 12 Dec, 2009 1 commit
  3. 20 Nov, 2009 1 commit
  4. 10 Nov, 2009 2 commits
  5. 09 Nov, 2009 1 commit
  6. 06 Nov, 2009 2 commits
  7. 02 Nov, 2009 1 commit
  8. 08 Oct, 2009 1 commit
  9. 01 Sep, 2009 1 commit
  10. 12 Aug, 2009 1 commit
  11. 11 Aug, 2009 1 commit
  12. 10 Aug, 2009 1 commit
  13. 05 Aug, 2009 2 commits
  14. 29 Jun, 2009 1 commit
    • Russ Cox's avatar
      io.StringBytes -> strings.Bytes · d3a412a5
      Russ Cox authored
      io.ByteBuffer -> bytes.Buffer
      
      left io.ByteBuffer stub around for now,
      for protocol compiler.
      
      R=r
      OCL=30861
      CL=30872
      d3a412a5
  15. 19 Jun, 2009 1 commit
  16. 09 Jun, 2009 1 commit
    • Rob Pike's avatar
      mv src/lib to src/pkg · d90e7cba
      Rob Pike authored
      tests: all.bash passes, gobuild still works, godoc still works.
      
      R=rsc
      OCL=30096
      CL=30102
      d90e7cba
  17. 11 May, 2009 1 commit
  18. 08 May, 2009 1 commit
  19. 17 Apr, 2009 2 commits
    • Rob Pike's avatar
      Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Errors with os.Errors. · aaf63f8d
      Rob Pike authored
      lib/template updated to use new setup; its clients also updated.
      
      Step 2 will make os's error support internally much cleaner.
      
      R=rsc
      OCL=27586
      CL=27586
      aaf63f8d
    • Russ Cox's avatar
      Convert go tree to hierarchical pkg directory: · 1f6463f8
      Russ Cox authored
      	import (
      		"vector" -> "container/vector"
      		"ast" -> "go/ast"
      		"sha1" -> "hash/sha1"
      		etc.
      	)
      
      and update Makefiles.  Because I did the conversion
      semi-automatically, I sorted all the import blocks
      as a post-processing.  Some files have therefore
      changed that didn't strictly need to.
      
      Rename local packages to lower case.
      The upper/lower distinction doesn't work on OS X
      and complicates the "single-package directories
      with the same package name as directory name"
      heuristic used by gobuild and godoc to create
      the correlation between source and binary locations.
      Now that we have a plan to avoid globally unique
      names, the upper/lower is unnecessary.
      
      The renamings will cause trouble for a few users,
      but so will the change in import paths.
      This way, the two maintenance fixes are rolled into
      one inconvenience.
      
      R=r
      OCL=27573
      CL=27575
      1f6463f8
  20. 05 Mar, 2009 5 commits
    • Russ Cox's avatar
      misc doc · 8a7eb778
      Russ Cox authored
      R=r
      DELTA=50  (28 added, 0 deleted, 22 changed)
      OCL=25763
      CL=25770
      8a7eb778
    • Rob Pike's avatar
      delete deprecated files. · 5b814d02
      Rob Pike authored
      deletion beats documentation for deprecation.
      
      R=rsc,gri
      DELTA=509  (2 added, 490 deleted, 17 changed)
      OCL=25737
      CL=25768
      5b814d02
    • Rob Pike's avatar
      delete bogus vestige · d1ac2184
      Rob Pike authored
      R=rsc
      OCL=25730
      CL=25730
      d1ac2184
    • Rob Pike's avatar
      typos · 92767869
      Rob Pike authored
      R=gri
      DELTA=3  (0 added, 1 deleted, 2 changed)
      OCL=25728
      CL=25728
      92767869
    • Rob Pike's avatar
      remove some incorrect capitalizations. · a0feb325
      Rob Pike authored
      add commentary.
      
      R=rsc
      DELTA=231  (41 added, 24 deleted, 166 changed)
      OCL=25724
      CL=25726
      a0feb325
  21. 08 Feb, 2009 1 commit
    • Rob Pike's avatar
      a few small cleanups · 65061488
      Rob Pike authored
      R=rsc
      DELTA=21  (2 added, 2 deleted, 17 changed)
      OCL=24638
      CL=24654
      65061488
  22. 20 Jan, 2009 1 commit
  23. 16 Jan, 2009 3 commits
  24. 06 Jan, 2009 2 commits
  25. 19 Dec, 2008 2 commits
  26. 19 Nov, 2008 1 commit
  27. 26 Oct, 2008 1 commit
  28. 22 Oct, 2008 1 commit