Skip to content

Add post: Rust Prevents Data Races, Not Race Conditions#111

Merged
mre merged 8 commits into
masterfrom
post/data-races-vs-race-conditions
Jun 12, 2026
Merged

Add post: Rust Prevents Data Races, Not Race Conditions#111
mre merged 8 commits into
masterfrom
post/data-races-vs-race-conditions

Conversation

@mre

@mre mre commented Jun 11, 2026

Copy link
Copy Markdown
Member

New post on the difference between data races and race conditions in Rust, with runnable examples and cross-links from the two top posts.

@mre mre force-pushed the post/data-races-vs-race-conditions branch 4 times, most recently from 3efbfa8 to 3fa6814 Compare June 11, 2026 21:50
Comment thread content/blog/rust-prevents-data-races-not-race-conditions/index.md
mre added 6 commits June 12, 2026 16:44
New Rust Insights post on the distinction between data races and race conditions, with runnable examples. Cross-linked from the Go-to-Rust guide and Bugs Rust Won't Catch.
Data races and race conditions overlap but neither is a strict subset; the title and a footnote now reflect that. Rename slug and update inbound links to match.
@mre mre force-pushed the post/data-races-vs-race-conditions branch from 8f74390 to 315d165 Compare June 12, 2026 17:07
mre added 2 commits June 12, 2026 19:17
- Update sqlx issue link (launchbadge -> transact-rs)
- Update AtomicU64 docs link (struct -> type alias)
- Add lychee exclusions for tokioconf.com and tauri.app
- Remove stale duplicate .lychee.toml
@mre mre merged commit 2d6143a into master Jun 12, 2026
2 of 3 checks passed
@mre mre deleted the post/data-races-vs-race-conditions branch June 12, 2026 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants