An error occurred fetching the project authors.
  1. 02 Jul, 2015 2 commits
  2. 01 Jul, 2015 1 commit
  3. 29 Jun, 2015 1 commit
  4. 26 Jun, 2015 2 commits
  5. 25 Jun, 2015 2 commits
  6. 19 Jun, 2015 1 commit
  7. 17 Jun, 2015 1 commit
  8. 12 Jun, 2015 1 commit
  9. 09 Jun, 2015 2 commits
  10. 07 Jun, 2015 1 commit
  11. 05 Jun, 2015 2 commits
  12. 03 Jun, 2015 1 commit
  13. 30 May, 2015 1 commit
  14. 27 May, 2015 1 commit
  15. 21 May, 2015 1 commit
    • Russ Cox's avatar
      all: retire architecture letter in file names, public API · cf932cd8
      Russ Cox authored
      This CL removes the remaining visible uses of the "architecture letter" concept.
      (They are no longer in tool names nor in source directory names.)
      
      Because the architecture letter concept is now gone, delete GOCHAR
      from "go env" output, and change go/build.ArchChar to return an
      error always.
      
      The architecture letter is still used in the compiler and linker sources
      as a clumsy architecture enumeration, but that use is not visible to
      Go users and can be cleaned up separately.
      
      Change-Id: I4d97a38f372003fb610c9c5241bea440d9dbeb8d
      Reviewed-on: https://go-review.googlesource.com/10289Reviewed-by: default avatarRob Pike <r@golang.org>
      cf932cd8
  16. 18 May, 2015 1 commit
  17. 14 May, 2015 1 commit
  18. 13 May, 2015 1 commit
  19. 07 May, 2015 1 commit
  20. 06 May, 2015 2 commits
  21. 03 May, 2015 2 commits
  22. 01 May, 2015 2 commits
  23. 30 Apr, 2015 3 commits
  24. 29 Apr, 2015 1 commit
    • Russ Cox's avatar
      runtime/pprof: write heap statistics to heap profile always · c26fc88d
      Russ Cox authored
      The heap statistics were only written if asked for a profile with debug > 0,
      but that also prints a stack trace for each profile line, which is comparatively
      much noisier. The statistics are short enough and separate enough
      (they only appear at the end) and useful enough that we can print them
      always.
      
      This means that people using -test.memprofile in tests will get a memory
      profile with statistics included now. Pprof won't care, but if people care to
      look, the numbers will be there.
      
      This avoids the need for hacks like using -memprofilerate=1 to find
      the number of allocations.
      
      Change-Id: I10a4f593403d0315aad11b37c6e554b734caa73f
      Reviewed-on: https://go-review.googlesource.com/9491Reviewed-by: default avatarDavid Chase <drchase@google.com>
      c26fc88d
  25. 28 Apr, 2015 3 commits
  26. 27 Apr, 2015 1 commit
  27. 21 Apr, 2015 1 commit
  28. 17 Apr, 2015 1 commit