Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-01 | 3.5.2 | 最萌小汐 | |
2022-08-01 | fix #1418 | 最萌小汐 | |
2022-07-29 | fix #1405 | 最萌小汐 | |
2022-07-29 | fix #1406 | 最萌小汐 | |
2022-07-29 | fix #1403 | 最萌小汐 | |
2022-07-29 | fix #1395 | 最萌小汐 | |
2022-07-26 | 3.5.1 | 最萌小汐 | |
2022-07-26 | add some changelogs | 最萌小汐 | |
2022-07-26 | fix #1391 | 最萌小汐 | |
2022-07-26 | fix #1375 | 最萌小汐 | |
2022-07-25 | fix #1370 | 最萌小汐 | |
2022-07-25 | fix #1367 | 最萌小汐 | |
2022-07-25 | fix #1365 | 最萌小汐 | |
2022-07-22 | fix #1363 don't lookup globals in blocks | 最萌小汐 | |
2022-07-22 | fix #1368 | 最萌小汐 | |
2022-07-22 | fix #1355 | 最萌小汐 | |
2022-07-22 | handle `../?.lua` | 最萌小汐 | |
2022-07-21 | `type.castNumberToInteger` default by `true` | 最萌小汐 | |
2022-07-21 | fix #1335 | 最萌小汐 | |
2022-07-21 | fix #1354 | 最萌小汐 | |
2022-07-19 | 3.5.0 | 最萌小汐 | |
2022-07-19 | fix #1345 | 最萌小汐 | |
2022-07-19 | fix #1348 | 最萌小汐 | |
2022-07-18 | fix #1346 | 最萌小汐 | |
2022-07-18 | resolve #1255 update changelog for `doc.enum` | 最萌小汐 | |
2022-07-16 | fix #1306 | 最萌小汐 | |
2022-07-14 | resolve #1112 | 最萌小汐 | |
only show signatures matching the entered parameters | |||
2022-07-14 | update changlog | 最萌小汐 | |
2022-07-14 | `---@source` | 最萌小汐 | |
2022-07-14 | fix #1330 | 最萌小汐 | |
2022-07-12 | resolve #1124 supports path in link | 最萌小汐 | |
2022-07-12 | contravariance is allowed at the class declaration | 最萌小汐 | |
2022-07-12 | unreachable-code | 最萌小汐 | |
2022-07-11 | resolve #1066 | 最萌小汐 | |
dose not show unknown `---@XXX` as description | |||
2022-07-11 | resolve #1029 | 最萌小汐 | |
treat _ENV = {} as local _ENV = {} local _ENV = nil will disable all globals local _ENV = {} will enable all globals local _ENV = {} ---@type mathlib will open globals in mathlib | |||
2022-07-11 | Revert "resolve #1209" | 最萌小汐 | |
This reverts commit 3820962ca2d23d525bc8417c8088e7eeb667cba1. | |||
2022-07-11 | resolve #1209 | 最萌小汐 | |
treat `_ENV = {}` as `local _ENV = {}` `local _ENV = nil` will disable all globals `local _ENV = {}` will enable all globals `local _ENV = {} ---@type mathlib` will open globals in mathlib | |||
2022-07-11 | fix #1311 | 最萌小汐 | |
2022-07-11 | fix #1320 | 最萌小汐 | |
2022-07-11 | fix #1317 | 最萌小汐 | |
2022-07-08 | resolve #993 supports multi-types | 最萌小汐 | |
2022-07-07 | fix #880 | 最萌小汐 | |
2022-07-07 | resolve #619 `diagnostics.unusedLocalExclude` | 最萌小汐 | |
2022-07-07 | fix #1284 | 最萌小汐 | |
2022-07-07 | fix #1292 | 最萌小汐 | |
2022-07-07 | fix #1294 | 最萌小汐 | |
2022-07-06 | update changelog | 最萌小汐 | |
2022-07-06 | 3.4.2 | 最萌小汐 | |
2022-07-06 | dose not infer as `nil` by `t.field = nil` | 最萌小汐 | |
2022-07-06 | resolve #1285 ignore `nil` in `getfield` | 最萌小汐 | |