1. fe59bbe all: fix function names in comment by cuishuang · 3 days ago master
  2. 93d18d7 trace: regenerate trace from go@5879bf7 by Michael Anthony Knyszek · 10 days ago
  3. c0f41cb go.mod: update golang.org/x dependencies by Gopher Robot · 2 weeks ago
  4. a685a6e trace: regenerate trace from go@c2b1463 by Michael Anthony Knyszek · 3 weeks ago
  5. a85f2c6 go.mod: update golang.org/x dependencies by Gopher Robot · 6 weeks ago
  6. c7f7c64 trace: regenerate trace from go@6133c1e by Michael Anthony Knyszek · 5 weeks ago
  7. 35ce08e trace: update gen.bash for oldtrace and make it work seamlessly by Michael Anthony Knyszek · 5 weeks ago
  8. 814bf88 trace: make trace byte receiving synchronous by Nicolas Hillegeer · 8 weeks ago
  9. e579c86 trace: regenerate experimental API from go@d892cb4 by Michael Anthony Knyszek · 8 weeks ago
  10. ec58324 go.mod: update golang.org/x dependencies by Gopher Robot · 9 weeks ago
  11. 2c58cdc devtools: remove unused bash by Roland Shoemaker · 2 months ago
  12. 1b97071 slices: zero the slice elements discarded by Delete, DeleteFunc, Compact, CompactFunc, Replace. by Deleplace · 5 months ago
  13. db7319d go.mod: update golang.org/x dependencies by Gopher Robot · 3 months ago
  14. 0dcbfd6 protoveneer: remove by Jonathan Amsterdam · 3 months ago
  15. be819d1 trace: add experimental flight recorder API by Michael Anthony Knyszek · 4 months ago
  16. 02704c9 shiny/text: drop panic when GlyphAdvance returns !ok by Dmitri Shuralyov · 8 months ago
  17. 8ecfa16 shiny: update dependencies by Dmitri Shuralyov · 8 months ago
  18. dc181d7 event: run go mod tidy by Tatiana Bradley · 4 months ago
  19. 73b9e39 event: update to latest version of open telemetry by Jonathan Amsterdam · 4 months ago
  20. aacd6d4 protoveneer: the protoveneer tool by Jonathan Amsterdam · 4 months ago
  21. f3f8817 trace: regenerate experimental API from go@6d7b3c8 by Michael Anthony Knyszek · 5 months ago
  22. c4cbd9c trace: add script to generate experimental API from a Go checkout by Michael Anthony Knyszek · 5 months ago
  23. 6522937 go.mod: update golang.org/x dependencies by Gopher Robot · 5 months ago
  24. 9a3e603 slog: catch panics during formatting by Jonathan Amsterdam · 5 months ago
  25. 2478ac8 go.mod: update golang.org/x dependencies by Gopher Robot · 5 months ago
  26. 7918f67 go.mod: update golang.org/x dependencies by Gopher Robot · 7 months ago
  27. 3e424a5 shiny/driver/gldriver: stop activating regardless of the current app by Dmitri Shuralyov · 7 months ago
  28. 9212866 go.mod: update golang.org/x dependencies by Gopher Robot · 8 months ago
  29. d852ddb all: go get golang.org/x/tools@74c255b by Cuong Manh Le · 8 months ago
  30. 89c5cff apidiff: fix confusing changed messages by Jonathan Amsterdam · 9 months ago
  31. 3b0b5b6 apidiff: fix comparison of a type in an other package with a basic type by Jonathan Amsterdam · 9 months ago
  32. 352e893 event: update x/sys by Dmitri Shuralyov · 8 months ago
  33. 7b3493d jsonrpc2: do not panic when sending unmarshalable params by Maxime Soulé · 8 months ago
  34. 853ea24 slog: update value receiver names by suntala · 8 months ago
  35. 050eac2 shiny/driver/mtldriver: add cgo build constraint by Dmitri Shuralyov · 9 months ago
  36. 38c65eb all: delete obsolete // +build lines by Dmitri Shuralyov · 9 months ago
  37. d63ba01 apidiff: fix comparison of named types in other packages by Jonathan Amsterdam · 9 months ago
  38. a07a844 apidiff: support instantiated generic types by Jonathan Amsterdam · 9 months ago
  39. b0cb94b apidiff: clarify and add tests by Jonathan Amsterdam · 9 months ago
  40. 515e97e apidiff: split remaining tests by Jonathan Amsterdam · 9 months ago
  41. e86e1b1 apidiff: add subtests by Jonathan Amsterdam · 9 months ago
  42. 5dae85e apidiff: use testing.T.TempDir by Jonathan Amsterdam · 9 months ago
  43. 302865e slices: update to current standard library version by Ian Lance Taylor · 9 months ago
  44. d98519c x/exp/apidiff: add package path to change messages by Max Bowsher · 9 months ago
  45. 613f0c0 slices: add DeleteFunc by Ian Lance Taylor · 9 months ago
  46. 06a737e slog: rename XXXCtx to XXXContext, deprecate old names by Jonathan Amsterdam · 10 months ago
  47. fffb143 apidiff: rename typesEquivalent args by Jonathan Amsterdam · 10 months ago
  48. 2a6b8fd apidiff: clarify establishCorrespondence by Jonathan Amsterdam · 10 months ago
  49. beca063 apidiff: compare Basic types' kinds for correspondence by Jonathan Amsterdam · 10 months ago
  50. c3f3712 apidiff: match type parameter lists using correspondence by Jonathan Amsterdam · 10 months ago
  51. 97b1e66 cmd/gorelease: fix for LUCI by Heschi Kreinick · 10 months ago
  52. c6a51d5 errors/fmt: fix tests that assume GOPATH layout by Heschi Kreinick · 10 months ago
  53. 2e198f4 slog: support go 1.19 by Jonathan Amsterdam · 11 months ago
  54. 03e9162 apidiff: add module comparison support by noahdietz · 11 months ago
  55. f3d0a9c slog: remove unused files by Jonathan Amsterdam · 11 months ago
  56. dd950f8 slog: sync with log/slog by Jonathan Amsterdam · 11 months ago
  57. 47ecfdc slices: optimize Index and Compact for large types by Egon Elbre · 12 months ago
  58. 0ee363d slog/slogtest: add WithAttr resolve checks by Jonathan Amsterdam · 12 months ago
  59. 133eef4 slog: update value to go 1.20 unsafe functions; remove safe version by Jonathan Amsterdam · 12 months ago
  60. 22ee2bf go.mod: change language version to 1.20 by Jonathan Amsterdam · 12 months ago
  61. 5d9e357 slog/slogtest: add checks for resolving by Jonathan Amsterdam · 12 months ago
  62. 78e9a96 slog: move slogtests for built-in handlers by Jonathan Amsterdam · 12 months ago
  63. be6415c slog: backport changes from stdlib by Jonathan Amsterdam · 12 months ago
  64. 864b3d6 slices: update BinarySearchFunc docs for CL 464456 by Ian Lance Taylor · 1 year ago
  65. 0354be2 slog/slogtest: package for testing slog by Jonathan Amsterdam · 1 year, 3 months ago
  66. 10a5072 all: fix some comments by cui fliter · 1 year, 1 month ago
  67. 642cace slog: TextHandler uses %+v by Jonathan Amsterdam · 1 year, 1 month ago
  68. db07412 slog: promote subheadings by Jonathan Amsterdam · 1 year, 1 month ago
  69. 6c0aa0d slog: remove attempted subheading markers by Jonathan Amsterdam · 1 year, 1 month ago
  70. 522b1b5 slog: remove error argument from Error by Jonathan Amsterdam · 1 year, 1 month ago
  71. 24139be slog: documentation clarifications by Jonathan Amsterdam · 1 year, 1 month ago
  72. f0f767c slog: ensure Handler context is non-nil by Jonathan Amsterdam · 1 year, 2 months ago
  73. 9ff063c slog: change nopc variant from build tag to internal global by Jonathan Amsterdam · 1 year, 2 months ago
  74. 44a13b0 slog: define a removeTime function for examples by Jonathan Amsterdam · 1 year, 3 months ago
  75. 1329907 slog: clean up low-level logging functions by Jonathan Amsterdam · 1 year, 2 months ago
  76. c95f2b4 slog: update package doc by Jonathan Amsterdam · 1 year, 2 months ago
  77. 806bf56 slog: add context arguments by Jonathan Amsterdam · 1 year, 2 months ago
  78. 50820d9 slog: fix TextHandler panic on nil by Jonathan Amsterdam · 1 year, 2 months ago
  79. 30ed42f slog: make context an argument of Handle by Jonathan Amsterdam · 1 year, 2 months ago
  80. 5e25df0 slog: allow package docs to appear by Piers · 1 year, 3 months ago
  81. a684f29 slog: fix Logger.Error doc by Jonathan Amsterdam · 1 year, 2 months ago
  82. 01b2a36 slog: add doc to LevelHandler example by Jonathan Amsterdam · 1 year, 2 months ago
  83. 062eb4c slog: add NewLogLogger by Jonathan Amsterdam · 1 year, 2 months ago
  84. 9508327 slog: inline a group with an empty key by Jonathan Amsterdam · 1 year, 2 months ago
  85. 766ae72 slog: WithGroup("") is a no-op by Jonathan Amsterdam · 1 year, 2 months ago
  86. 059f4d9 slog: Handlers drop empty groups. by Jonathan Amsterdam · 1 year, 2 months ago
  87. 46f607a slog: LevelVar implements TextMarshaler by Jonathan Amsterdam · 1 year, 2 months ago
  88. 033684c slog: call Value.Resolve so Handlers don't have to by Jonathan Amsterdam · 1 year, 3 months ago
  89. 98cc5a0 slices: allow different types in BinarySearchFunc by Ian Lance Taylor · 1 year, 3 months ago
  90. 54bba9f slog: fix group example panic by Wei Zhang · 1 year, 3 months ago
  91. 04ff78c slog: remove Logger.makeRecord by Jonathan Amsterdam · 1 year, 3 months ago
  92. f062dba all: fix some comments by cui fliter · 1 year, 3 months ago
  93. dfa7d7a slog: JSONHandler does not escape HTML by Jonathan Amsterdam · 1 year, 3 months ago
  94. aae9b4e slog: Logger.Error puts error attribute first by Jonathan Amsterdam · 1 year, 3 months ago
  95. 8bd7c9d slog: Value.Any should return []Attr for a group by Jonathan Amsterdam · 1 year, 3 months ago
  96. ac48d9c slog: fix HandlerOptions.ReplaceAttr doc by Jonathan Amsterdam · 1 year, 3 months ago
  97. a960b37 slog: Handler.Enabled takes a context by Jonathan Amsterdam · 1 year, 3 months ago
  98. 31bee51 slog: correctly represent the zero Time in a Value by Jonathan Amsterdam · 1 year, 3 months ago
  99. cafedaf slog/benchmarks/zerolog_benchmarks: add locking by Jonathan Amsterdam · 1 year, 3 months ago
  100. 4ca2cb1 slog/benchmarks/zap_benchmarks: add JSON benchmarks by Jonathan Amsterdam · 1 year, 3 months ago