Commit graph

  • 0085d2479a
    Merge pull request #2 from MathematicalDessert/webrepl Pelanyo Kamara 2021-11-08 19:37:01 +0000
  • 1b6105e20e
    add separate build action for emscripten Repl.CLI Pelanyo Kamara 2021-11-08 19:35:57 +0000
  • 7ca09ec100
    Fix lbuiltins.cpp comment (#180) LoganDark 2021-11-08 11:09:30 -0800
  • 892c891c66
    Use uint8_t for lua_Type and TValue.tt LoganDark 2021-11-08 11:06:53 -0800
  • b90bf4cd52
    add emscripten -fexceptions Pelanyo Kamara 2021-11-08 19:06:47 +0000
  • 61992a092c
    use extra space created by the move LoganDark 2021-11-08 10:23:55 -0800
  • 40635c0f83
    Fix lbuiltins.cpp comment LoganDark 2021-11-08 10:21:12 -0800
  • 7cc9dd000e Update bench.py Baileyeatspizza 2021-11-08 18:04:19 +0000
  • ab48847e34 Merge branch 'master' of https://github.com/NotDSF/luau NotDSF 2021-11-08 17:28:57 +0000
  • d42669df0e Update Repl.cpp NotDSF 2021-11-08 17:27:19 +0000
  • 6e61878148 attempt 2 Baileyeatspizza 2021-11-08 17:25:39 +0000
  • 2803766384
    Delete c-cpp.yml NotDSF 2021-11-08 17:25:29 +0000
  • 1f69f37815
    Create c-cpp.yml NotDSF 2021-11-08 17:24:11 +0000
  • b6d724c5b1 Attempt 1 Baileyeatspizza 2021-11-08 17:17:40 +0000
  • 0e3e880f19
    Merge branch 'Roblox:master' into master NotDSF 2021-11-08 17:15:50 +0000
  • 1bff6154e6
    Remove Luau.REPL.Web target. Pelanyo Kamara 2021-11-08 16:47:21 +0000
  • f1649a43cd
    Add userdata to lua_Callbacks (#168) LoganDark 2021-11-08 08:26:03 -0800
  • 377ee39f57
    Move userdata to the beginning of lua_Callbacks LoganDark 2021-11-08 08:18:42 -0800
  • 8dde140eff
    Remove table-of-contents from demo page Pelanyo Kamara 2021-11-08 16:15:32 +0000
  • 25abc605ad
    Merge branch 'webrepl' of https://github.com/MathematicalDessert/luau into webrepl Pelanyo Kamara 2021-11-08 15:42:50 +0000
  • cda27b258b
    move demo repl to docs Pelanyo Kamara 2021-11-08 15:38:30 +0000
  • 24b78c4a80
    move demo repl to docs Pelanyo Kamara 2021-11-08 15:38:30 +0000
  • 94e3084086 Change _VERSION to display version of luau in use Baileyeatspizza 2021-11-08 10:36:32 +0000
  • dcb7b10a89
    Merge branch 'Roblox:master' into master NotDSF 2021-11-08 07:58:16 +0000
  • 480ee0df75 Update Repl.cpp NotDSF 2021-11-08 07:56:58 +0000
  • 46244d2ea7
    Update getting-started.md Arseny Kapoulkine 2021-11-07 23:21:34 -0800
  • f27580c74b
    Fix linux typo in README.md "Linus" to "Linux" (#174) ThePotato 2021-11-08 07:19:28 +0000
  • b37e6b7db8 Move shebang skip to readFile Rerumu 2021-11-07 21:09:41 -0500
  • 150c92185e
    move userdata to lua_Callbacks LoganDark 2021-11-07 13:44:41 -0800
  • 2a26c09660
    Add userdata to global_State LoganDark 2021-11-07 08:42:15 -0800
  • 16753a78f4
    Update navigation.yml Arseny Kapoulkine 2021-11-07 08:07:57 -0800
  • 4373f65fbd
    Add back thread identity section as thread userdata instead LoganDark 2021-11-07 07:20:42 -0800
  • eb40adb727 Add support for saving bytecode NotDSF 2021-11-07 11:24:53 +0000
  • f7352c4e1f
    Spelling Shiro 2021-11-07 01:04:52 -0700
  • 17d333f817
    Fix linux typo in README.md "Linus" to "Linux" ThePotato 2021-11-07 08:00:26 +0000
  • 4f5fa6823b
    RFC: String interpolation and extending string.format Alexander McCord 2021-11-06 21:27:00 -0700
  • bb987daf19
    Merge branch 'Roblox:master' into webrepl Pelanyo Kamara 2021-11-06 22:21:09 +0000
  • 04feb12107
    Merge branch 'webrepl' of https://github.com/MathematicalDessert/luau into webrepl Pelanyo Kamara 2021-11-06 22:14:58 +0000
  • 92f9b7363e
    create simple interface Pelanyo Kamara 2021-11-06 22:14:45 +0000
  • 278775ad23 Write notes about x?.y = z boyned//Kampfkarren 2021-11-05 22:13:52 -0700
  • 2c509692ba Add shebang support Rerumu 2021-11-05 23:12:07 -0400
  • c6de3bd2e4
    Update sandbox.md Arseny Kapoulkine 2021-11-05 19:50:29 -0700
  • 96b1707f87
    Fix CLI analysis reporting wrong file names (#146) Rerumu 2021-11-05 22:11:56 -0400
  • 1e1d1f58e9
    Look for .luau before .lua in REPL & Analyze (#97) (#124) Roni N. (Kittenz) 2021-11-06 04:11:26 +0200
  • 9e21b351fa Fix whitespace Rerumu 2021-11-05 21:59:48 -0400
  • 66462d841d Omit braces in if statement Rerumu 2021-11-05 21:55:40 -0400
  • eef18d6a07 Only type check dirty modules Rerumu 2021-11-05 21:41:41 -0400
  • bd78c493c5 Fix CLI reportError showing wrong file names Rerumu 2021-11-05 21:19:44 -0400
  • 639030ae41
    RFC: Do not allow method call on string literals Arseny Kapoulkine 2021-11-05 17:18:24 -0700
  • 455c93b6cf Write suggested details about typing boyned//Kampfkarren 2021-11-05 15:00:48 -0700
  • 6342913533
    Fix small assert ordering (#143) Rerumu 2021-11-05 17:38:08 -0400
  • a22d4803bb Move break assert before comment Rerumu 2021-11-05 17:29:45 -0400
  • dff0c2a1d8 Move ?() and ?[] out of proposal, and into alternatives boyned//Kampfkarren 2021-11-05 14:27:57 -0700
  • 49cf707f10 Remove the linting section, as it is not feasible boyned//Kampfkarren 2021-11-05 14:25:55 -0700
  • d4cd612c56 Rename to safe navigation operator boyned//Kampfkarren 2021-11-05 14:25:06 -0700
  • 3fe5e18f8b
    Add suggested note for summary boyned//Kampfkarren 2021-11-05 14:21:14 -0700
  • 485773ca82 Fix assert ordering Rerumu 2021-11-05 17:15:56 -0400
  • b432671979 Fix typo in code example boyned//Kampfkarren 2021-11-05 13:30:28 -0700
  • ad9b47b72f
    Fold length operations when argument is a constant string (#141) bmcq-0 2021-11-05 16:24:30 -0400
  • dc51e39c92
    Update Compiler.cpp Arseny Kapoulkine 2021-11-05 13:14:00 -0700
  • 67b9e834fa
    Add string length constant folding test bmcq-0 2021-11-05 15:41:44 -0400
  • a80fc93646
    Fix unused variable treatment (#139) Arseny Kapoulkine 2021-11-05 12:39:27 -0700
  • 5edb1bfa8e
    Look for .luau by default in module resolver as well Roni Nevalainen 2021-11-05 21:36:59 +0200
  • 06580c379a Adjust indentation Arseny Kapoulkine 2021-11-05 12:26:08 -0700
  • f13cc5486e
    Merge branch 'master' of https://github.com/Roblox/luau Roni Nevalainen 2021-11-05 21:22:46 +0200
  • 6cf75db7f2 Fix the actual unused variable in Parser.cpp Arseny Kapoulkine 2021-11-05 11:47:57 -0700
  • b286f6b5a3 Only use -Wno-unused if we're actually using gcc Arseny Kapoulkine 2021-11-05 11:44:47 -0700
  • 43baecd6b0
    Merge branch 'Roblox:master' into webrepl Pelanyo Kamara 2021-11-05 18:36:31 +0000
  • c4fbdf55c0
    flesh out webrepl base Pelanyo Kamara 2021-11-05 18:34:38 +0000
  • aea1f6a718
    Update README.md Arseny Kapoulkine 2021-11-05 10:16:28 -0700
  • 1148a29c25
    Update rfcs/function-bit32-countlz-countrz.md Arseny Kapoulkine 2021-11-05 08:57:49 -0700
  • 279855df91
    Sync to upstream/release/503 (#135) 0.503 Arseny Kapoulkine 2021-11-05 08:47:21 -0700
  • c0b95b8961
    Update profile.md Arseny Kapoulkine 2021-11-04 23:24:39 -0700
  • 22dd6b8e48 Merge branch 'upstream' into merge Arseny Kapoulkine 2021-11-04 19:49:07 -0700
  • 3c4758f7bb Merge branch 'master' into merge Arseny Kapoulkine 2021-11-04 19:47:46 -0700
  • 34cf695fbc Sync to upstream/release/503 Arseny Kapoulkine 2021-11-04 19:42:00 -0700
  • 49b0c59eec
    Sync to upstream/release/502 (#134) Arseny Kapoulkine 2021-11-04 19:34:35 -0700
  • 5f7504c040 Merge branch 'upstream' into merge Arseny Kapoulkine 2021-11-04 19:23:29 -0700
  • 08c66ef2e1 Sync to upstream/release/502 Arseny Kapoulkine 2021-11-04 19:07:18 -0700
  • adacdcdf4e
    Update profile.md Arseny Kapoulkine 2021-11-04 18:07:34 -0700
  • dc509b9849
    Update navigation.yml Arseny Kapoulkine 2021-11-04 17:28:24 -0700
  • 7c76a5a70a
    Create profile.md Arseny Kapoulkine 2021-11-04 17:27:56 -0700
  • e0c4f33217
    Add chess-profile.lua Arseny Kapoulkine 2021-11-04 17:22:04 -0700
  • d35c4e7b7d
    Fold length operations when argument is a constant string bmcq-0 2021-11-04 17:11:16 -0400
  • c9b1a915f7 RFC for nil-navigation operator boyned//Kampfkarren 2021-11-04 13:51:09 -0700
  • 6b05d4206c Improve readability Josh Soref 2021-11-04 12:16:48 -0400
  • d75f60a2d7
    Look for .luau before .lua in REPL & Analyze (#97) Roni Nevalainen 2021-11-04 19:22:57 +0200
  • 98fa75e911 Fix fallout from #114: T is the right thread to use Arseny Kapoulkine 2021-11-04 10:09:25 -0700
  • 278e848cc2
    Spelling (#119) Josh Soref 2021-11-04 10:50:46 -0400
  • 39e4903478 spelling: variadic Josh Soref 2021-11-04 00:35:36 -0400
  • 288c1b98f0 spelling: useful Josh Soref 2021-11-04 00:35:35 -0400
  • ae0d46b262 spelling: truthy Josh Soref 2021-11-04 00:35:35 -0400
  • caf792d61c spelling: truthiness Josh Soref 2021-11-04 00:39:35 -0400
  • cc4500b9a6 spelling: succeeds Josh Soref 2021-11-04 00:35:34 -0400
  • 74ec85549d spelling: stringified Josh Soref 2021-11-04 00:35:34 -0400
  • 41f49bed5e spelling: specific Josh Soref 2021-11-04 00:35:33 -0400
  • bdba469388 spelling: satisfying Josh Soref 2021-11-04 00:35:33 -0400
  • be42d0af9f spelling: sandboxing Josh Soref 2021-11-04 00:35:33 -0400
  • 1bf80d91ab spelling: resurrect Josh Soref 2021-11-04 00:35:32 -0400
  • e3f15d976e spelling: primaryexp Josh Soref 2021-11-04 00:35:32 -0400