summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/uv
AgeCommit message (Collapse)AuthorFiles
2026-03-16build(deps): bump luv to 1.52.1-0Christian Clason1
2026-01-23build(deps): bump luv to 1.51.0-2Christian Clason1
2025-12-14docs(luv): hrtime() is integer (sync from upstream)phanium1
hrtime() is integer: https://github.com/luvit/luv/blob/5e9782739553ef61ac80cce1b296e4d47de877cd/src/misc.c#L430 Sync from https://github.com/luvit/luv/commit/5e978273
2025-05-17build(deps): bump luv to 1.51.0-1Christian Clason1
2025-05-11build(deps): bump luv to 1.51.0-0Christian Clason1
2025-05-06docs(luv): replace bundled LuaCATS meta files with upstreamChristian Clason24
Synced from https://github.com/luvit/luv/blob/master/meta.lua
2025-04-10feat(meta): vendor luv meta filesChristian Clason23
Problem: No type information for `vim.uv`. Solution: Vendor https://github.com/LuaCATS/luv (which is what luals bundles). This will allow other tooling to work out-of-the-box and make these files available to users and plugins without the need for `lazydev.nvim` etc.