summaryrefslogtreecommitdiff
path: root/test/src
Commit message (Expand)AuthorAge
* Make overlays-in treat zero-length overlays at point-max consistentlyLars Ingebrigtsen2021-08-16
* Add XLFD font parsing testsLars Ingebrigtsen2021-08-12
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-09
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-08
* Adjust how `replace-match' runs modification hooksLars Ingebrigtsen2021-07-31
* Rename directory-append to file-name-concatLars Ingebrigtsen2021-07-25
* Allow empty elements in directory-appendLars Ingebrigtsen2021-07-25
* Really convert to multibyte in Fdirectory_appendLars Ingebrigtsen2021-07-24
* Extend directory-append to take an arbitrary number of componentsLars Ingebrigtsen2021-07-24
* Add new function `directory-append'Lars Ingebrigtsen2021-07-24
* Avoid byte-compilation warningEli Zaretskii2021-07-22
* Mention `overlays-in' in the `overlays-at' doc stringLars Ingebrigtsen2021-07-20
* Add inhibit-buffer-hooks to `make-indirect-buffer'Lars Ingebrigtsen2021-07-19
* Make make-indirect-buffer inherit inhibit-buffer-hook from base bufferdickmao2021-07-19
* Block TLS handshake until TCP connection establishedMattias Engdegård2021-07-13
* Pacify gcc 11.1.1 -Wanalyzer-possible-null-dereferencePaul Eggert2021-07-12
* Skip a process test on Cygwin to avoid hangKen Brown2021-07-09
* Add a new function syntax-class-to-charLars Ingebrigtsen2021-06-15
* Rename batch-byte-native-compile-for-bootstrap (bug#48743)Andrea Corallo2021-06-01
* Fix lexing of numbers with trailing decimal point and exponentMattias Engdegård2021-05-27
* * test/src/emacs-module-tests.el (mod-test-file): Unbreak out-of-tree.Glenn Morris2021-05-10
* Don't use symbolic links in the test resource directory.Philipp Stephani2021-05-07
* Rename comp-debug -> native-comp-debugAndrea Corallo2021-05-06
* Rename comp-speed -> native-comp-speedAndrea Corallo2021-05-06
* Rename feature `nativecomp' into `native-compile'Andrea Corallo2021-05-05
* ; Fix typosStefan Kangas2021-04-27
* Make use of `ert-resource-file' `ert-resource-directory' in comp-testsAndrea Corallo2021-04-26
* * Use `expand-file-name' in place of `concat' in comp-tests.elAndrea Corallo2021-04-26
* Move native compiler test data into proper directory (bug#48031)Andrea Corallo2021-04-26
* * test/src/comp-tests.el: Fix it for non native compiled build (bug#48031).Andrea Corallo2021-04-26
* ; Add 2021 to copyright yearsGlenn Morris2021-04-25
* Merge branch 'feature/native-comp' into into trunkAndrea Corallo2021-04-25
|\
| * Improve a native compiler testAndrea Corallo2021-04-22
| * Fix native compiler string hash consing strategy (bug#47868)Andrea Corallo2021-04-21
| * Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-04-19
| |\
| * \ Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-04-13
| |\ \
| * \ \ Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-04-05
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-03-31
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-03-25
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-03-19
| |\ \ \ \ \ \
| * | | | | | | Fix some entry in `comp-known-type-specifiers' (bug#46847)Andrea Corallo2021-03-14
| * | | | | | | * test/src/comp-test-funcs.el (comp-test-46670-1-f): Remove a warning.Andrea Corallo2021-03-09
| * | | | | | | Merge commit '9cbdf20316' into native-compAndrea Corallo2021-03-09
| |\ \ \ \ \ \ \
| * | | | | | | | Fix `comp-cstr-intersection-no-hashcons' for negated result cstrAndrea Corallo2021-03-06
| * | | | | | | | Fix `=' propagation to handle -0.0 0.0 caseAndrea Corallo2021-03-06
| * | | | | | | | Don't call _setjmp through a function pointer (Bug#46824)Pip Cet2021-03-03
| * | | | | | | | Fix two compiler ICEs dealing with nan and infinityAndrea Corallo2021-03-03
| * | | | | | | | Fix = propagation semantic for constrained inputsAndrea Corallo2021-03-02
| * | | | | | | | Fix `eql' `equal' propagation of non hash consed values (bug#46843)Andrea Corallo2021-03-01
| * | | | | | | | Don't treat '=' as simple equality emitting constraints (bug#46812)Andrea Corallo2021-02-28