index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
log
/
log_test.go
Age
Commit message (
Expand
)
Author
2025-10-13
all: replace calls to errors.As with errors.AsType
Julien Cretel
2025-03-11
log/slog: use consistent call depth for all output
Örjan Fors
2023-04-21
log: avoid leaking goroutines in TestOutputRace
Bryan C. Mills
2023-02-06
log: fix and cleanup trailing newline logic
Joe Tsai
2023-02-04
log: make use of fmt.Append functionality
Joe Tsai
2023-02-03
log: reduce lock contention
Joe Tsai
2022-09-06
log: use strings.Builder
cuiweixie
2021-09-17
log: don't format if writing to io.Discard
Ian Lance Taylor
2020-10-23
log: expose std via new Default function
Colin Arnott
2019-09-13
log: add Lmsgprefix flag
Tim Cooper
2019-03-07
log: make the name of error clearer
royeo
2017-09-19
log: fix data race on log.Output
hagen1778
2017-05-22
log: Prevent getting time if it's unnecessary
Albert Nigmatzianov
2015-06-18
log: fix flaky test
Josh Bleecher Snyder
2015-04-11
log: add flag LUTC, to use UTC time zone for time stamp
Rob Pike
2015-04-09
log: logging an empty string should still print a line
Rob Pike
2015-01-09
log: optimize itoa
Martin Möhrmann
2014-09-08
build: move package sources from src/pkg to src
Russ Cox