luau/Ast/include/Luau
vegorov-rbx 59ae47db43
Sync to upstream/release/555 (#768)
* Type mismatch errors now mention if unification failed in covariant or
invariant context, to explain why sometimes derived class can't be
converted to base class or why `T` can't be converted into `T?` and so
on
* Class type indexing is no longer an error in non-strict mode (still an
error in strict mode)
* Fixed cyclic type packs not being displayed in the type
* Added an error when unrelated types are compared with `==`/`~=`
* Fixed false positive errors involving sub-type tests an `never` type
* Fixed miscompilation of multiple assignment statements (Fixes
https://github.com/Roblox/luau/issues/754)
* Type inference stability improvements
2022-12-02 10:09:59 -08:00
..
Ast.h Sync to upstream/release/543 (#657) 2022-09-01 16:14:03 -07:00
Confusables.h Sync to upstream/release/501 (#20) 2021-11-01 14:52:34 -07:00
DenseHash.h Sync to upstream/release/546 (#681) 2022-09-23 12:17:25 -07:00
Lexer.h Sync to upstream/release/546 (#681) 2022-09-23 12:17:25 -07:00
Location.h Sync to upstream/release/555 (#768) 2022-12-02 10:09:59 -08:00
ParseOptions.h Sync to upstream/release/501 (#20) 2021-11-01 14:52:34 -07:00
ParseResult.h Sync to upstream/release/551 (#727) 2022-10-28 03:37:29 -07:00
Parser.h Sync to upstream/release/551 (#727) 2022-10-28 03:37:29 -07:00
StringUtils.h Sync to upstream/release/549 (#707) 2022-10-14 12:48:41 -07:00
TimeTrace.h Sync to upstream/release/529 (#505) 2022-05-26 15:08:16 -07:00