aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/msan.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-03cmd/compile, runtime: use __msan_memmove for moving data, split msanread to f...Cherry Zhang
2017-01-19runtime: check for nil g and m in msanreadBryan C. Mills
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-11runtime: don't call msanread when running on the system stackIan Lance Taylor
2015-10-21runtime, runtime/msan: add msan runtime supportIan Lance Taylor