Releases: danielhenrymantilla/polonius-the-crab.rs
Releases · danielhenrymantilla/polonius-the-crab.rs
v0.4.2
What's Changed
- Soundness test "fix": work around nightly change of
-Zpolonius
by @danielhenrymantilla in #16
Full Changelog: v0.4.1...v0.4.2
v0.4.1
Made polonius_try!
able to handle Option
s as well, and doc improvements.
- Fixes #13
Full Changelog: v0.4.0...v0.4.1
v0.4.0
v0.3.1
What's Changed
- Remove unnecessary type inference nudge in
polonius_loop!
by @danielhenrymantilla in #10
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
-
Changed
polonius…!
macro signatures to enable the creation of apolonius_break_dependent!
macro by @danielhenrymantilla in #8 -
Doc improvements
Full Changelog: v0.2.0...v0.3.0
v0.2.1
Add a polonius_try!
macro: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Rename
polonius_break!
toexit_polonius!
- Remove the need to reintroduce generic parameters in
polonius!
macro loop
convenience support (polonius_{loop,break,continue}!
)
by @danielhenrymantilla in #4
Full Changelog: d64ca52...999af4d
v0.1.2
What's Changed
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Fix
clippy::self_assignment
lint by @danielhenrymantilla in #2
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Initial release