summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* * Pacify with the byte-compilerAndrea Corallo2020-05-181-14/+14
* * Add new customize `comp-async-env-modifier-form' (Bug#40838)Andrea Corallo2020-05-181-0/+7
* * Make the Evil happy (Bug#41374)Andrea Corallo2020-05-181-5/+7
* Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-05-171-1/+1
|\
| * Don’t attempt to modify constant consesPaul Eggert2020-05-161-1/+1
* | * Do not refuse to compile if a dynamic lambda is encounteredAndrea Corallo2020-05-151-22/+30
* | * Allow for logging async compilation command lineAndrea Corallo2020-05-151-0/+3
* | Sanity check on lambdas fixupsAndrea Corallo2020-05-151-1/+1
* | * Fix speed 2 bootstrapAndrea Corallo2020-05-151-0/+1
* | Add anonymous lambdas reload mechanismAndrea Corallo2020-05-151-2/+53
* | * Prune now unnecessary byte-code objectsAndrea Corallo2020-05-141-2/+10
* | * Rework comp-spill-lap-functionAndrea Corallo2020-05-141-35/+36
* | Update spill LAP machinery and compile anonymous lambdasAndrea Corallo2020-05-142-56/+97
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-05-147-126/+200
|\|
| * Turn Eldoc, Xref and Project into GNU ELPA :core packagesJoão Távora2020-05-131-0/+5
| * * lisp/emacs-lisp/syntax.el: Fix bug#41195Stefan Monnier2020-05-121-6/+18
| * Revert "Inhibit modification hooks when saving eieio-persistent's"Michael Heerdegen2020-05-121-2/+1
| * Support sorting timer-list-mode by column (Bug#40854)Stefan Kangas2020-05-121-4/+31
| * Base timer-list-mode on tabulated-list-mode (Bug#40854)Stefan Kangas2020-05-121-56/+49
| * Fix bug #40992 whilst still allowing breakpoint highlights in edebugAlan Mackenzie2020-05-111-15/+38
| * * lisp/emacs-lisp/pcase.el (pcase--fgrep): Look inside vectorsStefan Monnier2020-05-111-4/+9
| * * lisp/emacs-lisp/syntax.el (syntax-propertize): Use run-hook-wrappedStefan Monnier2020-05-111-17/+21
| * * lisp/emacs-lisp/pcase.el: Don't bind unused vars in branchesStefan Monnier2020-05-101-20/+27
| * * lisp/emacs-lisp/eieio.el (eieio pcase macro): Fix last-minute typoStefan Monnier2020-05-101-1/+1
| * * lisp/emacs-lisp/eieio.el (eieio pcase macro): Remove unused var `is`Stefan Monnier2020-05-101-10/+9
* | * Fix `comp-deferred-compilation-black-list' effectivenessAndrea Corallo2020-05-101-6/+7
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-05-092-5/+37
|\|
| * Merge from origin/emacs-27Glenn Morris2020-05-091-5/+6
| |\
| | * Improve documentation of 'with-suppressed-warnings'.Philipp Stephani2020-05-081-5/+6
| | * Revert "cl-loop: Calculate the array length just once"Noam Postavsky2020-05-051-9/+3
| | * Revert "cl-loop: Add missing guard condition"Noam Postavsky2020-05-051-25/+7
| | * Revert "Refix conditional step clauses in cl-loop"Noam Postavsky2020-05-051-37/+59
| | * Remove calls to non-existent functions from edebug.el.Alan Mackenzie2020-05-041-3/+1
| | * Revert "Mark breakpoints in edebug with highlights". This fixes bug #40992Alan Mackenzie2020-05-031-40/+1
| * | Add new filter command to Package Menu (Bug#39903)Pieter van Oostrum2020-05-091-0/+31
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-05-092-20/+12
|\| |
| * | Make pcase pattern 'eieio' respect slot access related functions.Zhu Zihao2020-05-081-10/+7
| * | Don't increment array index in cl-loop twice (Bug#40727)Noam Postavsky2020-05-071-1/+2
| * | Revert "cl-loop: Calculate the array length just once"Noam Postavsky2020-05-071-10/+4
* | | * Add 'comp-deferred-compilation-black-list' customizeAndrea Corallo2020-05-091-1/+13
* | | * Fix bug#41112Andrea Corallo2020-05-071-30/+42
* | | * Add native compilation unit black listAndrea Corallo2020-05-061-1/+15
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-05-046-29/+41
|\| |
| * | * lisp/emacs-lisp/eieio.el (oset, oset-default): Mark as obsoleteStefan Monnier2020-05-031-2/+4
| * | Use lexical-binding in check-declare.el and add testsSimen Heggestøyl2020-05-031-2/+2
| * | Remove redundant :groups args missed in last commitStefan Kangas2020-05-031-8/+4
| * | Improve indentation of 'loop' formsStefan Kangas2020-05-031-14/+10
| * | Inhibit modification hooks when saving eieio-persistent'sMichael Heerdegen2020-05-011-1/+2
| * | Add lisp-data-mode for editing non-code Lisp dataJoão Távora2020-05-011-2/+11
| * | Make `make-local-variable' declare the var locally dynamicMichael Heerdegen2020-04-301-0/+8