summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Add tests for text-property-search to check prop-match-valueStefan Kangas2019-07-061-0/+43
* Optimise more inputs to `regexp-opt' (bug#36444)Mattias Engdegård2019-07-041-1/+61
* Allow empty argument to `regexp-opt-charset'Mattias Engdegård2019-06-291-5/+24
* Fix (rx-to-string (and (literal STR) (regexp STR)) regressionNoam Postavsky2019-06-261-0/+4
* Support (rx (and (regexp EXPR) (literal EXPR))) (Bug#36237)Noam Postavsky2019-06-251-0/+41
* Compile any subsequence of `cond' clauses to switch (bug#36139)Mattias Engdegård2019-06-191-1/+14
* Compile cond with heterogeneous tests into switch (bug#36139)Mattias Engdegård2019-06-191-1/+24
* Tighter pcase or-pattern member function selection (bug#36139)Mattias Engdegård2019-06-191-2/+4
* Disable filling of warnings in a bytecomp testGlenn Morris2019-06-161-1/+2
* Also test unpackingLars Ingebrigtsen2019-06-151-0/+26
* Refactor for reuseLars Ingebrigtsen2019-06-151-28/+31
* New file to test bindat functionsLars Ingebrigtsen2019-06-151-0/+70
* Allow for line breaks in a bytecomp testGlenn Morris2019-06-121-0/+1
* Give more information in a bytecomp test failureGlenn Morris2019-06-121-2/+2
* Add the new macro with-suppressed-warningsLars Ingebrigtsen2019-06-121-0/+90
* Don't keep warning about unescaped literals (Bug#36068)Noam Postavsky2019-06-101-13/+19
* Fix `cl-member' and `cl-assoc' for bignumsMattias Engdegård2019-06-011-0/+8
* Merge from origin/emacs-26Glenn Morris2019-06-012-6/+36
|\
| * Warn about wrong number of args for subrs (Bug#35767)Noam Postavsky2019-05-301-0/+14
| * Use plain symbols for eieio type descriptors (Bug#29220)Noam Postavsky2019-05-301-6/+22
* | Correctly eliminate duplicate cases in switch compilationMattias Engdegård2019-05-271-1/+54
* | ; Fix read-multiple-choice testNoam Postavsky2019-05-261-1/+1
* | Update author/maintainer infoPaul Eggert2019-05-261-1/+1
* | Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-253-0/+3
* | Allow zero-argument rx `or' and `seq' formsMattias Engdegård2019-05-201-1/+7
* | Revert "Allow zero-argument rx `or' and `seq' forms"Mattias Engdegård2019-05-201-7/+1
* | Allow zero-argument rx `or' and `seq' formsMattias Engdegård2019-05-201-1/+7
* | Fixes for "Maintainer:" and related linesPaul Eggert2019-05-193-3/+0
* | * cl-macs-tests.el (cl-macs-test--symbol-macrolet): New testStefan Monnier2019-05-161-0/+17
* | Merge from origin/emacs-26Glenn Morris2019-05-081-2/+54
|\ \ | |/
| * Fix incorrect cloning of eieio-instance-inheritor objects (Bug#34840)Vitalie Spinu2019-05-081-0/+41
| * Fix cloning of eieio-named objects (Bug#22840)Vitalie Spinu2019-05-071-2/+13
* | Merge from origin/emacs-26Glenn Morris2019-04-291-0/+28
|\ \ | |/
| * Be more careful about indent-sexp going over eol (Bug#35286)Noam Postavsky2019-04-221-0/+28
* | Make warning about unescaped character literals more helpful.Philipp Stephani2019-04-191-1/+3
* | Use memql instead of memq in pcaseMattias Engdegård2019-03-281-1/+3
* | New seq-contains-p predicate (Bug#34852)Nicolas Petton2019-03-211-0/+25
* | Disallow reversed char ranges in `rx'Mattias Engdegård2019-03-191-0/+4
* | Fix some ineffective backslashes in string literalsMattias Engdegård2019-03-162-2/+2
* | rx: fix `or' ordering by adding argument to regexp-optMattias Engdegård2019-03-021-0/+13
* | Prevent over-eager rx character range condensationMattias Engdegård2019-02-161-1/+5
* | * test/lisp/emacs-lisp/package-tests.el: Allow extra extrasStefan Monnier2019-02-101-15/+51
* | Make the rx operators \? and \?? behave correctlyMattias Engdegård2019-02-011-0/+23
* | Update more copyright yearsPaul Eggert2018-12-318-8/+8
* | Merge from origin/emacs-26Paul Eggert2018-12-3140-40/+40
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-0140-40/+40
* | Handle raw bytes, and LF in ranges, in rx `any' argument stringsMattias Engdegård2018-12-291-0/+22
* | Merge from origin/emacs-26Glenn Morris2018-12-201-0/+5
|\ \ | |/
| * cl-make-random-state was not copying its argPaul Eggert2018-12-191-0/+5
* | * lisp/emacs-lisp/map.el: Add support for plistsStefan Monnier2018-12-201-2/+5