Commit Graph

  • e3cd3e8d08
    Update VM/src/laux.cpp #221 Arseny Kapoulkine 2021-11-22 07:34:33 -0800
  • c8752f657e
    Update VM/include/lualib.h Arseny Kapoulkine 2021-11-22 07:34:29 -0800
  • 943ef8e743 Merge branch 'float4' of https://github.com/petrihakkinen/luau into float4 #214 Petri Häkkinen 2021-11-22 13:02:25 +0200
  • 83e6a28d4c Fix conformance tests to work with 3 and 4 component vectors. Petri Häkkinen 2021-11-22 13:02:21 +0200
  • 0767823618
    change return type for luaL_(opt/check)boolean & use in conformance tests Pelanyo Kamara 2021-11-22 10:47:29 +0000
  • 07ae23cd40 luaL_checkboolean luaL_optboolean #223 luca salmin 2021-11-22 10:44:39 +0100
  • 8d4fd2bb79 Remove duplicate option #222 Arseny Kapoulkine 2021-11-21 20:23:23 -0800
  • f41cb46922 Option cleanup Arseny Kapoulkine 2021-11-21 20:20:14 -0800
  • cecd50fb06
    Update navigation.yml Arseny Kapoulkine 2021-11-21 20:12:21 -0800
  • ffed184562
    Update navigation.yml Arseny Kapoulkine 2021-11-21 20:12:08 -0800
  • 1c3095f6dd Remove extra indentation level Arseny Kapoulkine 2021-11-21 20:11:28 -0800
  • 609f68492a Split Web source into a separate file as well Arseny Kapoulkine 2021-11-21 20:02:52 -0800
  • 2665ffcd5e Separate Emscripten build into a new target Arseny Kapoulkine 2021-11-21 19:57:53 -0800
  • 2fa5b9c329
    Update repl.html Arseny Kapoulkine 2021-11-21 20:07:44 -0800
  • 239605b8fa Add web workflow to build Repl with Emscripten Arseny Kapoulkine 2021-11-21 19:40:09 -0800
  • a423e24dbf
    inline redundant variable Pelanyo Kamara 2021-11-21 23:31:20 +0000
  • 0192eff182
    rename default to def Pelanyo Kamara 2021-11-21 21:49:45 +0000
  • eaea78262a
    give variable more descriptive name Pelanyo Kamara 2021-11-21 21:46:27 +0000
  • edab113b1f
    add removed newlines Pelanyo Kamara 2021-11-21 21:45:20 +0000
  • 2a72244bac
    match commits with Roblox/luau Pelanyo Kamara 2021-11-21 21:44:38 +0000
  • 921598bf9c
    Merge branch 'master' of https://github.com/MathematicalDessert/luau Pelanyo Kamara 2021-11-21 21:37:28 +0000
  • 5b6d6e6376
    Add luaL_checkboolean and luaL_optboolean Pelanyo Kamara 2021-11-21 21:37:10 +0000
  • 37bb492ed6
    Merge branch 'Roblox:master' into master Pelanyo Kamara 2021-11-21 21:07:35 +0000
  • 722f8b6908
    Disambiguate this bit such that it rejects the formatting specification syntax. #165 Alexander McCord 2021-11-19 12:56:51 -0800
  • ec8a5643cc
    Improve readability (#206) Josh Soref 2021-11-19 13:45:53 -0500
  • 2cef22ecf2
    Update closure.lua #206 Arseny Kapoulkine 2021-11-19 09:59:54 -0800
  • 8267765245
    Merge branch 'master' into error-function Arseny Kapoulkine 2021-11-19 08:17:47 -0800
  • 100710c9f6
    Update README.md Arseny Kapoulkine 2021-11-19 08:15:56 -0800
  • 3f1508c83a
    Sync to upstream/release/505 (#216) 0.505 Arseny Kapoulkine 2021-11-19 08:10:07 -0800
  • 253e3b8caf
    Fix double wording. Alexander McCord 2021-11-18 16:23:25 -0800
  • ee6c44bef1 Add alternative Arseny Kapoulkine 2021-11-18 15:23:07 -0800
  • 7835224606 Merge branch 'upstream' into merge #216 Arseny Kapoulkine 2021-11-18 14:25:34 -0800
  • c5ac146580 Merge branch 'master' into merge Arseny Kapoulkine 2021-11-18 14:25:28 -0800
  • 60e6e86adb Sync to upstream/release/505 Arseny Kapoulkine 2021-11-18 14:21:07 -0800
  • 1d2d35c6f2
    Fix hardcoded vector size in hashvec petrihakkinen 2021-11-18 20:43:11 +0200
  • d9c0977734 Fix yet another mac os compile warning. Petri Häkkinen 2021-11-18 12:12:33 +0200
  • 8c2ea74f9e Fix incorrect initialization of luaO_nilobject which caused compile warning on mac os. Petri Häkkinen 2021-11-18 12:03:07 +0200
  • acc22608b8 Fixed unused variable warning on mac os. Petri Häkkinen 2021-11-18 11:39:55 +0200
  • 3ed5b6313c Eliminate LUA_FLOAT4_VECTORS. LUA_VECTOR_SIZE is enough for the few remaining cases. Petri Häkkinen 2021-11-18 10:53:59 +0200
  • 06a94fb097 Clean up luaconf.h Petri Häkkinen 2021-11-18 10:28:28 +0200
  • a3b5b26c0a Eliminate loop in setnodekey and getnodekey in hope that this produces better code in debug. Petri Häkkinen 2021-11-18 10:23:45 +0200
  • 0d3761dca1 Eliminate loops in vector ops. Petri Häkkinen 2021-11-18 10:12:42 +0200
  • 4fd08425a5 Improve hashvec for float4s. Petri Häkkinen 2021-11-18 09:48:25 +0200
  • 93e9e9b24e More notes Arseny Kapoulkine 2021-11-17 21:17:34 -0800
  • a1670da4bd Highlighting + typeof example Arseny Kapoulkine 2021-11-17 19:43:12 -0800
  • fa1ad391b3 More examples Arseny Kapoulkine 2021-11-17 19:39:51 -0800
  • aa370d93bd Lots of changes following feedback. Arseny Kapoulkine 2021-11-17 19:35:03 -0800
  • aac072bb5f
    Update rfcs/records.md Arseny Kapoulkine 2021-11-17 16:11:58 -0800
  • d4084f98bf
    Fix a mistake at runtime value example. Alexander McCord 2021-11-17 12:09:01 -0800
  • a606601473
    Update syntax-string-interpolation.md Alexander McCord 2021-11-17 12:07:31 -0800
  • 4265e58ad1
    RFC: coroutine.close (#88) Arseny Kapoulkine 2021-11-17 06:49:49 -0800
  • 09ad884ca8
    Update SECURITY.md (#209) ccuser44 2021-11-17 16:42:14 +0200
  • a02086260b
    Added note to docs about not using os.difftime for new work (#210) ccuser44 2021-11-17 16:42:04 +0200
  • 38f7b841a8
    Update library.md #210 Arseny Kapoulkine 2021-11-17 06:41:05 -0800
  • 923f4d00f6
    Fixed a mistype ccuser44 2021-11-17 10:27:00 +0200
  • f108fa83dd
    Update library.md ccuser44 2021-11-17 10:22:09 +0200
  • e553e97a28
    Update SECURITY.md #209 ccuser44 2021-11-17 10:17:38 +0200
  • e00b92c3c6 Fix luaV_doarith not setting tag for vectors. Petri Häkkinen 2021-11-17 09:51:03 +0200
  • cf53beb648 Fix indexing vectors with uppercase W. Petri Häkkinen 2021-11-17 09:48:48 +0200
  • 42b2a4e311
    Update records.md Arseny Kapoulkine 2021-11-16 16:39:31 -0800
  • 59366ad7f8
    Clarified parsing properties of tables in the presence of singleton types (#207) Alan Jeffrey 2021-11-16 14:48:01 -0600
  • d23c5b27d5 Clarified parsing properties of tables in the presence of singleton types #207 ajeffrey@roblox.com 2021-11-16 12:13:18 -0600
  • 1bf0c75cfd
    Merge branch 'Roblox:master' into master Pelanyo Kamara 2021-11-16 14:07:24 +0000
  • 2317b0911f Fix number * vector. Petri Häkkinen 2021-11-16 13:28:27 +0200
  • 72009dd5be Clean up: replace lots of #ifdefs with for loops. Petri Häkkinen 2021-11-16 13:22:45 +0200
  • dcbb8e6fba Proof of concept: extend vectors to 4 components when using LUA_FLOAT4_VECTORS define in lauconf.h. Petri Häkkinen 2021-11-16 11:43:27 +0200
  • dba42768cd
    Update records.md Arseny Kapoulkine 2021-11-15 17:25:45 -0800
  • e0d72eda0d
    Update records.md Arseny Kapoulkine 2021-11-15 17:24:01 -0800
  • ed1156a449
    Update records.md Arseny Kapoulkine 2021-11-15 17:20:11 -0800
  • 07e5a6f55a
    Create records.md Arseny Kapoulkine 2021-11-15 17:09:32 -0800
  • e7a443daa8
    Fix Android linking issue with libpthread (#203) fpliu 2021-11-16 07:01:36 +0800
  • 6558c271dd
    Create SECURITY.md Arseny Kapoulkine 2021-11-15 12:04:26 -0800
  • bd2dbe7612 add check libpthread if can be found, once found it, link it, otherwise do not link it. Beacause on Android, unlike Linux, there are no separate libpthread libraries. That functionality is included directly in libc #203 leleliu008 2021-11-15 22:15:06 +0800
  • d2cb1d784b Add more notes about what is and isn't valid in short-circuiting boyned//Kampfkarren 2021-11-13 13:51:09 -0800
  • 18dcc5882e
    Fix luaO_nilobject_ #202 LoganDark 2021-11-13 07:57:32 -0800
  • c11cb0b0e6
    whoops LoganDark 2021-11-13 06:43:46 -0800
  • fc82c8cec2
    completely untested, speculative mockup of fatuserdata LoganDark 2021-11-13 06:32:19 -0800
  • d11e8277c2
    Fixes IFTODT error while compiling from an android device (#199) 0.504 ThePotato 2021-11-12 14:58:34 +0000
  • b7d26b371a
    Use -Werror in CI only (#201) Arseny Kapoulkine 2021-11-12 06:56:25 -0800
  • 70ffc8a01d
    RFC: Do not allow method call on string literals (#145) Arseny Kapoulkine 2021-11-12 06:54:00 -0800
  • 5c592bfe8d Use -Werror in CI only #201 Arseny Kapoulkine 2021-11-12 06:41:05 -0800
  • d47b2f1dfe
    Sync to upstream/release/504 (#200) Arseny Kapoulkine 2021-11-12 06:27:34 -0800
  • 70736c5326
    Fix interpolated expressions. Alexander McCord 2021-11-12 06:18:08 -0800
  • 3c3541aba8 Add a comment #200 Arseny Kapoulkine 2021-11-11 20:36:53 -0800
  • 863d3ff6ff Attempt to work around non-sensical error Arseny Kapoulkine 2021-11-11 19:42:50 -0800
  • 8fe0dc0b6d Fix build Arseny Kapoulkine 2021-11-11 18:23:34 -0800
  • 8db1b03acc Merge branch 'upstream' into merge Arseny Kapoulkine 2021-11-11 18:23:03 -0800
  • ce0bbdda59 Merge branch 'master' into merge Arseny Kapoulkine 2021-11-11 18:21:14 -0800
  • 82d74e6f73 Sync to upstream/release/504 Arseny Kapoulkine 2021-11-11 18:12:39 -0800
  • 1492cb9116
    Fixes IFTODT error while compiling from an android device #199 ThePotato 2021-11-11 21:52:59 +0000
  • 44985d908b
    Final pass adjusting for phrasing and readability #198 Dekkonot 2021-11-11 13:15:01 -0800
  • 4e839ca0fd
    Adjust Javascript alternative Dekkonot 2021-11-11 13:09:24 -0800
  • 9cc277c016
    Adjust phrasing of semantic drawback Dekkonot 2021-11-11 13:07:32 -0800
  • cdaf4a7b26
    Add section on constant shadowing Dekkonot 2021-11-11 13:03:29 -0800
  • 8d47beec84
    %a -> %* Alexander McCord 2021-11-11 10:03:11 -0800
  • a6a2b86c9b
    Fix build on Clang 12 by removing unused variables (#195) LoganDark 2021-11-11 06:29:59 -0800
  • 69dab2924b
    Fix build on Clang 12 by removing unused variables #195 LoganDark 2021-11-11 01:31:19 -0800
  • 355f6a68d3
    Add RFC for constants Dekkonot 2021-11-10 22:42:13 -0800
  • c562c12ffe
    Merge branch 'Roblox:master' into master Pelanyo Kamara 2021-11-10 20:05:07 +0000
  • 68fb2bdfde
    Addressed typecasting documentation feedback (#192) dcope-rbx 2021-11-10 11:53:43 -0800