Releases: rustfoundation/safety-critical-rust-coding-guidelines
Releases · rustfoundation/safety-critical-rust-coding-guidelines
0.1.3
What's Changed
- update readme.md with guideline link by @Blindspot22 in #70
- Do not hide unsafe blocks within macro expansions by @espenalb in #73
- Migrate paragraph ids from spec.ferrocene.dev to rust-lang.github.io by @x0rw in #79
- guideline: a macro should not be used in place of a function by @x0rw in #74
- New guideline to refer to names with global paths in a macro by @vapdrs in #76
New Contributors
- @Blindspot22 made their first contribution in #70
- @vapdrs made their first contribution in #76
Full Changelog: 0.1.2...0.1.3
0.1.2
What's Changed
- Normalize terminology to fit other standards by @PLeVasseur in #23
- Strive to make the spec lock file update clearer, update spec lock file by @PLeVasseur in #30
- Spec lock bump 2025-04-19 by @PLeVasseur in #39
- Add style guideline chapter by @PLeVasseur in #27
- [bugfix] add merge queue trigger by @PLeVasseur in #43
- Add read the docs PR build by @PLeVasseur in #41
- [Sphinx Extension] Add offline build support by @x0rw in #15
- [bugfix] add sphinx-autobuild to dependencies by @AchimKriso in #48
- Make pull request previews use debug by @plaindocs in #54
- [Sphinx Extension] Add check for required guideline fields by @x0rw in #45
- Document how to build on Windows. by @espenalb in #56
- Add instructions for offline builds to README.md by @x0rw in #57
- Scaffold out the macros chapter to section level (x.y) by @PLeVasseur in #61
- Add guideline stub for attribute macros by @AchimKriso in #62
- WIP test adding a PR for a new guideline by @AlexCeleste in #63
- Scaffolding: add function-like macros section in the guidelines by @scrabsha in #64
- Add about overflow-checks flag in release mode by @iglesias in #24
New Contributors
- @x0rw made their first contribution in #15
- @AchimKriso made their first contribution in #48
- @plaindocs made their first contribution in #54
- @espenalb made their first contribution in #56
- @AlexCeleste made their first contribution in #63
- @scrabsha made their first contribution in #64
- @iglesias made their first contribution in #24
Full Changelog: 0.1.1...0.1.2
0.1.1
0.1.0
What's Changed
- Initial coding guidelines framework by @PLeVasseur in #1
- Fix readme formatting to pull up contributing section by @PLeVasseur in #2
- Add deploy step by @PLeVasseur in #3
New Contributors
- @PLeVasseur made their first contribution in #1
Full Changelog: https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/commits/0.1.0