summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Convert unsafep tests to ertStefan Kangas2020-08-291-0/+144
* Use lexical-binding in more testsStefan Kangas2020-08-291-2/+2
* * test/lisp/emacs-lisp/rx-tests.el: Improve test coverage.Mattias Engdegård2020-08-291-4/+9
* Use lexical-binding in warnings.el and add testsStefan Kangas2020-08-281-0/+60
* ; Fix license statements.Stefan Kangas2020-08-273-9/+15
* Merge from origin/emacs-27Michael Albinus2020-08-251-4/+12
|\
| * Fix cond jump table compilation (bug#42919)Mattias Engdegård2020-08-191-1/+14
* | ; Minor simplification of two recent changesBasil L. Contovounesios2020-08-191-2/+1
* | Distinguish errors in bytecomp-testsMattias Engdegård2020-08-191-21/+21
* | Make bytecomp-tests re-runnableMattias Engdegård2020-08-191-0/+2
* | Add tests for cl-{incf,decf}Stefan Kangas2020-08-131-0/+16
* | Fix (end-of-defun N) for N >= 2Noam Postavsky2020-08-111-0/+55
* | Add the new library hierarchy.elDamien Cassou2020-08-091-0/+556
* | Fix byte-compilation of (+ -0.0) (bug#42597)Mattias Engdegård2020-08-071-0/+5
* | Mark two cconv tests as :unstableLars Ingebrigtsen2020-08-061-0/+2
* | Add new cconv-tests (Bug#28557)Stefan Kangas2020-08-041-0/+158
* | Avoid duplicate Edebug symbols when backtracking (Bug#42701)Philipp Stephani2020-08-031-0/+32
* | Merge from origin/emacs-27Glenn Morris2020-08-031-0/+4
|\ \ | |/
| * ; * test/lisp/emacs-lisp/generator-tests.el: Style fixes.Philipp Stephani2020-07-311-2/+7
* | Improve Edebug symbols for inlined secondary methods (Bug#42671)Philipp Stephani2020-08-021-13/+15
* | Add a workaround for Bug#42672Philipp Stephani2020-08-021-0/+36
* | ; * test/lisp/emacs-lisp/edebug-tests.el (edebug-tests-cl-flet): Fix typo.Philipp Stephani2020-08-021-1/+1
* | Avoid duplicate Edebug symbols when using ‘cl-flet’ (Bug#41989)Philipp Stephani2020-08-021-0/+40
* | Don’t generate duplicate symbols for secondary CL methods (Bug#42671)Philipp Stephani2020-08-021-0/+22
* | 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