index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lisp
/
emacs-lisp
/
bytecomp-tests.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add condition-case success handler (bug#47677)
Mattias Engdegård
2021-04-15
1
-0
/
+127
*
Fix typo in cconv
Mattias Engdegård
2021-04-11
1
-0
/
+7
*
Fix condition-case optimiser bug
Mattias Engdegård
2021-04-09
1
-0
/
+6
*
Better compiler warning tests
Mattias Engdegård
2021-04-09
1
-24
/
+25
*
Clean up bytecomp-tests.el
Mattias Engdegård
2021-04-09
1
-103
/
+47
*
Fix mistakes in bytecomp-tests
Mattias Engdegård
2021-04-07
1
-10
/
+10
*
* lisp/emacs-lisp/cconv.el: Don't confuse a string for a docstring
Stefan Monnier
2021-03-09
1
-0
/
+5
*
Compile closures that modify their bound vars correctly (Bug#46834)
Pip Cet
2021-03-02
1
-0
/
+23
*
Prefer `declare` over a `put` of `list-indent-function`.
Stefan Monnier
2021-02-22
1
-1
/
+1
*
Fix local defvar scoping error (bug#46387)
Mattias Engdegård
2021-02-10
1
-0
/
+31
*
Constprop of lexical variables
Mattias Engdegård
2021-02-06
1
-1
/
+60
*
Fix spurious "Lexical argument shadows the dynamic variable" due to inlining
Stefan Monnier
2021-01-21
1
-0
/
+4
*
Fix two tests
Eli Zaretskii
2021-01-16
1
-2
/
+2
*
Fix obsolete variable warnings about class names
Michael Heerdegen
2021-01-06
1
-0
/
+3
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Make byte-compiler warn about wide docstrings
Stefan Kangas
2020-12-28
1
-0
/
+71
*
Ensure that byte compilation works for relative files (Bug#45287).
Philipp Stephani
2020-12-17
1
-0
/
+15
*
Byte compilation: handle case where the output file is a mountpoint.
Philipp Stephani
2020-12-13
1
-0
/
+69
*
Add tests for several byte-compiler warnings
Stefan Kangas
2020-12-03
1
-2
/
+50
*
Improve sectioning in bytecomp-tests.el
Stefan Kangas
2020-12-02
1
-10
/
+16
*
Fix byte-compiler warning for failed uses of lexical vars
Stefan Kangas
2020-12-01
1
-3
/
+23
*
Add tests for some byte-compiler warnings
Stefan Kangas
2020-12-01
1
-0
/
+18
*
Test byte-compiler free variable warning
Stefan Kangas
2020-11-30
1
-0
/
+14
*
Test for byte-compiler warning "variable lacks prefix"
Stefan Kangas
2020-11-22
1
-10
/
+16
*
Test interactive-only spec of with-suppressed-warnings
Stefan Kangas
2020-11-22
1
-0
/
+6
*
'assoc' is not side-effect-free; constprop its pure subset
Mattias Engdegård
2020-10-31
1
-1
/
+6
*
byte-compile-file: Make optional LOAD argument obsolete
Stefan Kangas
2020-10-20
1
-3
/
+4
*
Merge from origin/emacs-27
Michael Albinus
2020-08-25
1
-4
/
+12
|
\
|
*
Fix cond jump table compilation (bug#42919)
Mattias Engdegård
2020-08-19
1
-1
/
+14
*
|
; Minor simplification of two recent changes
Basil L. Contovounesios
2020-08-19
1
-2
/
+1
*
|
Distinguish errors in bytecomp-tests
Mattias Engdegård
2020-08-19
1
-21
/
+21
*
|
Make bytecomp-tests re-runnable
Mattias Engdegård
2020-08-19
1
-0
/
+2
*
|
Fix byte-compilation of (+ -0.0) (bug#42597)
Mattias Engdegård
2020-08-07
1
-0
/
+5
*
|
Don't confuse errors with nil in bytecomp-tests.el
Mattias Engdegård
2020-07-05
1
-10
/
+10
*
|
Use lexical-binding in many emacs-lisp tests
Stefan Kangas
2020-04-28
1
-1
/
+1
*
|
Generate 'substring' byte op (bug#39709)
Mattias Engdegård
2020-02-25
1
-1
/
+6
*
|
Remove another test for deleted lread feature
Glenn Morris
2020-02-15
1
-11
/
+0
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Conditionalize result of a bytecomp test
Glenn Morris
2019-07-09
1
-0
/
+1
*
Compile any subsequence of `cond' clauses to switch (bug#36139)
Mattias Engdegård
2019-06-19
1
-1
/
+14
*
Compile cond with heterogeneous tests into switch (bug#36139)
Mattias Engdegård
2019-06-19
1
-1
/
+24
*
Disable filling of warnings in a bytecomp test
Glenn Morris
2019-06-16
1
-1
/
+2
*
Allow for line breaks in a bytecomp test
Glenn Morris
2019-06-12
1
-0
/
+1
*
Give more information in a bytecomp test failure
Glenn Morris
2019-06-12
1
-2
/
+2
*
Add the new macro with-suppressed-warnings
Lars Ingebrigtsen
2019-06-12
1
-0
/
+90
*
Don't keep warning about unescaped literals (Bug#36068)
Noam Postavsky
2019-06-10
1
-13
/
+19
*
Merge from origin/emacs-26
Glenn Morris
2019-06-01
1
-0
/
+14
|
\
|
*
Warn about wrong number of args for subrs (Bug#35767)
Noam Postavsky
2019-05-30
1
-0
/
+14
*
|
Correctly eliminate duplicate cases in switch compilation
Mattias Engdegård
2019-05-27
1
-1
/
+54
*
|
Make warning about unescaped character literals more helpful.
Philipp Stephani
2019-04-19
1
-1
/
+3
[next]