LoganDark
5c8971b895
++ptr (sorry, I don't know C++ lol)
2021-11-08 13:33:36 -08:00
LoganDark
d6ef1dc15f
fix uninitialized pointer
2021-11-08 13:28:38 -08:00
LoganDark
7bc280d785
fix comment
2021-11-08 13:26:46 -08:00
LoganDark
dd2b9eeef3
fix typo
2021-11-08 13:22:14 -08:00
LoganDark
4d630bed58
remove kSpecialGlobals entirely
2021-11-08 13:18:59 -08:00
LoganDark
87ac5efb77
rename special to writable
2021-11-08 13:17:43 -08:00
LoganDark
283a349fb9
add facility for specifying custom mutable globals
2021-11-08 13:16:02 -08:00
LoganDark
7c5883fc60
remove Roblox-specific globals from kSpecialGlobals
2021-11-08 13:05:28 -08:00
Rerumu
6342913533
Fix small assert ordering ( #143 )
2021-11-05 14:38:08 -07:00
bmcq-0
ad9b47b72f
Fold length operations when argument is a constant string ( #141 )
...
Co-authored-by: Arseny Kapoulkine <arseny.kapoulkine@gmail.com>
2021-11-05 13:24:30 -07:00
Arseny Kapoulkine
49b0c59eec
Sync to upstream/release/502 ( #134 )
...
Changes:
- Support for time tracing for analysis/compiler (not currently exposed
through CLI)
- Support for type pack arguments in type aliases (#83 )
- Basic support for require(path) in luau-analyze
- Add a lint warning for table.move with 0 index as part of
TableOperation lint
- Remove last STL dependency from Luau.VM
- Minor VS2022 performance tuning
Co-authored-by: Rodactor <rodactor@roblox.com>
2021-11-04 19:34:35 -07:00
Josh Soref
278e848cc2
Spelling ( #119 )
...
Fixed various spelling errors.
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2021-11-04 09:50:46 -05:00
Arseny Kapoulkine
d01addc625
Sync to upstream/release/501 ( #20 )
...
Co-authored-by: Rodactor <rodactor@roblox.com>
2021-11-01 14:52:34 -07:00