Lines Matching full:bug
11 Bug fixes:
13 * [BUG #945](https://github.com/rust-lang/regex/issues/945):
42 Bug fixes:
44 * [BUG #792](https://github.com/rust-lang/regex/issues/792):
45 Fix error message rendering bug.
50 This release includes a few bug fixes, including a bug that produced incorrect
53 * [BUG #680](https://github.com/rust-lang/regex/issues/680):
54 Fixes a bug where `[[:alnum:][:^ascii:]]` dropped `[:alnum:]` from the class.
55 * [BUG #859](https://github.com/rust-lang/regex/issues/859):
56 Fixes a bug where `Hir::is_match_empty` returned `false` for `\b`.
57 * [BUG #862](https://github.com/rust-lang/regex/issues/862):
58 Fixes a bug where 'ab??' matches 'ab' instead of 'a' in 'ab'.
63 This releases fixes a security bug in the regex compiler. This bug permits a
69 Fixes a bug in the regex compiler where empty sub-expressions subverted the
81 * [BUG #772](https://github.com/rust-lang/regex/pull/772):
87 This releases fixes a bug when building regex with only the `unicode-perl`
91 * [BUG #769](https://github.com/rust-lang/regex/issues/769):
97 This release fixes a performance bug when Unicode word boundaries are used.
102 [PR #768](https://github.com/rust-lang/regex/pull/768) fixes the bug, which was
135 * [BUG OSS-fuzz#33579](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=33579):
148 * [BUG #750](https://github.com/rust-lang/regex/pull/750):
155 This is a small patch release that contains some bug fixes. Notably, it also
158 Bug fixes:
160 * [BUG #362](https://github.com/rust-lang/regex/pull/362):
162 * [BUG #576](https://github.com/rust-lang/regex/pull/576):
164 * [BUG #728](https://github.com/rust-lang/regex/pull/749):
173 Bug fixes:
175 * [BUG #734](https://github.com/rust-lang/regex/pull/734):
177 * [BUG #735](https://github.com/rust-lang/regex/pull/735):
183 This is a small bug fix release that bans `\P{any}`. We previously banned empty
187 * [BUG #722](https://github.com/rust-lang/regex/issues/722):
193 This is a small bug fix release that makes `\p{cf}` work. Previously, it would
197 * [BUG #719](https://github.com/rust-lang/regex/issues/719):
198 Fixes bug that prevented `\p{cf}` from working.
222 Bug fixes:
224 * [BUG #694](https://github.com/rust-lang/regex/issues/694):
226 * [BUG #698](https://github.com/rust-lang/regex/issues/698):
228 * [BUG #711](https://github.com/rust-lang/regex/issues/711):
238 Bug fixes:
240 * [BUG #685](https://github.com/rust-lang/regex/issues/685):
246 This release contains a couple of important bug fixes driven
252 Bug fixes:
254 * [BUG #523](https://github.com/rust-lang/regex/pull/523):
256 * [BUG #524](https://github.com/rust-lang/regex/issues/524):
258 * [BUG #659](https://github.com/rust-lang/regex/issues/659):
259 Fix match bug caused by an empty sub-expression miscompilation.
264 This release contains a small bug fix that fixes how `regex` forwards crate
268 Bug fixes:
270 * [BUG #665](https://github.com/rust-lang/regex/pull/665):
297 This is a small bug fix release that fixes a bug related to the scoping of
301 Bug fixes:
303 * [BUG #640](https://github.com/rust-lang/regex/issues/640):
304 Fix bug related to the scoping of flags in a regex.
316 This is a small maintenance release with some house cleaning and bug fixes.
323 Bug fixes:
325 * [BUG #521](https://github.com/rust-lang/regex/issues/521):
327 * [BUG #594](https://github.com/rust-lang/regex/pull/594):
329 * [BUG #627](https://github.com/rust-lang/regex/issues/627):
331 * [BUG #633](https://github.com/rust-lang/regex/pull/633):
401 This release contains a bug fix that caused regex's tests to fail, due to a
404 * [BUG #593](https://github.com/rust-lang/regex/issues/593):
413 Bug fixes:
415 * [BUG #545](https://github.com/rust-lang/regex/issues/545):
417 * [BUG #588](https://github.com/rust-lang/regex/issues/588):
419 * [BUG #591](https://github.com/rust-lang/regex/issues/591):
430 This release fixes a regression introduced by a bug fix (for
431 [BUG #557](https://github.com/rust-lang/regex/issues/557)) which could cause
432 the regex engine to enter an infinite loop. This bug was originally
438 This release fixes a bug in regex's dependency specification where it requires
444 Bug fixes:
446 * [BUG #570](https://github.com/rust-lang/regex/pull/570):
457 Bug fixes:
459 * [BUG #568](https://github.com/rust-lang/regex/pull/568):
473 Bug fixes:
475 * [BUG #527](https://github.com/rust-lang/regex/issues/527):
476 Fix a bug where the parser would panic on patterns like `((?x))`.
477 * [BUG #555](https://github.com/rust-lang/regex/issues/555):
478 Fix a bug where the parser would panic on patterns like `(?m){1,1}`.
479 * [BUG #557](https://github.com/rust-lang/regex/issues/557):
480 Fix a bug where captures could lead to an incorrect match.
485 This release fixes a bug found in the fix introduced in 1.1.1.
487 Bug fixes:
489 * [BUG edf45e6f](https://github.com/rust-lang/regex/commit/edf45e6f):
490 Fix bug introduced in reverse suffix literal matcher in the 1.1.1 release.
495 This is a small release with one fix for a bug caused by literal optimizations.
497 Bug fixes:
499 * [BUG 661bf53d](https://github.com/rust-lang/regex/commit/661bf53d):
500 Fixes a bug in the reverse suffix literal optimization. This was originally
523 Bug fixes:
525 * [BUG #530](https://github.com/rust-lang/regex/pull/530):
539 Bug fixes:
541 * [BUG #533](https://github.com/rust-lang/regex/issues/533):
562 This is a small bug fix release.
564 Bug fixes:
566 * [BUG #504](https://github.com/rust-lang/regex/pull/504):
568 * [BUG 1e39165f](https://github.com/rust-lang/regex/commit/1e39165f):
585 Bug fixes:
587 * [BUG 3981d2ad](https://github.com/rust-lang/regex/commit/3981d2ad):
589 * [BUG 7ebe4ae0](https://github.com/rust-lang/regex/commit/7ebe4ae0):
592 * [BUG 24c7770b](https://github.com/rust-lang/regex/commit/24c7770b):
593 Fix a bug in the HIR printer where it wouldn't correctly escape meta
613 Bug fixes:
615 * [BUG #482](https://github.com/rust-lang/regex/pull/482):
653 This release primarily contains bug fixes. Some of them resolve bugs where
663 Bug fixes:
665 * [BUG #445](https://github.com/rust-lang/regex/issues/445):
667 * [BUG #461](https://github.com/rust-lang/regex/issues/461):
669 * [BUG #464](https://github.com/rust-lang/regex/issues/464):
670 Fix a bug in the error message pretty printer that could cause a panic when
672 * [BUG #465](https://github.com/rust-lang/regex/issues/465):
675 * [BUG #466](https://github.com/rust-lang/regex/issues/466):
676 Fix a bug where `\pC` was not recognized as an alias for `\p{Other}`.
677 * [BUG #470](https://github.com/rust-lang/regex/pull/470):
678 Fix a bug where literal searches did more work than necessary for anchored
707 Bug fixes:
709 * [BUG #455](https://github.com/rust-lang/regex/pull/455):
710 Fix a bug where `(?x)[ / - ]` failed to parse.
715 Bug gixes:
717 * [BUG #454](https://github.com/rust-lang/regex/pull/454):
718 Fix a bug in the nest limit checker being too aggressive.
756 Bug fixes:
758 * [BUG #446](https://github.com/rust-lang/regex/issues/446):
764 Bug fixes:
766 * [BUG #446](https://github.com/rust-lang/regex/issues/446):
767 Fixes a bug in the new Boyer-Moore searcher that results in a match failure.
768 We fix this bug by temporarily disabling Boyer-Moore.
773 Bug fixes:
775 * [BUG #437](https://github.com/rust-lang/regex/issues/437):
776 Fixes a bug in the new Boyer-Moore searcher that results in a panic.
790 Bug fixes:
792 * [BUG](https://github.com/rust-lang/regex/pull/436):
794 * [BUG](https://github.com/rust-lang/regex/pull/436):
796 * [BUG](https://github.com/rust-lang/regex/pull/436):
811 Bug fixes:
813 * [BUG #375](https://github.com/rust-lang/regex/issues/375):
814 Fix a bug that prevented the bounded backtracker from terminating.
815 * [BUG #393](https://github.com/rust-lang/regex/issues/393),
816 [BUG #394](https://github.com/rust-lang/regex/issues/394):
817 Fix bug with `replace` methods for empty matches.
830 Bug fixes:
832 * [BUG #321](https://github.com/rust-lang/regex/issues/321):
833 Fix bug in literal extraction and UTF-8 decoding.
834 * [BUG #326](https://github.com/rust-lang/regex/issues/326):
836 * [BUG #333](https://github.com/rust-lang/regex/issues/333):
838 * [BUG #334](https://github.com/rust-lang/regex/issues/334):
839 Fix bug when resolving captures after a match.
840 * [BUG #338](https://github.com/rust-lang/regex/issues/338):
842 * [BUG #353](https://github.com/rust-lang/regex/issues/353):
843 Fix RegexSet bug that caused match failure in some cases.
844 * [BUG #354](https://github.com/rust-lang/regex/pull/354):
846 * [BUG #358](https://github.com/rust-lang/regex/issues/358):
847 Fix literal optimization bug with RegexSet.
848 * [BUG #359](https://github.com/rust-lang/regex/issues/359):
850 * [BUG #365](https://github.com/rust-lang/regex/pull/365):
851 Fix bug in `rure_captures_len` in the C binding.
852 * [BUG #367](https://github.com/rust-lang/regex/issues/367):
853 Fix byte class bug that caused a panic.
858 One major bug with `replace_all` has been fixed along with a couple of other
861 * [BUG #312](https://github.com/rust-lang/regex/issues/312):
863 * [BUG #314](https://github.com/rust-lang/regex/issues/314):
864 Fix a bug with `replace_all` when replacing a match with the empty string.
865 * [BUG #316](https://github.com/rust-lang/regex/issues/316):
868 * [BUG #324](https://github.com/rust-lang/regex/issues/324):
945 * [BUG #151](https://github.com/rust-lang/regex/issues/151):
948 * [BUG #165](https://github.com/rust-lang/regex/issues/165):
950 * [BUG #166](https://github.com/rust-lang/regex/issues/166):
952 * [BUG #168](https://github.com/rust-lang/regex/issues/168):
954 * [BUG #175](https://github.com/rust-lang/regex/issues/175):
956 * [BUG #178](https://github.com/rust-lang/regex/issues/178):
958 * [BUG #179](https://github.com/rust-lang/regex/issues/179):
960 * [BUG #276](https://github.com/rust-lang/regex/issues/276):
962 * [BUG #296](https://github.com/rust-lang/regex/issues/296):
964 * [BUG #307](https://github.com/rust-lang/regex/issues/307):
971 Fixes bug #291, which was introduced by PR #290.
980 Fixes bug #289, which caused some regexes with a certain combination
986 Fixes bug #280 by disabling all literal optimizations when a pattern
1003 * Release regex-syntax 0.3.5 with a minor bug fix.
1004 * Fix bug #272.
1005 * Fix bug #277.
1024 Fix a bug in how suffix literals were extracted, which could lead
1050 Fixed a performance bug in `bytes::Regex::replace` where `extend` was used
1053 Fixed a bug in the handling of word boundaries in the DFA.
1092 * A bug where word boundaries weren't being matched correctly in the DFA was