issues
search
luau-lang
/
luau
A fast, small, safe, gradually typed embeddable scripting language derived from Lua
https://luau.org
MIT License
4.07k
stars
383
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Duplicate table key triggers assert in new solver
#1540
nothing1649
opened
2 days ago
4
Update vector-math benchmark name to correctly display
#1539
vegorov-rbx
closed
2 days ago
0
Disabling built-in functions
#1538
petrihakkinen
opened
3 days ago
0
TypeError when attempting to access property of union type
#1537
danaetroupe
opened
3 days ago
0
Allow running of C+ code in Luau using FFI
#1536
jbobson683
closed
5 days ago
1
Unexpected result when modifying a table (wrong safeenv/optimization)
#1535
khvzak
opened
5 days ago
0
New Solver: Type error when calling debug.info
#1534
funwolf7
opened
5 days ago
0
Allow compiling to coreScripts for your own sanity
#1533
YeesterPlus
closed
5 days ago
0
Replace parser test getParseError function for matchParseError
#1532
Ramdoys
opened
6 days ago
0
Store original case of alias in Luau::Config
#1531
JohnnyMorganz
opened
6 days ago
0
Fix benchmark runner bug introduced in release 0.652
#1530
vrn-sn
closed
4 days ago
0
Compiler: Optimize k*n and k+n when types are known
#1529
zeux
closed
3 days ago
0
AstExprCalls in if conditions are incorrectly refined (new solver)
#1528
checkraisefold
opened
6 days ago
0
New solver fails to solve inline tables that require union types when type casted
#1527
OverHash
opened
6 days ago
0
give vector its fields
#1526
jackdotink
opened
6 days ago
2
Sync to upstream/release/652
#1525
vrn-sn
closed
6 days ago
1
`index<T>` where `T` is a generic type of a function reduces to never in new solver strict mode
#1524
nothing1649
opened
1 week ago
0
Remove noexcepts from Config
#1523
vrn-sn
closed
1 week ago
0
Indexing new vectors with non-constant keys is broken
#1521
memcorrupt
opened
1 week ago
3
Infinite recursion when parsing bad AstStatDeclareClass (definition file)
#1520
JohnnyMorganz
opened
1 week ago
1
Allow `table.clone` to copy tables with locked metatables.
#1519
ccuser44
closed
1 week ago
1
Incorrect readonly property warning when initialising table in new solver strict mode
#1518
nothing1649
closed
1 week ago
1
Type checker widens annotated variables returned by functions to be nilable after equality comparisons
#1517
Ukendio
opened
1 week ago
1
New solver: explicitly typed table does not apply types onto function/method declarations
#1516
JohnnyMorganz
opened
1 week ago
2
Latest sync (0.651) causes segfault specifically on ubuntu-20.04
#1515
JohnnyMorganz
closed
1 week ago
4
Fix mesh-normal-vector benchmark array access
#1514
zeux
closed
1 week ago
0
Sync to `upstream/release/651`
#1513
hgoldstein
closed
1 week ago
0
CodeGen: Rewrite dot product lowering using a dedicated IR instruction
#1512
zeux
closed
1 week ago
0
Indexing a new Vector3 almost anywhere deoptimizes some vector library operations
#1511
AxisAngles
opened
2 weeks ago
2
New solver: Using the result of a type function that errors causes type inference to fail to complete
#1510
funwolf7
opened
2 weeks ago
0
Namecalling the result of a binary/ternary expression containing a literal causes type inference to fail to complete
#1509
funwolf7
closed
2 weeks ago
1
New solver: Calling an invalid key on a type with itself in the parameters results in a blocked type
#1508
ffrostfall
opened
2 weeks ago
1
New solver: String method calls cause incomplete number of argument errors, but do not in strict mode.
#1507
ffrostfall
closed
1 week ago
1
Set the defining module even when the new solver cloned the type.
#1506
aatxe
closed
2 weeks ago
0
Replace old site urls
#1505
Barocena
closed
2 weeks ago
0
Optimize vector normalize and dot IR
#1504
green-real
closed
1 week ago
3
Sync to upstream/release/650
#1502
andyfriesen
closed
3 weeks ago
0
New solver: Assigning a typecasted expression immediately crashes Roblox Studio
#1501
LiterallyWize
closed
3 weeks ago
1
Optimisations are not disabled if `getfenv/setfenv` are accessed via `_G`
#1500
nothing1649
opened
3 weeks ago
0
Optional field in table type containing type parameters is inferred incorrectly in new solver strict mode
#1499
nothing1649
opened
3 weeks ago
0
NEW SOLVER: `table.freeze()` issues; TypeError when freezing a table with a metatable, and missing first argument crashes the solver
#1498
imnerolin
opened
3 weeks ago
2
new solver crash
#1497
jackdotink
closed
3 weeks ago
1
Declaring a lambda after a syntax error in redefined typeof type crashes new solver strict mode
#1496
nothing1649
opened
3 weeks ago
0
Fix definition module name & location
#1495
checkraisefold
closed
2 weeks ago
6
New checker: issue with `rawequal or rawequal` statement
#1494
imnerolin
opened
3 weeks ago
0
Pre-populate/duplicate check class definitions (new solver)
#1493
checkraisefold
closed
2 weeks ago
5
Types cannot be used before declaration in declaration files (new solver)
#1492
checkraisefold
closed
2 weeks ago
0
Allow dynamic debug names for closures
#1491
natinusala
opened
3 weeks ago
0
Sync to upstream/release/649
#1489
aatxe
closed
3 weeks ago
0
Type functions cannot serialize class arguments
#1488
gaymeowing
opened
4 weeks ago
0
Next