aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/executor.c
Commit message (Expand)AuthorAge
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: remove PVSdundargoc2023-11-12
* vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq2023-05-05
* refactor: use uint8_t for blobs and ga_append() (#21916)zeertzjq2023-01-21
* refactor: replace char_u with char 22 (#21786)dundargoc2023-01-17
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: more clint (#20910)Lewis Russell2022-11-07
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* vim-patch:8.1.1933: the eval.c file is too big (#19462)zeertzjq2022-07-22
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: format #15702dundargoc2021-09-18
* vim-patch:8.1.0735: cannot handle binary dataSean Dewar2021-09-15
* chore: use codespell to spell check #15016dundargoc2021-07-07
* Use abort() instead of assert(false) for things that should never happenJames McCoy2021-01-31
* vim-patch:8.2.0111: VAR_SPECIAL is also used for booleansBilly Su2020-06-06
* vim-patch:8.1.0990: floating point exception with "%= 0" and "/= 0"Jan Edmund Lazo2019-07-28
* vim-patch:8.1.0902: incomplete set of assignment operatorserw72019-05-29
* eexe_mod_op: Explicitly cast varnumber_T to float_T for -WconversionJames McCoy2017-06-04
* *: Disable UBSAN for VimL arithmetic implementationJames McCoy2017-06-04
* *: Add comment to all C filesZyX2017-04-19
* eval: Move get_tv_number[_chk] to eval/typval.cZyX2017-03-29
* eval: Move get_tv_string_buf() to eval/typval.cZyX2017-03-29
* eval,*: Move get_tv_string to typval.cZyX2017-03-29
* eval: Split eval.c into smaller filesZyX2017-03-29