summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/rx-tests.el
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Fix pcase rx patterns using rx-let bindings (bug#59814)Mattias Engdegård2022-12-11
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* ; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas2021-09-26
* Fix pcase 'rx' patterns with a single named submatch (bug#48477)Mattias Engdegård2021-05-18
* Fix pcase 'rx' pattern match-data bugMattias Engdegård2021-02-28
* Fix pcase rx pattern bugsMattias Engdegård2021-02-26
* Fix regexp mistakesMattias Engdegård2021-02-19
* Fix rx `regexp` form with deprecated syntaxMattias Engdegård2021-02-18
* Update copyright year to 2021Paul Eggert2021-01-01
* Better warning suppression in rx-testsMattias Engdegård2020-11-09
* Fix pcase rx form snag with '?' and '??' (bug#44532)Mattias Engdegård2020-11-09
* Suppress obsoletion warning in test of obsolete rx functionMattias Engdegård2020-10-06
* * test/lisp/emacs-lisp/rx-tests.el: Improve test coverage.Mattias Engdegård2020-08-29
* Suppress relint diagnostics in rx-tests.elMattias Engdegård2020-04-05
* Fix rx error with ? and ??Mattias Engdegård2020-03-05
* rx: Improve 'or' compositionality (bug#37659)Mattias Engdegård2020-03-01
* Fix rx charset generationMattias Engdegård2020-02-29
* rx: Use longest match for all-string 'or' forms (bug#37659)Mattias Engdegård2020-02-12
* Update copyright year to 2020Paul Eggert2020-01-01
* Allow characters and single-char strings in rx charsetsMattias Engdegård2019-12-13
* Use `or' instead of `union' for charset union in rxMattias Engdegård2019-12-12
* Add `union' and `intersection' to rx (bug#37849)Mattias Engdegård2019-12-10
* Spelling fixesPaul Eggert2019-12-09
* Avoid duplicated character classes in rxMattias Engdegård2019-12-03
* Expand rx definitions inside (not ...)Mattias Engdegård2019-10-27
* Use [^z-a] for matching any character (anychar/anything) in rxMattias Engdegård2019-10-18
* Add `unmatchable' as alias for (or) in rx (bug#37659)Mattias Engdegård2019-10-18
* Add `anychar' as alias to `anything' in rx (bug#37659)Mattias Engdegård2019-10-18
* Add `rx-submatch-n' for compatibility (bug#37517)Mattias Engdegård2019-09-29
* Add rx extension mechanismMattias Engdegård2019-09-25
* New rx implementationMattias Engdegård2019-09-25
* Fix (rx-to-string (and (literal STR) (regexp STR)) regressionNoam Postavsky2019-06-26
* Support (rx (and (regexp EXPR) (literal EXPR))) (Bug#36237)Noam Postavsky2019-06-25
* Allow zero-argument rx `or' and `seq' formsMattias Engdegård2019-05-20
* Revert "Allow zero-argument rx `or' and `seq' forms"Mattias Engdegård2019-05-20
* Allow zero-argument rx `or' and `seq' formsMattias Engdegård2019-05-20
* Disallow reversed char ranges in `rx'Mattias Engdegård2019-03-19
* Fix some ineffective backslashes in string literalsMattias Engdegård2019-03-16
* rx: fix `or' ordering by adding argument to regexp-optMattias Engdegård2019-03-02
* Prevent over-eager rx character range condensationMattias Engdegård2019-02-16
* Make the rx operators \? and \?? behave correctlyMattias Engdegård2019-02-01
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Handle raw bytes, and LF in ranges, in rx `any' argument stringsMattias Engdegård2018-12-29
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Add 'rx' pattern for pcase.Philipp Stephani2017-07-23
* Update copyright year to 2017 in masterPaul Eggert2017-01-01
* Fix rx-any with range with ?\] and ?-Noam Postavsky2016-12-18