luau/Ast/src
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
..
Ast.cpp Sync to upstream/release/543 (#657) 2022-09-01 16:14:03 -07:00
Confusables.cpp Sync to upstream/release/501 (#20) 2021-11-01 14:52:34 -07:00
Lexer.cpp Fix { range to be within the interpolated string (#728) 2022-10-28 12:22:26 -07:00
Location.cpp Sync to upstream/release/501 (#20) 2021-11-01 14:52:34 -07:00
Parser.cpp Sync to upstream/release/553 (#742) 2022-11-10 14:53:13 -08:00
StringUtils.cpp String interpolation (#614) 2022-08-24 12:01:00 -07:00
TimeTrace.cpp Sync to upstream/release/522 (#450) 2022-04-07 14:29:01 -07:00