luau/CodeGen/include/Luau
vegorov-rbx 816e41a8f2
Sync to upstream/release/553 (#742)
* Type inference of `a and b` and `a or b` has been improved (Fixes
https://github.com/Roblox/luau/issues/730)
* Improved error message when `for ... in x` loop iterates over a value
that could be 'nil'
* Return type of `next` not includes 'nil' (Fixes
https://github.com/Roblox/luau/issues/706)
* Improved type inference of `string` type
* Luau library table type names are now reported as `typeof(string)`/etc
instead of just `string` which was misleading
* Added parsing error when optional type alias type parameter wasn't
provided after `=` token
* Improved tagged union type refinement in conditional expressions, type
in `else` branch should no longer include previously handled union
options
2022-11-10 14:53:13 -08:00
..
AddressA64.h Sync to upstream/release/553 (#742) 2022-11-10 14:53:13 -08:00
AssemblyBuilderA64.h Sync to upstream/release/553 (#742) 2022-11-10 14:53:13 -08:00
AssemblyBuilderX64.h Sync to upstream/release/552 (#735) 2022-11-04 10:33:22 -07:00
CodeAllocator.h Sync to upstream/release/550 (#723) 2022-10-21 10:54:01 -07:00
CodeBlockUnwind.h Sync to upstream/release/548 (#699) 2022-10-06 17:23:29 -07:00
CodeGen.h Sync to upstream/release/551 (#727) 2022-10-28 03:37:29 -07:00
ConditionA64.h Sync to upstream/release/552 (#735) 2022-11-04 10:33:22 -07:00
ConditionX64.h Sync to upstream/release/552 (#735) 2022-11-04 10:33:22 -07:00
Label.h Sync to upstream/release/529 (#505) 2022-05-26 15:08:16 -07:00
OperandX64.h Sync to upstream/release/552 (#735) 2022-11-04 10:33:22 -07:00
RegisterA64.h Sync to upstream/release/552 (#735) 2022-11-04 10:33:22 -07:00
RegisterX64.h Sync to upstream/release/552 (#735) 2022-11-04 10:33:22 -07:00
UnwindBuilder.h Sync to upstream/release/548 (#699) 2022-10-06 17:23:29 -07:00
UnwindBuilderDwarf2.h Sync to upstream/release/548 (#699) 2022-10-06 17:23:29 -07:00
UnwindBuilderWin.h Sync to upstream/release/548 (#699) 2022-10-06 17:23:29 -07:00