1. 25 Mar, 2013 1 commit
  2. 17 Sep, 2012 1 commit
  3. 05 Dec, 2011 1 commit
  4. 14 Jul, 2011 1 commit
  5. 11 Jan, 2010 1 commit
  6. 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
  7. 10 Nov, 2009 1 commit
  8. 09 Nov, 2009 1 commit
  9. 07 Oct, 2009 1 commit
  10. 12 Aug, 2009 1 commit
    • Russ Cox's avatar
      convert low-level (used by testing) packages to · 3b864e41
      Russ Cox authored
      whole-package compilation.  new Makefiles,
      tests now in separate package
      
      	bytes
      	flag
      	fmt
      	io
      	math
      	once
      	os
      	reflect
      	strconv
      	sync
      	time
      	utf8
      
      delete import "xxx" in package xxx.
      
      inside package xxx, xxx is not declared
      anymore so s/xxx.//g
      
      delete file and package level forward declarations.
      
      note the new internal_test.go and sync
      and strconv to provide public access to
      internals during testing.  the installed version
      of the package omits that file and thus does
      not open the internals to all clients.
      
      R=r
      OCL=33065
      CL=33097
      3b864e41
  11. 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
  12. 05 Mar, 2009 1 commit
    • Russ Cox's avatar
      math: doc · dfc3910a
      Russ Cox authored
      R=r
      DELTA=173  (74 added, 14 deleted, 85 changed)
      OCL=25753
      CL=25767
      dfc3910a
  13. 20 Jan, 2009 1 commit
  14. 20 Nov, 2008 1 commit
  15. 05 Aug, 2008 1 commit
  16. 12 Jul, 2008 1 commit
  17. 09 Jul, 2008 1 commit
  18. 28 Jun, 2008 1 commit
  19. 28 Mar, 2008 1 commit