summaryrefslogtreecommitdiff
path: root/test/src
AgeCommit message (Expand)Author
2023-12-04comp: Fix mvar dependency chain (bug#67239)Andrea Corallo
2023-11-18(update_search_regs): Install better fix for bug#67124Stefan Monnier
2023-11-09Add treesit-node-enclosed-pYuan Fu
2023-11-08With `native-compile', compile lambdas in a defun or lambda tooAlan Mackenzie
2023-10-29Require `cl-lib` rather than directly some of its subfilesStefan Monnier
2023-10-29Add 'case-symbols-as-words' to configure symbol case behaviorSpencer Baugh
2023-10-19Add two missing 'number-or-marker' entries to the cl machinery (bug#66615)Andrea Corallo
2023-10-03regex.c: Fix recent regression with mutually_exclusive_pStefan Monnier
2023-09-28regex.c (mutually_exclusive_aux) <wordbound>: Remove optimizationStefan Monnier
2023-09-27* src/regex-emacs.c (analyze_first): Fix incorrect optimizationStefan Monnier
2023-09-27; * test/src/regex-emacs-tests.el: suppress relint complaintsMattias Engdegård
2023-09-26regex.c (mutually_exclusive_p): Fix initial value of `loop_beg`Stefan Monnier
2023-09-17Offset ranges before applying embedded tree-sitter parserDanny Freeman
2023-09-16Merge from origin/emacs-29Eli Zaretskii
2023-09-15(mutually_exclusive_p): Fix the regression from commit 6fad73d7cc53Stefan Monnier
2023-09-13(report_overlay_modification): Fix bug#65929Stefan Monnier
2023-09-10; Suppress relint complaint in testMattias Engdegård
2023-09-09Merge from origin/emacs-29Eli Zaretskii
2023-09-05(regexp-tests-backtrack-optimization): Mark it as failingStefan Monnier
2023-09-05; Add regression test for bug#65726Mattias Engdegård
2023-09-04Use new ERT `skip-when` macro in testsStefan Kangas
2023-09-04Correct the handling of symbols with position in equalAlan Mackenzie
2023-08-20; Silence byte-compilerStefan Kangas
2023-08-19Skip hanging tests on Cygwin (bug#65325)Ken Brown
2023-08-18(Fmake_local_variable): Fix bug#65209Stefan Monnier
2023-08-16; Silence byte-compilerStefan Kangas
2023-08-14; * test/src/syntax-tests.el (syntax-char-syntax): remove junkMattias Engdegård
2023-08-12Merge from origin/emacs-29Eli Zaretskii
2023-08-09Fix emacs-lisp-native-compile-and-load eln target directory (bug#64226)Andrea Corallo
2023-08-09; Re-enable the /dev/urandom testEli Zaretskii
2023-08-09Disable failing test (bug#65156)Mattias Engdegård
2023-08-06; Silence byte-compilerStefan Kangas
2023-07-28Fix userlock.el and filelock-tests in some rare casesEli Zaretskii
2023-07-22Fix regexp character class syntax property ghost matching bugMattias Engdegård
2023-07-21Fix failing native-compile testRobert Pluim
2023-07-19Fix native compilation in dynamically bound files.Alan Mackenzie
2023-06-21Straighten regexp postfix operator after zero-width assertion parseMattias Engdegård
2023-06-17; * src/treesit.c (treesit_query_string_string): fix last changeMattias Engdegård
2023-06-17Merge from origin/emacs-29Eli Zaretskii
2023-06-16Correct conversion of strings to tree-sitter query syntaxMattias Engdegård
2023-06-13Fix bol/bos anchors in tree-sitter :match regexpsBasil L. Contovounesios
2023-06-10Merge from origin/emacs-29Eli Zaretskii
2023-06-08; Update my mail addressAndrea Corallo
2023-05-31; * test/src/comp-tests.el (non-locals): Repair botched test.Mattias Engdegård
2023-05-26Merge from origin/emacs-29Eli Zaretskii
2023-05-26Merge from origin/emacs-29Eli Zaretskii
2023-05-26Handle #@00 in new reader in a compatible way (bug#63722)Mattias Engdegård
2023-05-24Fix nativecomp ICE compiling structure related code (bug#63674)Andrea Corallo
2023-05-23* test/src/comp-tests.el: Add some ret type tests for non builtin typesAndrea Corallo
2023-05-20Fix loading SQLite extensionsEli Zaretskii