Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
zoon pushed 25 commits to zoon zoon/luau
- Support function attributes in luau-ast (#1466) Noticed while using luau-ast that function attributes aren't include... 4559ef2
- Sync to upstream/release/647 (#1469) # General Updates Fix an old solver crash that occurs in the presence of cycli... 77295c3
- OSS cleanup - Sync/upstream/647 introduced unecessary new lines in Differ.cpp - this cleans it up (#1472) d7842e0
- Sync to upstream/release/648 (#1477) ## What's new * Added `math.map` function to the standard library, based on ... e491128
- Sync to upstream/release/649 (#1489) db80939
- Sync to upstream/release/650 (#1502) * New `vector` library! See https://rfcs.luau.org/vector-library.html for deta... a251bc6
- Fix definition module name & location (#1495) Closes #1441 Brings behavior to parity with the old solver by fill... 9a4bc6a
- Pre-populate/duplicate check class definitions (new solver) (#1493) Closes #1492 Tested and working with the test c... f1d4621
- Set the defining module even when the new solver cloned the type. (#1506) Follow up to #1495: a small fixup for the ... 47543e5
- Replace old site urls (#1505) this PR replaces all the old site urls from luau-lang.org to luau.org 26b2307
- Sync to `upstream/release/651` (#1513) ### What's New? * Fragment Autocomplete: a new API allows for type checkin... a36a3c4
- CodeGen: Rewrite dot product lowering using a dedicated IR instruction (#1512) Instead of doing the dot product rela... e6bf718
- Fix mesh-normal-vector benchmark array access (#1514) mesh-normal-scalar correctly fills sequential values in the ou... 53e6e4b
- Remove noexcepts from Config (#1523) Fixes https://github.com/luau-lang/luau/issues/1515. By removing these `noex... d1025d0
- Sync to upstream/release/652 (#1525) ## What's new? * Add support for mixed-mode type checking, which allows modu... e905e30
- Fix benchmark runner bug introduced in release 0.652 (#1530) ### Problem In release 0.652, `RequireResolver` was ... c2e4ee0
- Compiler: Optimize k*n and k+n when types are known (#1529) When type information is specified, we can compile k*n a... b1b21f3
- Update vector-math benchmark name to correctly display (#1539) While we could update the `awk` regular expression, w... 7a6142e
- Sync to upstream/release/653 (#1541) ## What's Changed? * Optimized the vector dot product by up to 24% * Allow ... d19a5f0
- CodeGen: Optimize arithmetics for basic identities (#1545) This change folds: a * 1 => a a / 1 => a a * -1 =... b5801d3
- and 5 more ...