summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Properly fix #809João Távora2018-07-04
* Make fixes after Dmitry's commentsJoão Távora2018-07-04
* Emacs 24 doesn't have working elisp capf, so don't test itJoão Távora2018-06-29
* Add some tests for the previous commitsJoão Távora2018-06-29
* Remove an unnecessary testDmitry Gutov2018-03-01
* Allow CMake completion in strings when inside ${...}Zuogon Yue2018-03-01
* M-x copyright-updateDmitry Gutov2018-02-17
* Fix noninteractive runsDmitry Gutov2018-02-11
* Update the async testsDmitry Gutov2018-02-11
* Simplify how async backends are called (WIP)Dmitry Gutov2018-02-09
* Add interactive tags and skip-unlessDmitry Gutov2017-10-18
* Refine col-row calculation in the presence of line numberingDmitry Gutov2017-10-18
* company-safe-substring: Honor the current buffer-invisibility-specDmitry Gutov2017-08-17
* Fix backspacing into a "bad" prefixDmitry Gutov2017-05-18
* Add function and binding to clear template field and move to next (#660)Peter Vasil2017-04-15
* Update copyright yearsDmitry Gutov2017-03-28
* Fix the new test to work in Emacs 24Dmitry Gutov2017-03-28
* Fix company-auto-complete and electric-pair-mode compatibilityDmitry Gutov2017-03-28
* Fix a failing testDmitry Gutov2017-01-13
* Don't show (anonymous) as function annotation, or in argument expansionsDmitry Gutov2017-01-13
* tests: use /bin instead of /lost+foundAlex Dunn2016-11-12
* Improve search visualizationAndrea Orru2016-08-23
* company-files--directory-files: Swallow file-errorDmitry Gutov2016-07-31
* Add company-files-exclusionsDmitry Gutov2016-07-10
* Bump copyrightDmitry Gutov2016-06-20
* Replace :sorted with :separate, and sort within each chunkDmitry Gutov2016-06-20
* Revert "Remove completions without annotations when considering duplicates"Dmitry Gutov2016-05-15
* company-bbdb: Use full names as prefixDmitry Gutov2016-04-25
* Update test for the latest changeDmitry Gutov2016-02-11
* Bump copyright yearsDmitry Gutov2016-01-03
* Rename company-clang-obc-templatify to company-template-objc-templatifyDmitry Gutov2016-01-03
* Fix a test (after adding `should`)Dmitry Gutov2015-12-28
* Add the pre-render backend commandDmitry Gutov2015-12-28
* Revert "Add support for company-face"Dmitry Gutov2015-12-28
* Add support for company-faceDmitry Gutov2015-12-26
* Handle empty list of candidatesDmitry Gutov2015-12-21
* Remove completions without annotations when considering duplicatesDmitry Gutov2015-12-21
* Update the testsDmitry Gutov2015-07-01
* Don't cut off the last character from a wrapped lineDmitry Gutov2015-06-23
* Update company-clang-objc-templatify in line with the previous changeDmitry Gutov2015-04-05
* Don't replace the default argument values with `argN` anymoreDmitry Gutov2015-04-05
* string-prefix-p signals error on nil in Emacs < 25Dmitry Gutov2015-03-25
* Handle function pointers in annotation and template expansionDmitry Gutov2015-03-16
* company--merge-async: Handle mixed sync/async and immediate callbacks betterDmitry Gutov2015-03-04
* Truncate out-of-bounds search highlightingDmitry Gutov2015-02-04
* company--create-lines: Handle keep-prefix with multiple-width chars in prefixDmitry Gutov2015-01-16
* * packages/company/test/clang-tests.el: Add copyright noticeStefan Monnier2015-01-15
* Improve duplicates removalDmitry Gutov2015-01-13
* Work around http://debbugs.gnu.org/19553Dmitry Gutov2015-01-10
* Fixup a testDmitry Gutov2015-01-10