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 `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
*
Make byte-recompile-directory less brittle
Lars Ingebrigtsen
2021-07-28
1
-2
/
+2
*
Fix mistake in switch-case generation of `null` (bug#49746)
Mattias Engdegård
2021-07-27
1
-1
/
+2
*
Warn about arity errors in inlining calls (bug#12299)
Mattias Engdegård
2021-07-23
1
-10
/
+27
*
Count (not X) as a switch condition
Mattias Engdegård
2021-07-20
1
-0
/
+10
*
Avoid invalid regexp in wide docstring check
Basil L. Contovounesios
2021-07-06
1
-1
/
+1
*
Ignore .dir-locals-2.el files more
Lars Ingebrigtsen
2021-07-04
1
-2
/
+1
*
* Do not attempt to write .elc files when not necessary (bug#49118)
Andrea Corallo
2021-06-21
1
-67
/
+67
*
Fix false positives in docstring width warning with (fn...) constructs.
Lars Ingebrigtsen
2021-06-15
1
-1
/
+4
*
* Do not produce .elc temporary file when unnecessary (bug#48978)
Andrea Corallo
2021-06-14
1
-15
/
+14
*
;* lisp/emacs-lisp/bytecomp.el (byte-native-compiling): Typo fix.
Andrea Corallo
2021-06-14
1
-1
/
+1
*
* lisp/emacs-lisp/bytecomp.el (byte+native-compile): Update docstring.
Andrea Corallo
2021-06-14
1
-5
/
+1
*
Rename batch-byte-native-compile-for-bootstrap (bug#48743)
Andrea Corallo
2021-06-01
1
-2
/
+2
*
Fix a few Edebug specifications where code is wrapped in lambdas.
Philipp Stephani
2021-05-17
1
-1
/
+1
*
Rename comp-native-driver-options → native-comp-driver-options
Andrea Corallo
2021-05-06
1
-2
/
+2
*
Rename comp-debug -> native-comp-debug
Andrea Corallo
2021-05-06
1
-2
/
+2
*
Rename comp-speed -> native-comp-speed
Andrea Corallo
2021-05-06
1
-2
/
+2
*
Don't use pdumper-stats with unexec
Nikolay Kudryavtsev
2021-05-02
1
-1
/
+2
*
Merge remote-tracking branch 'savannah/master' into native-comp
Andrea Corallo
2021-04-19
1
-24
/
+39
|
\
|
*
Add condition-case success handler (bug#47677)
Mattias Engdegård
2021-04-15
1
-24
/
+39
*
|
Merge remote-tracking branch 'savannah/master' into native-comp
Andrea Corallo
2021-03-25
1
-51
/
+20
|
\
|
|
*
* lisp/emacs-lisp/bytecomp.el: Remember location of unresolved calls
Stefan Monnier
2021-03-19
1
-51
/
+20
*
|
Fix `no-byte-compile' native compilation interaction (bug#47169)
Andrea Corallo
2021-03-16
1
-2
/
+1
*
|
Have `no-byte-compile' implies also `no-native-compile'.
Andrea Corallo
2021-03-16
1
-1
/
+2
*
|
* lisp/emacs-lisp/bytecomp.el: Fix native re-compilation (bug#47161).
Andrea Corallo
2021-03-15
1
-0
/
+1
*
|
Merge remote-tracking branch 'savannah/master' into native-comp
Andrea Corallo
2021-03-12
1
-4
/
+12
|
\
|
[next]