1. 15 Mar, 2012 1 commit
  2. 14 Mar, 2012 1 commit
  3. 13 Mar, 2012 1 commit
  4. 12 Mar, 2012 1 commit
  5. 06 Mar, 2012 1 commit
  6. 05 Mar, 2012 1 commit
  7. 28 Feb, 2012 1 commit
  8. 12 Jan, 2012 1 commit
  9. 05 Jan, 2012 2 commits
  10. 21 Dec, 2011 1 commit
  11. 12 Dec, 2011 3 commits
  12. 08 Dec, 2011 1 commit
    • Rob Pike's avatar
      doc/go1: map deletion · 2fa987b6
      Rob Pike authored
      This CL is in part a proposal for how to write these sections:
      - Brief discussion of change
      - No attempt to analyze the thinking about it
      - Old code
      - New code, runnable if possible
      - How to update old programs
      
      R=golang-dev, remyoudompheng, gri, adg
      CC=golang-dev
      https://golang.org/cl/5454044
      2fa987b6
  13. 14 Oct, 2011 1 commit
  14. 29 Aug, 2011 1 commit
  15. 22 Aug, 2011 1 commit
  16. 20 Aug, 2011 1 commit
  17. 01 Jul, 2011 1 commit
  18. 31 Jan, 2011 1 commit
  19. 13 Dec, 2010 1 commit
  20. 30 Aug, 2010 1 commit
  21. 18 Aug, 2010 1 commit
  22. 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
  23. 11 Dec, 2009 1 commit
  24. 24 Nov, 2009 1 commit
    • Sergio Luis O. B. Correia's avatar
      go: makes it build for the case $GOROOT has whitespaces · 6fc82072
      Sergio Luis O. B. Correia authored
      the bash scripts and makefiles for building go didn't take into account
      the fact $GOROOT / $GOBIN could both be directories containing whitespaces,
      and was not possible to build it in such a situation.
      
      this commit adjusts the various makefiles/scripts to make it aware of that
      possibility, and now it builds successfully when using a path with whitespaces
      as well.
      
      Fixes #115.
      
      R=rsc, dsymonds1
      https://golang.org/cl/157067
      6fc82072
  25. 18 Nov, 2009 1 commit
  26. 15 Sep, 2009 1 commit
  27. 05 Jun, 2009 1 commit
  28. 02 Jun, 2009 1 commit
  29. 18 Mar, 2009 1 commit
  30. 17 Mar, 2009 1 commit
  31. 30 Jan, 2009 1 commit
  32. 09 Jan, 2009 1 commit
    • Rob Pike's avatar
      update tutorial to new language. · 40d54352
      Rob Pike authored
      add a section on printing
      add a section on allocation
      
      R=rsc
      DELTA=500  (278 added, 15 deleted, 207 changed)
      OCL=22381
      CL=22456
      40d54352
  33. 06 Jan, 2009 1 commit
    • Rob Pike's avatar
      make the tutorial programs run again. · 8d21004b
      Rob Pike authored
      (the text still needs fixing)
      add the tutorial programs to the test run.
      
      R=rsc
      DELTA=41  (6 added, 0 deleted, 35 changed)
      OCL=22174
      CL=22174
      8d21004b
  34. 17 Sep, 2008 1 commit
    • Rob Pike's avatar
      tutorial code: · f7a506bf
      Rob Pike authored
      tweak a program or two
      delete unused programs
      add shell script to run them all
      
      R=gri
      DELTA=213  (62 added, 147 deleted, 4 changed)
      OCL=15435
      CL=15437
      f7a506bf