FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - fredatgithub/assemblyscript · GitHub
fredatgithub
/
assemblyscript
Public
forked from
AssemblyScript/assemblyscript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
assemblyscript
src
on
main
User selector
Datepicker
Commit history
Commits on Mar 9, 2023
Fix a typo in program.ts comment (#2665)
Dan-k391
authored
076d8a9
View commit details
Copy full SHA for 076d8a9
View code at this point
Browse repository at this point
Commits on Mar 3, 2023
fix: Move compilation of instanceof helpers post override discovery (#2661)
Congcong Cai
authored
9497c3d
View commit details
Copy full SHA for 9497c3d
View code at this point
Browse repository at this point
Commits on Feb 3, 2023
Add relaxed SIMD constants (#2639)
dcodeIO
authored
1e2de99
View commit details
Copy full SHA for 1e2de99
View code at this point
Browse repository at this point
Commits on Feb 2, 2023
Update Binaryen (#2637)
dcodeIO
authored
810b8e6
View commit details
Copy full SHA for 810b8e6
View code at this point
Browse repository at this point
Commits on Jan 31, 2023
Check global uses more strictly (#2632)
Show description for 5cbbf84
dcodeIO
authored
5cbbf84
View commit details
Copy full SHA for 5cbbf84
View code at this point
Browse repository at this point
fix: Update this and return type in generated child class constructor (#2635)
Congcong Cai
authored
941b0e1
View commit details
Copy full SHA for 941b0e1
View code at this point
Browse repository at this point
Commits on Jan 30, 2023
Check that builtins are implemented (#2636)
dcodeIO
authored
e22a599
View commit details
Copy full SHA for e22a599
View code at this point
Browse repository at this point
Commits on Jan 24, 2023
fix: Detect recursive types early (#2634)
dcodeIO
authored
bcfb5e8
View commit details
Copy full SHA for bcfb5e8
View code at this point
Browse repository at this point
Commits on Jan 22, 2023
fix: Handle all possible element kinds when walking exports (#2631)
dcodeIO
authored
e06c7bc
View commit details
Copy full SHA for e06c7bc
View code at this point
Browse repository at this point
fix: Diagnose not yet implemented 'in' operator (#2629)
dcodeIO
authored
7ccadf0
View commit details
Copy full SHA for 7ccadf0
View code at this point
Browse repository at this point
Commits on Jan 19, 2023
Add reorder-globals pass to pass pipeline (#2625)
MaxGraey
authored
eb60348
View commit details
Copy full SHA for eb60348
View code at this point
Browse repository at this point
fix: Correctly analyze `ParenthesizedExpression` and `FunctionExpression` in parser (#2605) (#2620)
HerrCai0907
authored
c0a0fd0
View commit details
Copy full SHA for c0a0fd0
View code at this point
Browse repository at this point
Fix typos (#2621)
HerrCai0907
authored
849a13c
View commit details
Copy full SHA for 849a13c
View code at this point
Browse repository at this point
Commits on Jan 17, 2023
fix: Also support `null | T` in parser (#2507)
Show description for b08fe23
HerrCai0907
and
dcodeIO
authored
b08fe23
View commit details
Copy full SHA for b08fe23
View code at this point
Browse repository at this point
Commits on Jan 12, 2023
fix: Maintain onNewLine state on subsequent lookahead (#2613)
dcodeIO
authored
fc52230
View commit details
Copy full SHA for fc52230
View code at this point
Browse repository at this point
Update Binaryen (#2612)
dcodeIO
authored
9971708
View commit details
Copy full SHA for 9971708
View code at this point
Browse repository at this point
Commits on Jan 8, 2023
fix: Mitigate endless loop in (invalid) override discovery
dcodeIO
committed
d46bfeb
View commit details
Copy full SHA for d46bfeb
View code at this point
Browse repository at this point
fix: Check ASI upon unusual trailing expressions (#2252)
technohippy
authored
282d924
View commit details
Copy full SHA for 282d924
View code at this point
Browse repository at this point
Commits on Jan 6, 2023
fix: Defuse assert in lookupPropertyAccessExpression after prior error
dcodeIO
committed
82812de
View commit details
Copy full SHA for 82812de
View code at this point
Browse repository at this point
fix: Support trailing comma in function type parameters (#2608)
dcodeIO
authored
1ff71e5
View commit details
Copy full SHA for 1ff71e5
View code at this point
Browse repository at this point
Add LUB computation for class types (#2594)
Show description for 4b3b390
dcodeIO
authored
4b3b390
View commit details
Copy full SHA for 4b3b390
View code at this point
Browse repository at this point
Commits on Jan 4, 2023
Use DataView in bindings generation (#2599)
dcodeIO
authored
a1434b2
View commit details
Copy full SHA for a1434b2
View code at this point
Browse repository at this point
Commits on Dec 22, 2022
feat: Add --uncheckedBehavior to customize the use of unchecked() (#2575)
CountBleck
authored
7a35ff8
View commit details
Copy full SHA for 7a35ff8
View code at this point
Browse repository at this point
fix: Fix lifetime confusion in shadow stack pass (#2596)
dcodeIO
authored
d3410f4
View commit details
Copy full SHA for d3410f4
View code at this point
Browse repository at this point
Integrate Rtrace with ESM bindings (#2595)
dcodeIO
authored
0e0a3c1
View commit details
Copy full SHA for 0e0a3c1
View code at this point
Browse repository at this point
Commits on Dec 14, 2022
fix: Do proper subtype tests in instanceof (#2588)
dcodeIO
authored
78b3260
View commit details
Copy full SHA for 78b3260
View code at this point
Browse repository at this point
Commits on Dec 5, 2022
Speed-up signature lookups, make signatures immutable (#2582)
jtenner
authored
378659a
View commit details
Copy full SHA for 378659a
View code at this point
Browse repository at this point
Fix variable initialization checks / revise flow logic (#2578)
Show description for 6717de0
dcodeIO
authored
6717de0
View commit details
Copy full SHA for 6717de0
View code at this point
Browse repository at this point
Commits on Nov 16, 2022
fix: Bindings: Expect memory growth when lowering references (#2568)
dcodeIO
authored
8ae086d
View commit details
Copy full SHA for 8ae086d
View code at this point
Browse repository at this point
fix: Defuse assert in finishResolveClass (#2567)
dcodeIO
authored
cb982b1
View commit details
Copy full SHA for cb982b1
View code at this point
Browse repository at this point
Commits on Nov 14, 2022
Implicitly inherit from Object (#2559)
Show description for 688dcd2
dcodeIO
authored
688dcd2
View commit details
Copy full SHA for 688dcd2
View code at this point
Browse repository at this point
Commits on Nov 12, 2022
fix: Simplify compileCallExpression (#2558)
dcodeIO
authored
a71f649
View commit details
Copy full SHA for a71f649
View code at this point
Browse repository at this point
Commits on Nov 11, 2022
Add remaining heap type APIs (#2556)
dcodeIO
authored
158b6b6
View commit details
Copy full SHA for 158b6b6
View code at this point
Browse repository at this point
Commits on Nov 10, 2022
Remove no longer used half of RTTI (#2555)
Show description for a565d73
dcodeIO
authored
a565d73
View commit details
Copy full SHA for a565d73
View code at this point
Browse repository at this point
Commits on Nov 9, 2022
Make class fields a special kind of property (#2548)
Show description for 0fd4db2
dcodeIO
authored
0fd4db2
View commit details
Copy full SHA for 0fd4db2
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL