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
/
testing.c
Commit message (
Expand
)
Author
Age
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: rename types.h to types_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
build(IWYU): replace most private mappings with pragmas (#26247)
zeertzjq
2023-11-27
*
refactor: follow style guide
dundargoc
2023-11-19
*
build: bump uncrustify version
dundargoc
2023-11-19
*
build: remove PVS
dundargoc
2023-11-12
*
build: remove LOG_LIST_ACTIONS option and related code
dundargoc
2023-05-28
*
refactor: use xstrl{cpy,cat} on IObuff (#23648)
ii14
2023-05-16
*
vim-patch:9.0.1511: crash when using wrong arg types to assert_match() (#23507)
zeertzjq
2023-05-06
*
vim-patch:9.0.1507: assert message is confusing with boolean result
zeertzjq
2023-05-05
*
vim-patch:9.0.0846: using assert_fails() may cause hit-enter prompt
zeertzjq
2023-05-05
*
vim-patch:9.0.0404: crash when passing invalid arguments to assert_fails()
zeertzjq
2023-05-05
*
vim-patch:9.0.0213: using freed memory with error in assert argument
zeertzjq
2023-05-05
*
vim-patch:8.2.1953: Vim9: extra "unknown" error after other error
zeertzjq
2023-05-05
*
vim-patch:8.2.4397: crash when using many composing characters in error messa...
zeertzjq
2023-05-05
*
vim-patch:8.2.3221: Vim9: argument types are not checked at compile time (#23...
zeertzjq
2023-05-05
*
vim-patch:8.2.1697: inconsistent capitalization of error messages (#23476)
zeertzjq
2023-05-04
*
refactor: remove redundant const char * casts
ii14
2023-04-07
*
refactor: make error message definitions const
ii14
2023-04-05
*
refactor: replace char_u with char (#21901)
dundargoc
2023-02-11
*
vim-patch:9.0.1245: code is indented more than necessary (#21998)
zeertzjq
2023-01-26
*
refactor: use uint8_t for blobs and ga_append() (#21916)
zeertzjq
2023-01-21
*
refactor: replace char_u with char 25 (#21838)
dundargoc
2023-01-19
*
refactor: replace char_u with char 22 (#21786)
dundargoc
2023-01-17
*
refactor: replace char_u with char 18 (#21237)
dundargoc
2023-01-09
*
vim-patch:8.2.5102: interrupt not caught in test
zeertzjq
2022-11-30
*
refactor: replace char_u with char
Dundar Göc
2022-11-26
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
vim-patch:8.2.1919: assert_fails() setting emsg_silent changes normal executi...
zeertzjq
2022-11-11
*
vim-patch:8.2.1632: not checking the context of test_fails()
zeertzjq
2022-11-05
*
vim-patch:8.2.1631: test_fails() does not check the context of the line number
zeertzjq
2022-11-05
*
vim-patch:8.2.1484: flaky failure in assert_fails()
zeertzjq
2022-11-05
*
vim-patch:8.2.1479: Vim9: error for list index uses wrong line number
zeertzjq
2022-11-05
*
vim-patch:8.2.1199: not all assert functions are fully tested
zeertzjq
2022-11-05
*
vim-patch:partial:8.2.1183: assert_fails() checks the last error message
zeertzjq
2022-11-05
*
vim-patch:8.2.4234: test_garbagecollect_now() does not check v:testing
zeertzjq
2022-10-27
*
refactor: replace char_u with char
Dundar Göc
2022-09-09
*
refactor: replace char_u with char
Dundar Goc
2022-08-25
*
perf(api): allow to use an arena for return values
bfredl
2022-08-23
*
vim-patch:8.2.1653: expand('<stack>') does not include the final line number
zeertzjq
2022-08-15
*
vim-patch:8.2.1297: when a test fails it's often not easy to see where
zeertzjq
2022-08-15
*
vim-patch:8.2.0056: execution stack is incomplete and inefficient
zeertzjq
2022-08-14
*
vim-patch:8.2.0969: assert_equal() output for dicts is hard to figure out (#1...
zeertzjq
2022-07-13
*
vim-patch:8.2.0035: saving and restoring called_emsg is clumsy (#19335)
zeertzjq
2022-07-13
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-07
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-03
*
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
2022-04-29
*
refactor(uncrustify): format all c code under /src/nvim/
Dundar Goc
2022-04-29
*
vim-patch:8.1.1687: the evalfunc.c file is too big (#17949)
Lewis Russell
2022-04-03