1881acb
chore: release v1.2.7 (#1341)9f99437
Regenerate target info (#1342)45d7db7
CI: Add "test-pass" job (#1340)973597d
Merge pull request #1338
from madsmtm/docs-windows-find6f884fd
Document new supported architecture names in windows::findcfa61d1
Make is_flag_supported_inner take an &Tool (#1337)05a529c
Fix is_flag_supported on msvc (#1336)e758ed1
Allow using Visual Studio target names in find_tool
(#1335)accf141
CI: Fix caching (#1334)Sourced from syn's releases.
2.0.95
- Fix parenthesization of struct literals in let-chains (#1832)
2.0.94
c7b7638
Release 2.0.95a809689
Merge pull request #1832
from dtolnay/cond3f8bac6
Rewrite condition printing to parenthesize leafs instead of whole
cond52699de
Print syntax trees in test_fixup failure5c935d2
Reuse print_subexpression outside of expr.rs505ab00
Fix trailing comma not inserted by rustfmt417ff92
Release 2.0.94b2fa210
Add test of deeply nested prefix rangesbd02f07
Test larger expr depth8b162d4
Merge pull request #1830
from dtolnay/scanSourced from tempfile's changelog.
3.15.0
Re-seed the per-thread RNG from system randomness when we repeatedly fail to create temporary files (#314). This resolves a potential DoS vector (#178) while avoiding
getrandom
in the common case where it's necessary. The feature is optional but enabled by default via thegetrandom
feature.For libc-free builds, you'll either need to disable this feature or opt-in to a different
getrandom
backend.
Sourced from winnow's changelog.
[0.6.22] - 2025-01-03
Fixes
- Respect
is_partial
intake_till
[0.6.21] - 2024-12-31
Performance
- More inlining
Documentation
- Clarify roles of
peek
andParser::parse_peek
- Provide more context for people coming from
nom
a168dcb
chore: Releasef45736e
docs: Update changeloga37ad4a
Merge pull request #654
from epage/partialeded0f2
fix(token): Respect 'is_partial' in 'take_till'4399c7e
chore: Allow releasing from release branches8bcbdb0
chore: Release2190154
docs: Update changelog7509bbd
Merge pull request #644
from epage/perf1907d53
perf: Further tweak inlining172bc9d
Merge pull request #641
from epage/nom