summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Merge tag '5.10.0'Sean Whitton2019-01-10
|\
| * Fix the broken buildBozhidar Batsov2019-01-05
| * Clean up the indentation config logicBozhidar Batsov2019-01-05
| * Indent "let", "when" and "while" as function form if not at start (#497)Markku Rontu2019-01-05
| * Fix font-lock of type hintsVitalie Spinu2018-10-25
| * [Fix #489] Inserting parens before comment form doesn't move point (#490)dpsutton2018-10-01
| * [Fix #483] Support alignment for reader conditionals (#486)vemv2018-08-27
* | Merge tag '5.9.1'Sean Whitton2018-09-08
|\|
| * Fix bug in end-of-defundan sutton2018-08-27
* | Merge tag '5.9.0'Sean Whitton2018-08-25
|\|
| * Make `beginning-of-defun` aware of clojure comment formdan sutton2018-08-16
* | Merge tag '5.8.1'Sean Whitton2018-07-06
|\|
| * Don't cache ns in the test for clojure-find-nsBozhidar Batsov2018-06-26
| * [clojure-emacs/cider#2281] Cache the results of clojure-project-dirBozhidar Batsov2018-05-26
* | Merge tag '5.7.0'Sean Whitton2018-05-20
|\|
| * Fix regression to CIDER's dynamic syntax highlighting #474Bost2018-03-27
| * Fix font-locking of namespaced keywordsRostislav Svoboda2018-03-27
| * Numerous font-locking fixes and improvementsRostislav Svoboda2018-03-13
| * Comment out failing testsRostislav Svoboda2018-03-13
| * [Fix #471] Add support for tagged maps (#472)Evan Moses2018-03-13
| * Drop support for cljxBozhidar Batsov2018-01-21
| * Bump the copyright yearsBozhidar Batsov2018-01-14
| * Move to top-level before `re-search-backward` in `clojure-find-ns`Tianxiang Xiong2017-10-31
| * Add doc-string testsVitalie Spinu2017-08-20
| * Add byte-comp and `checkdoc` testsTianxiang Xiong2017-07-26
| * Remove ; from paragraph-start regexp during fill (#434)Vitalie Spinu2017-06-09
| * [Fix #429] Last occurrence sometimes not replaced for `move-to-let` (#430)Benedek Fazekas2017-04-07
| * Update the copyright yearsBozhidar Batsov2017-03-04
| * Add a command to toggle negation for an expressionBozhidar Batsov2017-01-21
| * Add a command to toggle between when and when-notBozhidar Batsov2017-01-21
* | prevent tests from always trying to load clojure-mode.el from sourceSean Whitton2017-12-24
|/
* Port let related refactorings from clj-refactor.elBenedek Fazekas2016-11-06
* [Fix #399] Fix font-locking of prefix characters inside keywords (#401)Vitalie Spinu2016-08-02
* Create separate clojure-mode-syntax-test suiteVitalie Spinu2016-07-23
* Add tests for correct treatment of prefix syntaxVitalie Spinu2016-07-23
* Add indentation rule for definterface (#395)Ben Sima2016-07-23
* Fix multi-airty indention of deftype & defrecord (#389) (#390)Ben Poweski2016-06-27
* Merge pull request #384 from arichiardi/fix-lambdaArtur Malabarba2016-06-15
|\
| * Fix bug when passing lambda to define-clojure-indent, closes #383Andrea Richiardi2016-06-15
* | Add cycling privacy, collection type, if/if-notBenedek Fazekas2016-05-29
* | Add a test for ns-sortArtur Malabarba2016-05-13
* | Improve line-break handling with thread/unwind-firstArtur Malabarba2016-05-11
* | Preserve previously removed line-breaks when unwindingArtur Malabarba2016-05-11
* | Fix the test macro to support find-funcArtur Malabarba2016-05-11
* | Fix dangling parens in more scenariosArtur Malabarba2016-05-11
* | Standardize threading testsArtur Malabarba2016-05-11
* | Add threading macros related refactoringsBenedek Fazekas2016-05-05
* | Add tests for the escape char font-lockingArtur Malabarba2016-04-30
* | Add a test for align separation and fix the featureArtur Malabarba2016-04-13
|/
* Fix a silly testArtur Malabarba2016-03-28