Lines Matching full:rust
8 * [PERF #930](https://github.com/rust-lang/regex/pull/930):
13 * [BUG #945](https://github.com/rust-lang/regex/issues/945):
23 * [FEATURE #832](https://github.com/rust-lang/regex/issues/916):
33 * [FEATURE #832](https://github.com/rust-lang/regex/pull/832):
35 * [FEATURE #857](https://github.com/rust-lang/regex/pull/857):
37 * [FEATURE #861](https://github.com/rust-lang/regex/pull/861):
39 * [FEATURE #877](https://github.com/rust-lang/regex/issues/877):
44 * [BUG #792](https://github.com/rust-lang/regex/issues/792):
53 * [BUG #680](https://github.com/rust-lang/regex/issues/680):
55 * [BUG #859](https://github.com/rust-lang/regex/issues/859):
57 * [BUG #862](https://github.com/rust-lang/regex/issues/862):
68 * [SECURITY #GHSA-m5pq-gvj9-9vr8](https://github.com/rust-lang/regex/security/advisories/GHSA-m5pq-…
71 The Rust Security Response WG published an advisory about this:
79 nightly Rust. CI has been updated to test this case.
81 * [BUG #772](https://github.com/rust-lang/regex/pull/772):
91 * [BUG #769](https://github.com/rust-lang/regex/issues/769):
102 [PR #768](https://github.com/rust-lang/regex/pull/768) fixes the bug, which was
115 This release primarily updates to Rust 2018 (finally) and bumps the MSRV to
116 Rust 1.41 (from Rust 1.28). Rust 1.41 was chosen because it's still reasonably
148 * [BUG #750](https://github.com/rust-lang/regex/pull/750):
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):
175 * [BUG #734](https://github.com/rust-lang/regex/pull/734):
177 * [BUG #735](https://github.com/rust-lang/regex/pull/735):
187 * [BUG #722](https://github.com/rust-lang/regex/issues/722):
197 * [BUG #719](https://github.com/rust-lang/regex/issues/719):
204 API additions. The MSRV remains at Rust 1.28 for now, but this is intended to
205 increase to at least Rust 1.41.1 soon.
213 * [FEATURE #649](https://github.com/rust-lang/regex/issues/649):
215 * [FEATURE #687](https://github.com/rust-lang/regex/issues/687):
217 * [FEATURE #689](https://github.com/rust-lang/regex/issues/689):
219 * [FEATURE #715](https://github.com/rust-lang/regex/issues/715):
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):
234 This release fixes a MSRV (Minimum Support Rust Version) regression in the
235 1.3.8 release. Namely, while 1.3.8 compiles on Rust 1.28, it actually does not
236 compile on other Rust versions, such as Rust 1.39.
240 * [BUG #685](https://github.com/rust-lang/regex/issues/685):
241 Remove use of `doc_comment` crate, which cannot be used before Rust 1.43.
250 in [#677](https://github.com/rust-lang/regex/pull/677).
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):
270 * [BUG #665](https://github.com/rust-lang/regex/pull/665):
281 * [PERF #657](https://github.com/rust-lang/regex/pull/657):
291 * [FEATURE #653](https://github.com/rust-lang/regex/pull/653):
303 * [BUG #640](https://github.com/rust-lang/regex/issues/640):
310 `thread_local` from `0.3` to `1.0`. The minimum supported Rust version remains
311 at Rust 1.28.
320 * [FEATURE #631](https://github.com/rust-lang/regex/issues/631):
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):
338 a [docs.rs/Cargo issue](https://github.com/rust-lang/docs.rs/issues/400).
351 Rust version for this crate remains at `1.28.0`.
355 * [FEATURE #474](https://github.com/rust-lang/regex/issues/474):
359 * [FEATURE #583](https://github.com/rust-lang/regex/issues/583):
369 Rust project.
394 This release updates regex's minimum supported Rust version to 1.28, which was
404 * [BUG #593](https://github.com/rust-lang/regex/issues/593):
415 * [BUG #545](https://github.com/rust-lang/regex/issues/545):
417 * [BUG #588](https://github.com/rust-lang/regex/issues/588):
418 Removes use of a repr(Rust) union used for type punning in the Teddy matcher.
419 * [BUG #591](https://github.com/rust-lang/regex/issues/591):
431 [BUG #557](https://github.com/rust-lang/regex/issues/557)) which could cause
446 * [BUG #570](https://github.com/rust-lang/regex/pull/570):
459 * [BUG #568](https://github.com/rust-lang/regex/pull/568):
470 * [OPT #566](https://github.com/rust-lang/regex/pull/566):
475 * [BUG #527](https://github.com/rust-lang/regex/issues/527):
477 * [BUG #555](https://github.com/rust-lang/regex/issues/555):
479 * [BUG #557](https://github.com/rust-lang/regex/issues/557):
489 * [BUG edf45e6f](https://github.com/rust-lang/regex/commit/edf45e6f):
499 * [BUG 661bf53d](https://github.com/rust-lang/regex/commit/661bf53d):
508 increases the minimal supported Rust version (MSRV) to 1.24.1 (from 1.20.0). In
514 * [OPT #511](https://github.com/rust-lang/regex/pull/511),
515 [OPT #540](https://github.com/rust-lang/regex/pull/540):
520 * [FEATURE #538](https://github.com/rust-lang/regex/pull/538):
525 * [BUG #530](https://github.com/rust-lang/regex/pull/530):
536 * [OPT #513](https://github.com/rust-lang/regex/pull/513):
541 * [BUG #533](https://github.com/rust-lang/regex/issues/533):
551 * [FEATURE #509](https://github.com/rust-lang/regex/pull/509):
566 * [BUG #504](https://github.com/rust-lang/regex/pull/504):
568 * [BUG 1e39165f](https://github.com/rust-lang/regex/commit/1e39165f):
581 * [FEATURE #493](https://github.com/rust-lang/regex/pull/493):
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):
600 optimizations automatically on Rust stable (1.27 or newer).
604 * [FEATURE #486](https://github.com/rust-lang/regex/pull/486):
606 * [FEATURE #488](https://github.com/rust-lang/regex/pull/488):
608 * [FEATURE #490](https://github.com/rust-lang/regex/pull/490):
609 SIMD optimizations are now enabled automatically in Rust stable, for versions
615 * [BUG #482](https://github.com/rust-lang/regex/pull/482):
627 * We adopt Rust 1.20 as the new minimum supported version of Rust for regex.
629 version of Rust in minor version releases of regex, but no patch releases.
631 minimum version of Rust to be a breaking change, but adopt a conservative
648 [1.0 release tracking issue](https://github.com/rust-lang/regex/issues/457).
658 * [FEATURE #459](https://github.com/rust-lang/regex/pull/459):
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):
672 * [BUG #465](https://github.com/rust-lang/regex/issues/465):
675 * [BUG #466](https://github.com/rust-lang/regex/issues/466):
677 * [BUG #470](https://github.com/rust-lang/regex/pull/470):
685 on nightly Rust.
689 * [FEATURE #458](https://github.com/rust-lang/regex/pull/458):
703 * [FEATURE #456](https://github.com/rust-lang/regex/pull/456):
709 * [BUG #455](https://github.com/rust-lang/regex/pull/455):
717 * [BUG #454](https://github.com/rust-lang/regex/pull/454):
748 * [FEATURE #174](https://github.com/rust-lang/regex/issues/174):
750 * [FEATURE #424](https://github.com/rust-lang/regex/issues/424):
753 * [FEATURE #449](https://github.com/rust-lang/regex/pull/449):
758 * [BUG #446](https://github.com/rust-lang/regex/issues/446):
766 * [BUG #446](https://github.com/rust-lang/regex/issues/446):
775 * [BUG #437](https://github.com/rust-lang/regex/issues/437):
783 * [FEATURE #348](https://github.com/rust-lang/regex/pull/348):
786 * [FEATURE #419](https://github.com/rust-lang/regex/pull/419):
792 * [BUG](https://github.com/rust-lang/regex/pull/436):
794 * [BUG](https://github.com/rust-lang/regex/pull/436):
795 `simd` has been bumped to `0.2.1`, which fixes a Rust nightly build error.
796 * [BUG](https://github.com/rust-lang/regex/pull/436):
804 * [FEATURE #374](https://github.com/rust-lang/regex/pull/374):
806 * [FEATURE #380](https://github.com/rust-lang/regex/pull/380):
808 * [FEATURE #400](https://github.com/rust-lang/regex/pull/400):
813 * [BUG #375](https://github.com/rust-lang/regex/issues/375):
815 * [BUG #393](https://github.com/rust-lang/regex/issues/393),
816 [BUG #394](https://github.com/rust-lang/regex/issues/394):
824 * [FEATURE #341](https://github.com/rust-lang/regex/issues/341):
832 * [BUG #321](https://github.com/rust-lang/regex/issues/321):
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):
840 * [BUG #338](https://github.com/rust-lang/regex/issues/338):
842 * [BUG #353](https://github.com/rust-lang/regex/issues/353):
844 * [BUG #354](https://github.com/rust-lang/regex/pull/354):
846 * [BUG #358](https://github.com/rust-lang/regex/issues/358):
848 * [BUG #359](https://github.com/rust-lang/regex/issues/359):
850 * [BUG #365](https://github.com/rust-lang/regex/pull/365):
852 * [BUG #367](https://github.com/rust-lang/regex/issues/367):
861 * [BUG #312](https://github.com/rust-lang/regex/issues/312):
863 * [BUG #314](https://github.com/rust-lang/regex/issues/314):
865 * [BUG #316](https://github.com/rust-lang/regex/issues/316):
868 * [BUG #324](https://github.com/rust-lang/regex/issues/324):
875 [regex 1.0 RFC](https://github.com/rust-lang/rfcs/blob/master/text/1620-regex-1.0.md).
877 release a `1.0` shortly. For `0.2`, the minimum *supported* Rust version is
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):
970 * [PR #292](https://github.com/rust-lang/regex/pull/292):
979 * [PR #290](https://github.com/rust-lang/regex/pull/290):
985 * [PR #281](https://github.com/rust-lang/regex/pull/281):
995 * [PR #275](https://github.com/rust-lang/regex/pull/275):
997 * [PR #278](https://github.com/rust-lang/regex/pull/278):
1006 * [PR #270](https://github.com/rust-lang/regex/pull/270):
1018 * [PR #262](https://github.com/rust-lang/regex/pull/262):
1023 * [PR #236](https://github.com/rust-lang/regex/pull/236):
1029 * [PR #231](https://github.com/rust-lang/regex/pull/231):
1031 * [PR #228](https://github.com/rust-lang/regex/pull/228):
1033 * [PR #226](https://github.com/rust-lang/regex/pull/226):
1035 * [PR #223](https://github.com/rust-lang/regex/pull/223):
1040 * [PR #216](https://github.com/rust-lang/regex/pull/216):
1042 * [PR #217](https://github.com/rust-lang/regex/pull/217):
1044 * [PR #218](https://github.com/rust-lang/regex/pull/218):
1049 * [PR #210](https://github.com/rust-lang/regex/pull/210):
1052 * [PR #211](https://github.com/rust-lang/regex/pull/211):
1054 * [PR #213](https://github.com/rust-lang/pull/213):
1057 Oniguruma, RE2, Tcl and of course Rust's own regexes.
1061 * [PR #201](https://github.com/rust-lang/regex/pull/201):
1063 * [PR #205](https://github.com/rust-lang/regex/pull/205):
1066 * [PR #209](https://github.com/rust-lang/regex/pull/209):
1068 of Rust than previous releases. This PR fixes that. (And `0.1.66` was
1080 * [PR #202](https://github.com/rust-lang/regex/pull/202):
1084 * [PR #200](https://github.com/rust-lang/regex/pull/200):
1094 * [#160](https://github.com/rust-lang/regex/issues/160):