index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
bytecomp.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add mechanism for gradually phasing in new byte compilation warnings
Lars Ingebrigtsen
2022-06-19
1
-8
/
+33
*
More aggressive bytecode split between top-level forms (bug#55972)
Mattias Engdegård
2022-06-18
1
-5
/
+4
*
Simplify byte-compiler assuming cconv normalisations
Mattias Engdegård
2022-06-14
1
-5
/
+2
*
Run cconv for dynbound code as well
Mattias Engdegård
2022-06-14
1
-3
/
+1
*
Normalise setq during macro-expansion
Mattias Engdegård
2022-06-14
1
-19
/
+7
*
Preserve doc string in `byte-compile` (bug#55830)
Mattias Engdegård
2022-06-08
1
-0
/
+1
*
Don't issue warnings for Unicode quotes for now
Lars Ingebrigtsen
2022-06-03
1
-6
/
+0
*
Traverse record literals in byte-compile--first-symbol-with-pos
Mattias Engdegård
2022-05-29
1
-1
/
+1
*
eval.c: New functions `defvar-1` and `defconst-1` (bug#55156)
Stefan Monnier
2022-05-26
1
-13
/
+10
*
Faster and less recursive byte-compile--first-symbol-with-pos
Mattias Engdegård
2022-05-26
1
-31
/
+26
*
Make byte compilation warn about wrong quoting in doc strings
Lars Ingebrigtsen
2022-05-24
1
-15
/
+32
*
Fix previous warning suppression change
Lars Ingebrigtsen
2022-05-22
1
-2
/
+2
*
Allow suppressing messages about the wrong number of arguments
Lars Ingebrigtsen
2022-05-22
1
-15
/
+17
*
Fix M-x compile-defun when an interactive form is (list ...)
Alan Mackenzie
2022-05-18
1
-9
/
+21
*
(byte-compile-eval): Avoid some false positive "noruntime" warnings
Stefan Monnier
2022-05-11
1
-2
/
+8
*
Warn about quoted symbols in defcustom choice/other forms
Lars Ingebrigtsen
2022-05-11
1
-4
/
+28
*
Use `advice--cd*r` where applicable
Stefan Monnier
2022-04-26
1
-1
/
+1
*
Byte compiler: Prevent special forms' symbols being replaced by bare symbols
Alan Mackenzie
2022-04-22
1
-2
/
+2
*
Byte compiler: correct output warning message positions (part 2)
Alan Mackenzie
2022-04-22
1
-2
/
+2
*
Byte compiler: correct output warning message positions
Alan Mackenzie
2022-04-18
1
-7
/
+7
*
Byte compiler: remove symbol positions from byte-switch tables
Alan Mackenzie
2022-04-18
1
-7
/
+16
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-make-closure): Minor optimization
Stefan Monnier
2022-03-18
1
-2
/
+2
*
Strip positions from symbols before the eval in eval-{when,and}-compile.
Alan Mackenzie
2022-03-16
1
-4
/
+6
*
Restore call to byte-run-strip-symbol-positions in byte-compile-out
Alan Mackenzie
2022-03-06
1
-0
/
+5
*
Clean up byte-compile-arglist-warn
Mattias Engdegård
2022-02-28
1
-26
/
+25
*
Amend byte-run-strip-symbol-positions so that an unexec build builds
Alan Mackenzie
2022-02-24
1
-2
/
+1
*
Fix symbols with position appearing in the output of `compile-defun'
Alan Mackenzie
2022-02-19
1
-19
/
+9
*
Fix bug with M-x compile-defun in a defconst/defvar
Alan Mackenzie
2022-02-02
1
-9
/
+9
*
(byte-compile-eval): Adjust to changes in `load-history`
Stefan Monnier
2022-01-31
1
-18
/
+11
*
Remove the unused unbind-all bytecode
Mattias Engdegård
2022-01-24
1
-5
/
+1
*
Expunge read-with-symbol-position and read-symbol-positions-list
Alan Mackenzie
2022-01-24
1
-6
/
+1
*
Bind print-symbols-bare to t in byte-compile-from-buffer
Alan Mackenzie
2022-01-23
1
-6
/
+7
*
Don't use 'load-read-function' in byte-compile-from-buffer
Alan Mackenzie
2022-01-22
1
-2
/
+5
*
Merge branch 'scratch/correct-warning-pos'
Alan Mackenzie
2022-01-22
1
-286
/
+327
|
\
|
*
Merge branch 'master' into scratch/correct-warning-pos
Alan Mackenzie
2022-01-22
1
-172
/
+180
|
|
\
|
*
|
Miscellaneous amendments to the scratch/correct-warning-pos branch
Alan Mackenzie
2022-01-22
1
-7
/
+11
|
*
|
Remove the remnants of old position mechanism from scratch/correct-warning-pos
Alan Mackenzie
2022-01-15
1
-115
/
+21
|
*
|
Commit fixes and enhancements to the scratch/correct-warning-pos branch
Alan Mackenzie
2022-01-14
1
-66
/
+50
|
*
|
Merge branch 'master' into scratch/correct-warning-pos
Alan Mackenzie
2022-01-11
1
-92
/
+16
|
|
\
\
|
*
|
|
Make symbols with positions work with native compilation
Alan Mackenzie
2021-12-30
1
-260
/
+247
|
*
|
|
Several amendments to scratch/correct-warning-pos.
Alan Mackenzie
2021-12-01
1
-7
/
+2
|
*
|
|
First commit of scratch/correct-warning-pos.
Alan Mackenzie
2021-11-29
1
-153
/
+323
*
|
|
|
Use load-read-function in byte-compile-from-buffer
Lars Ingebrigtsen
2022-01-22
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Suspend temp .elc production when native compiling till when necessary
Andrea Corallo
2022-01-19
1
-5
/
+10
*
|
|
* Move some code in in `byte-write-target-file'.
Andrea Corallo
2022-01-19
1
-32
/
+37
|
|
/
|
/
|
*
|
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
*
|
|
Don't store docstrings of preloaded .el files in etc/DOC
Stefan Monnier
2021-12-30
1
-7
/
+7
*
|
|
Add `macroexp--dynamic-variable-p`
Mattias Engdegård
2021-12-20
1
-1
/
+1
*
|
|
Remove incorrect byte-hunk-handler for `eval`
Mattias Engdegård
2021-12-18
1
-9
/
+0
[next]