summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Merge tag 'v0.19.0+dfsg'Sean Whitton2019-01-10
|\
| * Bump the copyright yearsBozhidar Batsov2019-01-01
| * Use symbols for repl types instead of strings and efficient comparisonsDieter Komendera2018-11-18
| * [Fix #2446] Implement Sesman friendly sessionsVitalie Spinu2018-10-13
| * Update the links to the manualBozhidar Batsov2018-09-23
* | Merge tag 'v0.18.0+dfsg' into wip/masterSean Whitton2018-09-08
|\|
| * [Fix #2413] Prompt if a session with the same parameters already existsVitalie Spinu2018-08-30
| * Fix a testBozhidar Batsov2018-08-25
| * Fix quoting in a listBozhidar Batsov2018-08-22
| * Fix a testBozhidar Batsov2018-08-22
| * Shuffle around some testsBozhidar Batsov2018-08-22
| * Fix some testsBozhidar Batsov2018-08-22
| * Fix the build tool detectionBozhidar Batsov2018-08-22
| * Rename cider-default-repl-command to cider-jack-in-defaultBozhidar Batsov2018-08-22
| * Remove comment aware toplevel defun codedan sutton2018-08-18
| * Add a test that killing a REPL buffer removes it from the listMikhail Gusarov2018-08-16
| * Update cider--close-connection testMikhail Gusarov2018-08-16
| * Add shadow-select CLJS REPL type (#2397)Andrea Richiardi2018-08-02
| * Improve session and REPL buffer namingVitalie Spinu2018-07-31
| * Make `nrepl-xyz-buffer-name`s use new formatting systemVitalie Spinu2018-07-29
| * Accept plain figwheel-main build name, normalizing to keyword (#2385)Estevo U.C. Castro2018-07-24
| * Rename the cider-refresh.el to cider-ns.elBozhidar Batsov2018-07-10
| * Rename cider-find-or-create-scratch-buffer to cider-scratch-find-or-create-bu...Bozhidar Batsov2018-07-08
| * Use more specific requires in the testsBozhidar Batsov2018-06-25
| * Use a more specific require in a testBozhidar Batsov2018-06-25
| * [Fix #2203] Rename cider-interaction.el to cider-eval.elBozhidar Batsov2018-06-25
| * Fix a broken testBozhidar Batsov2018-06-24
| * Fix broken buildBozhidar Batsov2018-06-23
| * Eval top level defuns inside comment forms (#2323)dpsutton2018-06-19
| * Revert "Remove cider-compat.el"Bozhidar Batsov2018-06-18
| * Remove cider-compat.elBozhidar Batsov2018-06-18
| * New connection API and jack-in rewrite (#2324)Vitalie Spinu2018-06-17
| * Update the manual links to use our new domain cider.mxBozhidar Batsov2018-06-17
| * Use line-move instead of previous-line for emacs24.5 testsVitalie Spinu2018-05-13
| * Add tests for locref detectionVitalie Spinu2018-05-13
* | Merge tag 'v0.17.0+dfsg'Sean Whitton2018-05-12
|\|
| * Allow predicates in plugin and middleware listsRadon Rosborough2018-03-27
| * [Fix #2199] Implement elisp-lint.el in CINeil Okamoto2018-03-05
| * Remove last remnants of cljx code causing CI breakageNeil Okamoto2018-01-31
| * Avoid a potential error if the REPL config defcustoms are all nilBozhidar Batsov2018-01-21
| * [Fix #2161] Add new interactive command `cider-eval-defun-to-point`Bozhidar Batsov2018-01-14
| * [Fix #2148] Fix jump to definition for remote cider-jack-in or cider-connect ...HyungSuk Ryu2018-01-12
| * Update links to the manualBozhidar Batsov2018-01-08
| * [Fix #1913] Allow toggling of current buffer connection (#2149)dpsutton2018-01-03
| * Bump the copyright yearsBozhidar Batsov2018-01-01
* | Merge tag 'v0.16.0+dfsg'Sean Whitton2018-01-20
|\|
| * Replace a few occurrences of when + not with unlessBozhidar Batsov2017-12-24
| * Dynamically build structs in `nrepl-bencode-tests`Tianxiang Xiong2017-12-18
| * Avoid spurious unused lexical arg warning from Emacs <25.1Tianxiang Xiong2017-12-18
| * Replace `if-let` and `when-let` with starred versionsTianxiang Xiong2017-12-11