summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/eval/executor.c
AgeCommit message (Expand)AuthorFiles
2026-03-14vim-patch:9.2.0155: filetype: ObjectScript are not recognized (#38288)zeertzjq1
2026-03-14vim-patch:9.2.0152: concatenating strings is slow (#38286)zeertzjq1
2026-03-12vim-patch:9.2.0147: blob: concatenation can be improved (#38276)zeertzjq1
2025-10-06vim-patch:8.1.1981: the evalfunc.c file is too bigJan Edmund Lazo1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-07-31vim-patch:9.1.0415: Some functions are not testedzeertzjq1
2024-07-31vim-patch:partial:9.1.0411: too long functions in eval.czeertzjq1
2024-07-31vim-patch:8.2.3264: Vim9: assign test failszeertzjq1
2024-07-31vim-patch:9.2.1731: Vim9: cannot use += to append to empty NULL listzeertzjq1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-01-11refactor(IWYU): fix headersdundargoc1
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-05-05vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq1
2023-01-21refactor: use uint8_t for blobs and ga_append() (#21916)zeertzjq1
2023-01-17refactor: replace char_u with char 22 (#21786)dundargoc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-11-07refactor: more clint (#20910)Lewis Russell1
2022-08-30refactor: replace char_u with char 4 (#19987)dundargoc1
2022-07-22vim-patch:8.1.1933: the eval.c file is too big (#19462)zeertzjq1
2022-05-16refactor: replace char_u variables and functions with charDundar Goc1
2022-05-05refactor: replace char_u variables and functions with charDundar Goc1
2021-11-01vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy1
2021-09-18refactor: format #15702dundargoc1
2021-09-15vim-patch:8.1.0735: cannot handle binary dataSean Dewar1
2021-07-07chore: use codespell to spell check #15016dundargoc1
2021-01-31Use abort() instead of assert(false) for things that should never happenJames McCoy1
2020-06-06vim-patch:8.2.0111: VAR_SPECIAL is also used for booleansBilly Su1
2019-07-28vim-patch:8.1.0990: floating point exception with "%= 0" and "/= 0"Jan Edmund Lazo1
2019-05-29vim-patch:8.1.0902: incomplete set of assignment operatorserw71
2017-06-04eexe_mod_op: Explicitly cast varnumber_T to float_T for -WconversionJames McCoy1
2017-06-04*: Disable UBSAN for VimL arithmetic implementationJames McCoy1
2017-04-19*: Add comment to all C filesZyX1
2017-03-29eval: Move get_tv_number[_chk] to eval/typval.cZyX1
2017-03-29eval: Move get_tv_string_buf() to eval/typval.cZyX1
2017-03-29eval,*: Move get_tv_string to typval.cZyX1
2017-03-29eval: Split eval.c into smaller filesZyX1