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
/
byte-opt.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Revert "Elide broken but unnecessary `if` optimisations"
Eli Zaretskii
2022-12-16
1
-2
/
+5
*
Elide broken but unnecessary `if` optimisations
Mattias Engdegård
2022-12-16
1
-5
/
+2
*
; Fix several symbol name typos
Stefan Kangas
2022-10-26
1
-1
/
+1
*
; Fix typos (prefer American spelling)
Stefan Kangas
2022-09-29
1
-2
/
+2
*
Boolean constant detection additions
Mattias Engdegård
2022-09-25
1
-1
/
+2
*
Don't rewrite `set` to `setq` of lexical variables
Mattias Engdegård
2022-09-22
1
-9
/
+10
*
Use `eql` or `eq` instead of `=` in some places
Mattias Engdegård
2022-09-15
1
-4
/
+4
*
Update function properties and optimisations
Mattias Engdegård
2022-08-21
1
-7
/
+13
*
Move `while` syntax check from optimiser to macroexpand
Mattias Engdegård
2022-08-19
1
-3
/
+0
*
More non-nil-returning functions in source optimisation
Mattias Engdegård
2022-08-18
1
-5
/
+24
*
Improved `null` (alias `not`) optimisation
Mattias Engdegård
2022-08-16
1
-0
/
+11
*
Improved `and` and `or` optimisation
Mattias Engdegård
2022-08-16
1
-27
/
+84
*
Improved `if` and `while` optimisation
Mattias Engdegård
2022-08-16
1
-38
/
+53
*
Improved static detection of nil and non-nil expressions
Mattias Engdegård
2022-08-16
1
-21
/
+69
*
(compiled-function-p): New function (bug#56648)
Stefan Monnier
2022-08-14
1
-2
/
+1
*
Strength-reduce apply with (list ...) as tail argument
Mattias Engdegård
2022-08-14
1
-18
/
+19
*
Extend LAP optimisations to more operations
Mattias Engdegård
2022-08-10
1
-7
/
+10
*
Delete redisplay-end-trigger-functions and related defuns
Stefan Kangas
2022-07-31
1
-1
/
+1
*
Cleanup `string-equal-ignore-case' declarations.
Sam Steingold
2022-07-28
1
-4
/
+3
*
string-equal-ignore-case: new function
Sam Steingold
2022-07-26
1
-1
/
+1
*
; * lisp/emacs-lisp/byte-opt.el (byte-optimize--fixnump): Optimise.
Mattias Engdegård
2022-07-21
1
-1
/
+1
*
Add `take` and `ntake` (bug#56521)
Mattias Engdegård
2022-07-17
1
-2
/
+2
*
Optimise `append` calls
Mattias Engdegård
2022-07-16
1
-0
/
+78
*
Improved cons optimisation
Mattias Engdegård
2022-07-16
1
-5
/
+8
*
Transform (list) -> nil in source optimiser
Mattias Engdegård
2022-07-16
1
-0
/
+5
*
; Fix typos: prefer American spelling
Stefan Kangas
2022-07-14
1
-1
/
+1
*
Merge from origin/emacs-28
Stefan Kangas
2022-07-14
1
-16
/
+16
|
\
|
*
; Fix typos: prefer American spelling
Stefan Kangas
2022-07-13
1
-11
/
+11
*
|
Simplify str_to_multibyte and related code
Mattias Engdegård
2022-07-11
1
-2
/
+0
*
|
Allow plist-get/plist-put/plist-member to take a comparison function
Lars Ingebrigtsen
2022-06-27
1
-2
/
+2
*
|
Optimise away functions in for-effect context
Mattias Engdegård
2022-06-26
1
-17
/
+17
*
|
Fix bytecompiler infloop compiling infloops
Pip Cet
2022-06-20
1
-3
/
+3
*
|
Simplify byte-compiler assuming cconv normalisations
Mattias Engdegård
2022-06-14
1
-31
/
+9
*
|
Normalise setq during macro-expansion
Mattias Engdegård
2022-06-14
1
-26
/
+15
*
|
Rename compare-window-configurations and update doc
Lars Ingebrigtsen
2022-05-20
1
-1
/
+1
*
|
Byte compiler: Prevent special forms' symbols being replaced by bare symbols
Alan Mackenzie
2022-04-22
1
-57
/
+58
*
|
Rewrite string-greaterp and string> using string-lessp
Mattias Engdegård
2022-04-04
1
-0
/
+11
*
|
Resurrect innocent joke in byte-opt.el
Eli Zaretskii
2022-02-17
1
-1
/
+5
*
|
Fix or remove outdated comments
Mattias Engdegård
2022-02-17
1
-9
/
+0
*
|
; * lisp/emacs-lisp/byte-opt.el: Remove outdated comments
Mattias Engdegård
2022-01-24
1
-116
/
+2
*
|
Merge branch 'master' into scratch/correct-warning-pos
Alan Mackenzie
2022-01-11
1
-3
/
+9
|
\
\
|
*
|
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
|
*
|
Treat base64 string encode/decode as pure functions
Mattias Engdegård
2021-12-20
1
-0
/
+2
|
*
|
Constant-propagate access to captured variables
Mattias Engdegård
2021-12-11
1
-2
/
+6
*
|
|
First commit of scratch/correct-warning-pos.
Alan Mackenzie
2021-11-29
1
-17
/
+21
|
/
/
*
|
Add new 'keymap-*' functions
Lars Ingebrigtsen
2021-11-16
1
-66
/
+0
*
|
Optimise (cond) => nil at source level
Mattias Engdegård
2021-11-02
1
-1
/
+1
[next]