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
/
internal
/
godebug
Age
Commit message (
Expand
)
Author
2025-05-21
internal/godebug,crypto/fips140: make fips140 setting immutable
Filippo Valsorda
2025-02-25
all: use testenv.GoToolPath instead of hardcoding go
qmuntal
2025-02-24
all: use testenv.Executable instead of os.Executable and os.Args[0]
qmuntal
2025-01-28
internal/godebug: check error from os.ReadFile in test
Ian Lance Taylor
2024-07-25
go,internal,io,mime: use slices and maps to clean tests
apocelipes
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-03-09
internal/godebugs: test for use of IncNonDefault
Russ Cox
2023-12-15
runtime: add race annotations in IncNonDefault
David Chase
2023-09-05
all: use ^TestName$ regular pattern for invoking a single test
Dmitri Shuralyov
2023-06-09
all: fix function names in comments
cui fliter
2023-05-10
internal/godebug: make test godebug calls not vary
David Chase
2023-05-09
internal/godebug: add bisect support
Russ Cox
2023-04-18
cmd/go: add check for unknown godebug setting
Russ Cox
2023-03-20
all: gofmt
Damien Neil
2023-02-23
runtime: fix linkname signature for godebug
Adin Scannell
2023-01-19
internal/godebug: export non-default-behavior counters in runtime/metrics
Russ Cox
2022-11-14
internal/godebug: define more efficient API
Russ Cox
2022-10-18
internal/godebug: remove dependency on os
Russ Cox
2021-11-02
net/netip: add new IP address package
Brad Fitzpatrick