1. 050eac2 shiny/driver/mtldriver: add cgo build constraint by Dmitri Shuralyov · 1 year, 7 months ago
  2. 38c65eb all: delete obsolete // +build lines by Dmitri Shuralyov · 1 year, 7 months ago
  3. d63ba01 apidiff: fix comparison of named types in other packages by Jonathan Amsterdam · 1 year, 8 months ago
  4. a07a844 apidiff: support instantiated generic types by Jonathan Amsterdam · 1 year, 8 months ago
  5. b0cb94b apidiff: clarify and add tests by Jonathan Amsterdam · 1 year, 8 months ago
  6. 515e97e apidiff: split remaining tests by Jonathan Amsterdam · 1 year, 8 months ago
  7. e86e1b1 apidiff: add subtests by Jonathan Amsterdam · 1 year, 8 months ago
  8. 5dae85e apidiff: use testing.T.TempDir by Jonathan Amsterdam · 1 year, 8 months ago
  9. 302865e slices: update to current standard library version by Ian Lance Taylor · 1 year, 8 months ago
  10. d98519c x/exp/apidiff: add package path to change messages by Max Bowsher · 1 year, 8 months ago
  11. 613f0c0 slices: add DeleteFunc by Ian Lance Taylor · 1 year, 8 months ago
  12. 06a737e slog: rename XXXCtx to XXXContext, deprecate old names by Jonathan Amsterdam · 1 year, 8 months ago
  13. fffb143 apidiff: rename typesEquivalent args by Jonathan Amsterdam · 1 year, 8 months ago
  14. 2a6b8fd apidiff: clarify establishCorrespondence by Jonathan Amsterdam · 1 year, 8 months ago
  15. beca063 apidiff: compare Basic types' kinds for correspondence by Jonathan Amsterdam · 1 year, 8 months ago
  16. c3f3712 apidiff: match type parameter lists using correspondence by Jonathan Amsterdam · 1 year, 9 months ago
  17. 97b1e66 cmd/gorelease: fix for LUCI by Heschi Kreinick · 1 year, 9 months ago
  18. c6a51d5 errors/fmt: fix tests that assume GOPATH layout by Heschi Kreinick · 1 year, 9 months ago
  19. 2e198f4 slog: support go 1.19 by Jonathan Amsterdam · 1 year, 10 months ago
  20. 03e9162 apidiff: add module comparison support by noahdietz · 1 year, 10 months ago
  21. f3d0a9c slog: remove unused files by Jonathan Amsterdam · 1 year, 10 months ago
  22. dd950f8 slog: sync with log/slog by Jonathan Amsterdam · 1 year, 10 months ago
  23. 47ecfdc slices: optimize Index and Compact for large types by Egon Elbre · 1 year, 11 months ago
  24. 0ee363d slog/slogtest: add WithAttr resolve checks by Jonathan Amsterdam · 1 year, 11 months ago
  25. 133eef4 slog: update value to go 1.20 unsafe functions; remove safe version by Jonathan Amsterdam · 1 year, 11 months ago
  26. 22ee2bf go.mod: change language version to 1.20 by Jonathan Amsterdam · 1 year, 11 months ago
  27. 5d9e357 slog/slogtest: add checks for resolving by Jonathan Amsterdam · 1 year, 11 months ago
  28. 78e9a96 slog: move slogtests for built-in handlers by Jonathan Amsterdam · 1 year, 11 months ago
  29. be6415c slog: backport changes from stdlib by Jonathan Amsterdam · 1 year, 11 months ago
  30. 864b3d6 slices: update BinarySearchFunc docs for CL 464456 by Ian Lance Taylor · 1 year, 11 months ago
  31. 0354be2 slog/slogtest: package for testing slog by Jonathan Amsterdam · 2 years, 2 months ago
  32. 10a5072 all: fix some comments by cui fliter · 2 years ago
  33. 642cace slog: TextHandler uses %+v by Jonathan Amsterdam · 2 years ago
  34. db07412 slog: promote subheadings by Jonathan Amsterdam · 2 years ago
  35. 6c0aa0d slog: remove attempted subheading markers by Jonathan Amsterdam · 2 years ago
  36. 522b1b5 slog: remove error argument from Error by Jonathan Amsterdam · 2 years ago
  37. 24139be slog: documentation clarifications by Jonathan Amsterdam · 2 years ago
  38. f0f767c slog: ensure Handler context is non-nil by Jonathan Amsterdam · 2 years ago
  39. 9ff063c slog: change nopc variant from build tag to internal global by Jonathan Amsterdam · 2 years ago
  40. 44a13b0 slog: define a removeTime function for examples by Jonathan Amsterdam · 2 years, 1 month ago
  41. 1329907 slog: clean up low-level logging functions by Jonathan Amsterdam · 2 years ago
  42. c95f2b4 slog: update package doc by Jonathan Amsterdam · 2 years, 1 month ago
  43. 806bf56 slog: add context arguments by Jonathan Amsterdam · 2 years, 1 month ago
  44. 50820d9 slog: fix TextHandler panic on nil by Jonathan Amsterdam · 2 years, 1 month ago
  45. 30ed42f slog: make context an argument of Handle by Jonathan Amsterdam · 2 years, 1 month ago
  46. 5e25df0 slog: allow package docs to appear by Piers · 2 years, 2 months ago
  47. a684f29 slog: fix Logger.Error doc by Jonathan Amsterdam · 2 years, 1 month ago
  48. 01b2a36 slog: add doc to LevelHandler example by Jonathan Amsterdam · 2 years, 1 month ago
  49. 062eb4c slog: add NewLogLogger by Jonathan Amsterdam · 2 years, 1 month ago
  50. 9508327 slog: inline a group with an empty key by Jonathan Amsterdam · 2 years, 1 month ago
  51. 766ae72 slog: WithGroup("") is a no-op by Jonathan Amsterdam · 2 years, 1 month ago
  52. 059f4d9 slog: Handlers drop empty groups. by Jonathan Amsterdam · 2 years, 1 month ago
  53. 46f607a slog: LevelVar implements TextMarshaler by Jonathan Amsterdam · 2 years, 1 month ago
  54. 033684c slog: call Value.Resolve so Handlers don't have to by Jonathan Amsterdam · 2 years, 1 month ago
  55. 98cc5a0 slices: allow different types in BinarySearchFunc by Ian Lance Taylor · 2 years, 1 month ago
  56. 54bba9f slog: fix group example panic by Wei Zhang · 2 years, 2 months ago
  57. 04ff78c slog: remove Logger.makeRecord by Jonathan Amsterdam · 2 years, 1 month ago
  58. f062dba all: fix some comments by cui fliter · 2 years, 1 month ago
  59. dfa7d7a slog: JSONHandler does not escape HTML by Jonathan Amsterdam · 2 years, 1 month ago
  60. aae9b4e slog: Logger.Error puts error attribute first by Jonathan Amsterdam · 2 years, 1 month ago
  61. 8bd7c9d slog: Value.Any should return []Attr for a group by Jonathan Amsterdam · 2 years, 1 month ago
  62. ac48d9c slog: fix HandlerOptions.ReplaceAttr doc by Jonathan Amsterdam · 2 years, 2 months ago
  63. a960b37 slog: Handler.Enabled takes a context by Jonathan Amsterdam · 2 years, 2 months ago
  64. 31bee51 slog: correctly represent the zero Time in a Value by Jonathan Amsterdam · 2 years, 2 months ago
  65. cafedaf slog/benchmarks/zerolog_benchmarks: add locking by Jonathan Amsterdam · 2 years, 2 months ago
  66. 4ca2cb1 slog/benchmarks/zap_benchmarks: add JSON benchmarks by Jonathan Amsterdam · 2 years, 2 months ago
  67. b79b991 slog: improve benchmark handling by Jonathan Amsterdam · 2 years, 2 months ago
  68. a67bb56 slog: marshal/unmarshal support for Levels by Jonathan Amsterdam · 2 years, 2 months ago
  69. b3c2aaf exp/slog: make tests more deterministic by Seth Vargo · 2 years, 2 months ago
  70. 672c092 slog: export Record.PC by Jonathan Amsterdam · 2 years, 2 months ago
  71. d38c7dc slog: mention that built-in handlers lock by Jonathan Amsterdam · 2 years, 2 months ago
  72. 7f5a42a slog: rename Kind enum values by Jonathan Amsterdam · 2 years, 2 months ago
  73. 927031b slog: re-run slog, zerolog, zap benchmarks by Jonathan Amsterdam · 2 years, 2 months ago
  74. a68e582 exp/slog: add example for custom levels and names by Seth Vargo · 2 years, 2 months ago
  75. 1de6713 slices: don't share references to the array in tests by Jorropo · 2 years, 2 months ago
  76. f9f960f slog: change the meaning of slog.bench by Jonathan Amsterdam · 2 years, 2 months ago
  77. 45b9f31 slog: add benchmarks for zerolog by Jonathan Amsterdam · 2 years, 2 months ago
  78. 03b686d slog: fix nopc code by Jonathan Amsterdam · 2 years, 2 months ago
  79. c42ee1c slog: remove FromContext, NewContext and Ctx by Jonathan Amsterdam · 2 years, 2 months ago
  80. 75897c7 slices: inline search into its callers by Panmari · 2 years, 2 months ago
  81. 4b8118a slog: fix example in Level.String doc by Jonathan Amsterdam · 2 years, 2 months ago
  82. 8879d01 slog: remove "Writing a handler" section. by Jonathan Amsterdam · 2 years, 2 months ago
  83. eab7a2c constraints: update test to match old and new constraint error messages by Robert Griesemer · 2 years, 2 months ago
  84. 738e83a slog: doc Record methods and performance by Jonathan Amsterdam · 2 years, 3 months ago
  85. 3160c0a slog: document LogDepth and LogAttrsDepth by Jonathan Amsterdam · 2 years, 3 months ago
  86. c8adb6e slog: add missing calls to Handler.Enabled by Jonathan Amsterdam · 2 years, 3 months ago
  87. 02c3fc3 slog: document LogValuer by Jonathan Amsterdam · 2 years, 3 months ago
  88. 971e412 slog: document context support by Jonathan Amsterdam · 2 years, 3 months ago
  89. b6b6137 slog: have Logger.With,WithGroup preserve context by Jonathan Amsterdam · 2 years, 3 months ago
  90. 29b3886 slog: interpret call depth consistently by Jonathan Amsterdam · 2 years, 3 months ago
  91. 1b44709 slog: move runtime.Callers up the stack by Jonathan Amsterdam · 2 years, 3 months ago
  92. b213565 slog: update benchmarks to go 1.20rc1 by Jonathan Amsterdam · 2 years, 3 months ago
  93. 3c43f8b slog: document HandlerOptions and groups by Jonathan Amsterdam · 2 years, 3 months ago
  94. 0915cd7 slices: mention possible memory leak in Compact doc by Valentin Deleplace · 2 years, 7 months ago
  95. fae10dd slog: rename levels from XLevel to LevelX by Jonathan Amsterdam · 2 years, 3 months ago
  96. ad323de slog: TextHandler quotes []byte by Jonathan Amsterdam · 2 years, 4 months ago
  97. 4296e2f slog: inform ReplaceAttr of groups by Jonathan Amsterdam · 2 years, 3 months ago
  98. f9028d2 slog: log errors correctly and efficiently by Jonathan Amsterdam · 2 years, 4 months ago
  99. 732eee0 shiny: update mtl version, again by Dmitri Shuralyov · 2 years, 3 months ago
  100. 44028be slices: correct doc comment for SortStableFunc by Tomáš Procházka · 2 years, 3 months ago