summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/race/testdata/mop_test.go
Commit message (Expand)AuthorAgeFilesLines
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-1957/+0
* src, misc: applied gofmt -w -sRobert Griesemer2014-07-011-1/+1
* runtime: adjust malloc race instrumentation for tiny allocsDmitriy Vyukov2014-01-281-0/+22
* cmd/gc: cleanup SWITCH nodes after walk.R?my Oudompheng2013-09-191-0/+16
* cmd/gc: fix race detector instrumentation of type switches.R?my Oudompheng2013-07-161-0/+19
* runtime/race: add tests for method thunksDmitriy Vyukov2013-06-171-0/+87
* cmd/gc: instrument arrays properly in race detector.R?my Oudompheng2013-06-141-2/+19
* cmd/gc: properly race-instrument for loopsDmitriy Vyukov2013-06-131-0/+88
* runtime/race: update runtime to r183644Dmitriy Vyukov2013-06-131-3/+39
* runtime/race: tell race detector what memory Read/Write syscalls touchDmitriy Vyukov2013-06-101-0/+43
* cmd/gc: clear n->list of OFOR range loop after walk.R?my Oudompheng2013-05-201-0/+13
* runtime/race: mark failing test as such.R?my Oudompheng2013-03-271-1/+1
* cmd/gc: fix race instrumentation of append and type switches.R?my Oudompheng2013-03-271-0/+46
* cmd/gc: enable racewalk of HMUL nodes.R?my Oudompheng2013-03-261-2/+2
* cmd/gc: more race instrumentation.R?my Oudompheng2013-03-261-0/+92
* cmd/gc: instrument logical && and ||.R?my Oudompheng2013-03-251-4/+2
* cmd/gc: implement more cases in racewalk.R?my Oudompheng2013-03-211-0/+96
* runtime/race: deflake testsDmitriy Vyukov2013-02-081-1/+6
* runtime/race: add test case for issue 4453Dmitriy Vyukov2012-11-271-0/+16
* runtime/race: add unit tests for race detectorDmitriy Vyukov2012-11-271-0/+1363