aboutsummaryrefslogtreecommitdiff
path: root/test/unit/eval
Commit message (Expand)AuthorAge
...
* unittests: Add tv_dict_add* unit testsZyX2017-03-29
* unittests: Add tests for dictionary indexingZyX2017-03-29
* unittests: Enable tv_list_join tests backZyX2017-03-29
* unittests: Disable tv_list_join test on Mac OS onlyZyX2017-03-29
* eval/typval: Fix SEGV in test_alot.vim testZyX2017-03-29
* unittests: Add tv_dict_item_{add,remove} testsZyX2017-03-29
* unittests: Add tv_dict_item_{alloc,free} testsZyX2017-03-29
* unittests: Add tv_dict_watcher_{add,remove} testsZyX2017-03-29
* unittests: Run tv_list_join tests in case it stopped failingZyX2017-03-29
* *: Fix some Windows-specific warningsZyX2017-03-29
* unittests: Add tests for tv_list_idx_of_itemZyX2017-03-29
* unittests: Add tests for tv_list_find*() functionsZyX2017-03-29
* eval/typval: Add tv_list_equal() tests, compare NULL lists equalZyX2017-03-29
* unittests: Test tv_list_join()ZyX2017-03-29
* unittests: Fix tests crashZyX2017-03-29
* eval/typval,tests: Fix extending list with itself, add testsZyX2017-03-29
* unittests: Test tv_list_concat()ZyX2017-03-29
* unittests: Test tv_list_copyZyX2017-03-29
* unittests: Add tests for tv_list_insert*()/…append*() functionsZyX2017-03-29
* unittests: Add tests for tv_list_insert()ZyX2017-03-29
* unittests: Add tests for list watchers and list alloc/free/unrefZyX2017-03-29
* unittests: Test tv_list_item_\* functionsZyX2017-03-29
* eval: Move copy_tv to eval/typvalZyX2017-03-29
* eval: Remove eval_expr() completelyZyX2017-03-29
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* eval: Split eval.c into smaller filesZyX2017-03-29
* unittests: Fix linter errorsZyX2017-03-11
* unittests: Do not import libnvim or headers in main processZyX2017-03-11
* unittests: Check core dumps in after_each, like in functestsZyX2017-03-11
* unittests: Run all unit tests in their own processesZyX2017-03-11
* unittest: Fix linter errorsZyX2017-01-07
* unittest: Add failing test for freeing dictionaries in a listZyX2017-01-07
* unittest: Add dict_items functionZyX2017-01-07
* unittest: Add failing test of freeing listsZyX2017-01-07
* unittest: Allow mocking allocator callsZyX2017-01-07
* unittests: Fix linter errorsZyX2017-01-03
* tests: Add tests for partials dumpingZyX2017-01-03
* build: Target luacheck HEAD.Justin M. Keyes2016-11-17
* unittests/*/helpers: Fix testlint errorsZyX2016-06-24
* fixup! unittests: Add tests for vim_to_object functionZyX2016-06-24
* unittests: Add tests for vim_to_object functionZyX2016-06-24
* Satisfy testlint.KillTheMule2016-04-28
* eval/encode: Make sure that encoder can encode NULL variablesZyX2016-04-18
* functests: Replace \xXX escapes with \DDD in lua codeZyX2016-04-18
* eval/decode: Do not overflow when parsing `-`ZyX2016-04-18
* eval/decode: Make sure that error messages do not cause overflowZyX2016-04-18
* eval/decode: Make sure that parsing strings does not overflowZyX2016-04-18
* eval/decode: Avoid overflow when parsing incomplete null/true/falseZyX2016-04-18
* eval/encode: Fix writing strings starting with NL to listZyX2016-04-18