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
*
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
*
|
|
Remove some unnecessary references to Emacs 22
Stefan Kangas
2021-12-07
1
-2
/
+1
*
|
|
Remove spurious space in byte-compiler warning
Stefan Kangas
2021-12-06
1
-2
/
+2
*
|
|
Autoload byte-compile-warning-enabled-p
Lars Ingebrigtsen
2021-12-01
1
-0
/
+1
*
|
|
Use compiler macros for the key syntax checks
Mattias Engdegård
2021-11-28
1
-63
/
+0
|
|
/
|
/
|
*
|
; Further minor simplification of rx form in bytecomp.el
Stefan Kangas
2021-11-22
1
-2
/
+2
*
|
; Fix typo
Stefan Kangas
2021-11-22
1
-1
/
+1
*
|
; Very minor simplification in bytecomp.el
Stefan Kangas
2021-11-22
1
-1
/
+1
*
|
Avoid false positives about wide docstrings for key sequences
Stefan Kangas
2021-11-22
1
-1
/
+6
*
|
Change the call signature to keymap-substitute
Lars Ingebrigtsen
2021-11-17
1
-1
/
+1
*
|
Add new 'keymap-*' functions
Lars Ingebrigtsen
2021-11-16
1
-0
/
+65
*
|
Allow inhibiting `not-unused' warnings
Lars Ingebrigtsen
2021-10-13
1
-1
/
+2
|
/
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-10-05
1
-3
/
+3
*
Warn about overly long docstring in lambda
Stefan Kangas
2021-09-26
1
-14
/
+8
*
Avoid false positives in bytecomp docstring width warning
Stefan Kangas
2021-09-26
1
-2
/
+10
*
Renege on anonymous &rest (bug#50268, bug#50720)
Mattias Engdegård
2021-09-25
1
-0
/
+2
*
Don't quote nil and t in doc strings and comments
Lars Ingebrigtsen
2021-09-21
1
-3
/
+3
*
Improve doc strings of a recent commit
Eli Zaretskii
2021-09-18
1
-1
/
+1
*
; More stylistic docfixes in emacs-lisp/*.el found by checkdoc
Stefan Kangas
2021-09-18
1
-2
/
+2
*
; More minor docfixes found by checkdoc
Stefan Kangas
2021-09-14
1
-4
/
+4
*
Add support for GCC compiler command-line options
Arthur Miller
2021-09-10
1
-0
/
+3
*
More robust optimisation of `ignore`
Mattias Engdegård
2021-09-06
1
-0
/
+6
*
Improve byte-compile-warnings doc string
Lars Ingebrigtsen
2021-08-23
1
-2
/
+3
*
Single source optimiser entry point
Mattias Engdegård
2021-07-30
1
-3
/
+3
[next]