summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/compile-tests.el
AgeCommit message (Expand)Author
2026-06-02Support Ansible messages in compilation-modeMichael Albinus
2026-04-15Make | optional for 'gnu' regexp in compilation-mode (bug#80681)Toby Dylan Hocking
2026-03-01Add Rust panic message pattern (bug#80403)Jacek Świerk
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-05-22Check diagnostic types in compile-testsMattias Engdegård
2025-05-22Support Rust compiler messages in compile mode (bug#70794).Vincenzo Pupillo
2025-01-01Update copyright year to 2025Paul Eggert
2024-06-22Make Compilation mode recognize non-legacy Kotlin/Gradle errorsRudolf Adamkovič
2024-01-10Make Compilation mode recognize Lua errorsRudolf Adamkovič
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-10-05Omit the `omake` compilation-mode rule by defaultMattias Engdegård
2023-02-04Add tests for compilation support for TypeScript (bug#61104)Theodor Thornhill
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-07-11Add test for the gradle-android compilation message patternMattias Engdegård
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-21Fix recent compile-tests additionGlenn Morris
2021-11-21Improve error parsing for GCC -fanalyzer outputPhilip Kaludercic
2021-07-23Off-by-one error in compilation rule end-column function (bug#49624)Mattias Engdegård
2021-07-18; * test/lisp/progmodes/compile-tests.el: simplify end-colMattias Engdegård
2021-01-01Update copyright year to 2021Paul Eggert
2020-11-27Make the 'cucumber' compilation pattern work without 'omake'Mattias Engdegård
2020-11-06Fix javac message parsing column number off-by-oneMattias Engdegård
2020-10-19Keep track of matching rules in compilation-modeMattias Engdegård
2020-09-22Support shellcheck in compilation-modeStefan Kangas
2020-08-28Add support for parsing column numbers in Visual Studio messagesDaniel Martín
2020-08-13Update a compile testGlenn Morris
2020-04-01javac support in compilation-parse-errors rulesFilipp Gunbin
2020-02-17Make OMake support slightly less expensive (bug#39595)Mattias Engdegård
2020-02-17Speed up 'maven' compilation error message regexpMattias Engdegård
2020-01-01Update copyright year to 2020Paul Eggert
2019-11-01Make ant regexp in compilation-error-regexp-alist-alist more laxFilipp Gunbin
2019-10-29Add gradle-kotlin to compilation-error-regexp-alist-alistFilipp Gunbin
2019-10-05Support GNU make error messages in compile mode.Paul Smith
2019-10-04Fix error in gnu compilation-mode regexp (bug#37582)Mattias Engdegård
2019-10-04Make compile-tests re-runnableMattias Engdegård
2019-07-12* lisp/progmodes/compile.el (compilation-filter): `compilation--ensure-parse'Juri Linkov
2019-01-01Update copyright year to 2019Paul Eggert
2018-07-12Match w32 paths in grep sans --null hits (Bug#32051)Noam Postavsky
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-18Add a new compile error regexp for Clang includesPhilipp Stephani
2016-12-11Clean up compile-tests.elPhilipp Stephani
2016-12-01; * test/lisp/progmodes/compile-tests.el: Fix a typo in a comment.Eli Zaretskii
2016-04-23Regexps for matching CMake outputJö Fahlke
2016-01-11Merge from origin/emacs-25John Wiegley
2015-11-24Rename all test files to reflect source layout.Phillip Lord