aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/iter.lua
Commit message (Expand)AuthorAge
* docs: misc #28970Justin M. Keyes2024-09-01
* fix(types): use vararg return type annotationWill Hopkins2024-06-11
* fix(vim.iter): enable optimizations for arrays (lists with holes) (#28781)Gregory Anders2024-05-17
* docs: misc (#28609)dundargoc2024-05-15
* refactor(lua): remove deprecated features #28725Justin M. Keyes2024-05-13
* docs: misc #24163Justin M. Keyes2024-04-30
* refactor(vim.iter)!: rename xxback() => rxx() #28503Justin M. Keyes2024-04-26
* refactor(vim.iter)!: remove vim.iter.map/filter/totable #26138Justin M. Keyes2024-04-19
* fix(vim.iter): use correct cmp function when truncating tail in `take` (#27998)Calvin Bochulak2024-03-23
* docs: support inline markdownLewis Russell2024-03-09
* fix(types): move type annotation for `IterMod`Will Hopkins2024-03-06
* refactor(types): more fixes (2)Lewis Russell2024-03-06
* docs: improve/add documentation of Lua typesLewis Russell2024-03-01
* feat(docs): replace lua2dox.luaLewis Russell2024-02-27
* docs(vim.iter): correct `bool` to `boolean` (#27018)notomo2024-01-18
* fix(doc): improve doc generation of types using lpegLewis Russell2024-01-11
* feat(vim.iter): add Iter:flatten (#26786)JD2024-01-10
* refactor: fix luals warningsdundargoc2023-12-30
* feat(iter): add `Iter.take` (#26525)Will Hopkins2023-12-12
* feat(lua): implement Iter:join() (#26416)Gregory Anders2023-12-05
* docs: vim.iter #26169Justin M. Keyes2023-11-25
* feat(vimdoc): support Markdown code blocks (#25127)Gregory Anders2023-09-13
* fix(iter): make pipeline termination conditions consistent (#24614)Gregory Anders2023-08-09
* docs: miscJustin M. Keyes2023-08-03
* docs(lua): more improvements (#24387)Lewis Russell2023-07-18
* docs(lua): change *lua-foo* -> *vim.foo*Lewis Russell2023-07-17
* fix(docs): vimdoc syntax errorsJustin M. Keyes2023-06-25
* docs #22363Justin M. Keyes2023-06-19
* feat(lua): use callable table as iterator in vim.iter (#23957)Mathias Fußenegger2023-06-10
* perf(iter): make ListIter.totable more efficient (#23714)Lewis Russell2023-06-03
* docs(iter): add emmylua type to iter module (#23845)Sebastian Lyng Johansen2023-06-03
* docs: small fixes (#23619)dundargoc2023-06-02
* perf(iter): reduce number of table allocationsGregory Anders2023-04-28
* refactor(iter): move helper functions under vim.iterGregory Anders2023-04-25
* refactor(iter): use metatable as packed table tag (#23254)Gregory Anders2023-04-21
* fix(iter): remove special case totable for map-like tablesGregory Anders2023-04-19
* fix(iter): add tag to packed tableGregory Anders2023-04-19
* feat(lua): add vim.iter (#23029)Gregory Anders2023-04-17