aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/typval_encode.c.h
Commit message (Expand)AuthorAge
* build: adjust clang-tidy warning exclusion logicdundargoc2023-11-20
* build: remove PVSdundargoc2023-11-12
* refactor: replace char_u with char 25 (#21838)dundargoc2023-01-19
* build: remove clint error suppression #21782dundargoc2023-01-13
* refactor: move klib out of src/nvim/ #20341dundargoc2022-09-25
* refactor(uncrustify): change config to better align with style guide (#18803)dundargoc2022-06-30
* fix PVS warnings (#18459)dundargoc2022-05-15
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* refactor: replace char_u variables and functions with charDundar Goc2022-05-03
* refactor: format header files with uncrustify #15877dundargoc2021-10-09
* vim-patch:8.1.0735: cannot handle binary dataSean Dewar2021-09-15
* eval: fix assertion failure in garbage collection (#12436)erw72020-06-22
* vim-patch:8.2.0111: VAR_SPECIAL is also used for booleansBilly Su2020-06-06
* vim-patch:8.1.1007: using closure may consume a lot of memoryerw72020-05-07
* doc: fix typos [ci skip] #11787Hye Sung Jung2020-01-30
* PVS/V1037: suppress warning #10528Ihor Antonov2019-07-18
* fix warning: "Dead assignment"Justin M. Keyes2018-10-21
* eval/typval_encode: Silence PVS/V501,V547,V779ZyX2018-04-02
* Merge branch 'master' into hide-container-implZyX2017-12-16
|\
| * vim-patch:8.0.0074Michael Schupikov2017-12-15
* | *: Fix linter errorsZyX2017-12-11
* | *: Finish hiding list implementationZyX2017-12-11
* | *: Hide list implementation in other files as wellZyX2017-12-10
|/
* Merge branch 'master' into luaviml'/luaZyX2017-05-08
|\
| * eval/typval_encode: Silence then/else equivalence warningZyX2017-04-16
| * *: Silence some false positivesZyX2017-04-16
* | Merge branch 'master' into luaviml'/luaZyX2017-04-08
|\|
| * *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
| * eval: Split eval.c into smaller filesZyX2017-03-29
* | clint: Allow omitting include guards in .c.h file and func_attr.h fileZyX2017-03-27
|/
* Allow lambdas to be used with jobs, timers and dictwatchers.Michael Ennen2017-02-14
* eval/typval_encode: Restore original copyID (#6070)Justin M. Keyes2017-02-11
* eval: Fix failing testZyX2017-01-07
* eval: Make sure that copyID is reset when neededZyX2017-01-07
* eval/typval_encode: Dump empty dictionary before checking for refcycleZyX2017-01-06
* eval/typval_encode: Use TYPVAL_ENCODE_CONV_EMPTY_DICT for partialsZyX2017-01-06
* eval: Fix errorneous early exit when converting lists and dictionariesZyX2017-01-03
* eval/typval_encode: Handle NULL partials properlyZyX2017-01-03
* eval/typval_encode: Provide proper values as dict argumentZyX2017-01-03
* eval/typval_encode: Refactor arguments to argument macrosesZyX2017-01-03
* eval/typval_encode: Rename some \*tv variablesZyX2017-01-03
* eval/typval_encode: Fix infinite loopZyX2017-01-03
* eval/typval_encode: Fix linter errorsZyX2017-01-03
* eval/typval_encode: Fix crashesZyX2017-01-03
* eval/typval_encode: Refactor big-big macros into .c.h fileZyX2017-01-03