aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/msan.go
AgeCommit message (Expand)Author
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