20 Commits

Author SHA1 Message Date
Rerumu
8b16df34f8 Merge #10
commit f4b3013c9327aa00ee703848fe8e528fdbedb20a
Author: Hexcede <8394472+Hexcede@users.noreply.github.com>
Date:   Mon Jun 20 06:45:46 2022 -0400

    Add newlines between i64_nXX variants

commit 4e86ad1ca1b09573d83530237cc4586923daa7e3
Author: Hexcede <8394472+Hexcede@users.noreply.github.com>
Date:   Mon Jun 20 06:36:52 2022 -0400

    Rename unused numeric components

commit bc658b8bca03f65b4b3602914f4d841bbb8cb140
Author: Hexcede <8394472+Hexcede@users.noreply.github.com>
Date:   Sun Jun 19 13:19:58 2022 -0400

    Add i64_nX variants

commit 4a7ab80e92f18b733854cb38e42455f73c869d44
Author: Hexcede <8394472+Hexcede@users.noreply.github.com>
Date:   Sun Jun 19 13:19:35 2022 -0400

    Add f32 & f64 storage
2022-07-04 04:21:34 -04:00
Rerumu
6116fea2e3 Merge #9
commit 4239e59c679801281cb6412cd9ca20bcfd36c05c
Author: Hexcede <8394472+Hexcede@users.noreply.github.com>
Date:   Mon Jun 20 06:30:23 2022 -0400

    Group num_bit_not local with num_negate

commit cdf4a93fcbfd0cbd2e200d01e594b8a2d1b77580
Author: Hexcede <8394472+Hexcede@users.noreply.github.com>
Date:   Mon Jun 20 06:28:56 2022 -0400

    Localize math.min & math.max

commit 61639bc722299e06a1edf6b15ab1fdccdf99496c
Author: Hexcede <8394472+Hexcede@users.noreply.github.com>
Date:   Mon Jun 20 06:28:12 2022 -0400

    Flip trunc.num branches (< to >=)

commit 02fc78a67181a671ed89c48ad915ff142430e5e5
Author: Hexcede <8394472+Hexcede@users.noreply.github.com>
Date:   Mon Jun 20 06:26:52 2022 -0400

    Localize math.floor & math.sign usages

commit 01448b9dbe6f19c7d475b246ee61efa2670da951
Author: Hexcede <8394472+Hexcede@users.noreply.github.com>
Date:   Sun Jun 19 14:15:27 2022 -0400

    Add missing bit_band local

commit be50c8a7fec15e5b7b5659264f59b7a044360a62
Author: Hexcede <8394472+Hexcede@users.noreply.github.com>
Date:   Sun Jun 19 13:55:23 2022 -0400

    Fix naming

commit cf7be1f377362f90355cc6d5a2b707b11069f457
Merge: 2772011 a32a5ba
Author: Hexcede <8394472+Hexcede@users.noreply.github.com>
Date:   Sun Jun 19 12:43:13 2022 -0400

    Merge pull request #1 from Hexcede/fix-bit_negate

    Localize rust bit_not and fix Numeric.negate

commit a32a5ba3fc4b7c2cdd3a29bcb102b687caaa178c
Author: Hexcede <8394472+Hexcede@users.noreply.github.com>
Date:   Sun Jun 19 12:35:27 2022 -0400

    Localize rust bit_not and fix Numeric.negate

commit 2772011a1279ac51fb5428a0ddf74fbf65a4b683
Author: Hexcede <8394472+Hexcede@users.noreply.github.com>
Date:   Sun Jun 19 12:16:21 2022 -0400

    Add runtime.trunc.num

commit b7d79a2de383e0ce30f0ac75ecc262af1b61e9db
Author: Hexcede <8394472+Hexcede@users.noreply.github.com>
Date:   Sun Jun 19 12:05:17 2022 -0400

    Fix runtime.nearest.num condition & round towards zero instead of with negative bias

commit 2b3713df25e67dd1c2269b6e53bc4adef6b8ffbf
Author: Hexcede <8394472+Hexcede@users.noreply.github.com>
Date:   Sun Jun 19 12:03:50 2022 -0400

    Add runtime.min.num & runtime.max.num

    Wasm min/max returns NaN if either operator is NaN. However, Luau min/max follows different behaviour.
2022-07-04 04:19:43 -04:00
Rerumu
508ea07aca Rename allocator.init to store.string 2022-06-19 05:38:47 -04:00
Rerumu
0c87c61e01 Add some missing memory functions 2022-06-16 20:13:14 -04:00
Rerumu
99e74e7ea1 Fix software integer instantiation 2022-06-16 20:12:26 -04:00
Rerumu
830727d8d4 Add copysign and nearest to runtimes 2022-05-21 15:51:31 -04:00
Rerumu
8d671b99e4 Expand runtimes a bit more 2022-05-21 04:18:29 -04:00
Rerumu
ce54d834a5 Add shortcuts for native operations 2022-05-21 04:11:04 -04:00
Rerumu
121774082e Fix typo in export 2022-05-21 02:51:18 -04:00
Rerumu
a3d43ebe16 Fix bad runtime name 2022-05-21 02:50:14 -04:00
Rerumu
3fa4fa5d83 Link integer emit and runtime 2022-05-21 02:50:11 -04:00
Rerumu
aea1df4e90 Add integer comparisons 2022-05-21 02:48:14 -04:00
Rerumu
d5c9028be4 Start adding integer support for Luau 2022-05-21 02:47:27 -04:00
Rerumu
0366a74d0a Freeze integer types 2022-05-21 02:47:27 -04:00
Rerumu
30358c8205 Remove signedness test for unsigned constructor 2022-05-21 02:47:27 -04:00
Rerumu
2a6033c6f4 Improve numeric from_u64 and shifting 2022-05-21 02:47:27 -04:00
Rerumu
81fbbd455f Refactor some numeric operations 2022-05-21 02:47:27 -04:00
Rerumu
c7d640b17e Make Luau integers use free functions 2022-05-21 02:47:27 -04:00
Rerumu
313d8cbbc2 Fix up Luau numeric library 2022-04-29 20:15:31 -04:00
Rerumu
22ea8910ad Re-structure and decouple AST from generator 2022-02-08 17:39:14 -05:00