aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/asan.go
AgeCommit message (Expand)Author
2022-04-22Revert "cmd/compile: enable Asan check for global variables"Bryan Mills
2022-04-22cmd/compile: enable Asan check for global variablesfanzha02
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-01-11runtime: improve asanread/asanwrite nosplit commentAustin Clements
2022-01-05src/runtime: mark asanread and asanwrite functions as NOSPLITfanzha02
2021-12-29runtime: fix the issue that the -asan option cannot print where the error occ...fanzha02
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-26runtime, runtime/asan: add asan runtime supportfanzha02