summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/cl-macs-tests.el
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Fix &key parameters called without arguments (bug#58714)Gerd Möllmann2022-11-11
* Improve check for misleading 'cl-case' cases (Bug#57915).Philipp Stephani2022-09-19
* Fix recently-added cl-macs testsLars Ingebrigtsen2022-09-14
* Have 'cl-case' warn about suspicious casesPhilipp Stephani2022-09-13
* Signal an error if a fallback cl-case is misplacedPhilipp Stephani2022-09-13
* cl-symbol-macrolet: Fix recent regressionStefan Monnier2022-09-06
* gv.el and cl-macs.el: Fix bug#57397Stefan Monnier2022-09-03
* Make Edebug specification for 'cl-defstruct' more lenient.Philipp Stephani2022-03-14
* Teach Edebug about the special '&whole' syntax for compiler macros.Philipp Stephani2022-03-03
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Body of dynamic let-bindings is not in tail positionMattias Engdegård2021-12-20
* | * test/lisp/emacs-lisp/cl-macs-tests.el: Avoid `with-suppressed-warnings`Stefan Monnier2021-12-08
* | Silence byte-compiler in some testsStefan Kangas2021-12-04
* | Make 'eval' use lexical scoping in most testsStefan Kangas2021-11-20
* | Improve TCO test coverageMattias Engdegård2021-10-19
|/
* Add condition-case success handler (bug#47677)Mattias Engdegård2021-04-15
* Self-TCO in `condition-case` error handlersMattias Engdegård2021-04-09
* Fix cl-progv binding orderToby Cubitt2021-03-20
* Optimise tail calls in `and` and `or` forms in `cl-labels` functionsMattias Engdegård2021-03-18
* ; Minor license statement fixesStefan Kangas2021-02-08
* * lisp/emacs-lisp/cl-macs.el: Optimize self-calls in tail positionStefan Monnier2021-01-08
* * lisp/subr.el (letrec): Optimize some non-recursive bindingsStefan Monnier2021-01-08
* Update copyright year to 2021Paul Eggert2021-01-01
* Allow destructuring in &aux sections when using edebug (Bug#40431)Philipp Stephani2020-06-10
* Don’t attempt to modify constant stringsPaul Eggert2020-05-16
* Don't increment array index in cl-loop twice (Bug#40727)Noam Postavsky2020-05-07
* Revert "cl-loop: Calculate the array length just once"Noam Postavsky2020-05-07
* Update copyright year to 2020Paul Eggert2020-01-01
* ; Spelling fixesPaul Eggert2019-12-10
* Refix conditional step clauses in cl-loopdickmao2019-11-22
* * cl-macs-tests.el (cl-macs-test--symbol-macrolet): New testStefan Monnier2019-05-16
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Prevent name clashes between CL structures and builtin typesPhilipp Stephani2018-01-28
* | cl-loop: Add missing guard conditionTino Calancha2018-01-08
* | Revert "Prevent name clashes between CL structures and builtin types"Philipp Stephani2018-01-07
* | Prevent name clashes between CL structures and builtin typesPhilipp Stephani2018-01-07
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Partially revert "Mention new strictness for &optional, &rest..."Noam Postavsky2017-12-15
* Mention new strictness for &optional, &rest in arglists (Bug#29165)Noam Postavsky2017-12-13
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Add tests for cl-macs.el (Bug#27559)Alexander Gramiak2017-08-21