Commit Graph
418 Commits
Author SHA1 Message Date
Rerumu 0394aa8895 Localize memory for load.string 2022-08-22 22:58:00 -04:00
Rerumu 9f27e956a8 Add load.string to the runtime 2022-08-22 21:45:48 -04:00
Rerumu 0a9f9fd6ad Add function loading validity checks 2022-08-22 14:10:37 -04:00
Rerumu 2c913e86ed Add module loading validity checks 2022-08-22 14:08:38 -04:00
Rerumu e40023e8e6 Add unsupported instruction message 2022-08-22 13:11:36 -04:00
Rerumu 5b96c500df Add indentation to Luau output 2022-08-21 02:30:36 -04:00
Rerumu 7efeffeac6 Add indentation to LuaJIT output 2022-08-21 02:12:13 -04:00
Rerumu 369097c432 Add context-less writing 2022-08-21 02:12:13 -04:00
Rerumu 33bd235c0f Remove param prefix for parameters 2022-08-21 02:12:13 -04:00
Rerumu a78a3cd58b Fix ARM bit.band coercions 2022-08-19 19:52:52 -04:00
Rerumu fb63f600bc Bump crate versions 2022-07-22 00:31:22 -04:00
Rerumu 4a84a5c906 License runtimes under the MPL 2022-07-22 00:19:57 -04:00
Rerumu 5409abe653 Fix loop label targeting for Luau 2022-07-21 21:57:29 -04:00
Rerumu 9b0973e255 Fix vector feature packing 2022-07-18 00:25:49 -04:00
Rerumu f8c0a57af2 Add missing f32 saturation operations 2022-07-08 13:23:43 -04:00
Rerumu 3853e06efa Fix conversion operations and implement saturation
Namie fixie
2022-07-08 12:46:23 -04:00
Rerumu 50b5680bef Add saturation operations 2022-07-08 12:46:23 -04:00
Rerumu 85aeca9d9f Fix large integer initialization 2022-07-08 12:41:45 -04:00
Rerumu fb684eff8f Merge similar unhinting operations 2022-07-08 12:41:45 -04:00
Rerumu efec6203b0 Fix inconsistencies
Addendum to truncation rename

Rename constants for consistency
2022-07-08 12:41:45 -04:00
Rerumu bdfede0b93 Remove entries for tables with no elements 2022-07-07 20:17:40 -04:00
Rerumu cdefb2f06a Remove unneeded Luau branch gadgets
Fixiee
2022-07-07 20:17:40 -04:00
Rerumu 49bc994353 Elide block labels when not referenced 2022-07-07 19:30:41 -04:00
Rerumu 6a8a8c1c00 Fix stack capacity inheritance 2022-07-05 16:44:05 -04:00
Rerumu e58bae6d29 Upgrade to latest test suite 2022-07-02 06:33:48 -04:00
Rerumu 028a8ada08 Bump crate versions 2022-07-02 05:40:11 -04:00
Rerumu 567c9803a6 Update Luau README entry 2022-07-02 05:38:08 -04:00
Rerumu 0cacb0b996 Add i64 bit rotation 2022-07-02 05:29:46 -04:00
Rerumu 9eb44f0ed8 Fix i64 bit shifting 2022-07-02 05:15:15 -04:00
Rerumu 971ac382a5 Add i64 remainder operation 2022-07-02 05:04:39 -04:00
Rerumu d351920a51 Clean up vector integers 2022-07-02 04:20:55 -04:00
Rerumu 47079b7758 Clean up table integers 2022-07-02 03:30:36 -04:00
Rerumu d74124815b Add vector feature to Luau 2022-07-02 02:19:26 -04:00
Rerumu 071b0877cf Replace integer division algorithm 2022-07-02 02:03:33 -04:00
Rerumu 577fbf5926 Remove unneeded multiplication checks 2022-07-02 01:59:38 -04:00
Rerumu bdb4420292 Rename Numeric export to Integer 2022-07-01 15:07:11 -04:00
Rerumu 627927d366 Rename stuff in Numeric for clarity 2022-07-01 14:06:17 -04:00
Rerumu a0596f45e3 Close #16 2022-06-30 17:49:37 -04:00
Rerumu e5fb05b706 Remove some more proxies 2022-06-30 14:09:36 -04:00
Rerumu d775739581 Remove proxy function and multiple return 2022-06-30 01:47:35 -04:00
Rerumu 6e0debe287 Fix i64 sign extension for i32 2022-06-29 23:53:02 -04:00
Rerumu 76cb3b36be Add i64 sign extension for i8 and i16 2022-06-29 23:55:08 -04:00
Rerumu 64ae35c658 Add i64 bit counting 2022-06-29 22:08:34 -04:00
Rerumu ecc0cad494 Inline bit set constants 2022-06-29 23:06:37 -04:00
Rerumu 92b692160d Remove unnecessary bit_and call 2022-06-28 18:40:32 -04:00
Rerumu 5c2209fcf0 Add Vector3 support for Luau i64 2022-06-28 16:58:01 -04:00
Rerumu 04d1840d2d Fix nearest f32 and f64 again 2022-06-28 02:03:29 -04:00
Rerumu e6ebb222bf Add truncation for f32 and f64 2022-06-27 20:24:01 -04:00
Rerumu 5463b48e63 Add min and max for f32 and f64 2022-06-27 20:18:55 -04:00
Rerumu b8362d9e66 Add i32 sign extension 2022-06-27 19:57:31 -04:00