1. 14 Jan, 2014 1 commit
  2. 13 Jan, 2014 11 commits
  3. 12 Jan, 2014 1 commit
  4. 11 Jan, 2014 3 commits
  5. 10 Jan, 2014 10 commits
  6. 09 Jan, 2014 13 commits
  7. 08 Jan, 2014 1 commit
    • Rob Pike's avatar
      cmd/nm: add -sort=size · fca453e0
      Rob Pike authored
      When printing the size, we often want to sort on that key.
      Because it's used when looking for large things, make the
      sort go from largest to smallest.
      
      Perfect recreation of CL 45150044, which was lost to some blunder.
      
      R=golang-codereviews, gobot, rsc
      CC=golang-codereviews
      https://golang.org/cl/48500044
      fca453e0