summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Fix cl-progv binding orderToby Cubitt2021-03-201-0/+5
* Optimise tail calls in `and` and `or` forms in `cl-labels` functionsMattias Engdegård2021-03-181-5/+20
* * lisp/emacs-lisp/cconv.el: Don't confuse a string for a docstringStefan Monnier2021-03-091-0/+5
* Fix structure of condition object in nested 'ert-fail'.Philipp Stephani2021-03-081-1/+1
* Various map.el improvementsBasil L. Contovounesios2021-03-061-190/+284
* Bindat: new macro-expansion based data layout languageStefan Monnier2021-03-051-33/+74
* Make lambda-lifting work againMattias Engdegård2021-03-051-1/+8
* * lisp/emacs-lisp/bindat.el: Minor refactoringStefan Monnier2021-03-051-13/+13
* Make checkdoc work with qualified methodsMauro Aranda2021-03-041-0/+27
* Remove duplicated tests in checkdoc-tests.elMauro Aranda2021-03-041-45/+0
* Compile closures that modify their bound vars correctly (Bug#46834)Pip Cet2021-03-021-0/+23
* * lisp/emacs-lisp/pcase.el: Bind all the vars in `or` patternsStefan Monnier2021-03-011-4/+10
* * lisp/emacs-lisp/pcase.el: Fix bug#46786Stefan Monnier2021-03-011-0/+7
* * lisp/emacs-lisp/pcase.el (pcase--split-pred): Re-fix bug#14773Stefan Monnier2021-03-011-0/+8
* Fix pcase 'rx' pattern match-data bugMattias Engdegård2021-02-281-0/+8
* Fix pcase rx pattern bugsMattias Engdegård2021-02-261-1/+11
* * test/lisp/emacs-lisp/macroexp-tests.el (macroexp--tests-file-name): Add caseStefan Monnier2021-02-242-0/+8
* * test/lisp/emacs-lisp/macroexp-tests.el (macroexp--tests-file-name): New testStefan Monnier2021-02-243-1/+98
* Prefer `declare` over a `put` of `list-indent-function`.Stefan Monnier2021-02-222-3/+2
* * test/lisp/emacs-lisp/edebug-tests.el: Adjust to new `edebug-eval-defun`.Stefan Monnier2021-02-191-14/+20
* Fix regexp mistakesMattias Engdegård2021-02-191-2/+2
* Fix rx `regexp` form with deprecated syntaxMattias Engdegård2021-02-181-0/+2
* * lisp/emacs-lisp/bindat.el (bindat-spec): New macro.Stefan Monnier2021-02-152-3/+23
* * Edebug: Generalize `&lookup`, use it for `cl-macrolet` and `cl-generic`Stefan Monnier2021-02-143-23/+17
* Edebug: Make it possible to debug `gv-expander`s in `declare`Stefan Monnier2021-02-122-0/+17
* Edebug: Overload `edebug-form-spec` even lessStefan Monnier2021-02-122-0/+15
* * lisp/emacs-lisp/macroexp.el (macroexp--fgrep): Break cyclesStefan Monnier2021-02-101-0/+36
* Fix local defvar scoping error (bug#46387)Mattias Engdegård2021-02-101-0/+31
* ; Minor license statement fixesStefan Kangas2021-02-0811-99/+103
* Constprop of lexical variablesMattias Engdegård2021-02-061-1/+60
* Fix recently uncovered 'make check' failuresBasil L. Contovounesios2021-01-232-21/+11
* Fix spurious "Lexical argument shadows the dynamic variable" due to inliningStefan Monnier2021-01-213-0/+27
* * lisp/emacs-lisp/pcase.el: Add support for `not` to `pred`Stefan Monnier2021-01-161-0/+4
* Fix two testsEli Zaretskii2021-01-161-2/+2
* Prefer skip-unless in more testsStefan Kangas2021-01-131-2/+2
* * lisp/emacs-lisp/cl-macs.el: Optimize self-calls in tail positionStefan Monnier2021-01-081-1/+16
* * lisp/subr.el (letrec): Optimize some non-recursive bindingsStefan Monnier2021-01-081-0/+8
* Fix obsolete variable warnings about class namesMichael Heerdegen2021-01-062-0/+10
* Update copyright year to 2021Paul Eggert2021-01-0159-59/+59
* Add some tests to find-func.elDaniel Martín2020-12-311-0/+63
* Fix package tests for tetris no longer existing as a packageGlenn Morris2020-12-281-3/+3
* Make byte-compiler warn about wide docstringsStefan Kangas2020-12-2816-0/+138
* Improve "find definition" in *Help* buffersDaniel Martín2020-12-271-0/+10
* Allow `string-limit' to work on encoded stringsLars Ingebrigtsen2020-12-251-0/+20
* Remove `string-slice' -- it's not very well definedLars Ingebrigtsen2020-12-251-8/+0
* Allow string-slice to take zero-length matchesLars Ingebrigtsen2020-12-231-1/+3
* Make string-pad take an optional START parameterLars Ingebrigtsen2020-12-221-1/+1
* Change the string-limit parameter semanticsLars Ingebrigtsen2020-12-221-3/+4
* Further string-clean-whitespace tweaksLars Ingebrigtsen2020-12-221-1/+1
* Add string-chop-newlineLars Ingebrigtsen2020-12-211-0/+5