luau/CodeGen/src
Vighnesh-V f31232d301
Sync to upstream/release/608 (#1145)
# Old Solver:

- Fix a bug in the old solver where a user could use the keyword
`typeof` as the name of a type alias.
- Fix stringification of scientific notation to omit a trailing decimal
place when not followed by a digit e.g. `1.e+20` -> `1e+20`
# New Solver
- Continuing work on the New non-strict mode
- Introduce `keyof` and `rawkeyof` type function for acquiring the type
of all keys in a table or class
(https://github.com/luau-lang/rfcs/pull/16)

---
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: Lily Brown <lbrown@roblox.com>
Co-authored-by: Vyacheslav Egorov <vegorov@roblox.com>
Co-authored-by: Vighnesh Vijay <vvijay@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>
2024-01-12 14:25:27 -08:00
..
AssemblyBuilderA64.cpp Sync to upstream/release/608 (#1145) 2024-01-12 14:25:27 -08:00
AssemblyBuilderX64.cpp Sync to upstream/release/608 (#1145) 2024-01-12 14:25:27 -08:00
BitUtils.h Sync to upstream/release/574 (#910) 2023-04-28 12:55:13 -07:00
BytecodeAnalysis.cpp Sync to upstream/release/605 (#1118) 2023-12-01 23:46:57 -08:00
BytecodeSummary.cpp Sync to upstream/release/608 (#1145) 2024-01-12 14:25:27 -08:00
ByteUtils.h Sync to upstream/release/603 (#1097) 2023-11-10 13:10:07 -08:00
CodeAllocator.cpp Rename Windows.h to windows.h (#1055) 2023-10-03 06:59:44 -07:00
CodeBlockUnwind.cpp Rename Windows.h to windows.h (#1055) 2023-10-03 06:59:44 -07:00
CodeGen.cpp Sync to upstream/release/606 (#1127) 2023-12-08 13:50:16 -08:00
CodeGenA64.cpp Sync to upstream/release/598 (#1063) 2023-10-06 12:02:32 -07:00
CodeGenA64.h Sync to upstream/release/572 (#899) 2023-04-14 11:06:22 -07:00
CodeGenAssembly.cpp Sync to upstream/release/608 (#1145) 2024-01-12 14:25:27 -08:00
CodeGenLower.h Sync to upstream/release/608 (#1145) 2024-01-12 14:25:27 -08:00
CodeGenUtils.cpp Add tagged lightuserdata (#1087) 2023-12-14 15:05:51 -08:00
CodeGenUtils.h Sync to upstream/release/602 (#1089) 2023-11-03 16:45:04 -07:00
CodeGenX64.cpp Sync to upstream/release/598 (#1063) 2023-10-06 12:02:32 -07:00
CodeGenX64.h Sync to upstream/release/572 (#899) 2023-04-14 11:06:22 -07:00
EmitBuiltinsX64.cpp Sync to upstream/release/590 (#1008) 2023-08-11 07:42:37 -07:00
EmitBuiltinsX64.h Sync to upstream/release/574 (#910) 2023-04-28 12:55:13 -07:00
EmitCommon.h Sync to upstream/release/606 (#1127) 2023-12-08 13:50:16 -08:00
EmitCommonA64.h Sync to upstream/release/591 (#1012) 2023-08-18 11:15:41 -07:00
EmitCommonX64.cpp Add SUBRK and DIVRK bytecode instructions to bytecode v5 (#1115) 2023-11-28 07:35:01 -08:00
EmitCommonX64.h Sync to upstream/release/608 (#1145) 2024-01-12 14:25:27 -08:00
EmitInstructionX64.cpp Sync to upstream/release/608 (#1145) 2024-01-12 14:25:27 -08:00
EmitInstructionX64.h Sync to upstream/release/592 (#1018) 2023-08-25 10:23:55 -07:00
IrAnalysis.cpp Add #include <algorithm> to fix building with gcc 14 (#1104) 2023-11-16 11:51:16 -08:00
IrBuilder.cpp Sync to upstream/release/608 (#1145) 2024-01-12 14:25:27 -08:00
IrCallWrapperX64.cpp Sync to upstream/release/592 (#1018) 2023-08-25 10:23:55 -07:00
IrDump.cpp Sync to upstream/release/608 (#1145) 2024-01-12 14:25:27 -08:00
IrLoweringA64.cpp Sync to upstream/release/608 (#1145) 2024-01-12 14:25:27 -08:00
IrLoweringA64.h Sync to upstream/release/603 (#1097) 2023-11-10 13:10:07 -08:00
IrLoweringX64.cpp Sync to upstream/release/608 (#1145) 2024-01-12 14:25:27 -08:00
IrLoweringX64.h Sync to upstream/release/603 (#1097) 2023-11-10 13:10:07 -08:00
IrRegAllocA64.cpp Sync to upstream/release/598 (#1063) 2023-10-06 12:02:32 -07:00
IrRegAllocA64.h Sync to upstream/release/595 (#1044) 2023-09-15 10:26:59 -07:00
IrRegAllocX64.cpp Sync to upstream/release/596 (#1050) 2023-09-22 12:12:15 -07:00
IrTranslateBuiltins.cpp Sync to upstream/release/608 (#1145) 2024-01-12 14:25:27 -08:00
IrTranslateBuiltins.h Sync to upstream/release/584 (#977) 2023-07-14 11:08:53 -07:00
IrTranslation.cpp Sync to upstream/release/608 (#1145) 2024-01-12 14:25:27 -08:00
IrTranslation.h Sync to upstream/release/605 (#1118) 2023-12-01 23:46:57 -08:00
IrUtils.cpp Sync to upstream/release/608 (#1145) 2024-01-12 14:25:27 -08:00
IrValueLocationTracking.cpp Sync to upstream/release/608 (#1145) 2024-01-12 14:25:27 -08:00
IrValueLocationTracking.h Sync to upstream/release/596 (#1050) 2023-09-22 12:12:15 -07:00
lcodegen.cpp Add CodeGen C API (#931) 2023-05-18 04:03:29 -07:00
NativeState.cpp Sync to upstream/release/602 (#1089) 2023-11-03 16:45:04 -07:00
NativeState.h Sync to upstream/release/602 (#1089) 2023-11-03 16:45:04 -07:00
OptimizeConstProp.cpp Sync to upstream/release/608 (#1145) 2024-01-12 14:25:27 -08:00
OptimizeFinalX64.cpp Sync to upstream/release/593 (#1024) 2023-09-01 10:58:27 -07:00
UnwindBuilderDwarf2.cpp Sync to upstream/release/592 (#1018) 2023-08-25 10:23:55 -07:00
UnwindBuilderWin.cpp Sync to upstream/release/592 (#1018) 2023-08-25 10:23:55 -07:00