Commit Graph

695 Commits

Author SHA1 Message Date
Alex Shelkovnykov
1b02d61c30
Merge pull request #81 from urbit/eamsden/fix-lints
interpreter: address new lints
2023-09-06 09:58:44 -06:00
Edward Amsden
e2f1ad15e1 nix: rust: bump versions in dev shell 2023-09-06 10:22:25 -05:00
Edward Amsden
576b511065 interpreter: address new lints 2023-09-06 10:18:43 -05:00
Edward Amsden
1705b9e81b
Merge branch 'status' into eamsden/lightweight-stack-2 2023-09-06 09:36:17 -05:00
Edward Amsden
1494915aa9
interpreter: remove unnecessary cast. 2023-09-06 08:43:30 -05:00
Alex Shelkovnykov
8816d470c9 test: replace print with call to Ackermann function 2023-09-05 23:18:05 -06:00
Alex Shelkovnykov
0480fe615b style: run cargo fmt 2023-09-05 23:05:23 -06:00
Alex Shelkovnykov
0438bbea88 hoon: add +mack 2023-09-05 23:03:13 -06:00
Alex Shelkovnykov
17a2b914c0 hoon: add +mock 2023-09-05 23:03:13 -06:00
Alex Shelkovnykov
70da990300 hoon: add +mook 2023-09-05 23:03:13 -06:00
Alex Shelkovnykov
7b3bb4e05a hoon: add +scag 2023-09-05 23:03:13 -06:00
Alex Shelkovnykov
f185d34313 hoon: add +scow 2023-09-05 23:03:13 -06:00
Alex Shelkovnykov
e5d08bb7e0 hoon: add +smyt 2023-09-05 23:03:13 -06:00
Alex Shelkovnykov
d505538f8c hoon: add +soft 2023-09-05 23:03:13 -06:00
Alex Shelkovnykov
ee73df3022 hoon: add +trip 2023-09-05 23:03:10 -06:00
Alex Shelkovnykov
fc13acdd6e hoon: add partial +co 2023-09-05 23:02:48 -06:00
Alex Shelkovnykov
220595d384 hoon: add +ob 2023-09-05 23:02:46 -06:00
Alex Shelkovnykov
409b98ab5d hoon: add +po 2023-09-05 23:01:23 -06:00
Alex Shelkovnykov
2cd8a87763 hoon: add +ne 2023-09-05 23:01:21 -06:00
Alex Shelkovnykov
b18aa95de9 hoon: add +pow 2023-09-05 23:00:20 -06:00
Alex Shelkovnykov
a242f9d34d hoon: add +fa 2023-09-05 23:00:16 -06:00
Alex Shelkovnykov
f4f1d59e59 hoon: add +shay 2023-09-05 22:48:31 -06:00
Alex Shelkovnykov
da6d1547a9 hoon: add +fil 2023-09-05 22:48:31 -06:00
Alex Shelkovnykov
ff2650cf3a hoon: add +roll 2023-09-05 22:48:31 -06:00
Alex Shelkovnykov
304f399595 hoon: add +fe 2023-09-05 22:48:31 -06:00
Alex Shelkovnykov
b6b69b3334 hoon: add +mole 2023-09-05 22:48:31 -06:00
Alex Shelkovnykov
b5532abe92 hoon: add +mure 2023-09-05 22:48:31 -06:00
Alex Shelkovnykov
475143b4d4 hoon: add +mink 2023-09-05 22:48:31 -06:00
Alex Shelkovnykov
c6d5a2656d hoon: add +turn 2023-09-05 22:48:31 -06:00
Alex Shelkovnykov
2833fe1878 hoon: add +weld 2023-09-05 22:48:31 -06:00
Alex Shelkovnykov
b85f5f5c97 hoon: add +homo 2023-09-05 22:48:31 -06:00
Alex Shelkovnykov
85d9c03407 hoon: add +crip 2023-09-05 22:48:31 -06:00
Alex Shelkovnykov
9871b05851 hoon: add types used by virtualization 2023-09-05 22:48:31 -06:00
Alex Shelkovnykov
33d781beb9 hoon: remove sham hints for missing jets 2023-09-05 22:48:31 -06:00
Alex Shelkovnykov
49935059b7 hoon: add +rev 2023-09-05 22:48:31 -06:00
Alex Shelkovnykov
4af4ac7296 jets: remove math helpers from bit jets 2023-09-05 22:48:31 -06:00
Alex Shelkovnykov
d187f64d5a jets: reorganize jets 2023-09-05 22:48:26 -06:00
Alex Shelkovnykov
e9f203e4bd jets: modify +can tests 2023-09-05 22:47:29 -06:00
Alex Shelkovnykov
a0e3bb03d1 jets: minor fix to +cat jet 2023-09-05 22:47:29 -06:00
Alex Shelkovnykov
6019240d01 hoon, jets: add +rap 2023-09-05 22:47:29 -06:00
Alex Shelkovnykov
b2f61d6b95 jets: lower bloq safety to 48-bit addresses 2023-09-05 22:47:21 -06:00
Alex Shelkovnykov
c6580f30da jets: add bloq helper function 2023-09-04 15:27:36 -06:00
Alex Shelkovnykov
bb244ee52b jets: add checked helper functions 2023-09-04 15:27:36 -06:00
Alex Shelkovnykov
a90b23d263 hoon, jets: add +mas 2023-09-04 15:27:28 -06:00
Alex Shelkovnykov
15656c1fe2 jets: move shared functions into jets::util(::test) 2023-09-04 15:27:28 -06:00
Alex Shelkovnykov
5a2e4eec57 hoon, jets: add +cap 2023-09-04 15:27:14 -06:00
Alex Shelkovnykov
866f3dae3d test: add new scaffolding for advanced pills 2023-09-01 17:59:42 -06:00
Alex Shelkovnykov
104fffca96 noun: move slot lookup into noun crate 2023-09-01 16:12:27 -06:00
Alex Shelkovnykov
6bfd63e8e5 test: add comments to test scaffolding files 2023-09-01 16:11:30 -06:00
Edward Amsden
de88edcda5
Merge pull request #80 from urbit/eamsden/fix-assert-no-alloc
main: make assert_no_alloc actually assert
2023-09-01 15:09:54 -05:00