emacs/lisp/emacs-lisp
Mattias Engdegård 4311bd0bd7 Slightly faster hash-table-keys and hash-table-values
* lisp/emacs-lisp/subr-x.el (hash-table-keys, hash-table-values):
Omit the reversal of the returned list.  It is not ordered anyway.
* test/lisp/emacs-lisp/subr-x-tests.el
(subr-x--hash-table-keys-and-values): New test.
2022-06-17 19:16:52 +02:00
..
advice.el
autoload.el Move two more variables from autoload.el to loaddefs-gen.el 2022-06-05 20:32:01 +02:00
avl-tree.el
backquote.el
backtrace.el
benchmark.el
bindat.el bindat (strz): Write null terminator after variable length string 2022-06-16 09:55:49 +03:00
byte-opt.el Simplify byte-compiler assuming cconv normalisations 2022-06-14 20:19:59 +02:00
byte-run.el Don't quote numbers in byte-run--set-* 2022-06-17 19:11:24 +02:00
bytecomp.el Simplify byte-compiler assuming cconv normalisations 2022-06-14 20:19:59 +02:00
cconv.el Run cconv for dynbound code as well 2022-06-14 20:19:59 +02:00
chart.el
check-declare.el
checkdoc.el Make checkdoc-file-comments-engine match more ;;;### forms 2022-06-02 19:14:00 +02:00
cl-extra.el
cl-generic.el
cl-indent.el
cl-lib.el
cl-macs.el Recognize processes as a CL type again 2022-06-11 19:21:55 +03:00
cl-preloaded.el cl-typep: Emit warning when using a type not known to be a type 2022-06-06 00:04:00 -04:00
cl-print.el
cl-seq.el
comp-cstr.el
comp.el Fix native-comp of trampolines after previous change 2022-05-28 12:32:01 +02:00
copyright.el
crm.el
cursor-sensor.el
debug-early.el
debug.el Leave the contents on the *Backtrace* buffer on `q' 2022-06-14 14:38:05 +02:00
derived.el
disass.el
easy-mmode.el
easymenu.el
edebug.el
eieio-base.el
eieio-core.el cl-typep: Emit warning when using a type not known to be a type 2022-06-06 00:04:00 -04:00
eieio-custom.el
eieio-datadebug.el
eieio-opt.el
eieio-speedbar.el
eieio.el cl-typep: Emit warning when using a type not known to be a type 2022-06-06 00:04:00 -04:00
eldoc.el
elint.el
elp.el
ert-x.el Factor out test configuration for remote files 2022-06-08 12:06:56 +02:00
ert.el
ewoc.el
faceup.el
find-func.el * lisp/emacs-lisp/find-func.el (find-function-advised-original): Simplify 2022-06-11 23:50:35 -04:00
float-sup.el
generate-lisp-file.el Rename generate-file to generate-lisp-file 2022-06-05 17:48:39 +02:00
generator.el
generic.el
gv.el
helper.el
hierarchy.el
inline.el
let-alist.el
lisp-mnt.el
lisp-mode.el Fix warnings introduced by the lisp-mode-autoload-regexp change 2022-06-04 13:50:07 +02:00
lisp.el ; * lisp/emacs-lisp/lisp.el (raise-sexp): Doc fix. (Bug#55788) 2022-06-06 17:10:21 +03:00
loaddefs-gen.el Don't quote the `when' form in obsoletions 2022-06-17 18:12:38 +02:00
macroexp.el Normalise setq during macro-expansion 2022-06-14 20:19:59 +02:00
map-ynp.el
map.el
memory-report.el Make memory-report not bug out with symbols with positions 2022-05-26 13:04:50 +02:00
multisession.el
nadvice.el
oclosure.el
package-x.el
package.el Make package-recompile delete all .elc files first 2022-06-16 14:25:47 +02:00
pcase.el
pp.el pp--insert-lisp: Don't bug out on certain forms at beginning of buffer 2022-05-28 18:39:43 +02:00
radix-tree.el
range.el
re-builder.el
regexp-opt.el
regi.el
ring.el
rmc.el
rx.el
seq.el
shadow.el
shortdoc.el Extend file-expand-wildcards to allow regexps 2022-06-05 14:08:31 +02:00
shorthands.el
smie.el
subr-x.el Slightly faster hash-table-keys and hash-table-values 2022-06-17 19:16:52 +02:00
syntax.el Clarify syntax-ppss doc string 2022-06-05 22:37:32 +02:00
tabulated-list.el
tcover-ses.el
testcover.el
text-property-search.el
thunk.el
timer-list.el
timer.el
tq.el
trace.el
unsafep.el
vtable.el
warnings.el