summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/eval/decode.c
AgeCommit message (Expand)AuthorFiles
2025-10-26vim-patch:8.1.1939: code for handling v: variables in generic eval file (#36312)Jan Edmund Lazo1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-08-05build(deps): remove msgpack-c dependencybfredl1
2024-08-05refactor(shada): rework msgpack decoding without msgpack-cbfredl1
2024-06-27refactor(typval)!: remove distinction of binary and nonbinary stringsbfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-06fix(json): allow objects with empty keys #25564Emanuel1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-12build: remove PVSdundargoc1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-06-22fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes1
2023-04-07refactor: remove redundant const char * castsii141
2023-03-05vim-patch:9.0.1380: CTRL-X on 2**64 subtracts two (#22530)zeertzjq1
2023-03-03refactor(build): graduate msgpack-c FLOAT32 "feature" since foreverbfredl1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-11-06refactor: fix clang-tidy warningsdundargoc1
2022-10-12refactor: clint (#20600)Lewis Russell1
2022-09-25refactor: move klib out of src/nvim/ #20341dundargoc1
2022-09-01refactor: replace char_u with charDundar Göc1
2022-05-26refactor: missing parenthesis may cause unexpected problems (#17443)kylo2521
2022-05-09refactor: replace char_u variables and functions with charDundar Goc1
2022-05-07refactor: replace char_u variables and functions with charDundar Goc1
2022-05-05refactor: replace char_u variables and functions with charDundar Goc1
2021-12-06refactor: fix indent in decode.c (#16543)zeertzjq1
2021-12-05lint (#16526)Jan Edmund Lazo1
2021-11-01vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy1
2021-09-18refactor: format #15702dundargoc1
2021-09-15feat(decode_string): decode binary string with NULs to BlobSean Dewar1
2021-09-11vim-patch:8.1.1355: obvious mistakes are accepted as valid expressionsSean Dewar1
2021-01-31Use abort() instead of assert(false) for things that should never happenJames McCoy1
2020-09-04robustness: avoid adding offset to NULL pointerBjörn Linse1
2020-06-06vim-patch:8.2.0111: VAR_SPECIAL is also used for booleansBilly Su1
2019-02-04build: -Wmissing-prototypesJustin M. Keyes1
2018-04-09eval/decode: Silence PVS/V547: code written for 32-bit integersZyX1
2018-01-15Merge #7806 from ZyX-I/list-statJustin M. Keyes1
2018-01-14*: Provide list length when allocating listsZyX1
2018-01-11coverity/169163: decode_string: Null pointer derefJustin M. Keyes1
2017-12-24*: Remove most calls to tv_list_item_allocZyX1
2017-12-11*: Fix linter errorsZyX1
2017-12-10*: Hide list implementation in other files as wellZyX1
2017-12-10*: Start hiding list implementationZyX1
2017-11-06eval/decode.c: Avoid NULL arg to memchr() #7332Adrian Neumann1
2017-06-04lintJames McCoy1
2017-06-04vim-patch:7.4.1976James McCoy1
2017-05-08Merge branch 'master' into luaviml'/luaZyX1
2017-04-19*: Add comment to all C filesZyX1