summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2022-07-30program: add function to globally lookup exported nameJo-Philipp Wich
2022-07-30program: add infrastructure to handle multiple sources per programJo-Philipp Wich
2022-07-30program: fix reporting source position of first instructionJo-Philipp Wich
2022-07-30program: fix en/decoding debuginfo upvalue slots in precompiled bytecodeJo-Philipp Wich
2022-07-30source: add tracking of exported symbolsJo-Philipp Wich
2022-07-30lib: honor constant flag of arraysJo-Philipp Wich
2022-07-30types: resolve upvalue references on stringificationJo-Philipp Wich
2022-07-28types: add ability to mark array and object values as constantJo-Philipp Wich
2022-07-28lexer: recognize module related keywordsJo-Philipp Wich
2022-07-28lexer: rewrite token scannerJo-Philipp Wich
2022-07-12Merge pull request #95 from jow-/lexer-fix-non-lstrip-parsingJo-Philipp Wich
2022-07-12Merge pull request #94 from jow-/rtnl-fix-bridge-afspec-rtaJo-Philipp Wich
2022-07-12lexer: fix parsing with disabled block left strippingJo-Philipp Wich
2022-07-03rtnl: fix parsing/creation of IFLA_AF_SPEC RTA for the AF_BRIDGE familyJo-Philipp Wich
2022-06-30Merge pull request #93 from jow-/compiler-fix-switch-stack-mismatchJo-Philipp Wich
2022-06-30compiler: fix stack mismatch on continue statements nested in switchesJo-Philipp Wich
2022-06-29Merge pull request #91 from jow-/ubus-propagate-exceptionsJo-Philipp Wich
2022-06-29Merge pull request #92 from jow-/uloop-propagate-exceptionsJo-Philipp Wich
2022-06-29uloop: end uloop on exceptions in managed codeJo-Philipp Wich
2022-06-29ubus: end uloop on exceptions in managed codeJo-Philipp Wich
2022-06-29Merge pull request #90 from jow-/rtnl-expose-stats64Jo-Philipp Wich
2022-06-28rtnl: expose IFLA_STATS64 contentsJo-Philipp Wich
2022-06-28Merge pull request #89 from jow-/rtnl-expose-ifi-changeJo-Philipp Wich
2022-06-28rtnl: expose ifinfomsg.ifi_change memberJo-Philipp Wich
2022-06-28Merge pull request #86 from jow-/rtnl-fix-strict-chkJo-Philipp Wich
2022-06-28Merge pull request #87 from jow-/compiler-fix-switch-stack-mismatchJo-Philipp Wich
2022-06-28Merge pull request #88 from jow-/nl80211-fix-survey-info-noise-typeJo-Philipp Wich
2022-06-27rtnl: update NETLINK_GET_STRICT_CHK socket flag with every requestJo-Philipp Wich
2022-06-27nl80211: fix NL80211_SURVEY_INFO_NOISE datatypeJo-Philipp Wich
2022-06-27compiler: fix stack mismatch on nonmatching switch statements with localsJo-Philipp Wich
2022-06-18Merge pull request #85 from jow-/nl80211-add-sta-info-nlasJo-Philipp Wich
2022-06-17nl80211: recognize further NL80211_STA_INFO_* NLAsJo-Philipp Wich
2022-06-08Merge pull request #84 from jow-/struct-add-unpack-offsetJo-Philipp Wich
2022-06-08struct: add optional offset argument to `unpack()`Jo-Philipp Wich
2022-06-08Merge pull request #83 from jow-/rtnl-fix-linkinfo-segfaultJo-Philipp Wich
2022-06-08Merge pull request #82 from jow-/rtnl-zero-msghdrJo-Philipp Wich
2022-06-08Merge pull request #81 from jow-/rtnl-fix-ack-handlingJo-Philipp Wich
2022-06-08rtnl: fix segmentation fault on parsing linkinfo RTA without dataJo-Philipp Wich
2022-06-08Merge pull request #80 from jow-/rtnl-fix-leftover-bytesJo-Philipp Wich
2022-06-08Merge pull request #79 from jow-/struct-fix-packing-asteriskJo-Philipp Wich
2022-06-08rtnl: zero request message headersJo-Philipp Wich
2022-06-08rtnl: fix premature netlink reply receive abortJo-Philipp Wich
2022-06-04rtnl: avoid stray "netlink: %d bytes leftover after parsing attributes."Jo-Philipp Wich
2022-06-04struct: fix packing `*` format after other repeated formatsJo-Philipp Wich
2022-06-01Merge pull request #78 from jow-/number-literalsJo-Philipp Wich
2022-06-01syntax: adjust number literal parsing and string to number conversionJo-Philipp Wich
2022-06-01lib: refactor `uc_int()`Jo-Philipp Wich
2022-05-31Merge pull request #75 from ynezz/ynezz/ci-speedupJo-Philipp Wich
2022-05-31Merge pull request #77 from jow-/lib-fix-indexJo-Philipp Wich
2022-05-30lib: rework uc_index() implementationJo-Philipp Wich