1. e0b990b cmd/gorelease: allow -base to be a different major version by Jay Conrod · 3 years, 1 month ago
  2. 0e974a2 event: Builder.With takes vararg labels by Jonathan Amsterdam · 3 years ago
  3. ffcf9a0 event: logfmt improvements by Ian Cottrell · 3 years ago
  4. 0dc655b event: add a benchmark with namespace capturing turned on by Ian Cottrell · 3 years ago
  5. acb5c12 event: move the special values back to direct embedding in the event by Ian Cottrell · 3 years ago
  6. 55df113 event: merge bench and eventtest, and put it in the right place by Ian Cottrell · 3 years ago
  7. 89548d5 event: make all the benchmarks consistent, and clean up time handling by Ian Cottrell · 3 years ago
  8. 84e2742 event: renaming all benchmarks for consistency by Ian Cottrell · 3 years ago
  9. 9b3f4f7 event: move all the benchmarks to live with their adapter by Ian Cottrell · 3 years, 1 month ago
  10. f5511b2 event: extract the benchmark helpers from the benchmarks by Ian Cottrell · 3 years, 1 month ago
  11. 27b892e cmd/gorelease: fix tests for race builders by Ian Cottrell · 3 years ago
  12. f956177 jsonrpc2: JSON-RPC 2.0 implementation by Jonathan Amsterdam · 3 years ago
  13. c1684c6 event: Builder.Start returns a builder by Jonathan Amsterdam · 3 years ago
  14. 3d9d43c event: add IntDistribution metric by Jonathan Amsterdam · 3 years ago
  15. 172e675 event: constructors require metric description by Jonathan Amsterdam · 3 years ago
  16. 50e41a6 event: semi-automatic trace duration metric by Jonathan Amsterdam · 3 years ago
  17. 67a24dd event: move all the logging adapters into the adapters directory by Ian Cottrell · 3 years, 1 month ago
  18. 7e9bf48 event: normalize the keys used by all the logging adapters by Ian Cottrell · 3 years, 1 month ago
  19. 11da5e4 event: extract capture handler for re-use by Ian Cottrell · 3 years, 1 month ago
  20. f116da1 event: metric tweaks by Jonathan Amsterdam · 3 years ago
  21. 2883fa7 event: fix broken test by Jonathan Amsterdam · 3 years ago
  22. bd6f80a event: separate metric types with Record methods by Jonathan Amsterdam · 3 years ago
  23. 368a25b event: metric-specific builders by Jonathan Amsterdam · 3 years ago
  24. 8a7358d event: WIP: another try at metrics by Jonathan Amsterdam · 3 years ago
  25. cd2df34 event: add benchmarks for context lookups by Jonathan Amsterdam · 3 years ago
  26. bacb258 event/bench: rename and add benchmarks by Jonathan Amsterdam · 3 years, 1 month ago
  27. 10f7c07 event/logging: use eventtest options by Jonathan Amsterdam · 3 years, 1 month ago
  28. ab0bbb6 event: add NopHandler by Jonathan Amsterdam · 3 years, 1 month ago
  29. 12e9f91 event: detect failure to clone by Jonathan Amsterdam · 3 years, 1 month ago
  30. 3d6432c event: add a namespace to every event by Jonathan Amsterdam · 3 years, 1 month ago
  31. 50c1ec4 event: default to adding current time to events by Jonathan Amsterdam · 3 years, 1 month ago
  32. e6151d1 event: add ExporterOptions by Jonathan Amsterdam · 3 years, 1 month ago
  33. 86dd7ad event: make all the tests external tests by Ian Cottrell · 3 years, 1 month ago
  34. cad338e event: merge the handlers but not the methods by Ian Cottrell · 3 years, 1 month ago
  35. df593c4 event: fix up the disabled version by Ian Cottrell · 3 years, 1 month ago
  36. 36a7a80 event: remove report allocs from the benchmarks by Ian Cottrell · 3 years, 1 month ago
  37. 29119ec event: clean up exporter construction by Ian Cottrell · 3 years, 1 month ago
  38. 300efdb event: cleanup the printer by Ian Cottrell · 3 years, 1 month ago
  39. 273e9f4 event: only give trace events an ID by Ian Cottrell · 3 years, 1 month ago
  40. a7ccfa7 event: add Bytes value type and simplify the printer by Ian Cottrell · 3 years, 1 month ago
  41. 4c09cab event: make message a normal label by Ian Cottrell · 3 years, 1 month ago
  42. e39418b event/otel: adapter for OpenTelemetry tracing by Jonathan Amsterdam · 3 years, 1 month ago
  43. 3999bb4 event/logging: event adapters for logging by Jonathan Amsterdam · 3 years, 2 months ago
  44. 9e70acc shiny/iconvg: link to the canonical spec by Nigel Tao · 3 years, 1 month ago
  45. b47a03e event: merge the trace builder into the normal one by Ian Cottrell · 3 years, 1 month ago
  46. 737f94c event: propagate trace context by Jonathan Amsterdam · 3 years, 1 month ago
  47. bd7cc9f event: various builder changes by Jonathan Amsterdam · 3 years, 1 month ago
  48. 9a6c3a9 event: switch to kind specific handlers by Ian Cottrell · 3 years, 1 month ago
  49. b71d70b event: changes to support context in start by Ian Cottrell · 3 years, 2 months ago
  50. 0325d67 event: add Equal methods for Label and Value by Jonathan Amsterdam · 3 years, 2 months ago
  51. 2df949a cmd/gorelease: skip circular imports when inspecting go.sum and go.mod differences by Jean de Klerk · 3 years, 2 months ago
  52. 202106c cmd/gorelease: fix test runner, and implementation of existing versions check by Jean de Klerk · 3 years, 1 month ago
  53. b3083d5 event: better printing by Ian Cottrell · 3 years, 2 months ago
  54. 60409ab go.mod: upgrade to go 1.17 by Bryan C. Mills · 3 years, 2 months ago
  55. b698a44 go.mod: update go version to 1.16 by Bryan C. Mills · 3 years, 2 months ago
  56. dae36d6 go.sum: add missing checksums by Bryan C. Mills · 3 years, 2 months ago
  57. aa42230 event: adding a global default exporter by Ian Cottrell · 3 years, 2 months ago
  58. b322ce8 event: a better version of labels by Ian Cottrell · 3 years, 2 months ago
  59. ab28325 event: mild improvement to severity by Ian Cottrell · 3 years, 2 months ago
  60. 937deba event: Start takes labels; remove Builder.End by Jonathan Amsterdam · 3 years, 2 months ago
  61. 49edb86 event: suggestion: event.Start returns end by Jonathan Amsterdam · 3 years, 2 months ago
  62. e860ab8 event: simplify label slice storage optimization by Jonathan Amsterdam · 3 years, 2 months ago
  63. 9595b1e event: add Label.Apply by Jonathan Amsterdam · 3 years, 2 months ago
  64. ea4f228 event: a new version of the observability system used in gopls by Ian Cottrell · 3 years, 2 months ago
  65. 0739314 cmd/gorelease: don't suggest a version that already exists by Jean de Klerk · 3 years, 5 months ago
  66. 4513512 x/exp/cmd/gorelease: add more documentation for version by Jean de Klerk · 3 years, 3 months ago
  67. 85be41e all: go fmt ./... by Russ Cox · 3 years, 4 months ago
  68. 62dc522 shiny/iconvg: fix panic for out-of-range colors by Nigel Tao · 3 years, 4 months ago
  69. d352d2d x/exp/cmd/gorelease: add test for tidy submodule by Jean de Klerk · 3 years, 5 months ago
  70. 8498777 x/exp/cmd/gorelease: err when main module requests lower version than cycle by Jean de Klerk · 3 years, 7 months ago
  71. 4ebcfff x/exp/cmd/gorelease: avoid using -mod=mod and support lazy module loading by Jean de Klerk · 3 years, 8 months ago
  72. eab1b5e shiny/iconvg: add a decode + encode round-trip test by Dmitri Shuralyov · 3 years, 6 months ago
  73. e89b829 shiny/iconvg: make SetEllipticalGradient math deterministic by Dmitri Shuralyov · 3 years, 6 months ago
  74. b63382b shiny/driver/gldriver: add darwin/arm64 (macOS) support by Dmitri Shuralyov · 3 years, 6 months ago
  75. 660891f shiny/driver/mtldriver: add darwin/arm64 (macOS) support by Dmitri Shuralyov · 3 years, 6 months ago
  76. b5a6e24 cmd/gorelease: support comparing replacement modules by Jay Conrod · 3 years, 6 months ago
  77. a20c86d cmd/gorelease: support comparison of modules with different paths by Jay Conrod · 4 years ago
  78. fa01524 README: add pkg.go.dev tag by Jay Conrod · 3 years, 7 months ago
  79. e3b2a7f x/exp/cmd/gorelease: diagnostic about proposed prerelease by Jean de Klerk · 3 years, 9 months ago
  80. c827fd4 x/exp/cmd/gorelease: suggest a minor version increment if requirements increase by Jean de Klerk · 3 years, 9 months ago
  81. 18d7dbd cmd/gorelease: use -mod=mod when listing packages by Jay Conrod · 3 years, 9 months ago
  82. 20d5ce0 x/exp/cmd/gorelease: specify which incomplete requirements were missing by Jean de Klerk · 3 years, 10 months ago
  83. ae8ad44 x/exp/cmd/gorelease: report all go.mod zip errors by Jean de Klerk · 3 years, 10 months ago
  84. c4f52b2 x/exp/cmd/gorelease: add usage by Jean de Klerk · 3 years, 10 months ago
  85. 1ff542f cmd/gorelease: add testdata/README.md, explaining test format by Jay Conrod · 3 years, 10 months ago
  86. 343667a cmd/gorelease: make TestRelease/errors/errors pass with new error message by Jay Conrod · 3 years, 10 months ago
  87. 94841d0 cmd/gorelease: extract loading functions out of makeReleaseReport by Jay Conrod · 4 years ago
  88. eaf4f2b cmd/gorelease: move path functions to new file and add tests by Jay Conrod · 4 years ago
  89. 40f9624 cmd/gorelease: accept version queries for -base by Jay Conrod · 4 years ago
  90. 27b6b2a errors/fmt: test fmt copy not std lib fmt by Martin Möhrmann · 3 years, 10 months ago
  91. e886ac8 cmd/gorelease: don't depend on order of requirements in go.mod by Jay Conrod · 3 years, 10 months ago
  92. 0022984 errors/fmt: avoid string(int) by Brad Fitzpatrick · 4 years, 1 month ago
  93. e8c3332 exp/ebnflint: skip test if spec is not found by Robert Griesemer · 4 years, 3 months ago
  94. 167ffe9 cmd/gorelease: remove comment about packages.Load behavior by Jay Conrod · 4 years, 3 months ago
  95. 8573502 cmd/gorelease: sort packages returned by packages.Load. by Jay Conrod · 4 years, 3 months ago
  96. fcea875 cmd/gorelease: infer base version if unspecified by Jay Conrod · 4 years, 5 months ago
  97. 6cc2880 shiny/driver/mtldriver: update to GLFW 3.3.2 by Dmitri Shuralyov · 4 years, 4 months ago
  98. 7c80518 ebnf: support raw string tokens as used by EBNF in the Go spec by Frederik Zipp · 4 years, 4 months ago
  99. 85f925b cmd/gorelease: detect problems before releasing new module versions by Jay Conrod · 4 years, 9 months ago
  100. f17229e cmd/txtar: add a minimal command for creating txtar archives by Bryan C. Mills · 4 years, 4 months ago