Vighnesh
b5d3544d18
update build flags
2024-10-11 16:39:31 -07:00
Vighnesh
a197f044b5
i messed up the macro syntax again
2024-10-11 14:49:34 -07:00
Vighnesh
ef95ce5266
newline
2024-10-11 14:40:12 -07:00
Vighnesh
39899ade4f
macro out the failing tests
2024-10-11 14:33:15 -07:00
Vighnesh
70d5a0ede8
newline
2024-10-11 14:16:41 -07:00
Vighnesh
74c1ac33a9
nit - insert new lines
2024-10-11 13:53:08 -07:00
Vighnesh
ee6a45b13b
more macro madness
2024-10-11 13:46:54 -07:00
Vighnesh
69776f6fc1
re-add assertion
2024-10-11 13:39:14 -07:00
Vighnesh
f52fe9f351
nit - remove shared code allocator test section that tests self move
2024-10-11 13:22:20 -07:00
Vighnesh
a02bee5acc
update -Wmaybe-uninitialized
2024-10-11 13:09:26 -07:00
Vighnesh
38d76e658d
disable maybe uninitialized error
2024-10-11 12:56:47 -07:00
Aaron Weiss
a74031bae7
Sync release to upstream/release/641
2024-08-30 12:28:44 -07:00
Junseo Yoo
fad8aaf0ab
Sync to upstream/release/637
2024-08-01 16:25:12 -07:00
Vighnesh
6fd26c55ff
Sync to upstream/release/635
2024-07-19 10:21:40 -07:00
Alexander McCord
3bfc864280
Sync to upstream/release/597
2023-09-29 17:22:06 -07:00
Andy Friesen
eb7106016e
Sync to upstream/release/577
2023-05-19 11:59:59 -07:00
Andy Friesen
d5cdb687e0
Sync to upstream/release/573
2023-04-21 14:41:03 -07:00
Vyacheslav Egorov
5e771b87ae
Sync to upstream/release/572
2023-04-14 15:05:27 +03:00
Andy Friesen
5309401f49
Sync to upstream/release/571
2023-04-07 12:56:27 -07:00
Andy Friesen
4653484913
Sync to upstream/release/567
2023-03-10 11:20:04 -08:00
Vyacheslav Egorov
36f5009026
Sync to upstream/release/558
2023-01-06 18:07:19 +02:00
Vyacheslav Egorov
9958d23caa
Sync to upstream/release/557
2023-01-03 19:33:19 +02:00
Andy Friesen
2eff6cfe50
Sync to upstream/release/550
2022-10-21 10:33:43 -07:00
Arseny Kapoulkine
dec4b67b5a
Sync to upstream/release/544
2022-09-08 14:44:50 -07:00
Arseny Kapoulkine
b3e6dcecfd
Sync to upstream/release/541
2022-08-18 14:04:33 -07:00
Arseny Kapoulkine
106b269885
Sync to upstream/release/540
2022-08-11 13:42:54 -07:00
Arseny Kapoulkine
4a95f2201e
Sync to upstream/release/535
2022-07-07 18:05:31 -07:00
Arseny Kapoulkine
316838f253
Sync to upstream/release/531
2022-06-16 17:52:23 -07:00
Rob Blanckaert
c4e05eb7c1
Sync to upstream/release/529
2022-05-26 13:33:48 -07:00
Arseny Kapoulkine
bb57bf9603
Sync to upstream/release/526
2022-05-05 16:52:48 -07:00
Arseny Kapoulkine
4d9ac7db1e
Sync to upstream/release/525
2022-04-28 18:04:52 -07:00
Arseny Kapoulkine
f2677f6975
Sync to upstream/release/524
2022-04-21 14:04:22 -07:00
Arseny Kapoulkine
a8eabedd57
Sync to upstream/release/516
2022-02-24 15:15:41 -08:00
Arseny Kapoulkine
4930409516
Sync to upstream/release/515
2022-02-17 16:41:20 -08:00
Arseny Kapoulkine
6e1e277cb8
Sync to upstream/release/512
2022-01-27 13:29:34 -08:00
Arseny Kapoulkine
44ccd82822
Sync to upstream/release/509
2022-01-06 14:10:07 -08:00
Arseny Kapoulkine
eed18acec8
Sync to upstream/release/506
2021-12-02 15:20:08 -08:00
Arseny Kapoulkine
82d74e6f73
Sync to upstream/release/504
2021-11-11 18:12:39 -08:00
Arseny Kapoulkine
34cf695fbc
Sync to upstream/release/503
...
- A series of major optimizations to type checking performance on complex
programs/types (up to two orders of magnitude speedup for programs
involving huge tagged unions)
- Fix a few issues encountered by UBSAN (and maybe fix s390x builds)
- Fix gcc-11 test builds
- Fix a rare corner case where luau_load wouldn't wake inactive threads
which could result in a use-after-free due to GC
- Fix CLI crash when error object that's not a string escapes to top level
2021-11-04 19:47:13 -07:00
Arseny Kapoulkine
08c66ef2e1
Sync to upstream/release/502
...
Changes:
- Support for time tracing for analysis/compiler (not currently exposed
through CLI)
- Support for type pack arguments in type aliases (#83 )
- Basic support for require(path) in luau-analyze
- Add a lint warning for table.move with 0 index as part of
TableOperation lint
- Remove last STL dependency from Luau.VM
- Minor VS2022 performance tuning
Co-authored-by: Rodactor <rodactor@roblox.com>
2021-11-04 19:12:52 -07:00
Arseny Kapoulkine
46110524ef
Sync to upstream/release/501 ( #20 )
...
Co-authored-by: Rodactor <rodactor@roblox.com>
2021-11-03 10:15:50 -07:00