summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/bytecomp-tests.el
Commit message (Expand)AuthorAgeFilesLines
* Add condition-case success handler (bug#47677)Mattias Engdegård2021-04-151-0/+127
* Fix typo in cconvMattias Engdegård2021-04-111-0/+7
* Fix condition-case optimiser bugMattias Engdegård2021-04-091-0/+6
* Better compiler warning testsMattias Engdegård2021-04-091-24/+25
* Clean up bytecomp-tests.elMattias Engdegård2021-04-091-103/+47
* Fix mistakes in bytecomp-testsMattias Engdegård2021-04-071-10/+10
* * lisp/emacs-lisp/cconv.el: Don't confuse a string for a docstringStefan Monnier2021-03-091-0/+5
* Compile closures that modify their bound vars correctly (Bug#46834)Pip Cet2021-03-021-0/+23
* Prefer `declare` over a `put` of `list-indent-function`.Stefan Monnier2021-02-221-1/+1
* Fix local defvar scoping error (bug#46387)Mattias Engdegård2021-02-101-0/+31
* Constprop of lexical variablesMattias Engdegård2021-02-061-1/+60
* Fix spurious "Lexical argument shadows the dynamic variable" due to inliningStefan Monnier2021-01-211-0/+4
* Fix two testsEli Zaretskii2021-01-161-2/+2
* Fix obsolete variable warnings about class namesMichael Heerdegen2021-01-061-0/+3
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Make byte-compiler warn about wide docstringsStefan Kangas2020-12-281-0/+71
* Ensure that byte compilation works for relative files (Bug#45287).Philipp Stephani2020-12-171-0/+15
* Byte compilation: handle case where the output file is a mountpoint.Philipp Stephani2020-12-131-0/+69
* Add tests for several byte-compiler warningsStefan Kangas2020-12-031-2/+50
* Improve sectioning in bytecomp-tests.elStefan Kangas2020-12-021-10/+16
* Fix byte-compiler warning for failed uses of lexical varsStefan Kangas2020-12-011-3/+23
* Add tests for some byte-compiler warningsStefan Kangas2020-12-011-0/+18
* Test byte-compiler free variable warningStefan Kangas2020-11-301-0/+14
* Test for byte-compiler warning "variable lacks prefix"Stefan Kangas2020-11-221-10/+16
* Test interactive-only spec of with-suppressed-warningsStefan Kangas2020-11-221-0/+6
* 'assoc' is not side-effect-free; constprop its pure subsetMattias Engdegård2020-10-311-1/+6
* byte-compile-file: Make optional LOAD argument obsoleteStefan Kangas2020-10-201-3/+4
* 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
* | Fix byte-compilation of (+ -0.0) (bug#42597)Mattias Engdegård2020-08-071-0/+5
* | Don't confuse errors with nil in bytecomp-tests.elMattias Engdegård2020-07-051-10/+10
* | Use lexical-binding in many emacs-lisp testsStefan Kangas2020-04-281-1/+1
* | Generate 'substring' byte op (bug#39709)Mattias Engdegård2020-02-251-1/+6
* | Remove another test for deleted lread featureGlenn Morris2020-02-151-11/+0
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Conditionalize result of a bytecomp testGlenn Morris2019-07-091-0/+1
* Compile any subsequence of `cond' clauses to switch (bug#36139)Mattias Engdegård2019-06-191-1/+14
* Compile cond with heterogeneous tests into switch (bug#36139)Mattias Engdegård2019-06-191-1/+24
* Disable filling of warnings in a bytecomp testGlenn Morris2019-06-161-1/+2
* Allow for line breaks in a bytecomp testGlenn Morris2019-06-121-0/+1
* Give more information in a bytecomp test failureGlenn Morris2019-06-121-2/+2
* Add the new macro with-suppressed-warningsLars Ingebrigtsen2019-06-121-0/+90
* Don't keep warning about unescaped literals (Bug#36068)Noam Postavsky2019-06-101-13/+19
* Merge from origin/emacs-26Glenn Morris2019-06-011-0/+14
|\
| * Warn about wrong number of args for subrs (Bug#35767)Noam Postavsky2019-05-301-0/+14
* | Correctly eliminate duplicate cases in switch compilationMattias Engdegård2019-05-271-1/+54
* | Make warning about unescaped character literals more helpful.Philipp Stephani2019-04-191-1/+3