index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lisp
/
progmodes
/
compile-tests.el
Age
Commit message (
Expand
)
Author
2026-06-02
Support Ansible messages in compilation-mode
Michael Albinus
2026-04-15
Make | optional for 'gnu' regexp in compilation-mode (bug#80681)
Toby Dylan Hocking
2026-03-01
Add Rust panic message pattern (bug#80403)
Jacek Świerk
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-05-22
Check diagnostic types in compile-tests
Mattias Engdegård
2025-05-22
Support Rust compiler messages in compile mode (bug#70794).
Vincenzo Pupillo
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-06-22
Make Compilation mode recognize non-legacy Kotlin/Gradle errors
Rudolf Adamkovič
2024-01-10
Make Compilation mode recognize Lua errors
Rudolf Adamkovič
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-10-05
Omit the `omake` compilation-mode rule by default
Mattias Engdegård
2023-02-04
Add tests for compilation support for TypeScript (bug#61104)
Theodor Thornhill
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-07-11
Add test for the gradle-android compilation message pattern
Mattias Engdegård
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-11-21
Fix recent compile-tests addition
Glenn Morris
2021-11-21
Improve error parsing for GCC -fanalyzer output
Philip Kaludercic
2021-07-23
Off-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-col
Mattias Engdegård
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-11-27
Make the 'cucumber' compilation pattern work without 'omake'
Mattias Engdegård
2020-11-06
Fix javac message parsing column number off-by-one
Mattias Engdegård
2020-10-19
Keep track of matching rules in compilation-mode
Mattias Engdegård
2020-09-22
Support shellcheck in compilation-mode
Stefan Kangas
2020-08-28
Add support for parsing column numbers in Visual Studio messages
Daniel Martín
2020-08-13
Update a compile test
Glenn Morris
2020-04-01
javac support in compilation-parse-errors rules
Filipp Gunbin
2020-02-17
Make OMake support slightly less expensive (bug#39595)
Mattias Engdegård
2020-02-17
Speed up 'maven' compilation error message regexp
Mattias Engdegård
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-11-01
Make ant regexp in compilation-error-regexp-alist-alist more lax
Filipp Gunbin
2019-10-29
Add gradle-kotlin to compilation-error-regexp-alist-alist
Filipp Gunbin
2019-10-05
Support GNU make error messages in compile mode.
Paul Smith
2019-10-04
Fix error in gnu compilation-mode regexp (bug#37582)
Mattias Engdegård
2019-10-04
Make compile-tests re-runnable
Mattias Engdegård
2019-07-12
* lisp/progmodes/compile.el (compilation-filter): `compilation--ensure-parse'
Juri Linkov
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-07-12
Match w32 paths in grep sans --null hits (Bug#32051)
Noam Postavsky
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-01-01
Merge from origin/emacs-25
Paul Eggert
2016-12-18
Add a new compile error regexp for Clang includes
Philipp Stephani
2016-12-11
Clean up compile-tests.el
Philipp Stephani
2016-12-01
; * test/lisp/progmodes/compile-tests.el: Fix a typo in a comment.
Eli Zaretskii
2016-04-23
Regexps for matching CMake output
Jö Fahlke
2016-01-11
Merge from origin/emacs-25
John Wiegley
2015-11-24
Rename all test files to reflect source layout.
Phillip Lord