summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
...
* | Allow per function speed declarationAndrea Corallo2020-06-223-53/+92
* | Execute top level forms in the right lex/dyn scope.Andrea Corallo2020-06-222-8/+11
* | Add native compiler dynamic scope supportAndrea Corallo2020-06-191-63/+83
* | * Introduce latchesAndrea Corallo2020-06-131-36/+76
* | Merge remote-tracking branch 'savahnna/master' into HEADAndrea Corallo2020-06-111-4/+4
|\|
| * Slightly improve commit 73be4d1ed5b190bd93e9bad6aebe43d0dea0d7d3.Philipp Stephani2020-06-101-4/+4
| * Allow destructuring in &aux sections when using edebug (Bug#40431)Philipp Stephani2020-06-101-4/+4
* | * Fix usage of cl-destructuring-bind in package--delete-directory.Nicolás Bértolo2020-06-091-1/+1
* | * Move final log after containers has been finalizedAndrea Corallo2020-06-081-3/+3
* | Merge remote-tracking branch 'savannah/master' into devAndrea Corallo2020-06-072-4/+7
|\|
| * * lisp/emacs-lisp/byte-opt.el (side-effect-free-fns): Add `make-byte-code'.Andrea Corallo2020-06-071-2/+2
| * Merge from origin/emacs-27Glenn Morris2020-06-071-2/+5
| |\
| | * Update package-menu-quick-helpBasil L. Contovounesios2020-06-051-2/+5
* | | * Rename comp-function-optimizable -> comp-function-optimizable-pAndrea Corallo2020-06-071-2/+2
* | | * Fix comp-call-optim-form-call for null `callee'Andrea Corallo2020-06-071-1/+2
* | | * Improve propagate passAndrea Corallo2020-06-071-0/+4
* | | * Optimize optimizable variablesAndrea Corallo2020-06-071-11/+26
* | | * Mitigate possible speed 3 miss-optimizationAndrea Corallo2020-06-061-1/+14
* | | * Allow for optimizing anonymous lambdas in call-optimAndrea Corallo2020-06-061-7/+23
* | | Change 'direct-call' 'direct-callref' LIMPLE ops sematincAndrea Corallo2020-06-061-12/+13
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-06-062-13/+5
|\| |
| * | Un-deprecate oset and oset-defaultBasil L. Contovounesios2020-06-062-13/+5
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-06-041-3/+4
|\| |
| * | Merge from origin/emacs-27Paul Eggert2020-06-011-3/+4
| |\|
| | * Fix bug #41618 "(byte-compile 'foo) errors when foo is a macro."Alan Mackenzie2020-05-311-3/+4
* | | * Introduce `comp-loop-insn-in-block'Andrea Corallo2020-06-031-29/+33
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-05-303-10/+22
|\| |
| * | * lisp/emacs-lisp/package.elm lisp/emacs-lisp/smie.el: Fix indentStefan Monnier2020-05-292-8/+16
| * | * lisp/emacs-lisp/lisp-mode.el: Add new indentation conventionakater2020-05-291-2/+6
* | | * Split type hint pass from dead code removal pass into dedicated one.Andrea Corallo2020-05-251-15/+29
* | | Fix GNU styleAndrea Corallo2020-05-241-2/+3
* | | Improve handling of native compilation units still in use in WindowsNicolás Bértolo2020-05-252-1/+55
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-05-242-14/+49
|\| |
| * | Let user adjust the column widths of the package menu.Chris McMahan2020-05-231-4/+24
| * | Allow back-references in syntax-propertize-rules.Tassilo Horn2020-05-191-10/+25
* | | * Windows: Use NUMBER_OF_PROCESSORS environment variable.Nicolás Bértolo2020-05-231-3/+8
* | | * Workaround the 32768 chars command line limit in Windows.Nicolás Bértolo2020-05-231-1/+6
* | | * lisp/emacs-lisp/comp.el (comp-num-cpus): Fix definition.Andrea Corallo2020-05-191-1/+1
* | | * 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