summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
...
* Refix conditional step clauses in cl-loopdickmao2019-11-221-4/+64
* Expand rx definitions inside (not ...)Mattias Engdegård2019-10-271-1/+16
* Don't try to add nil packages on refreshStefan Kangas2019-10-212-0/+18
* Use [^z-a] for matching any character (anychar/anything) in rxMattias Engdegård2019-10-181-3/+3
* Add `unmatchable' as alias for (or) in rx (bug#37659)Mattias Engdegård2019-10-181-0/+2
* Add `anychar' as alias to `anything' in rx (bug#37659)Mattias Engdegård2019-10-181-2/+2
* Correctly explain test failures with mixed uni/multibyte stringsMattias Engdegård2019-10-131-0/+23
* * lisp/emacs-lisp/map.el (map-into) <hash-table>: Allow keyword argsAndrea Corallo2019-10-111-1/+4
* Remove two checkdoc tests checked in by mistakeLars Ingebrigtsen2019-10-111-16/+0
* checkdoc CL testsDamien Cassou2019-10-101-0/+106
* Filter packages by name in list-packages. (Bug#36981)Federico Tedin2019-10-081-0/+22
* * lisp/emacs-lisp/package.el (package--get-deps): Fix thinkoStefan Monnier2019-10-081-17/+8
* More doc fixes in package.el (Bug#37544)Stefan Kangas2019-10-041-1/+6
* Add `rx-submatch-n' for compatibility (bug#37517)Mattias Engdegård2019-09-291-0/+3
* Add rx extension mechanismMattias Engdegård2019-09-251-0/+98
* New rx implementationMattias Engdegård2019-09-251-89/+247
* Update some URLsPaul Eggert2019-09-231-1/+1
* Add backquote testsTino Calancha2019-09-161-0/+47
* Create common tests for print.c and cl-print.elGemini Lasswell2019-09-131-112/+3
* Improve print output options commands in backtrace-mode (bug#36566)Gemini Lasswell2019-09-131-0/+49
* Merge from origin/emacs-26Glenn Morris2019-08-201-1/+5
|\
| * Fix lisp indent infloop on unfinished strings (Bug#37045)Noam Postavsky2019-08-171-1/+5
* | Tests need to be moved when source files areGlenn Morris2019-08-071-35/+0
* | New function time-convertPaul Eggert2019-08-051-3/+3
* | Make let-alist work with vectorsLars Ingebrigtsen2019-07-281-0/+5
* | `unknown' test case now worksLars Ingebrigtsen2019-07-281-1/+0
* | Conditionalize result of a bytecomp testGlenn Morris2019-07-091-0/+1
* | 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