aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/emacs-lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use a dedicated type to represent interpreted-function valuesscratch/interpreted-functionStefan Monnier2024-04-181-23/+25
* lisp/emacs-lisp/track-changes.el: New file (bug#70077)Stefan Monnier2024-04-131-0/+156
* Make lexical-binding cookie warning test more robustMattias Engdegård2024-04-031-6/+8
* Fix symbol list matching regexps.Vladimir Kazanov2024-04-011-2/+45
* Merge from origin/emacs-29Eli Zaretskii2024-03-301-1/+0
|\
* | pp.el: Try and fix bug#70039Stefan Monnier2024-03-281-0/+19
* | Improve ert-font-lock assertion parser (Bug#69714)Vladimir Kazanov2024-03-282-25/+130
* | (pcase-mutually-exclusive): Use auto-generated tableStefan Monnier2024-03-281-0/+14
* | (pp-fill): Cut before parens and dotsStefan Monnier2024-03-221-0/+30
* | * test/lisp/emacs-lisp/comp-cstr-tests.el (comp-cstr-test-93): Add test.Andrea Corallo2024-03-191-3/+2
* | EIEIO: Fix regession (bug#69631)Stefan Monnier2024-03-081-1/+1
* | Single string literal in body is return value only, not doc stringMattias Engdegård2024-03-071-1/+2
* | Revert "Update some native comp tests"Stefan Monnier2024-03-041-1/+1
* | Repair miscompilation of single-arg `apply` (bug#69533)Mattias Engdegård2024-03-041-0/+3
* | * test/lisp/emacs-lisp/comp-cstr-tests.el (comp-cstr-test-62): Revert change.Andrea Corallo2024-03-031-2/+2
* | Merge branch 'feature/type-hierarchy' into 'master'Andrea Corallo2024-03-011-2/+2
|\ \
| * \ Merge remote-tracking branch 'origin/master' into 'feature/type-hierarchy'Andrea Corallo2024-02-286-27/+60
| |\ \
| * | | Update some native comp testsAndrea Corallo2024-02-151-2/+2
* | | | Add tabulated-list-groups and Buffer-menu-group-by (bug#69305)Juri Linkov2024-02-291-0/+41
| |/ / |/| |
* | | (edebug-tests-trivial-comma): Avoid interaction (bug#69406)Stefan Monnier2024-02-261-10/+12
* | | (cl--generic-describe): Fix regression introduced by fix to bug#54628Stefan Monnier2024-02-111-0/+14
* | | Use `defvar` for variables that are not constantStefan Monnier2024-02-071-1/+1
* | | Use slot names rather than their :initargsStefan Monnier2024-02-071-14/+14
* | | Grudgingly accept function values in the function positionMattias Engdegård2024-02-051-0/+16
* | | ; hierarchy-tests.el: keep doc string within 80 columnsMattias Engdegård2024-01-311-2/+3
|/ /
* | ; Spelling fixesPaul Eggert2024-01-291-1/+1
* | * test/lisp/emacs-lisp/comp-cstr-tests.el: Use macros in a simpler wayStefan Monnier2024-01-181-210/+204
* | Use handler-bind to repair bytecomp-testsMattias Engdegård2024-01-041-12/+6
* | Fix ert-tests.el for the new `handler-bind` codeStefan Monnier2024-01-041-33/+8
* | ; Add 2024 to copyright yearsPo Lu2024-01-022-2/+2
* | Merge from savannah/emacs-29Po Lu2024-01-0272-72/+72
|\ \ | |/
| * ; Add 2024 to copyright yearsPo Lu2024-01-0272-72/+72
| * Fix rx wrong-code bug: ranges starting with ^Mattias Engdegård2023-07-301-5/+15
* | checkdoc: Avoid false positive for keybinding in docstringStefan Kangas2023-12-241-0/+9
* | Introduce new function lm-package-requiresStefan Kangas2023-12-231-0/+20
* | ; Fix typosStefan Kangas2023-12-101-4/+4
* | Add ert-font-lockVladimir Kazanov2023-12-033-0/+470
* | Make EIEIO ':accessor' behave like ':reader' when reading (bug#66938)Brandon2023-11-261-0/+21
* | Fix variable aliasing bytecode miscompilation (bug#67116)Mattias Engdegård2023-11-131-0/+10
* | Fix bytecomp-tests--dest-mountpoint test failureMattias Engdegård2023-11-041-1/+2
* | comp-cstr.el: The type hierarchy is a DAG, not a treeStefan Monnier2023-10-301-4/+8
* | Move lexical-binding warning from checkdoc to byte-compilerMattias Engdegård2023-10-212-5/+36
* | Add two missing 'number-or-marker' entries to the cl machinery (bug#66615)Andrea Corallo2023-10-191-1/+1
* | Improve cstr typeset normalizationAndrea Corallo2023-10-191-1/+10
* | Complete yesterday's commit for cl-print.elAlan Mackenzie2023-09-301-8/+10
* | Revert "Don't use ellipses while cl-printing strings."Alan Mackenzie2023-09-271-1/+16
* | package-tests.el: Add test Bug#65475Philip Kaludercic2023-09-211-0/+16
* | Warn about duplicated :tag strings in defcustom choicesMattias Engdegård2023-09-191-1/+4
* | Don't use ellipses while cl-printing strings.Alan Mackenzie2023-09-191-16/+1
* | Expanded defcustom type byte-compilation warnings (bug#65852)Mattias Engdegård2023-09-171-7/+45