summaryrefslogtreecommitdiff
path: root/lisp/progmodes/compile.el
AgeCommit message (Expand)Author
2026-06-02Support Ansible messages in compilation-modeMichael Albinus
2026-05-23Avoid compilation-mode matching rust as gnuThomas Mühlbacher
2026-05-17; Improve documentation of commands that move by compilation errorsEli Zaretskii
2026-04-26; Fix & improve last change.Sean Whitton
2026-04-26New user option compilation-search-extra-pathKai Ma
2026-04-15Make | optional for 'gnu' regexp in compilation-mode (bug#80681)Toby Dylan Hocking
2026-03-25Give compile-command a :group againBasil L. Contovounesios
2026-03-22Delay initializing 'compile-command' to runtime (bug#80648)Pip Cet
2026-03-01; Explain some details about rust-panic rule (bug#80403)Mattias Engdegård
2026-03-01Add Rust panic message pattern (bug#80403)Jacek Świerk
2026-01-25Have default 'compile-command' run make in parallelPhilip Kaludercic
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-11-22loaddefs-gen: Weed out some elements from the shortcut pathStefan Monnier
2025-10-19* lisp/progmodes/compile.el (compilation--set-up-margin): Fix.Juri Linkov
2025-05-22Support Rust compiler messages in compile mode (bug#70794).Vincenzo Pupillo
2025-03-20Make compilation-filter-hook into a defcustomStefan Kangas
2025-02-25Prefer incf to cl-incf in progmodes/*.elStefan Kangas
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-14Merge from origin/emacs-30Eli Zaretskii
2024-12-12Don't call purecopy in progmodes/*.elStefan Kangas
2024-12-08; Improve doc strings in compile.elEli Zaretskii
2024-12-07Merge from origin/emacs-30Eli Zaretskii
2024-12-04Add tags to 'compilation-transform-file-match-alist' custom typeRobert Pluim
2024-12-04Improve 'compilation-transform-file-match-alist' documentationRobert Pluim
2024-12-04Improve 'compilation-hidden-output' docstringRobert Pluim
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-10-12* lisp/progmodes/compile.el (recompile): Autoload (bug#73697).Eli Zaretskii
2024-09-14Make the *grep* buffer editableVisuwesh
2024-06-22Allow to expand truncated long lines in *Compilation* buffersEli Zaretskii
2024-06-22Make Compilation mode recognize non-legacy Kotlin/Gradle errorsRudolf Adamkovič
2024-06-03; compilation-error-regexp-alist-alist order commentMattias Engdegård
2024-06-03Revert "Add support for Rust compilation messages"Mattias Engdegård
2024-05-18Add support for Rust compilation messagesErgus
2024-04-14; Additional fixup for truncation of long lines in compilation buffersPhil Sainty
2024-04-07Fix truncation of long lines in compilation buffersEli Zaretskii
2024-02-03Fix downcasing of mode-name in compile.elEli Zaretskii
2024-01-10Lua compilation-mode rules adjustments (bug#60830)Mattias Engdegård
2024-01-10Make Compilation mode recognize Lua errorsRudolf Adamkovič
2024-01-06Fix last change (bug#67930)Eli Zaretskii
2024-01-06Fix file-name resolution in *compilation* and *grep* buffersJurgen De Backer
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-09Merge from origin/emacs-29Eli Zaretskii
2023-12-03; Fix typosStefan Kangas
2023-10-05Omit the `omake` compilation-mode rule by defaultMattias Engdegård
2023-10-05' Improve wording of compilation-error messagesEli Zaretskii
2023-08-18Show duration of compilation when it stops (bug#65251)Mattias Engdegård
2023-02-27Introduce 'compilation-annotation' text propertyAugusto Stoffel
2023-02-06Tighten and simplify typescript compilation-mode regexps (bug#61104)Mattias Engdegård