summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/bytecomp-tests.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\|
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| * Fix byte compilation of (eq foo 'default)Paul Eggert2018-06-161-1/+8
* | Fix byte compilation of (eq foo 'default)Paul Eggert2018-06-161-1/+8
* | * test/lisp/emacs-lisp/bytecomp-tests.elGlenn Morris2018-03-261-0/+33
* | Avoid Fortran-style floating-point optimizationPaul Eggert2018-03-231-2/+4
* | ; Adapt a unit test to a recent changePhilipp Stephani2018-01-071-2/+1
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\|
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Raise an error when detecting old-style backquotes.Philipp Stephani2017-12-091-8/+3
|/
* Test that advice doesn't trigger bytecomp warnings (Bug#28803)John Williams2017-10-211-0/+11
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Clean up temp files after some testsGlenn Morris2017-08-141-1/+3
* Let `define-symbol-prop' take effect during compilationStefan Monnier2017-08-071-0/+17
* Make `old-style-backquotes' variable internalPhilipp2017-05-131-0/+15
* Improve unescaped character literal warningsPhilipp Stephani2017-05-131-1/+2
* Warn about missing backslashes during loadPhilipp Stephani2017-05-011-0/+23