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
*
Document and test 'no-byte-compile' behavior.
Philipp Stephani
2022-06-21
1
-0
/
+7
*
Warn about misplaced or duplicated function/macro declarations
Mattias Engdegård
2022-06-17
1
-0
/
+63
*
Normalise setq during macro-expansion
Mattias Engdegård
2022-06-14
1
-1
/
+7
*
Preserve doc string in `byte-compile` (bug#55830)
Mattias Engdegård
2022-06-08
1
-0
/
+21
*
Test warning suppressions with lexical binding
Mattias Engdegård
2022-06-06
1
-6
/
+14
*
Fix bytecomp-test--with-suppressed-warnings test
Lars Ingebrigtsen
2022-05-22
1
-1
/
+1
*
Warn about quoted symbols in defcustom choice/other forms
Lars Ingebrigtsen
2022-05-11
1
-0
/
+6
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Constant-propagate access to captured variables
Mattias Engdegård
2021-12-11
1
-0
/
+6
*
|
Remove spurious space in byte-compiler warning
Stefan Kangas
2021-12-06
1
-1
/
+1
*
|
Assume unfilled byte-compiler warnings in tests
Stefan Kangas
2021-12-06
1
-2
/
+1
*
|
Fix closure-conversion of shadowed captured lambda-lifted vars
Mattias Engdegård
2021-12-01
1
-0
/
+43
*
|
Avoid false positives about wide docstrings for key sequences
Stefan Kangas
2021-11-22
1
-0
/
+4
*
|
Delete temp directory after bytecomp test
Lars Ingebrigtsen
2021-11-09
1
-29
/
+37
*
|
Prefer ert-with-temp-(directory|file) in most remaining tests
Stefan Kangas
2021-11-08
1
-84
/
+68
*
|
Prefer ert-with-temp-(directory|file)
Stefan Kangas
2021-11-07
1
-2
/
+1
*
|
Optimise (cond) => nil at source level
Mattias Engdegård
2021-11-02
1
-0
/
+3
|
/
*
; * test/lisp/emacs-lisp/bytecomp-tests.el: remove ineffective \
Mattias Engdegård
2021-09-30
1
-1
/
+1
*
; Minor stylistic checkdoc fixes in test/**/*.el
Stefan Kangas
2021-09-26
1
-2
/
+2
*
Warn about overly long docstring in lambda
Stefan Kangas
2021-09-26
1
-2
/
+1
*
Avoid false positives in bytecomp docstring width warning
Stefan Kangas
2021-09-26
1
-0
/
+24
*
Fix byte-compiler crash for legal dynamic-binding code
Mattias Engdegård
2021-09-25
1
-0
/
+8
*
Constant-propagate variables bound outside loops
Mattias Engdegård
2021-09-25
1
-0
/
+37
*
Propagate aliased lexical variables in byte compiler
Mattias Engdegård
2021-09-11
1
-0
/
+44
*
Optimise `member` and `assoc` (etc) with constant empty list
Mattias Engdegård
2021-09-06
1
-0
/
+15
*
Cease attempts to const-propagate through setq
Mattias Engdegård
2021-08-05
1
-0
/
+9
*
Optimise let and let* whose body is constant or the last variable
Mattias Engdegård
2021-07-30
1
-0
/
+18
*
Fix mistake in switch-case generation of `null` (bug#49746)
Mattias Engdegård
2021-07-27
1
-0
/
+6
*
Warn about arity errors in inlining calls (bug#12299)
Mattias Engdegård
2021-07-23
1
-0
/
+3
*
Don't propagate lexical variables into inlined functions
Mattias Engdegård
2021-05-27
1
-0
/
+18
*
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
[next]