summaryrefslogtreecommitdiff
path: root/src/runtime/asan.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: enable Asan check for global variablesfanzha022022-05-041-0/+4
* Revert "cmd/compile: enable Asan check for global variables"Bryan Mills2022-05-041-4/+0
* cmd/compile: enable Asan check for global variablesfanzha022022-05-041-0/+4
* Revert "cmd/compile: enable Asan check for global variables"Bryan Mills2022-04-221-4/+0
* cmd/compile: enable Asan check for global variablesfanzha022022-04-221-0/+4
* all: separate doc comment from //go: directivesRuss Cox2022-04-051-0/+1
* runtime: improve asanread/asanwrite nosplit commentAustin Clements2022-01-111-2/+3
* src/runtime: mark asanread and asanwrite functions as NOSPLITfanzha022022-01-051-0/+4
* runtime: fix the issue that the -asan option cannot print where the error occ...fanzha022021-12-291-5/+20
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* runtime, runtime/asan: add asan runtime supportfanzha022021-10-261-0/+43