From a048f21efc657353b90c91f9f468bd3878879997 Mon Sep 17 00:00:00 2001 From: kolkov Date: Fri, 19 Dec 2025 19:48:44 +0300 Subject: [PATCH] docs: Add Maintainers section and Community Contributors - Add Maintainers section with @kolkov - Reorganize Acknowledgments into Research and Community Contributors - Credit @thepudds for Issue #27 (pointer dereference bug) - Credit @glycerine for extensive testing on zygomys (#15, #16, #17) --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 2f9c3e4..10cc5b2 100644 --- a/README.md +++ b/README.md @@ -188,12 +188,23 @@ Contributions welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines. --- +## Maintainers + +- **[@kolkov](https://github.com/kolkov)** - Creator & Lead Maintainer + +--- + ## Acknowledgments +**Research:** - **Cormac Flanagan & Stephen Freund** - FastTrack algorithm (PLDI 2009) - **Dmitry Vyukov** - ThreadSanitizer and Go race detector integration - **Go Team** - Original race detector implementation +**Community Contributors:** +- **[@thepudds](https://github.com/thepudds)** - Critical bug report: pointer dereference instrumentation ([#27](https://github.com/kolkov/racedetector/issues/27)) +- **[@glycerine](https://github.com/glycerine)** - Extensive real-world testing on [zygomys](https://github.com/glycerine/zygomys) ([#15](https://github.com/kolkov/racedetector/issues/15), [#16](https://github.com/kolkov/racedetector/issues/16), [#17](https://github.com/kolkov/racedetector/issues/17)) + --- ## License