summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Suppress intermittent test failure on hydraGlenn Morris2017-04-251-0/+3
* Don't reparse the sexp in indent-sexp (Bug#25122)Noam Postavsky2017-04-221-1/+4
* Add cond test cases for singleton clauses.Vibhav Pant2017-04-221-1/+7
* * lisp/emacs-lisp/cl-macs.el: Fix symbol-macroletStefan Monnier2017-04-211-1/+0
* Update a package test for hydraGlenn Morris2017-04-111-0/+1
* Backward compatibility with pre-existing struct instances.Stefan Monnier2017-04-041-0/+23
* Make cl-defstruct use records.Lars Brinkhoff2017-04-041-0/+7
* Add record objects with user-defined types.Lars Brinkhoff2017-04-041-0/+10
* * test/lisp/emacs-lisp/cl-lib-tests.el: Improve symbol-macrolet testsStefan Monnier2017-04-011-4/+21
* * test/lisp/emacs-lisp/cl-lib-tests.el (cl-lib-symbol-macrolet): New test.Stefan Monnier2017-03-311-0/+9
* * test/lisp/emacs-lisp/lisp-mode-tests.el (indent-subsexp): Test for Bug#26187Noam Postavsky2017-03-211-0/+4
* * test/lisp/emacs-lisp/cl-print-tests.el (cl-print-tests-1): Fix regexp.Tino Calancha2017-03-131-1/+1
* * lisp/emacs-lisp/lisp-mode.el (indent-sexp): Simplify.Noam Postavsky2017-03-121-0/+94
* Update a cl-print testGlenn Morris2017-03-081-1/+1
* Use lexical binding in benchmark.elTino Calancha2017-03-031-0/+51
* Switch pp.el to lexical bindingNoam Postavsky2017-03-021-0/+35
* Prevent for consing in cl-mapc and cl-maplTino Calancha2017-02-271-0/+59
* Don't use IP 0.0.0.0 for package test server (Bug#22582)Noam Postavsky2017-02-252-12/+13
* * lisp/emacs-lisp/cl-print.el: New fileStefan Monnier2017-02-231-0/+40
* Simplify cl-get using `plist-member'Noam Postavsky2017-02-201-0/+38
* bytecomp-tests.el: Store all test forms in one constant.Vibhav Pant2017-02-151-14/+33
* test/lisp/emacs-lisp/bytecomp-tests.el: Add more tests for switch.Vibhav Pant2017-02-131-1/+6
* Add tests for checking byte-switch code.Vibhav Pant2017-02-071-0/+14
* Add tests for lisp/emacs-lisp/testcover.elGemini Lasswell2017-02-042-0/+679
* test/*.el: Avoid byte-compiler warningsJuanma Barranquero2017-01-282-6/+5
* Update copyright year to 2017 in masterPaul Eggert2017-01-015-5/+5
* Merge from origin/emacs-25Paul Eggert2017-01-0120-20/+20
* Checkdoc: use syntax functions instead of regexPhilipp Stephani2016-12-311-0/+13
* Checkdoc: Don't require a space before an arg listPhilipp Stephani2016-12-261-0/+40
* Fix rx-any with range with ?\] and ?-Noam Postavsky2016-12-181-0/+37
* Make seq-into return the sequence when no conversion neededNicolas Petton2016-12-161-0/+8
* Fix circular list handling in seq-mapnNicolas Petton2016-12-151-0/+5
* Fix ert-tests when running compiledNoam Postavsky2016-12-061-45/+23
* Do not use map.el in seq-tests.elNicolas Petton2016-11-161-7/+5
* Add seq-random-elt to seq.elDamien Cassou2016-10-251-0/+17
* cl-seq: Remove max limit on input sequence lengthTino Calancha2016-10-201-1/+0
* Don’t consider nested let-alist formsPhilipp Stephani2016-10-081-0/+8
* Incorporate syntax-tests in lisp-tests.Eli Zaretskii2016-09-241-2/+69
* Incorporate lexbind-tests.el in bytecomp-test.elEli Zaretskii2016-09-241-1/+42
* Incorporate core-elisp-tests in lisp-testsEli Zaretskii2016-09-241-0/+29
* ; * test/lisp/emacs-lisp/bytecomp-tests.el: Fix header and 'provide'.Eli Zaretskii2016-09-241-2/+3
* ; * test/lisp/emacs-lisp/bytecomp-tests.el: Moved from test/lisp/.Eli Zaretskii2016-09-241-0/+428
* * lisp/emacs-lisp/ring.el: Use lexical-bindingSimen Heggestøyl2016-09-091-0/+2
* Add tests for ring.elSimen Heggestøyl2016-09-081-0/+204
* Add tests for Bug#24264Tino Calancha2016-08-191-0/+266
* Fix seq-containsNicolas Petton2016-06-181-0/+4
* Add new function map-doNicolas Petton2016-06-181-0/+8
* Add seq-do-indexedNicolas Petton2016-06-181-0/+15
* Remove ‘ert-with-function-mocked’ macro in favour of ‘cl-letf’ macroMichal Nazarewicz2016-06-081-43/+0
* * test/lisp/emacs-lisp/package-tests.elGlenn Morris2016-06-081-2/+0