1. 1930977 all: gofmt main repo by Russ Cox · 3 years, 1 month ago
  2. 690ac40 all: remove trailing blank doc comment lines by Russ Cox · 3 years, 1 month ago
  3. 2580d0e all: gofmt -w -r 'interface{} -> any' src by Russ Cox · 3 years, 3 months ago
  4. b36b001 container/list: remove unnecessary code by Gusted · 3 years, 4 months ago
  5. f1f8f9a container/list: fix typo in function comments by Yasser Abdolmaleki · 4 years, 9 months ago
  6. 2edeb23 container/list: remove temporary variable `n` by Joe Kyo · 5 years ago
  7. 06b0bab all: shorten some tests by Russ Cox · 6 years ago
  8. 7a9968f container/heap: avoid memory leak in example by WhisperRain · 6 years ago
  9. 9d025bd container/heap: adjust wording in comments by Russ Cox · 6 years ago
  10. 5bc1fd4 container/list: combining insert and remove operations while moving elements within a list. by Raghavendra Nagaraj · 6 years ago
  11. 6570ea3 container/heap: clarify that Remove returns the removed element by Qais Patankar · 7 years ago
  12. 641c322 container/heap: fix comments style by bontequero · 7 years ago
  13. a99deed container/list: document nil values more by Brad Fitzpatrick · 7 years ago
  14. 26e49e6 container/ring: fix example_test.go by Jason Wangsadinata · 7 years ago
  15. bbafa21 container/ring: add examples for various Ring functions by Jason Wangsadinata · 7 years ago
  16. a696277 container/heap: call t.Helper() in verify() by Tyler Bui-Palsulich · 7 years ago
  17. ee57e36 container/heap: avoid up() invoke if down() success at heap.Remove() by wuyunzhou · 8 years ago
  18. f5352a7 container/heap: optimization when selecting smaller child by ltnwgl · 8 years ago
  19. 88858fa container/list: silence vet warnings by Josh Bleecher Snyder · 9 years ago
  20. b98d8cd container/heap: remove one unnecessary comparison in Fix by Sina Siadat · 9 years ago
  21. 93e8e70 all: fixed a handful of typos by Robert Griesemer · 9 years ago
  22. 30c278d container/heap: correct number of elements in BenchmarkDup by Jamil Djadala · 9 years ago
  23. 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
  24. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 10 years ago