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