summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* (benchmark-run-compiled): Make it work like 'benchmark-run' againStefan Monnier2018-03-271-3/+3
* * lisp/emacs-lisp/benchmark.el (benchmark-run): Allow variable.Stefan Monnier2018-03-261-3/+3
* Fix constant folding of overflowsPaul Eggert2018-03-261-51/+124
* Trivial fixes for last changes to package.el and marker.cStefan Monnier2018-03-261-4/+6
* * lisp/emacs-lisp/package.el: New quickstart featureStefan Monnier2018-03-261-14/+137
* Allow `&rest' or `&optional' without following variable (Bug#29165)Noam Postavsky2018-03-251-7/+4
* Fix byte-optimize-memq incorrectly optimizing some memq forms.Vibhav Pant2018-03-251-4/+5
* Optimize certain memq forms during byte-compilation.Vibhav Pant2018-03-251-2/+16
* Avoid Fortran-style floating-point optimizationPaul Eggert2018-03-231-148/+20
* Quieten cl-lib related compiler warningsGlenn Morris2018-03-224-3/+5
* Try and fix the more obvious sources of bug#30635Stefan Monnier2018-03-221-12/+6
* Fix byte-opt lists of pure functions etc.Paul Eggert2018-03-221-14/+23
* Merge from origin/emacs-26Glenn Morris2018-03-221-17/+30
|\
| * Improve warning and error messagesEric Abrahamsen2018-03-221-8/+12
| * Let eieio-persistent-read read what object-write has writtenEric Abrahamsen2018-03-221-8/+17
| * Handle possible classtype values in eieio-persistent-readEric Abrahamsen2018-03-221-1/+1
* | Print top time consuming tests if advisedMichael Albinus2018-03-191-4/+21
* | Various follow-ups for early init file changesRadon Rosborough2018-03-191-12/+28
* | * lisp/emacs-lisp/ert.el (ert-run-tests-batch): Print selector.Michael Albinus2018-03-181-2/+3
* | Print test timings unconditionallyMichael Albinus2018-03-171-18/+8
* | Explicitly require cl-lib where neededGlenn Morris2018-03-163-0/+4
* | Optimize "make check" and "make check-maybe"Michael Albinus2018-03-161-1/+9
* | More hydra.nixos.org logging for unfinished testsGlenn Morris2018-03-141-1/+8
* | Extend ert to print duration of single testsMichael Albinus2018-03-141-2/+15
* | Make compiler warn about use of obsolete hooksGlenn Morris2018-03-121-0/+5
* | Remove many items obsolete since Emacs 22.1Glenn Morris2018-03-105-33/+1
* | Merge from origin/emacs-26Paul Eggert2018-03-101-7/+9
|\ \ | |/
| * Clarify that nil doesn't match itself as a cl-case clause (Bug#30749)Noam Postavsky2018-03-101-7/+9
| * Revert last commitMichael Heerdegen2018-03-061-23/+32
| * Define if-let* and derivatives as aliases for if-let etcMichael Heerdegen2018-03-061-32/+23
* | Let warning about (:foo) be suppressible (Bug#30499)Noam Postavsky2018-03-101-1/+2
* | * lisp/emacs-lisp/ewoc.el (ewoc-goto-node):Glenn Morris2018-03-051-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-03-041-6/+0
|\ \ | |/
| * Remove outdated comment in syntax.elEli Zaretskii2018-03-031-6/+0
* | ; lisp/emacs-lisp/eieio.el (eieio-object-set-name-string): Fix quote.Noam Postavsky2018-03-011-1/+1
* | Arrange for loaddefs files to be greppablePaul Eggert2018-03-011-0/+2
* | Merge from origin/emacs-26Glenn Morris2018-02-201-1/+1
|\ \ | |/
| * ; Spelling and grammar fixes.Paul Eggert2018-02-171-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-02-175-6/+8
|\ \ | |/
| * Improve documentation of Profiling featuresEli Zaretskii2018-02-172-3/+5
| * ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-1/+1
| * ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-162-2/+2
* | Add early init file, stop package-initialize insertionRadon Rosborough2018-02-171-70/+1
* | Merge from origin/emacs-26Glenn Morris2018-02-161-0/+5
|\ \ | |/
| * Make 'byte-compile-error-on-warn' a safe file variableRobert Cochran2018-02-161-0/+5
* | * lisp/emacs-lisp/cl-macs.el (cl--sm-macroexpand): Handle lambda!Stefan Monnier2018-02-081-23/+55
* | * lisp/emacs-lisp/cconv.el (cconv-convert): Fix compiling compiled codeStefan Monnier2018-02-021-2/+5
* | Merge from origin/emacs-26Glenn Morris2018-01-311-1/+4
|\ \ | |/
| * Define cl-type-definition button type as needed (Bug#28899)Noam Postavsky2018-01-301-1/+4
* | Merge from origin/emacs-26Glenn Morris2018-01-301-4/+7
|\ \ | |/