• Home
  • Raw
  • Download

Lines Matching full:bug

3 This is a small release that fixes a bug in `Regex::shortest_match_at` that
6 Bug fixes:
8 * [BUG #969](https://github.com/rust-lang/regex/issues/969):
9 Fix a bug in how the reverse DFA was called for `Regex::shortest_match_at`.
16 Bug fixes:
18 * [BUG #967](https://github.com/rust-lang/regex/issues/967):
32 Bug fixes:
34 * [BUG #945](https://github.com/rust-lang/regex/issues/945):
63 Bug fixes:
65 * [BUG #792](https://github.com/rust-lang/regex/issues/792):
66 Fix error message rendering bug.
71 This release includes a few bug fixes, including a bug that produced incorrect
74 * [BUG #680](https://github.com/rust-lang/regex/issues/680):
75 Fixes a bug where `[[:alnum:][:^ascii:]]` dropped `[:alnum:]` from the class.
76 * [BUG #859](https://github.com/rust-lang/regex/issues/859):
77 Fixes a bug where `Hir::is_match_empty` returned `false` for `\b`.
78 * [BUG #862](https://github.com/rust-lang/regex/issues/862):
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
102 * [BUG #772](https://github.com/rust-lang/regex/pull/772):
108 This releases fixes a bug when building regex with only the `unicode-perl`
112 * [BUG #769](https://github.com/rust-lang/regex/issues/769):
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
156 * [BUG OSS-fuzz#33579](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=33579):
169 * [BUG #750](https://github.com/rust-lang/regex/pull/750):
176 This is a small patch release that contains some bug fixes. Notably, it also
179 Bug fixes:
181 * [BUG #362](https://github.com/rust-lang/regex/pull/362):
183 * [BUG #576](https://github.com/rust-lang/regex/pull/576):
185 * [BUG #728](https://github.com/rust-lang/regex/pull/749):
194 Bug fixes:
196 * [BUG #734](https://github.com/rust-lang/regex/pull/734):
198 * [BUG #735](https://github.com/rust-lang/regex/pull/735):
204 This is a small bug fix release that bans `\P{any}`. We previously banned empty
208 * [BUG #722](https://github.com/rust-lang/regex/issues/722):
214 This is a small bug fix release that makes `\p{cf}` work. Previously, it would
218 * [BUG #719](https://github.com/rust-lang/regex/issues/719):
219 Fixes bug that prevented `\p{cf}` from working.
243 Bug fixes:
245 * [BUG #694](https://github.com/rust-lang/regex/issues/694):
247 * [BUG #698](https://github.com/rust-lang/regex/issues/698):
249 * [BUG #711](https://github.com/rust-lang/regex/issues/711):
259 Bug fixes:
261 * [BUG #685](https://github.com/rust-lang/regex/issues/685):
267 This release contains a couple of important bug fixes driven
273 Bug fixes:
275 * [BUG #523](https://github.com/rust-lang/regex/pull/523):
277 * [BUG #524](https://github.com/rust-lang/regex/issues/524):
279 * [BUG #659](https://github.com/rust-lang/regex/issues/659):
280 Fix match bug caused by an empty sub-expression miscompilation.
285 This release contains a small bug fix that fixes how `regex` forwards crate
289 Bug fixes:
291 * [BUG #665](https://github.com/rust-lang/regex/pull/665):
318 This is a small bug fix release that fixes a bug related to the scoping of
322 Bug fixes:
324 * [BUG #640](https://github.com/rust-lang/regex/issues/640):
325 Fix bug related to the scoping of flags in a regex.
337 This is a small maintenance release with some house cleaning and bug fixes.
344 Bug fixes:
346 * [BUG #521](https://github.com/rust-lang/regex/issues/521):
348 * [BUG #594](https://github.com/rust-lang/regex/pull/594):
350 * [BUG #627](https://github.com/rust-lang/regex/issues/627):
352 * [BUG #633](https://github.com/rust-lang/regex/pull/633):
422 This release contains a bug fix that caused regex's tests to fail, due to a
425 * [BUG #593](https://github.com/rust-lang/regex/issues/593):
434 Bug fixes:
436 * [BUG #545](https://github.com/rust-lang/regex/issues/545):
438 * [BUG #588](https://github.com/rust-lang/regex/issues/588):
440 * [BUG #591](https://github.com/rust-lang/regex/issues/591):
451 This release fixes a regression introduced by a bug fix (for
452 [BUG #557](https://github.com/rust-lang/regex/issues/557)) which could cause
453 the regex engine to enter an infinite loop. This bug was originally
459 This release fixes a bug in regex's dependency specification where it requires
465 Bug fixes:
467 * [BUG #570](https://github.com/rust-lang/regex/pull/570):
478 Bug fixes:
480 * [BUG #568](https://github.com/rust-lang/regex/pull/568):
494 Bug fixes:
496 * [BUG #527](https://github.com/rust-lang/regex/issues/527):
497 Fix a bug where the parser would panic on patterns like `((?x))`.
498 * [BUG #555](https://github.com/rust-lang/regex/issues/555):
499 Fix a bug where the parser would panic on patterns like `(?m){1,1}`.
500 * [BUG #557](https://github.com/rust-lang/regex/issues/557):
501 Fix a bug where captures could lead to an incorrect match.
506 This release fixes a bug found in the fix introduced in 1.1.1.
508 Bug fixes:
510 * [BUG edf45e6f](https://github.com/rust-lang/regex/commit/edf45e6f):
511 Fix bug introduced in reverse suffix literal matcher in the 1.1.1 release.
516 This is a small release with one fix for a bug caused by literal optimizations.
518 Bug fixes:
520 * [BUG 661bf53d](https://github.com/rust-lang/regex/commit/661bf53d):
521 Fixes a bug in the reverse suffix literal optimization. This was originally
544 Bug fixes:
546 * [BUG #530](https://github.com/rust-lang/regex/pull/530):
560 Bug fixes:
562 * [BUG #533](https://github.com/rust-lang/regex/issues/533):
583 This is a small bug fix release.
585 Bug fixes:
587 * [BUG #504](https://github.com/rust-lang/regex/pull/504):
589 * [BUG 1e39165f](https://github.com/rust-lang/regex/commit/1e39165f):
606 Bug fixes:
608 * [BUG 3981d2ad](https://github.com/rust-lang/regex/commit/3981d2ad):
610 * [BUG 7ebe4ae0](https://github.com/rust-lang/regex/commit/7ebe4ae0):
613 * [BUG 24c7770b](https://github.com/rust-lang/regex/commit/24c7770b):
614 Fix a bug in the HIR printer where it wouldn't correctly escape meta
634 Bug fixes:
636 * [BUG #482](https://github.com/rust-lang/regex/pull/482):
674 This release primarily contains bug fixes. Some of them resolve bugs where
684 Bug fixes:
686 * [BUG #445](https://github.com/rust-lang/regex/issues/445):
688 * [BUG #461](https://github.com/rust-lang/regex/issues/461):
690 * [BUG #464](https://github.com/rust-lang/regex/issues/464):
691 Fix a bug in the error message pretty printer that could cause a panic when
693 * [BUG #465](https://github.com/rust-lang/regex/issues/465):
696 * [BUG #466](https://github.com/rust-lang/regex/issues/466):
697 Fix a bug where `\pC` was not recognized as an alias for `\p{Other}`.
698 * [BUG #470](https://github.com/rust-lang/regex/pull/470):
699 Fix a bug where literal searches did more work than necessary for anchored
728 Bug fixes:
730 * [BUG #455](https://github.com/rust-lang/regex/pull/455):
731 Fix a bug where `(?x)[ / - ]` failed to parse.
736 Bug gixes:
738 * [BUG #454](https://github.com/rust-lang/regex/pull/454):
739 Fix a bug in the nest limit checker being too aggressive.
777 Bug fixes:
779 * [BUG #446](https://github.com/rust-lang/regex/issues/446):
785 Bug fixes:
787 * [BUG #446](https://github.com/rust-lang/regex/issues/446):
788 Fixes a bug in the new Boyer-Moore searcher that results in a match failure.
789 We fix this bug by temporarily disabling Boyer-Moore.
794 Bug fixes:
796 * [BUG #437](https://github.com/rust-lang/regex/issues/437):
797 Fixes a bug in the new Boyer-Moore searcher that results in a panic.
811 Bug fixes:
813 * [BUG](https://github.com/rust-lang/regex/pull/436):
815 * [BUG](https://github.com/rust-lang/regex/pull/436):
817 * [BUG](https://github.com/rust-lang/regex/pull/436):
832 Bug fixes:
834 * [BUG #375](https://github.com/rust-lang/regex/issues/375):
835 Fix a bug that prevented the bounded backtracker from terminating.
836 * [BUG #393](https://github.com/rust-lang/regex/issues/393),
837 [BUG #394](https://github.com/rust-lang/regex/issues/394):
838 Fix bug with `replace` methods for empty matches.
851 Bug fixes:
853 * [BUG #321](https://github.com/rust-lang/regex/issues/321):
854 Fix bug in literal extraction and UTF-8 decoding.
855 * [BUG #326](https://github.com/rust-lang/regex/issues/326):
857 * [BUG #333](https://github.com/rust-lang/regex/issues/333):
859 * [BUG #334](https://github.com/rust-lang/regex/issues/334):
860 Fix bug when resolving captures after a match.
861 * [BUG #338](https://github.com/rust-lang/regex/issues/338):
863 * [BUG #353](https://github.com/rust-lang/regex/issues/353):
864 Fix RegexSet bug that caused match failure in some cases.
865 * [BUG #354](https://github.com/rust-lang/regex/pull/354):
867 * [BUG #358](https://github.com/rust-lang/regex/issues/358):
868 Fix literal optimization bug with RegexSet.
869 * [BUG #359](https://github.com/rust-lang/regex/issues/359):
871 * [BUG #365](https://github.com/rust-lang/regex/pull/365):
872 Fix bug in `rure_captures_len` in the C binding.
873 * [BUG #367](https://github.com/rust-lang/regex/issues/367):
874 Fix byte class bug that caused a panic.
879 One major bug with `replace_all` has been fixed along with a couple of other
882 * [BUG #312](https://github.com/rust-lang/regex/issues/312):
884 * [BUG #314](https://github.com/rust-lang/regex/issues/314):
885 Fix a bug with `replace_all` when replacing a match with the empty string.
886 * [BUG #316](https://github.com/rust-lang/regex/issues/316):
889 * [BUG #324](https://github.com/rust-lang/regex/issues/324):
966 * [BUG #151](https://github.com/rust-lang/regex/issues/151):
969 * [BUG #165](https://github.com/rust-lang/regex/issues/165):
971 * [BUG #166](https://github.com/rust-lang/regex/issues/166):
973 * [BUG #168](https://github.com/rust-lang/regex/issues/168):
975 * [BUG #175](https://github.com/rust-lang/regex/issues/175):
977 * [BUG #178](https://github.com/rust-lang/regex/issues/178):
979 * [BUG #179](https://github.com/rust-lang/regex/issues/179):
981 * [BUG #276](https://github.com/rust-lang/regex/issues/276):
983 * [BUG #296](https://github.com/rust-lang/regex/issues/296):
985 * [BUG #307](https://github.com/rust-lang/regex/issues/307):
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
1024 * Release regex-syntax 0.3.5 with a minor bug fix.
1025 * Fix bug #272.
1026 * Fix bug #277.
1045 Fix a bug in how suffix literals were extracted, which could lead
1071 Fixed a performance bug in `bytes::Regex::replace` where `extend` was used
1074 Fixed a bug in the handling of word boundaries in the DFA.
1113 * A bug where word boundaries weren't being matched correctly in the DFA was