Commit Graph

  • 3b0243e597 fix(deps): update rust crate rlua to 0.20.0 renovate/all Kasper Juul Hermansen 2024-04-06 20:35:35 +0000
  • 2585e7ce34 Merge pull request 'Configure Renovate' (#1) from renovate/configure into master master Kasper Juul Hermansen 2024-04-06 20:07:01 +0000
  • 158f4c7cb3 Add renovate.json Kasper Juul Hermansen 2023-08-02 10:59:51 +0000
  • 9073e924c6
    feat: with publisable kjuulh 2023-08-02 12:48:38 +0200
  • 22672c76b0
    docs: update readme kjuulh 2023-08-02 12:47:36 +0200
  • ae42899727
    feat: with iocat kjuulh 2023-08-02 12:45:56 +0200
  • 2b29a9d0e8
    feat: update to rlua 19.5 kjuulh 2023-07-02 11:29:04 +0200
  • c2c257e116 update license year to 2023 Andy Weidenbaum 2023-01-01 06:27:05 +1100
  • 38e3838a7c update io-cat dependency Andy Weidenbaum 2022-08-04 14:36:15 +1000
  • 4d6d2a1697 lint atweiden 2022-06-27 13:47:33 +1000
  • f05e0966cb add CatSearcher atweiden 2022-06-27 13:38:18 +1000
  • c252048e2f impl From<Error> for rlua::Error atweiden 2022-06-23 10:42:35 +1000
  • 357f2b6fdd format comments Andy Weidenbaum 2022-01-24 14:24:33 +1100
  • dd252db5c8 update rlua to 0.18 Andy Weidenbaum 2022-01-22 21:28:10 +1100
  • 57492ba18f specify rust 2021 edition Andy Weidenbaum 2022-01-22 20:53:53 +1100
  • 3daf079207 s/’/' to be more tty friendly Andy Weidenbaum 2022-01-19 20:20:46 +1100
  • a2a801e69d 2022 Andy Weidenbaum 2022-01-12 17:56:13 +1100
  • 6f6c6be1da fmt doc comments Andy Weidenbaum 2021-12-23 12:18:09 +1100
  • 738b5b150f update readme example Andy Weidenbaum 2021-06-15 07:55:12 +1000
  • 1bb9236f7b use Cow for d-r-y (Static...) Andy Weidenbaum 2021-06-15 07:28:46 +1000
  • 10391c419a add FunctionLoader and StaticFunctionSearcher Andy Weidenbaum 2021-05-12 21:01:21 +1000
  • 76425c0aeb add StaticClosureSearcher Andy Weidenbaum 2021-03-29 12:50:13 +1100
  • 9d6faef3d3 ClosureSearcher.modules HashMap<String, ...> Andy Weidenbaum 2021-03-29 12:40:32 +1100
  • f816aeaf6b don't use rlua::prelude Andy Weidenbaum 2021-03-24 16:10:47 +1100
  • 0b09ac03d6 prefer where syntax Andy Weidenbaum 2021-03-24 07:53:43 +1100
  • 406c84dabf clean up ClosureSearcher api with hrtb Andy Weidenbaum 2021-03-24 07:43:52 +1100
  • 801a04802a implement ClosureSearcher Andy Weidenbaum 2021-03-23 14:43:56 +1100
  • dd283c2316 relicense under dual MIT/Apache scheme Andy Weidenbaum 2021-03-22 11:57:11 +1100
  • 94ff5d143e stop converting relative paths to absolute Andy Weidenbaum 2021-03-15 11:19:48 +1100
  • 33599cd9b6 s/Fennel/Lua and add note about &'static str keys Andy Weidenbaum 2021-03-08 10:01:52 +1100
  • 53432900c1 s/PolySearcher/PathSearcherPoly, convert/transform Andy Weidenbaum 2021-03-04 12:22:40 +1100
  • 278a3bb140 rearchitect PathSearcher as PolySearcher Andy Weidenbaum 2021-02-27 11:10:50 +1100
  • 587dfbabe4 s/module_// Andy Weidenbaum 2021-02-27 09:17:14 +1100
  • 8e25481811 import std::fs::File Andy Weidenbaum 2021-02-27 09:15:54 +1100
  • cf3a90faca implement PathSearcher Andy Weidenbaum 2021-02-26 19:57:13 +1100
  • a331b2bf8b re-fmt comments Andy Weidenbaum 2021-02-17 22:34:46 +1100
  • 8c8bd29d0d prefer as_str() Andy Weidenbaum 2021-02-15 11:40:48 +1100
  • 4aa2f52dd7 index StaticSearcher &'static str by &'static str Andy Weidenbaum 2021-02-15 11:33:45 +1100
  • f159a7cc27 implement add_static_searcher Andy Weidenbaum 2021-02-13 17:15:35 +1100
  • a7c9fbdba8 rm superfluous lifetime annotation Andy Weidenbaum 2021-02-04 15:30:06 +1100
  • d74b008050 s/RLua/Lua Andy Weidenbaum 2021-02-04 12:40:14 +1100
  • fbb1942093 rustfmt Andy Weidenbaum 2021-02-04 12:18:29 +1100
  • 38c15af4dc make initial implementation Andy Weidenbaum 2021-02-04 12:16:07 +1100
  • 187c5f55ea init Andy Weidenbaum 2021-02-04 11:09:05 +1100