Joel Wejdenstål acrimon · he/him
  • östergötland / sweden
  • https://acrimon.net
  • systems dabbler and ecosystem security group alumni for @rust-lang. i like when code goes fast.

  • Joined on 2024-03-10
acrimon pushed to runtime-types-mvp at acrimon/nlua 2024-09-06 23:47:19 +02:00
21d0ec7b24 add barrier management code
76abefc8af split dmm into a folder module and add basic gc types
Compare 2 commits »
acrimon pushed to main at acrimon/nlua 2024-09-06 16:09:10 +02:00
de7d61ae17 Merge pull request 'Avoid pulling in unused dependencies of nlua-cli when built in library mode for usage by xtask' (#8) from fast-xtask into main
5341838011 don't require pulling in unused dependencies of nlua-cli when built in library mode for usage by xtask
Compare 2 commits »
acrimon merged pull request acrimon/nlua#8 2024-09-06 16:09:09 +02:00
Avoid pulling in unused dependencies of nlua-cli when built in library mode for usage by xtask
acrimon pushed to main at acrimon/nlua 2024-09-06 16:07:59 +02:00
497cd1eeb5 Merge pull request 'Fill in a basic description sentence for readme, add keywords and categories' (#7) from marketing0 into main
d493fe53ad Fill in a basic description sentence for readme, add keywords and categories
Compare 2 commits »
acrimon merged pull request acrimon/nlua#7 2024-09-06 16:07:59 +02:00
Fill in a basic description sentence for readme, add keywords and categories
acrimon created pull request acrimon/nlua#8 2024-09-06 16:02:59 +02:00
Avoid pulling in unused dependencies of nlua-cli when built in library mode for usage by xtask
acrimon created branch fast-xtask in acrimon/nlua 2024-09-06 16:02:35 +02:00
acrimon pushed to fast-xtask at acrimon/nlua 2024-09-06 16:02:35 +02:00
5341838011 don't require pulling in unused dependencies of nlua-cli when built in library mode for usage by xtask
acrimon pushed to runtime-types-mvp at acrimon/nlua 2024-09-06 15:49:04 +02:00
0c18cc1e97 add module dmm to start spoofying gc-arena so we can replace it
acrimon created pull request acrimon/nlua#7 2024-09-06 12:19:08 +02:00
Fill in a basic description sentence for readme, add keywords and categories
acrimon created branch marketing0 in acrimon/nlua 2024-09-06 12:18:53 +02:00
acrimon pushed to marketing0 at acrimon/nlua 2024-09-06 12:18:53 +02:00
d493fe53ad Fill in a basic description sentence for readme, add keywords and categories
acrimon pushed to runtime-types-mvp at acrimon/nlua 2024-09-06 12:07:13 +02:00
0599e3530f remove marker variant from Value
561db0d678 spoof table, function, thread and userdata to properly define struct Value
Compare 2 commits »
acrimon pushed to runtime-types-mvp at acrimon/nlua 2024-09-06 11:53:42 +02:00
286d779b31 run cargo fmt
acrimon pushed to runtime-types-mvp at acrimon/nlua 2024-09-06 11:53:03 +02:00
38a9c749ce Merge branch 'main' into runtime-types-mvp
8467643a9a pin nightly-2024-06-07 as the development toolchain to access nightly rustfmt features
b9190648ed remove miri from rust-toolchain.toml as it's not universally available
45860ad0db add placeholder example
d081974865 include LICENSE in cargo pkg with absolute-style path matcher
Compare 14 commits »
acrimon created pull request acrimon/nlua#6 2024-09-06 11:52:53 +02:00
Implement basic Lua runtime types
acrimon pushed to runtime-types-mvp at acrimon/nlua 2024-09-06 11:52:36 +02:00
8217cbc406 remove broken code to make things compile
acrimon created branch runtime-types-mvp in acrimon/nlua 2024-09-06 11:52:36 +02:00
acrimon pushed to main at acrimon/nlua 2024-09-06 05:39:13 +02:00
8467643a9a pin nightly-2024-06-07 as the development toolchain to access nightly rustfmt features
b9190648ed remove miri from rust-toolchain.toml as it's not universally available
45860ad0db add placeholder example
d081974865 include LICENSE in cargo pkg with absolute-style path matcher
Compare 4 commits »
acrimon opened issue acrimon/nlua#5 2024-09-06 03:28:37 +02:00
Consider switching to cargo-nextest