Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge with Upstream and Simplify Decoding #66

Merged
merged 26 commits into from
Sep 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
37f27b1
Do not retain unmanaged allocations in generated ctors (#762)
dcodeIO Aug 16, 2019
4a4cea5
Add toString typings for Number and Boolean (#769)
willemneal Aug 21, 2019
a08c7cb
Emit an error instead of aborting when inferring unused type paramete…
dcodeIO Aug 21, 2019
a884cc2
Fix 10 digits case in decimalCount64 (#785)
MaxGraey Aug 23, 2019
12aed07
Improve f64 to i32 conversion for Math.imul and Math.clz32 (#779)
MaxGraey Aug 23, 2019
9c2420b
Fix missing shared types in assemblyscript.d.ts (#786)
dcodeIO Aug 28, 2019
9ba8162
Improve stub RT reallocation (#790)
dcodeIO Aug 28, 2019
471c68c
Fix v128.store input type (#809)
dcodeIO Sep 1, 2019
2cfda53
Improve stub RT reallocation (#799)
dcodeIO Sep 1, 2019
b479950
Add fast methods for reading typed arrays to the loader (#794)
MaxGraey Sep 2, 2019
bc48898
Update loader with what we've learned (#810)
dcodeIO Sep 2, 2019
04914c1
Merge remote-tracking branch 'AssemblyScript/master' into staging
willemneal Sep 3, 2019
2672042
Speedup loader's __getArray (#814)
MaxGraey Sep 4, 2019
97d5462
Implement TypedArray#slice (#792)
MaxGraey Sep 4, 2019
11cc593
Fix loader API to read memory
Sep 4, 2019
e7d4786
Add TypedArray#filter (#818)
MaxGraey Sep 6, 2019
550446a
First commit
Sep 7, 2019
c65a056
Update Math.random according to v8 (#826)
MaxGraey Sep 8, 2019
e46d7f1
Cleaned up
Sep 8, 2019
a0e43c3
Can decode arguments with type aliases
Sep 8, 2019
1bac2ff
Return to old API
Sep 8, 2019
3edc33a
Reduce allocations
Sep 9, 2019
19d06a3
Implement TypedArray#copyWithin (#830)
MaxGraey Sep 9, 2019
a8c363c
Change encode API and update near-runtime
willemneal Sep 13, 2019
b5a115c
Merge branch 'upstreamMaster' into simplify-decoding
willemneal Sep 13, 2019
c191ac3
Merge with upstream
willemneal Sep 13, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
npm-debug.*
docs/
node_modules/
out/
raw/
.history
bindings/dist/transformerBundle\.js\.map
Loading