summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/bytecomp-tests.el
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix closure-conversion of shadowed captured lambda-lifted vars"Mattias Engdegård2022-01-121-43/+0
* Fix closure-conversion of shadowed captured lambda-lifted varsMattias Engdegård2022-01-121-0/+43
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* ; * test/lisp/emacs-lisp/bytecomp-tests.el: remove ineffective \Mattias Engdegård2021-09-301-1/+1
* ; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas2021-09-261-2/+2
* Warn about overly long docstring in lambdaStefan Kangas2021-09-261-2/+1
* Avoid false positives in bytecomp docstring width warningStefan Kangas2021-09-261-0/+24
* Fix byte-compiler crash for legal dynamic-binding codeMattias Engdegård2021-09-251-0/+8
* Constant-propagate variables bound outside loopsMattias Engdegård2021-09-251-0/+37
* Propagate aliased lexical variables in byte compilerMattias Engdegård2021-09-111-0/+44
* Optimise `member` and `assoc` (etc) with constant empty listMattias Engdegård2021-09-061-0/+15
* Cease attempts to const-propagate through setqMattias Engdegård2021-08-051-0/+9
* Optimise let and let* whose body is constant or the last variableMattias Engdegård2021-07-301-0/+18
* Fix mistake in switch-case generation of `null` (bug#49746)Mattias Engdegård2021-07-271-0/+6
* Warn about arity errors in inlining calls (bug#12299)Mattias Engdegård2021-07-231-0/+3
* Don't propagate lexical variables into inlined functionsMattias Engdegård2021-05-271-0/+18
* 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