summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'savahnna/master' into HEADAndrea Corallo2020-07-151-8/+9
|\
| * ;Fix eldoc regression bug#42365Tassilo Horn2020-07-151-2/+3
| * Consistently stylize eldoc as ElDoc in more proseBasil L. Contovounesios2020-07-141-6/+6
* | * Add a simple major mode for coloring LIMPLE in the log bufferAndrea Corallo2020-07-151-0/+25
* | Merge remote-tracking branch 'savahnna/master' into HEADAndrea Corallo2020-07-131-54/+78
|\|
| * Fix a typo in eldoc.elJames N. V. Cash2020-07-121-1/+1
| * Sort out ElDoc backward compatibility of eldoc-documentation-functionJoão Távora2020-07-121-5/+22
| * Fix placement of Eldoc docs during eval-expression (bug#42309)João Távora2020-07-101-36/+40
| * Revert "Fix Eldoc problem when loading on Emacs 26.3"João Távora2020-07-101-4/+1
| * Fix byte compilation warning in EldocJoão Távora2020-07-101-1/+1
| * Fix Eldoc problem when loading on Emacs 26.3João Távora2020-07-101-1/+4
| * Unbreak M-x eldocJoão Távora2020-07-091-13/+16
| * Prevent infloop in Eldoc message truncation algorithmJoão Távora2020-07-091-1/+1
* | * Rename `comp-propagate' into `fw-prop'Andrea Corallo2020-07-131-10/+10
* | * Clean-up now unnecessary backward propagation in comp.elAndrea Corallo2020-07-131-53/+7
* | Merge remote-tracking branch 'savannah/master' into wip2Andrea Corallo2020-07-091-119/+389
|\|
| * Improve Eldoc docstringsJoão Távora2020-07-081-31/+87
| * Change version scheme of two Eldoc obsolete specsJoão Távora2020-07-081-2/+2
| * Adjust Eldoc documentation after Eli's reviewJoão Távora2020-07-081-95/+106
| * Make more parts of Emacs use new Eldoc capabilitiesJoão Távora2020-07-081-34/+4
| * * lisp/emacs-lisp/eldoc.el (Version): Bump to 1.1.0João Távora2020-07-081-1/+1
| * New M-x eldoc for on-demand and interactive documentation requestsJoão Távora2020-07-081-0/+3
| * Better handle asynchronous Eldoc sourcesJoão Távora2020-07-081-86/+316
* | * Add `comp-disabled-passes'Andrea Corallo2020-07-091-6/+11
* | * Optimize pure functions defined by the compilation environmentAndrea Corallo2020-07-091-7/+27
* | * Introduce a new pass ipa-pureAndrea Corallo2020-07-091-1/+57
* | * Add `comp-call-op-p'Andrea Corallo2020-07-091-1/+5
* | * Define `comp-symbol-func-to-fun'Andrea Corallo2020-07-091-7/+8
* | * Clean-up some const folding logic and add `comp-function-pure-p'Andrea Corallo2020-07-081-24/+11
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-07-072-90/+92
|\|
| * Optimise assoc and rassoc with symbol key to assq and rassqMattias Engdegård2020-07-071-0/+11
| * * lisp/emacs-lisp/cl-macs.el (cl-deftype-satisfies): Add `keyword`Stefan Monnier2020-07-061-10/+16
| * Simplify byte-code optimisation of pure functionsMattias Engdegård2020-07-061-43/+14
| * Mark more functions pure (bug#42147)Mattias Engdegård2020-07-061-7/+42
| * Relax portable number check in byte compiler (bug#42147)Mattias Engdegård2020-07-051-30/+9
* | * Relax constant folding rulesAndrea Corallo2020-07-041-7/+2
* | * Fix missing tail recursion eliminationAndrea Corallo2020-07-021-1/+1
* | Rework `comp-c-func-name' argumentsAndrea Corallo2020-07-022-4/+6
* | * Add to possibility to write per pass specific testsAndrea Corallo2020-07-021-1/+8
* | Fix lambda-list relocation classAndrea Corallo2020-06-301-14/+23
* | * Do not skip native compilation for leim subfolder during boostrapAndrea Corallo2020-06-281-1/+1
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-06-271-0/+1
|\|
| * Fix byte-compilation warning in project.elEli Zaretskii2020-06-261-0/+1
* | Merge remote-tracking branch 'savahnna/master' into devAndrea Corallo2020-06-225-13/+13
|\|
| * Revert last change in benchmark.elBasil L. Contovounesios2020-06-211-1/+1
| * Evaluate some unnecessarily quoted lambdasBasil L. Contovounesios2020-06-212-7/+7
| * Various battery.el improvements (bug#41808)Basil L. Contovounesios2020-06-181-1/+1
| * Band-aid for edebugging generator bodies (Bug#40434).Philipp Stephani2020-06-141-4/+4
| * Ensure that getters and setters can be edebugged at the same time.Philipp Stephani2020-06-141-1/+1
* | * Handle correctly pure delaration specifier.Andrea Corallo2020-06-221-8/+22