index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
eval
/
typval_encode.c.h
Commit message (
Expand
)
Author
Age
*
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
refactor(typval)!: remove distinction of binary and nonbinary strings
bfredl
2024-06-27
*
refactor(typval): don't use msgpack_packer for msgpackdump()
bfredl
2024-06-24
*
refactor(IWYU): move evalarg_T to eval_defs.h (#26716)
zeertzjq
2023-12-23
*
build: adjust clang-tidy warning exclusion logic
dundargoc
2023-11-20
*
build: remove PVS
dundargoc
2023-11-12
*
refactor: replace char_u with char 25 (#21838)
dundargoc
2023-01-19
*
build: remove clint error suppression #21782
dundargoc
2023-01-13
*
refactor: move klib out of src/nvim/ #20341
dundargoc
2022-09-25
*
refactor(uncrustify): change config to better align with style guide (#18803)
dundargoc
2022-06-30
*
fix PVS warnings (#18459)
dundargoc
2022-05-15
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-05
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-03
*
refactor: format header files with uncrustify #15877
dundargoc
2021-10-09
*
vim-patch:8.1.0735: cannot handle binary data
Sean Dewar
2021-09-15
*
eval: fix assertion failure in garbage collection (#12436)
erw7
2020-06-22
*
vim-patch:8.2.0111: VAR_SPECIAL is also used for booleans
Billy Su
2020-06-06
*
vim-patch:8.1.1007: using closure may consume a lot of memory
erw7
2020-05-07
*
doc: fix typos [ci skip] #11787
Hye Sung Jung
2020-01-30
*
PVS/V1037: suppress warning #10528
Ihor Antonov
2019-07-18
*
fix warning: "Dead assignment"
Justin M. Keyes
2018-10-21
*
eval/typval_encode: Silence PVS/V501,V547,V779
ZyX
2018-04-02
*
Merge branch 'master' into hide-container-impl
ZyX
2017-12-16
|
\
|
*
vim-patch:8.0.0074
Michael Schupikov
2017-12-15
*
|
*: Fix linter errors
ZyX
2017-12-11
*
|
*: Finish hiding list implementation
ZyX
2017-12-11
*
|
*: Hide list implementation in other files as well
ZyX
2017-12-10
|
/
*
Merge branch 'master' into luaviml'/lua
ZyX
2017-05-08
|
\
|
*
eval/typval_encode: Silence then/else equivalence warning
ZyX
2017-04-16
|
*
*: Silence some false positives
ZyX
2017-04-16
*
|
Merge branch 'master' into luaviml'/lua
ZyX
2017-04-08
|
\
|
|
*
*: Move some dictionary functions to typval.h and use char*
ZyX
2017-03-29
|
*
eval: Split eval.c into smaller files
ZyX
2017-03-29
*
|
clint: Allow omitting include guards in .c.h file and func_attr.h file
ZyX
2017-03-27
|
/
*
Allow lambdas to be used with jobs, timers and dictwatchers.
Michael Ennen
2017-02-14
*
eval/typval_encode: Restore original copyID (#6070)
Justin M. Keyes
2017-02-11
*
eval: Fix failing test
ZyX
2017-01-07
*
eval: Make sure that copyID is reset when needed
ZyX
2017-01-07
*
eval/typval_encode: Dump empty dictionary before checking for refcycle
ZyX
2017-01-06
*
eval/typval_encode: Use TYPVAL_ENCODE_CONV_EMPTY_DICT for partials
ZyX
2017-01-06
*
eval: Fix errorneous early exit when converting lists and dictionaries
ZyX
2017-01-03
*
eval/typval_encode: Handle NULL partials properly
ZyX
2017-01-03
*
eval/typval_encode: Provide proper values as dict argument
ZyX
2017-01-03
*
eval/typval_encode: Refactor arguments to argument macroses
ZyX
2017-01-03
*
eval/typval_encode: Rename some \*tv variables
ZyX
2017-01-03
*
eval/typval_encode: Fix infinite loop
ZyX
2017-01-03
*
eval/typval_encode: Fix linter errors
ZyX
2017-01-03
*
eval/typval_encode: Fix crashes
ZyX
2017-01-03
*
eval/typval_encode: Refactor big-big macros into .c.h file
ZyX
2017-01-03