• Home
  • Raw
  • Download

Lines Matching full:fixes

3 This is a small release that fixes a bug in `Regex::shortest_match_at` that
6 Bug fixes:
14 This is a small release that fixes a failing test on FreeBSD.
16 Bug fixes:
32 Bug fixes:
63 Bug fixes:
71 This release includes a few bug fixes, including a bug that produced incorrect
75 Fixes a bug where `[[:alnum:][:^ascii:]]` dropped `[:alnum:]` from the class.
77 Fixes a bug where `Hir::is_match_empty` returned `false` for `\b`.
79 Fixes a bug where 'ab??' matches 'ab' instead of 'a' in 'ab'.
84 This releases fixes a security bug in the regex compiler. This bug permits a
90 Fixes a bug in the regex compiler where empty sub-expressions subverted the
98 This release fixes another compilation failure when building regex. This time,
108 This releases fixes a bug when building regex with only the `unicode-perl`
118 This release fixes a performance bug when Unicode word boundaries are used.
123 [PR #768](https://github.com/rust-lang/regex/pull/768) fixes the bug, which was
130 This is a patch release that fixes a compilation error when the `perf-literal`
150 This is a small patch release that fixes the compiler's size check on how much
162 This is a small patch release that fixes a regression in the size of a `Regex`
170 Fixes stack overflows seemingly caused by a large `Regex` size by decreasing
176 This is a small patch release that contains some bug fixes. Notably, it also
179 Bug fixes:
194 Bug fixes:
219 Fixes bug that prevented `\p{cf}` from working.
224 This releases has a few minor documentation fixes as well as some very minor
243 Bug fixes:
255 This release fixes a MSRV (Minimum Support Rust Version) regression in the
259 Bug fixes:
267 This release contains a couple of important bug fixes driven
273 Bug fixes:
285 This release contains a small bug fix that fixes how `regex` forwards crate
289 Bug fixes:
318 This is a small bug fix release that fixes a bug related to the scoping of
322 Bug fixes:
337 This is a small maintenance release with some house cleaning and bug fixes.
344 Bug fixes:
431 This release contains a few small internal refactorings. One of which fixes
434 Bug fixes:
446 This release fixes up a few warnings as a result of recent deprecations.
451 This release fixes a regression introduced by a bug fix (for
459 This release fixes a bug in regex's dependency specification where it requires
465 Bug fixes:
473 This release fixes a backwards compatibility regression where Regex was no
478 Bug fixes:
486 This releases fixes a few bugs and adds a performance improvement when a regex
494 Bug fixes:
506 This release fixes a bug found in the fix introduced in 1.1.1.
508 Bug fixes:
518 Bug fixes:
521 Fixes a bug in the reverse suffix literal optimization. This was originally
544 Bug fixes:
560 Bug fixes:
585 Bug fixes:
606 Bug fixes:
634 Bug fixes:
674 This release primarily contains bug fixes. Some of them resolve bugs where
684 Bug fixes:
728 Bug fixes:
777 Bug fixes:
785 Bug fixes:
788 Fixes a bug in the new Boyer-Moore searcher that results in a match failure.
794 Bug fixes:
797 Fixes a bug in the new Boyer-Moore searcher that results in a panic.
811 Bug fixes:
816 `simd` has been bumped to `0.2.1`, which fixes a Rust nightly build error.
832 Bug fixes:
851 Bug fixes:
992 Fixes bug #291, which was introduced by PR #290.
1001 Fixes bug #289, which caused some regexes with a certain combination
1007 Fixes bug #280 by disabling all literal optimizations when a pattern
1028 Fixes bugs #264, #268 and an unreported where the DFA cache size could be
1040 Fixes a number of small bugs caught by fuzz testing (AFL).
1089 of Rust than previous releases. This PR fixes that. (And `0.1.66` was