1. 1930977 all: gofmt main repo by Russ Cox · 3 years, 1 month ago
  2. 2580d0e all: gofmt -w -r 'interface{} -> any' src by Russ Cox · 3 years, 3 months ago
  3. afe43f1 context: implement Context.Value using iteration rather than recursion by roudkerk · 3 years, 8 months ago
  4. 52bf14e all: fix spellings by Naman Gera · 4 years ago
  5. c9d9b40 context: avoid importing context package twice by Kevin Burke · 4 years, 1 month ago
  6. ae1fa08 context: reduce contention in cancelCtx.Done by Josh Bleecher Snyder · 4 years, 1 month ago
  7. 42b9e3a context: fix XTestInterlockedCancels by Keiichi Hirobe · 4 years, 1 month ago
  8. 5d2ddcd context: fix a flaky timeout in TestLayersTimeout by Bryan C. Mills · 5 years ago
  9. 0205790 context: prevent creation of invalid contexts by Kyle Nusbaum · 5 years ago
  10. e8ecda8 context: deflake time-sensitive tests by Bryan C. Mills · 5 years ago
  11. a0c1e8d context: mark testDeadline as a testing helper method by Ian Lance Taylor · 5 years ago
  12. 0ad3686 context: use fewer goroutines in WithCancel/WithTimeout by Russ Cox · 5 years ago
  13. 90f9426 context: mention asynchronous cancellation propagation by Egon Elbre · 6 years ago
  14. 0e54d28 all: remove os.ErrTimeout by Damien Neil · 6 years ago
  15. ea8b0ac all: remove os.ErrTemporary by Damien Neil · 6 years ago
  16. 82ee4e7 context: document CancelFunc to be safe for simultaneous use by multiple goroutines by Alex Myasoedov · 6 years ago
  17. 170b8b4 all: add Unwrap and Is methods to various error types by Damien Neil · 6 years ago
  18. 5781df4 all: s/cancelation/cancellation/ by Josh Bleecher Snyder · 6 years ago
  19. c4953a6 context: simplify stringify with a type switch by 喜欢兰花山丘 · 6 years ago
  20. 724a86f context: don't depend on fmt by Brad Fitzpatrick · 6 years ago
  21. 88adc33 context: remove dependency on reflect by Michael Fraenkel · 6 years ago
  22. 119fafc context: avoid duplicate removeChild by Weerasak Chongnguluam · 8 years ago
  23. ccb70bd context: don't talk about tools that don't exist by Dominik Honnef · 7 years ago
  24. 2cf9732 context: add docs to ExampleWithValue by Ioannis Georgoulas · 8 years ago
  25. b0ac254 context: add benchmarks for context cancellation by Carl Mastrangelo · 7 years ago
  26. 0b9c1ad context: avoid defer in the cancelCtx.Err method by Keegan Carruthers-Smith · 7 years ago
  27. eca4599 context: fix references to "d" in WithDeadline docs by Michael Darakananda · 7 years ago
  28. 5a986ec all: fix article typos by Kunpei Sakai · 7 years ago
  29. 76f4fd8 runtime: improve timers scalability on multi-CPU systems by Aliaksandr Valialkin · 8 years ago
  30. 2915e44 context: fix lint warning “drop = 0 from declaration” by Michael Stapelberg · 8 years ago
  31. 6e2c4bc context: define behavior for Err before Done is closed by Russ Cox · 8 years ago
  32. 094498c all: fix minor misspellings by Eric Lagergren · 8 years ago
  33. dc6af19 context: document that Err is unspecified before Done by Ian Lance Taylor · 8 years ago
  34. 986768d context: lazily initialize cancelCtx done channel by Josh Bleecher Snyder · 8 years ago
  35. 4c4201f all: make spelling consistent by Brad Fitzpatrick · 8 years ago
  36. c921d8f context: document appropriate WithValue key type more by Brad Fitzpatrick · 8 years ago
  37. 606f81e context: adjust tests to avoid importing "testing" in package context by Russ Cox · 8 years ago
  38. 31f5064 context: add comments to the WithCancel example, apply minor improvements by Jaana Burcu Dogan · 8 years ago
  39. f69991c context: make DeadlineExceeded implement net.Error by Russ Cox · 8 years ago
  40. c5f064e context: discourage use of basic types as keys in WithValue by Matt Layher · 8 years ago
  41. 1161a19 context: add examples by Carlos C · 9 years ago
  42. 3938279 context: reduce memory usage of context tree by Jack Lindamood · 9 years ago
  43. 298791a all: use time.Until where applicable by Brad Fitzpatrick · 9 years ago
  44. ab9137d context: test WithCancel with canceled parent by Jaana Burcu Dogan · 9 years ago
  45. 8876061 context: add test for WithDeadline in the past by Jack Lindamood · 9 years ago
  46. fc12bb2 context: cancel the context in ExampleWithTimeout, with explanation by Alan Donovan · 9 years ago
  47. e4dc7f1 context: update documentation on cancelation and go vet check. by Sameer Ajmani · 9 years ago
  48. c4692da context: document how to release resources associated with Contexts. by Sameer Ajmani · 9 years ago
  49. 04acd62 context: fix typo in comments by Kenny Grant · 9 years ago
  50. dc4427f context: make DeadlineExceeded have a Timeout method by Brad Fitzpatrick · 9 years ago
  51. 0960c7c context: use https in docs by Shenghou Ma · 9 years ago
  52. c884f65 context: produce a nicer panic message for a nil WithValue key by Brad Fitzpatrick · 9 years ago
  53. 87bca88 context: fix doc typo by Brad Fitzpatrick · 9 years ago
  54. 501ddf7 context: attempt to deflake timing tests by Brad Fitzpatrick · 9 years ago
  55. bd72497 context: document that WithValue's key must be comparable by Brad Fitzpatrick · 9 years ago
  56. 59d1868 context: disable more flaky tests on openbsd by Brad Fitzpatrick · 9 years ago
  57. e2c0974 context: mark more tests as flaky on OpenBSD by Brad Fitzpatrick · 9 years ago
  58. 2cefd12 net, runtime: skip flaky tests on OpenBSD by Brad Fitzpatrick · 9 years ago
  59. 9db7ef5 context: add the context package from golang.org/x/net/context by Brad Fitzpatrick · 9 years ago