summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/eval/encode.c
AgeCommit message (Expand)AuthorFiles
2026-02-22vim-patch:9.2.0031: Inefficient use of ga_concat()zeertzjq1
2026-01-03vim-patch:partial:9.1.2044: Inefficient use of ga_concat() (#37209)zeertzjq1
2025-12-29vim-patch:9.1.2030: inefficient use of ga_concat() (#37151)zeertzjq1
2025-12-20vim-patch:8.2.3766: converting a funcref to a string leaves out "g:"zeertzjq1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2024-08-05refactor(shada): rework msgpack decoding without msgpack-cbfredl1
2024-06-27refactor(shada): don't use msgpack_packer for shadabfredl1
2024-06-27refactor(typval)!: remove distinction of binary and nonbinary stringsbfredl1
2024-06-24refactor(typval): don't use msgpack_packer for msgpackdump()bfredl1
2024-06-04fixup: apply the change on more filesJames Tirta Halim1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-11-30refactor(IWYU): move typedefs out of globals.h (#26322)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-12build: remove PVSdundargoc1
2023-10-09refactor: the long goodbyedundargoc1
2023-06-22fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes1
2023-04-26refactor: uncrustifydundargoc1
2023-04-07refactor: remove redundant const char * castsii141
2023-01-21refactor: use uint8_t for blobs and ga_append() (#21916)zeertzjq1
2023-01-09refactor: replace char_u with char 18 (#21237)dundargoc1
2022-11-26refactor: replace char_u with charDundar Göc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-10-12refactor: clint (#20600)Lewis Russell1
2022-09-25refactor: move klib out of src/nvim/ #20341dundargoc1
2022-09-11refactor: replace char_u with charDundar Göc1
2022-08-13vim-patch:7.4.1168 (#19645)zeertzjq1
2022-05-26refactor: missing parenthesis may cause unexpected problems (#17443)kylo2521
2022-05-07refactor: replace char_u variables and functions with charDundar Goc1
2022-05-05refactor: replace char_u variables and functions with charDundar Goc1
2022-04-24refactor: convert macros to all-caps (#17895)dundargoc1
2021-11-23refactor: upgrade uncrustify config version to 0.74.0Dundar Göc1
2021-11-16refactor: reduce number of explicit char casts (#16077)dundargoc1
2021-11-01vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy1
2021-10-29refactor: uncrustify #16090dundargoc1
2021-10-12refactor: reduce number of unique char casts (#15995)dundargoc1
2021-10-04refactor: remove redundant char casts #15888dundargoc1
2021-09-18refactor: format #15702dundargoc1
2021-09-16feat(f_msgpackdump): support dumping to BlobSean Dewar1
2021-09-15vim-patch:8.1.0765: string format of a Blob can't be parsed backSean Dewar1
2021-09-15feat(msgpack): convert Blobs to BIN stringsSean Dewar1
2021-09-15feat(json): convert Blobs to array of byte valuesSean Dewar1
2021-09-15vim-patch:8.1.0735: cannot handle binary dataSean Dewar1
2021-01-31Use abort() instead of assert(false) for things that should never happenJames McCoy1
2020-11-08gcc/analyzer: fix false positives for NULL (#13248)Jan Edmund Lazo1
2020-06-06vim-patch:8.2.0111: VAR_SPECIAL is also used for booleansBilly Su1
2020-01-30doc: fix typos [ci skip] #11787Hye Sung Jung1
2019-01-21build: Fix -Wconversion warnings for fpclassify et alJustin M. Keyes1
2019-01-20build: Fix -Wconversion warnings for fpclassify et alJustin M. Keyes1
2019-01-02build: enable -WshadowJustin M. Keyes1