luau/Analysis/src
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
..
Anyification.cpp Sync to upstream/release/582 (#960) 2023-06-23 23:19:39 -07:00
ApplyTypeFunction.cpp Sync to upstream/release/582 (#960) 2023-06-23 23:19:39 -07:00
AstJsonEncoder.cpp Sync to upstream/release/603 (#1097) 2023-11-10 13:10:07 -08:00
AstQuery.cpp Sync to upstream/release/596 (#1050) 2023-09-22 12:12:15 -07:00
Autocomplete.cpp Sync to upstream/release/602 (#1089) 2023-11-03 16:45:04 -07:00
BuiltinDefinitions.cpp Sync to upstream/release/602 (#1089) 2023-11-03 16:45:04 -07:00
Clone.cpp Sync to upstream/release/604 (#1106) 2023-11-17 10:46:18 -08:00
Constraint.cpp Sync to upstream/release/601 (#1084) 2023-10-27 14:18:41 -07:00
ConstraintGenerator.cpp Sync to upstream/release/605 (#1118) 2023-12-01 23:46:57 -08:00
ConstraintSolver.cpp Sync to upstream/release/605 (#1118) 2023-12-01 23:46:57 -08:00
DataFlowGraph.cpp Sync to upstream/release/604 (#1106) 2023-11-17 10:46:18 -08:00
DcrLogger.cpp Sync to upstream/release/565 (#845) 2023-02-24 13:49:38 -08:00
Def.cpp Sync to upstream/release/604 (#1106) 2023-11-17 10:46:18 -08:00
Differ.cpp Sync to upstream/release/595 (#1044) 2023-09-15 10:26:59 -07:00
EmbeddedBuiltinDefinitions.cpp Sync to upstream/release/603 (#1097) 2023-11-10 13:10:07 -08:00
Error.cpp Sync to upstream/release/605 (#1118) 2023-12-01 23:46:57 -08:00
Frontend.cpp Include module name for definitions files (#861) 2023-11-21 08:12:18 -08:00
GlobalTypes.cpp Sync to upstream/release/603 (#1097) 2023-11-10 13:10:07 -08:00
Instantiation.cpp Add #include <algorithm> to fix building with gcc 14 (#1104) 2023-11-16 11:51:16 -08:00
IostreamHelpers.cpp Sync to upstream/release/605 (#1118) 2023-12-01 23:46:57 -08:00
JsonEmitter.cpp Sync to upstream/release/543 (#657) 2022-09-01 16:14:03 -07:00
Linter.cpp Sync to upstream/release/603 (#1097) 2023-11-10 13:10:07 -08:00
LValue.cpp Sync to upstream/release/527 (#491) 2022-05-19 17:02:24 -07:00
Module.cpp Sync to upstream/release/602 (#1089) 2023-11-03 16:45:04 -07:00
NonStrictTypeChecker.cpp Sync to upstream/release/605 (#1118) 2023-12-01 23:46:57 -08:00
Normalize.cpp Sync to upstream/release/605 (#1118) 2023-12-01 23:46:57 -08:00
Quantify.cpp Sync to upstream/release/588 (#992) 2023-07-28 08:13:53 -07:00
Refinement.cpp Sync to upstream/release/600 (#1076) 2023-10-20 18:10:30 -07:00
RequireTracer.cpp Sync to upstream/release/532 (#545) 2022-06-16 18:05:14 -07:00
Scope.cpp Sync to upstream/release/604 (#1106) 2023-11-17 10:46:18 -08:00
Simplify.cpp Sync to upstream/release/603 (#1097) 2023-11-10 13:10:07 -08:00
Substitution.cpp Sync to upstream/release/604 (#1106) 2023-11-17 10:46:18 -08:00
Subtyping.cpp Sync to upstream/release/605 (#1118) 2023-12-01 23:46:57 -08:00
Symbol.cpp Sync to upstream/release/588 (#992) 2023-07-28 08:13:53 -07:00
ToDot.cpp Sync to upstream/release/604 (#1106) 2023-11-17 10:46:18 -08:00
TopoSortStatements.cpp Sync to upstream/release/555 (#768) 2022-12-02 10:09:59 -08:00
ToString.cpp Sync to upstream/release/605 (#1118) 2023-12-01 23:46:57 -08:00
Transpiler.cpp Sync to upstream/release/603 (#1097) 2023-11-10 13:10:07 -08:00
TxnLog.cpp Sync to upstream/release/588 (#992) 2023-07-28 08:13:53 -07:00
Type.cpp Sync to upstream/release/603 (#1097) 2023-11-10 13:10:07 -08:00
TypeArena.cpp Sync to upstream/release/557 (#794) 2023-01-04 12:53:17 -08:00
TypeAttach.cpp Sync to upstream/release/604 (#1106) 2023-11-17 10:46:18 -08:00
TypeChecker2.cpp Sync to upstream/release/605 (#1118) 2023-12-01 23:46:57 -08:00
TypedAllocator.cpp Rename Windows.h to windows.h (#1055) 2023-10-03 06:59:44 -07:00
TypeFamily.cpp Sync to upstream/release/603 (#1097) 2023-11-10 13:10:07 -08:00
TypeInfer.cpp Sync to upstream/release/603 (#1097) 2023-11-10 13:10:07 -08:00
TypeOrPack.cpp Sync to upstream/release/600 (#1076) 2023-10-20 18:10:30 -07:00
TypePack.cpp Sync to upstream/release/575 (#919) 2023-05-05 14:52:49 -07:00
TypePath.cpp Sync to upstream/release/605 (#1118) 2023-12-01 23:46:57 -08:00
TypeUtils.cpp Sync to upstream/release/600 (#1076) 2023-10-20 18:10:30 -07:00
Unifiable.cpp Sync to upstream/release/571 (#895) 2023-04-07 14:01:29 -07:00
Unifier.cpp Sync to upstream/release/603 (#1097) 2023-11-10 13:10:07 -08:00
Unifier2.cpp Sync to upstream/release/605 (#1118) 2023-12-01 23:46:57 -08:00