summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/eval/typval_encode.c.h
AgeCommit message (Expand)AuthorFiles
2025-12-20vim-patch:8.2.3767: crash when using NULL partialzeertzjq1
2025-12-20vim-patch:8.2.3766: converting a funcref to a string leaves out "g:"zeertzjq1
2025-10-26vim-patch:8.1.1939: code for handling v: variables in generic eval file (#36312)Jan Edmund Lazo1
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-06-27refactor(typval)!: remove distinction of binary and nonbinary stringsbfredl1
2024-06-24refactor(typval): don't use msgpack_packer for msgpackdump()bfredl1
2023-12-23refactor(IWYU): move evalarg_T to eval_defs.h (#26716)zeertzjq1
2023-11-20build: adjust clang-tidy warning exclusion logicdundargoc1
2023-11-12build: remove PVSdundargoc1
2023-01-19refactor: replace char_u with char 25 (#21838)dundargoc1
2023-01-13build: remove clint error suppression #21782dundargoc1
2022-09-25refactor: move klib out of src/nvim/ #20341dundargoc1
2022-06-30refactor(uncrustify): change config to better align with style guide (#18803)dundargoc1
2022-05-15fix PVS warnings (#18459)dundargoc1
2022-05-05refactor: replace char_u variables and functions with charDundar Goc1
2022-05-03refactor: replace char_u variables and functions with charDundar Goc1
2021-10-09refactor: format header files with uncrustify #15877dundargoc1
2021-09-15vim-patch:8.1.0735: cannot handle binary dataSean Dewar1
2020-06-22eval: fix assertion failure in garbage collection (#12436)erw71
2020-06-06vim-patch:8.2.0111: VAR_SPECIAL is also used for booleansBilly Su1
2020-05-07vim-patch:8.1.1007: using closure may consume a lot of memoryerw71
2020-01-30doc: fix typos [ci skip] #11787Hye Sung Jung1
2019-07-18PVS/V1037: suppress warning #10528Ihor Antonov1
2018-10-21fix warning: "Dead assignment"Justin M. Keyes1
2018-04-02eval/typval_encode: Silence PVS/V501,V547,V779ZyX1
2017-12-16Merge branch 'master' into hide-container-implZyX1
2017-12-15vim-patch:8.0.0074Michael Schupikov1
2017-12-11*: Fix linter errorsZyX1
2017-12-11*: Finish hiding list implementationZyX1
2017-12-10*: Hide list implementation in other files as wellZyX1
2017-05-08Merge branch 'master' into luaviml'/luaZyX1
2017-04-16eval/typval_encode: Silence then/else equivalence warningZyX1
2017-04-16*: Silence some false positivesZyX1
2017-04-08Merge branch 'master' into luaviml'/luaZyX1
2017-03-29*: Move some dictionary functions to typval.h and use char*ZyX1
2017-03-29eval: Split eval.c into smaller filesZyX1
2017-03-27clint: Allow omitting include guards in .c.h file and func_attr.h fileZyX1
2017-02-14Allow lambdas to be used with jobs, timers and dictwatchers.Michael Ennen1
2017-02-11eval/typval_encode: Restore original copyID (#6070)Justin M. Keyes1
2017-01-07eval: Fix failing testZyX1
2017-01-07eval: Make sure that copyID is reset when neededZyX1
2017-01-06eval/typval_encode: Dump empty dictionary before checking for refcycleZyX1
2017-01-06eval/typval_encode: Use TYPVAL_ENCODE_CONV_EMPTY_DICT for partialsZyX1
2017-01-03eval: Fix errorneous early exit when converting lists and dictionariesZyX1
2017-01-03eval/typval_encode: Handle NULL partials properlyZyX1
2017-01-03eval/typval_encode: Provide proper values as dict argumentZyX1
2017-01-03eval/typval_encode: Refactor arguments to argument macrosesZyX1
2017-01-03eval/typval_encode: Rename some \*tv variablesZyX1
2017-01-03eval/typval_encode: Fix infinite loopZyX1
2017-01-03eval/typval_encode: Fix linter errorsZyX1