summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Don't confuse errors with nil in bytecomp-tests.elMattias Engdegård2020-07-051-10/+10
* Replace some uses of cl-mapcan with mapcanBasil L. Contovounesios2020-06-211-3/+2
* Silence some warnings in testsBasil L. Contovounesios2020-06-211-12/+12
* Band-aid for edebugging generator bodies (Bug#40434).Philipp Stephani2020-06-141-0/+9
* Ensure that getters and setters can be edebugged at the same time.Philipp Stephani2020-06-141-0/+19
* ; * test/lisp/emacs-lisp/generator-tests.el: Checkdoc fixesPhilipp Stephani2020-06-101-2/+5
* Allow destructuring in &aux sections when using edebug (Bug#40431)Philipp Stephani2020-06-101-0/+9
* Merge from origin/emacs-27Glenn Morris2020-06-072-1/+12
|\
| * Silence some byte-compiler warnings in testsBasil L. Contovounesios2020-06-032-5/+16
| * ; Mark Bug#29799 tests as failing since we reverted the fixNoam Postavsky2020-05-051-0/+2
* | Un-deprecate oset and oset-defaultBasil L. Contovounesios2020-06-061-2/+3
* | Allow back-references in syntax-propertize-rules.Tassilo Horn2020-05-191-0/+67
* | Don’t attempt to modify constant stringsPaul Eggert2020-05-161-1/+3
* | Add new filter command to Package Menu (Bug#39903)Pieter van Oostrum2020-05-091-0/+15
* | Don't increment array index in cl-loop twice (Bug#40727)Noam Postavsky2020-05-071-0/+3
* | Revert "cl-loop: Calculate the array length just once"Noam Postavsky2020-05-071-0/+6
* | Use lexical-binding in check-declare.el and add testsSimen Heggestøyl2020-05-031-0/+116
* | Use lexical-binding in most remaining emacs-lisp testsStefan Kangas2020-04-3015-47/+48
* | Add new tests to bindat-tests.elStefan Kangas2020-04-291-0/+16
* | Use lexical-binding in float-sup.el and add testsStefan Kangas2020-04-291-0/+33
* | Use lexical-binding in many emacs-lisp testsStefan Kangas2020-04-287-11/+11
* | Suppress relint diagnostics in rx-tests.elMattias Engdegård2020-04-051-0/+6
* | Merge from origin/emacs-27Glenn Morris2020-03-231-0/+8
|\ \ | |/
| * Fix cl-concatenate (Bug#40180)Noam Postavsky2020-03-221-0/+8
* | Merge from origin/emacs-27Glenn Morris2020-03-071-1/+3
|\ \ | |/
| * Fix rx error with ? and ??Mattias Engdegård2020-03-051-1/+3
* | Merge from origin/emacs-27Glenn Morris2020-03-041-3/+21
|\ \ | |/
| * rx: Improve 'or' compositionality (bug#37659)Mattias Engdegård2020-03-011-1/+12
| * Fix rx charset generationMattias Engdegård2020-02-291-2/+9
* | Generate 'substring' byte op (bug#39709)Mattias Engdegård2020-02-251-1/+6
* | ; * test/lisp/emacs-lisp/regexp-opt-tests.el: Fix last changeMattias Engdegård2020-02-211-1/+1
* | Less bad permutation generator in regexp-opt testMattias Engdegård2020-02-201-21/+8
* | Merge from origin/emacs-27Glenn Morris2020-02-161-37/+7
|\ \ | |/
| * Remove the optional KEEP-ORDER argument to regexp-optMattias Engdegård2020-02-131-37/+7
* | Remove another test for deleted lread featureGlenn Morris2020-02-151-11/+0
* | Merge from origin/emacs-27Glenn Morris2020-02-131-1/+1
|\ \ | |/
| * rx: Use longest match for all-string 'or' forms (bug#37659)Mattias Engdegård2020-02-121-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-02-061-1/+1
|\ \ | |/
| * Replace add-to-list to lexical variable with push (bug#39373)Mattias Engdegård2020-02-011-1/+1
* | Don't use obsolete function in package-tests.elStefan Kangas2020-02-051-4/+4
* | Add new filter commands to Package Menu (Bug#38424)Stefan Kangas2020-02-051-29/+88
* | * lisp/emacs-lisp/map.el: Add keyword-only pattern abbreviationAdam Porter2020-02-041-0/+6
|/
* Update copyright year to 2020Paul Eggert2020-01-0149-49/+49
* Allow characters and single-char strings in rx charsetsMattias Engdegård2019-12-131-6/+14
* Use `or' instead of `union' for charset union in rxMattias Engdegård2019-12-121-19/+25
* ; Spelling fixesPaul Eggert2019-12-102-3/+3
* Add `union' and `intersection' to rx (bug#37849)Mattias Engdegård2019-12-101-0/+57
* Spelling fixesPaul Eggert2019-12-091-1/+1
* Avoid duplicated character classes in rxMattias Engdegård2019-12-031-1/+3
* Improve errors & warnings due to fancy quoted vars (Bug#32939)Noam Postavsky2019-11-281-0/+26