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
*
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
|
\
|
|
*
* lisp/emacs-lisp/bytecomp.el: Warn about unprefixed vars in `boundp`
Stefan Monnier
2021-03-07
1
-4
/
+12
*
|
Implement `no-native-compile' (bug#46983)
Andrea Corallo
2021-03-12
1
-0
/
+3
*
|
Merge commit '9cbdf20316' into native-comp
Andrea Corallo
2021-03-09
1
-28
/
+26
|
\
|
|
*
Compile closures that modify their bound vars correctly (Bug#46834)
Pip Cet
2021-03-02
1
-23
/
+23
|
*
* lisp/emacs-lisp/bytecomp.el: Fix minor regression introduced by pdump
Stefan Monnier
2021-02-27
1
-2
/
+3
|
*
* lisp/emacs-lisp/cconv.el: Improve line-nb info of unused var warnings
Stefan Monnier
2021-02-26
1
-3
/
+0
*
|
Allow for `comp-native-driver-options' to work as a file-local variable.
Andrea Corallo
2021-03-07
1
-1
/
+4
*
|
Merge remote-tracking branch 'savannah/master' into native-comp
Andrea Corallo
2021-02-26
1
-14
/
+36
|
\
|
|
*
* lisp/emacs-lisp/macroexp.el (macroexp-file-name): Work in `eval-buffer`
Stefan Monnier
2021-02-24
1
-1
/
+1
|
*
* lisp/emacs-lisp/macroexp.el (macroexp-file-name): New function.
Stefan Monnier
2021-02-24
1
-0
/
+5
|
*
Fix compilation of closures with nontrivial doc strings
Mattias Engdegård
2021-02-22
1
-14
/
+31
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2021-02-21
1
-10
/
+18
|
\
|
[next]