1. b79b991 slog: improve benchmark handling by Jonathan Amsterdam · 1 year, 3 months ago
  2. a67bb56 slog: marshal/unmarshal support for Levels by Jonathan Amsterdam · 1 year, 3 months ago
  3. b3c2aaf exp/slog: make tests more deterministic by Seth Vargo · 1 year, 4 months ago
  4. 672c092 slog: export Record.PC by Jonathan Amsterdam · 1 year, 3 months ago
  5. d38c7dc slog: mention that built-in handlers lock by Jonathan Amsterdam · 1 year, 3 months ago
  6. 7f5a42a slog: rename Kind enum values by Jonathan Amsterdam · 1 year, 3 months ago
  7. 927031b slog: re-run slog, zerolog, zap benchmarks by Jonathan Amsterdam · 1 year, 4 months ago
  8. a68e582 exp/slog: add example for custom levels and names by Seth Vargo · 1 year, 4 months ago
  9. 1de6713 slices: don't share references to the array in tests by Jorropo · 1 year, 4 months ago
  10. f9f960f slog: change the meaning of slog.bench by Jonathan Amsterdam · 1 year, 4 months ago
  11. 45b9f31 slog: add benchmarks for zerolog by Jonathan Amsterdam · 1 year, 4 months ago
  12. 03b686d slog: fix nopc code by Jonathan Amsterdam · 1 year, 4 months ago
  13. c42ee1c slog: remove FromContext, NewContext and Ctx by Jonathan Amsterdam · 1 year, 4 months ago
  14. 75897c7 slices: inline search into its callers by Panmari · 1 year, 4 months ago
  15. 4b8118a slog: fix example in Level.String doc by Jonathan Amsterdam · 1 year, 4 months ago
  16. 8879d01 slog: remove "Writing a handler" section. by Jonathan Amsterdam · 1 year, 4 months ago
  17. eab7a2c constraints: update test to match old and new constraint error messages by Robert Griesemer · 1 year, 4 months ago
  18. 738e83a slog: doc Record methods and performance by Jonathan Amsterdam · 1 year, 5 months ago
  19. 3160c0a slog: document LogDepth and LogAttrsDepth by Jonathan Amsterdam · 1 year, 5 months ago
  20. c8adb6e slog: add missing calls to Handler.Enabled by Jonathan Amsterdam · 1 year, 4 months ago
  21. 02c3fc3 slog: document LogValuer by Jonathan Amsterdam · 1 year, 5 months ago
  22. 971e412 slog: document context support by Jonathan Amsterdam · 1 year, 5 months ago
  23. b6b6137 slog: have Logger.With,WithGroup preserve context by Jonathan Amsterdam · 1 year, 4 months ago
  24. 29b3886 slog: interpret call depth consistently by Jonathan Amsterdam · 1 year, 4 months ago
  25. 1b44709 slog: move runtime.Callers up the stack by Jonathan Amsterdam · 1 year, 5 months ago
  26. b213565 slog: update benchmarks to go 1.20rc1 by Jonathan Amsterdam · 1 year, 5 months ago
  27. 3c43f8b slog: document HandlerOptions and groups by Jonathan Amsterdam · 1 year, 5 months ago
  28. 0915cd7 slices: mention possible memory leak in Compact doc by Valentin Deleplace · 1 year, 8 months ago
  29. fae10dd slog: rename levels from XLevel to LevelX by Jonathan Amsterdam · 1 year, 5 months ago
  30. ad323de slog: TextHandler quotes []byte by Jonathan Amsterdam · 1 year, 5 months ago
  31. 4296e2f slog: inform ReplaceAttr of groups by Jonathan Amsterdam · 1 year, 5 months ago
  32. f9028d2 slog: log errors correctly and efficiently by Jonathan Amsterdam · 1 year, 6 months ago
  33. 732eee0 shiny: update mtl version, again by Dmitri Shuralyov · 1 year, 5 months ago
  34. 44028be slices: correct doc comment for SortStableFunc by Tomáš Procházka · 1 year, 5 months ago
  35. 99ab8fa shiny: update mtl version by Dmitri Shuralyov · 1 year, 5 months ago
  36. 47842c8 slices: add ContainsFunc function by Pavel @grbit Gryaznov · 1 year, 5 months ago
  37. 6dcec33 slog: document Attrs and levels by Jonathan Amsterdam · 1 year, 6 months ago
  38. 6ab00d0 slog: define the ErrorKey constant by Jonathan Amsterdam · 1 year, 5 months ago
  39. 0c4bbce slog: improve Logger.WithGroup documentation by Jonathan Amsterdam · 1 year, 5 months ago
  40. 6349547 slog: fix AnyValue bugs by Jonathan Amsterdam · 1 year, 5 months ago
  41. 8509921 doc.go: package documentation: initial section and outline by Jonathan Amsterdam · 1 year, 6 months ago
  42. 0cf76af slog: clip byte slice in commonHandler.clone by Jonathan Amsterdam · 1 year, 6 months ago
  43. 6987308 slog: make Info case in Level.String match the others by Jonathan Amsterdam · 1 year, 6 months ago
  44. 129d8d6 slices: don't accept out of order indexes in Replace by Ian Lance Taylor · 1 year, 6 months ago
  45. ab4555d cmd/txtar: support listing files by Daniel Martí · 1 year, 7 months ago
  46. d0897a7 slices: return quickly for Compact of one element by siarhei · 1 year, 6 months ago
  47. fc8884a slices: add old build constraint syntax to help old go versions by Hana (Hyang-Ah) Kim · 1 year, 6 months ago
  48. 9ce248d slog: use *Logger instead of Logger by Jonathan Amsterdam · 1 year, 6 months ago
  49. 595f219 slog: add LevelHandler example by Jonathan Amsterdam · 1 year, 6 months ago
  50. 5d53382 add benchmark for Logger.WithContext by Jonathan Amsterdam · 1 year, 6 months ago
  51. 3ae49d0 slog: clarify verbosity mapping by Jonathan Amsterdam · 1 year, 6 months ago
  52. f965990 slog: reorder some test code by Jonathan Amsterdam · 1 year, 6 months ago
  53. 2e2072c slog: fix Handler.WithGroup godoc by Jonathan Amsterdam · 1 year, 6 months ago
  54. c99f073 slog: fix RFC3339 regexp when offset is positive by Shengjing Zhu · 1 year, 6 months ago
  55. 05cedab slog: rename AtomicLevel to LevelVar; doc tweaks by Jonathan Amsterdam · 1 year, 6 months ago
  56. 83b7d23 shiny: add license for material-design-icons by Oliver Newman · 1 year, 6 months ago
  57. 32f3d56 apidiff: reduce file permissions in test by Jonathan Amsterdam · 1 year, 6 months ago
  58. 7603692 go.mod: upgrade golang.org/x/tools to v0.2.0 by Jonathan Amsterdam · 1 year, 6 months ago
  59. 78e5e78 slog: improve documentation by Jonathan Amsterdam · 1 year, 6 months ago
  60. 111beb4 slog: TextHandler use dot instead of middle dot to separate group names by Jonathan Amsterdam · 1 year, 6 months ago
  61. a1e5550 slices: add Replace by Changkun Ou · 1 year, 6 months ago
  62. 2094472 slog: clarify documentation by Jonathan Amsterdam · 1 year, 7 months ago
  63. 02f3b87 mmap: allow mapping a zero-sized file by Nigel Tao · 1 year, 7 months ago
  64. 5c77f4b slog: add methods to Buffer by Jonathan Amsterdam · 1 year, 7 months ago
  65. 91a90b0 slog: document that TextHandler uses strconv.Quote by Jonathan Amsterdam · 1 year, 7 months ago
  66. c4b56fa slog: rename openScopes to openGroups by Jonathan Amsterdam · 1 year, 7 months ago
  67. 14ba53b slog: DebugLevel = -4 by Jonathan Amsterdam · 1 year, 7 months ago
  68. 2ba127f slog: rename Handler.With to Handler.WithAttrs by Jonathan Amsterdam · 1 year, 7 months ago
  69. 9f4e81a slog: rename WithScope to WithGroup by Jonathan Amsterdam · 1 year, 7 months ago
  70. ad8b436 slog: export most Record fields by Jonathan Amsterdam · 1 year, 7 months ago
  71. da2af3a slog: export built-in keys by Jonathan Amsterdam · 1 year, 7 months ago
  72. 28980c5 slog: Loggers hold contexts by Jonathan Amsterdam · 1 year, 7 months ago
  73. 4de253d slog: make godoc for built-in handlers' Enabled method have pointer receiver by Jonathan Amsterdam · 1 year, 7 months ago
  74. bf7641a slog: use middle dot for TextHandler groups/scopes by Jonathan Amsterdam · 1 year, 7 months ago
  75. a9af91d slog: fix SetDefault deadlock by Jonathan Amsterdam · 1 year, 7 months ago
  76. 3640c57 jsonrpc2: initialize Connection.async before calling binder.Bind by Maxime Soulé · 1 year, 7 months ago
  77. 59b0eab slog: remove restrictions on types stored in Value by Jonathan Amsterdam · 1 year, 7 months ago
  78. df71a2c slog: move Value access benchmark to new file. by Jonathan Amsterdam · 1 year, 7 months ago
  79. c96df5b slog: remove disableSourceLine by Jonathan Amsterdam · 1 year, 7 months ago
  80. a3968a4 apidiff: skip TestChanges by Jonathan Amsterdam · 1 year, 7 months ago
  81. 1721192 slog/benchmarks: benchmark for disabled logging by Jonathan Amsterdam · 1 year, 7 months ago
  82. b6b77ba slog: Record methods take value receivers by Jonathan Amsterdam · 1 year, 7 months ago
  83. 9ed1532 slog: reimplement defaultHandler using commonHandler by Jonathan Amsterdam · 1 year, 7 months ago
  84. 09be386 slog: optimize commonHandler by Jonathan Amsterdam · 1 year, 7 months ago
  85. d587e07 slog: implement scopes and groups for TextHandler by Jonathan Amsterdam · 1 year, 7 months ago
  86. a46a595 slog: implement scopes and groups for JSONHandler by Jonathan Amsterdam · 1 year, 7 months ago
  87. 0220f59 slog: handle removed built-in keys by Jonathan Amsterdam · 1 year, 7 months ago
  88. 2167b41 slog: use constants for built-in keys by Jonathan Amsterdam · 1 year, 7 months ago
  89. 3a7871e slog: add WithScope by Jonathan Amsterdam · 1 year, 7 months ago
  90. bddcdfc slog: defaultHandler outputs Handler.With attrs by Jonathan Amsterdam · 1 year, 7 months ago
  91. 9d86aad slog: add Group Values by Jonathan Amsterdam · 1 year, 7 months ago
  92. 7754359 slog: add LogValuer interface by Jonathan Amsterdam · 1 year, 7 months ago
  93. 3a778c5 jsonrpc2: fix data race by Maxime Soulé · 1 year, 7 months ago
  94. 316c755 slices: avoid mutating elements between length and capacity in Grow by Joe Tsai · 1 year, 10 months ago
  95. b9f4876 slog: export Attr fields by Jonathan Amsterdam · 1 year, 7 months ago
  96. 4bbd850 slog: split Value off from Attr by Jonathan Amsterdam · 1 year, 7 months ago
  97. 3fe0347 slog: benchmarks by Jonathan Amsterdam · 1 year, 8 months ago
  98. 540bb73 slog: remove some allocs from JSONHandler by Jonathan Amsterdam · 1 year, 7 months ago
  99. 8f68d5e slog: rewrite commonHandler again by Jonathan Amsterdam · 1 year, 7 months ago
  100. ec3f013 slog: faster Record.Clone by Jonathan Amsterdam · 1 year, 7 months ago