Commit graph

  • 480ccd2d45
    Update function-table-clone.md Arseny Kapoulkine 2022-02-14 10:26:00 -0800
  • d6d65940db
    Update function-table-clone.md Arseny Kapoulkine 2022-02-14 10:25:45 -0800
  • bfeb69988a
    Update function-table-clone.md Arseny Kapoulkine 2022-02-14 10:23:23 -0800
  • cb410a8b41
    RFC: table.clone Arseny Kapoulkine 2022-02-14 10:22:05 -0800
  • 7d679b317f
    RFC: Generalized iteration (#335) Arseny Kapoulkine 2022-02-14 10:04:07 -0800
  • 74bf30eb1c
    Add documentation for upcoming CommentDirective lint Arseny Kapoulkine 2022-02-14 08:59:05 -0800
  • cf0bc1ed93
    Update syntax-list-comprehensions.md James Napora 2022-02-13 16:53:03 -0800
  • 6cefa03519
    Update syntax-list-comprehensions.md James Napora 2022-02-13 16:45:12 -0800
  • 37da546e8d
    Update syntax-list-comprehensions.md James Napora 2022-02-13 16:41:44 -0800
  • 9361b856da
    Update syntax-list-comprehensions.md James Napora 2022-02-13 16:41:10 -0800
  • a8593fca76
    Update syntax-list-comprehensions.md James Napora 2022-02-13 16:40:27 -0800
  • 5f0b8ae1be
    Update syntax-list-comprehensions.md James Napora 2022-02-13 16:40:11 -0800
  • 14e40671fc
    Update syntax-list-comprehensions.md James Napora 2022-02-13 16:39:20 -0800
  • e52d036000
    Update syntax-list-comprehensions.md James Napora 2022-02-13 16:38:12 -0800
  • 17c0462665
    Update syntax-list-comprehensions.md James Napora 2022-02-13 16:37:47 -0800
  • fb1c5c2f1e
    Update syntax-list-comprehensions.md James Napora 2022-02-13 16:36:52 -0800
  • 64cd591b96
    Rename syntax-list-comprehensions to syntax-list-comprehensions.md James Napora 2022-02-13 16:19:53 -0800
  • b25baf137a
    Create syntax-list-comprehensions James Napora 2022-02-13 16:19:34 -0800
  • e0a9bc191a
    Prototype: added syntax for optional type annotations (#358) Alan Jeffrey 2022-02-11 19:03:26 -0600
  • a4595ac24f Remove extra space in anonymous functions ajeffrey@roblox.com 2022-02-11 18:46:43 -0600
  • 1a35e3e1cc Finished the typechecker for fully type-annotated programs ajeffrey@roblox.com 2022-02-11 18:24:02 -0600
  • 34030da631 Added syntax for optional type annotations ajeffrey@roblox.com 2022-02-11 15:04:52 -0600
  • 9f68a4f802 More work on infallible typechecking ajeffrey@roblox.com 2022-02-11 14:50:50 -0600
  • db90c7da48
    Add a typeToString function to the prototype (#354) Alan Jeffrey 2022-02-11 14:38:35 -0600
  • 63d5423bbb
    Sync to upstream/release/514 (#357) 0.514 Arseny Kapoulkine 2022-02-11 11:02:09 -0800
  • a08f52a6d2 Merge branch 'upstream' into merge Arseny Kapoulkine 2022-02-11 10:45:41 -0800
  • 46ba69555a Merge branch 'master' into merge Arseny Kapoulkine 2022-02-11 10:43:59 -0800
  • e9bf182585 Sync to upstream/release/514 Arseny Kapoulkine 2022-02-11 10:43:14 -0800
  • aecd60371b
    Update performance.md (#355) Arseny Kapoulkine 2022-02-11 09:13:27 -0800
  • 6193fc8fc4 Removed AnonFunDec ajeffrey@roblox.com 2022-02-11 10:43:33 -0600
  • 8a9a2ac08d
    Changed use of .luaurc to luauconfig.json Brad Sharp 2022-02-11 13:39:25 +0000
  • dae85f3761
    Update performance.md Arseny Kapoulkine 2022-02-10 23:03:18 -0800
  • 99fe8b3df9 Fixed some processing of options ajeffrey@roblox.com 2022-02-10 20:46:39 -0600
  • 1d66d8a3d3 Track untyped v typed syntax ajeffrey@roblox.com 2022-02-10 20:11:59 -0600
  • 2a7cc199a9 Run github action on prototyping branches ajeffrey@roblox.com 2022-02-10 17:04:34 -0600
  • 120207bb67 Added Luau.Type.ToString ajeffrey@roblox.com 2022-02-10 17:03:10 -0600
  • 53b5251c0a Complete (I hope) defn of typechecking derivation trees ajeffrey@roblox.com 2022-02-10 16:53:59 -0600
  • 5a6e5c02b5 Fix smoke test ajeffrey@roblox.com 2022-02-10 12:03:37 -0600
  • 0fa01222cf Run prototyping workflow on prototyping-* branches ajeffrey@roblox.com 2022-02-10 11:13:45 -0600
  • efa0ceede2 Improved VarDec syntax ajeffrey@roblox.com 2022-02-10 11:13:13 -0600
  • daa38aa29d Improved typeToString ajeffrey@roblox.com 2022-02-09 18:31:55 -0600
  • 5187e64f88
    Implement a prototype interpreter (#353) Alan Jeffrey 2022-02-09 17:14:29 -0600
  • 2c31f32b64 Redo smoketest ajeffrey@roblox.com 2022-02-09 16:08:51 -0600
  • ffbed5076f Update workflow ajeffrey@roblox.com 2022-02-09 15:37:59 -0600
  • 781dbfa2b4 Got examples to typecheck again ajeffrey@roblox.com 2022-02-09 15:32:59 -0600
  • 74ff8c6efc Started on typechecking ajeffrey@roblox.com 2022-02-09 15:28:24 -0600
  • 8573eeda49 First draft interpreter ajeffrey@roblox.com 2022-02-09 14:23:25 -0600
  • abe3f87b48
    docs: Add documentation for upcoming MisleadingAndOr lint (#349) Arseny Kapoulkine 2022-02-09 09:27:01 -0800
  • ec481695a3
    Update library.md (#352) Arseny Kapoulkine 2022-02-09 09:19:50 -0800
  • 496a093abb Added step function ajeffrey@roblox.com 2022-02-09 10:39:30 -0600
  • cfee87d912
    Update library.md Arseny Kapoulkine 2022-02-08 23:12:49 -0800
  • 40322e96b8
    Update lint.md Arseny Kapoulkine 2022-02-08 16:55:49 -0800
  • 5deb02ace2 Rerun prototyping workflow if JSON serializer changes ajeffrey@roblox.com 2022-02-08 18:33:18 -0600
  • 38c9b54e75 First cut operational semantics ajeffrey@roblox.com 2022-02-08 18:32:27 -0600
  • 041838a942
    Prototyping a small subset of Luau in Agda (#350) Alan Jeffrey 2022-02-08 18:26:58 -0600
  • 178211a21d Responding to review comments ajeffrey@roblox.com 2022-02-08 14:30:43 -0600
  • fdb9c90ccd Another shot at caching ajeffrey@roblox.com 2022-02-08 13:57:32 -0600
  • 521c44e065 Added badge to README ajeffrey@roblox.com 2022-02-08 13:53:29 -0600
  • de2230fb2a Added more files to .gitignor ajeffrey@roblox.com 2022-02-08 13:53:02 -0600
  • 8a39ca5a68
    docs: Add documentation for upcoming MisleadingAndOr lint Arseny Kapoulkine 2022-02-08 11:52:19 -0800
  • cad7b5e67d Another shot at caching ajeffrey@roblox.com 2022-02-08 13:32:37 -0600
  • abab255fdf Another shot at caching ajeffrey@roblox.com 2022-02-08 13:22:43 -0600
  • 2d1ffd19db Another shot at caching ajeffrey@roblox.com 2022-02-08 13:16:22 -0600
  • df9c98fb95 Another shot at caching ajeffrey@roblox.com 2022-02-08 13:07:57 -0600
  • 7badb4a074 Another shot at caching ajeffrey@roblox.com 2022-02-08 12:57:29 -0600
  • cf7a40c0d9 Another shot at caching ajeffrey@roblox.com 2022-02-08 12:56:57 -0600
  • e8fb809058 Another shot at caching ajeffrey@roblox.com 2022-02-08 12:45:39 -0600
  • 4d4013a7c8 Another shot at caching ajeffrey@roblox.com 2022-02-08 11:49:32 -0600
  • 48f3304c69 Another shot at caching ajeffrey@roblox.com 2022-02-08 11:35:04 -0600
  • 180e739581 Try to get caching to work ajeffrey@roblox.com 2022-02-08 11:18:23 -0600
  • 0bb7cd9632 Get examples to typecheck again ajeffrey@roblox.com 2022-02-08 11:17:42 -0600
  • ffd7b55fef Another shot at getting the smoketest to run ajeffrey@roblox.com 2022-02-08 10:41:52 -0600
  • dbf35b4176 Get smoketest to run ajeffrey@roblox.com 2022-02-08 10:30:53 -0600
  • 1aae874c38 Try package-env not package-db ajeffrey@roblox.com 2022-02-08 10:07:56 -0600
  • ae1f2e2e86 Try using an explcit package.db ajeffrey@roblox.com 2022-02-08 09:55:24 -0600
  • 48831529d8 Try to get cabal weirdness not to be weird ajeffrey@roblox.com 2022-02-07 22:03:58 -0600
  • 90e356c77c Try to get cabal weirdness not to be weird ajeffrey@roblox.com 2022-02-07 21:40:13 -0600
  • 7dae33b7ae Try to get cabal weirdness not to be weird ajeffrey@roblox.com 2022-02-07 21:14:16 -0600
  • 8c390ffee2 Try to get cabal weirdness not to be weird ajeffrey@roblox.com 2022-02-07 20:10:15 -0600
  • 2d04049077 Run prototypinmg action when workflows dir changes ajeffrey@roblox.com 2022-02-07 19:35:01 -0600
  • d0a4510d2d Install agda from cabal ajeffrey@roblox.com 2022-02-07 19:00:47 -0600
  • 33ba6b0e3f Trying to get it to compile with Agda 2.6.0 ajeffrey@roblox.com 2022-02-07 18:10:13 -0600
  • e86b9772c8 Renaming Main to PrettyPrinter ajeffrey@roblox.com 2022-02-07 17:20:56 -0600
  • ce9b7e4c70 Add cabal update to workflow ajeffrey@roblox.com 2022-02-07 17:10:58 -0600
  • 50a9ea1b63 Updated README ajeffrey@roblox.com 2022-02-07 17:09:58 -0600
  • a1325c106d First cut github actions ajeffrey@roblox.com 2022-02-07 17:04:34 -0600
  • 121bc52cc3 Exit code 1 on errors ajeffrey@roblox.com 2022-02-07 16:34:03 -0600
  • 9ac0bec0d9 Got a smoke test to run ajeffrey@roblox.com 2022-02-07 16:17:06 -0600
  • 324bc4b01d
    Add a build option to link with the static CRT (#343) Michael Savage 2022-02-07 23:51:57 +0200
  • 965dc94899 squash - Don't set CMAKE_CXX_FLAGS and let CMAKE_MSVC_RUNTIME_LIBRARY do it for us Michael Savage 2022-02-07 23:40:04 +0200
  • 32f36a2f36 Merge remote-tracking branch 'upstream/master' into prototyping ajeffrey@roblox.com 2022-02-07 14:58:27 -0600
  • de2eabd0f3 Completed translating lambda-calculus + nil from JSON to Agda ajeffrey@roblox.com 2022-02-07 14:50:37 -0600
  • 7ffb5fc4fd
    Add Luau.Ast.CLI target (#345) Lily Brown 2022-02-07 12:08:43 -0800
  • acbcc807e8 add Luau.Ast.CLI target Lily Brown 2022-02-07 11:37:57 -0800
  • 9281afe33d Added more FromJSON keys ajeffrey@roblox.com 2022-02-07 11:45:33 -0600
  • 4bac2c82de
    Clarified compatibility Brad Sharp 2022-02-07 06:59:45 -0800
  • 60366fc50d
    removed dynamic jump rafa_br34 2022-02-06 20:51:00 -0300
  • 45256ca4be
    Update syntax-goto-statement.md rafa_br34 2022-02-06 17:18:59 -0300
  • edbb7a826c
    syntax change rafa_br34 2022-02-06 17:02:18 -0300
  • c02a8ab351
    Update syntax-goto-statement.md rafa_br34 2022-02-06 01:58:24 -0300