Commit graph

13 commits

Author SHA1 Message Date
Vighnesh
805be8e231 lowercase 2023-12-04 15:39:48 -08:00
Vighnesh
fbe958f14c clean 2023-12-04 15:34:03 -08:00
Vighnesh
b8bf5084c6 case-sensitive? 2023-12-04 14:46:42 -08:00
Vighnesh
8881c72e86 fix 2023-12-04 14:30:27 -08:00
Vighnesh
fbceb302ba dbg 2023-12-04 14:26:13 -08:00
Vighnesh
7460692ba4 more logging 2023-12-04 14:18:14 -08:00
Vighnesh
7ad8c2572d remove more 2023-12-04 14:14:55 -08:00
Vighnesh
3297f26c02 remove all but two tests 2023-12-04 14:10:13 -08:00
Vighnesh
f21485aadb commit 2023-12-04 14:08:21 -08:00
Vighnesh
71b66eb99c nit 2023-12-04 13:52:09 -08:00
Vighnesh
f61b6943cf rbs logging 2023-12-04 13:50:16 -08:00
Vighnesh
7288e0aa63 revert uncomment 2023-12-04 11:28:39 -08:00
Vighnesh-V
c755875479
Sync to upstream/release/605 (#1118)
- Implemented [Require by String with Relative
Paths](https://github.com/luau-lang/rfcs/blob/master/docs/new-require-by-string-semantics.md)
RFC
- Implemented [Require by String with
Aliases](https://github.com/luau-lang/rfcs/blob/master/docs/require-by-string-aliases.md)
RFC with support for `paths` and `alias` arrays in .luarc
- Added SUBRK and DIVRK bytecode instructions to speed up
constant-number and constant/number operations
- Added `--vector-lib`, `--vector-ctor` and `--vector-type` options to
luau-compile to support code with vectors
 
New Solver
- Correctness fixes to subtyping
- Improvements to dataflow analysis

Native Code Generation
- Added bytecode analysis pass to predict type tags used in operations
- Fixed rare cases of numerical loops being generated without an
interrupt instruction
- Restored optimization data propagation into the linear block
- Duplicate buffer length checks are optimized away

Miscellaneous
- Small performance improvements to new non-strict mode
- Introduced more scripts for fuzzing Luau and processing the results,
including fuzzer build support for CMake

Co-authored-by: Alexander McCord <amccord@roblox.com>
Co-authored-by: Andy Friesen <afriesen@roblox.com>
Co-authored-by: Aviral Goel <agoel@roblox.com>
Co-authored-by: David Cope <dcope@roblox.com>
Co-authored-by: Lily Brown <lbrown@roblox.com>
Co-authored-by: Vighnesh Vijay <vvijay@roblox.com>
Co-authored-by: Vyacheslav Egorov <vegorov@roblox.com>

---------

Co-authored-by: Aaron Weiss <aaronweiss@roblox.com>
Co-authored-by: Alexander McCord <amccord@roblox.com>
Co-authored-by: Andy Friesen <afriesen@roblox.com>
Co-authored-by: Aviral Goel <agoel@roblox.com>
Co-authored-by: David Cope <dcope@roblox.com>
Co-authored-by: Lily Brown <lbrown@roblox.com>
Co-authored-by: Vyacheslav Egorov <vegorov@roblox.com>
2023-12-01 23:46:57 -08:00