Commit Graph

1690 Commits

Author SHA1 Message Date
ab0546963b feat(Map): add Map.clear 2018-06-28 21:51:39 +02:00
81e68517f2 Adding line separator in code docs above MDN URLs. 2018-06-28 15:05:10 -04:00
2f465d3d23 Merge pull request #345 from fitzgen/add-jonathan-s-to-the-team
Add @jonathan-s to the team! \o/
2018-06-28 11:14:50 -07:00
9dd950a1cb Add @jonathan-s to the team! \o/ 2018-06-28 09:53:36 -07:00
3e84b97de2 Binding for Math.cos,cosh,exp,expml,fround,imul,log,log10,log1p,log2 2018-06-28 12:46:53 -04:00
7626b55d00 fix up some strings that looked funky after rustfmt 2018-06-27 22:45:33 -07:00
9127a0419f rustfmt all the things 2018-06-27 22:42:34 -07:00
a29e71ec49 ci: check formatting 2018-06-27 22:38:16 -07:00
c608d46a56 Merge pull request #338 from fitzgen/static-method-of-docs
guide: Add note about `static_method_of` attribute to design doc
2018-06-27 16:15:29 -07:00
d3201a11af guide: Add note about static_method_of attribute to design doc 2018-06-27 14:58:53 -07:00
40722b7ae3 Merge pull request #333 from Hywan/js_boolean
feat(js) Implement `Boolean` bindings.
2018-06-27 14:36:00 -07:00
5aa648a2e8 Merge pull request #335 from xeqlol/weakset-bindings
Implement Weakset bindings
2018-06-27 14:27:48 -07:00
e40a359278 Merge pull request #336 from belfz/expose-bindings/array-prototype-every
implements Array.prototype.every()
2018-06-27 09:11:21 -07:00
4ba61c1c20 Merge pull request #332 from Hywan/js_test
test(js) Fix file permissions, and update a comment
2018-06-27 09:08:26 -07:00
4b2726d796 Merge pull request #331 from gaurikholkar/math-bindings
binding for Math.floor
2018-06-27 09:07:40 -07:00
dacf406dbd implements Array.prototype.every() 2018-06-27 13:45:47 +02:00
72be16c8ff Forgotten comment 2018-06-27 13:48:32 +05:00
761a9272ca Added WeakSet delete method 2018-06-27 13:44:01 +05:00
6b798a3508 Added WeakSet add method 2018-06-27 13:38:33 +05:00
846e5aaacc Added WeakSet has method 2018-06-27 13:26:53 +05:00
a0dda505d9 Added WeakSet constructor 2018-06-27 13:15:47 +05:00
a4d47afda6 feat(js) Implement the Date.UTC binding. 2018-06-27 09:41:16 +02:00
e334c0c5af feat(js) Implement the Date.now binding. 2018-06-27 09:40:40 +02:00
869d99b870 feat(js) Implement Number.new binding. 2018-06-27 09:36:37 +02:00
91bc7a199c feat(js) Implement Boolean bindings.
Cf https://github.com/rustwasm/wasm-bindgen/issues/275.
2018-06-27 09:07:47 +02:00
c99c0f8483 test(js) Fix file permissions, and update a comment. 2018-06-27 08:33:37 +02:00
073cf7455b binding for Math.floor 2018-06-27 10:44:43 +05:30
c16b9a903c Merge pull request #330 from elpiel/string-prototypes
String - length, trim, trimLeft, trimRight, trimStart, trimEnd, valueOf, toString
2018-06-26 17:10:15 -07:00
16517fadcb String - toString and valueOf 2018-06-26 22:21:51 +02:00
9f087241a1 String - length, trim, trimStart & trimLeft, trimEnd & trimRight 2018-06-26 22:10:25 +02:00
919c2bedac Merge pull request #318 from xeqlol/weakmap-bindings
WeakMap bindings
2018-06-26 12:55:30 -07:00
f0614e92e8 Merge pull request #328 from akryvomaz/master
bindings for Function.apply() and Function.toString()
2018-06-26 12:54:10 -07:00
2ee39d0603 Merge pull request #327 from hjr3/issue-275-isArray
js: Implement bindings for Array.isArray
2018-06-26 12:50:22 -07:00
ec8ed3a48d Fixed missed error in WeakMap::set 2018-06-27 00:20:36 +05:00
a6c7b4b69f Changed keys' type JsValue -> Object, changed description of WeakMap constructor 2018-06-26 23:50:31 +05:00
48061aaab6 bindings for Function.prototype.apply() and Function.prototype.toString() 2018-06-26 21:35:28 +03:00
a6d62c696f Merge branch 'master' into weakmap-bindings 2018-06-26 23:29:48 +05:00
3833c94400 js: Implement bindings for Array.isArray 2018-06-26 11:11:02 -07:00
16bc3eb7e7 Merge pull request #315 from ohanar/yarn2
use both npm and yarn in ci
2018-06-26 10:43:12 -07:00
de88291b72 Merge pull request #324 from rail44/string-code_point_at
Support String.prototype.codePointAt
2018-06-26 10:39:36 -07:00
df5862bd7e Merge branch 'master' into string-code_point_at 2018-06-26 10:39:26 -07:00
09969db5cf Merge pull request #325 from rail44/string-concat
Support String.prototype.concat
2018-06-26 10:34:50 -07:00
ff80029cf0 Merge branch 'master' into string-concat 2018-06-26 10:32:42 -07:00
1326255fb6 Merge pull request #319 from xeqlol/backend-crate-typo-fix
Fix typo in backend crate
2018-06-26 10:27:43 -07:00
d0ac895e5e Merge pull request #308 from sendilkumarn/date
Add date methods
2018-06-26 10:25:35 -07:00
6dcbc4a0cc Merge branch 'master' into date 2018-06-26 10:25:26 -07:00
e8c6c40f10 Merge pull request #323 from rail44/string-char_code_at
Support String.prototype.charCodeAt
2018-06-26 10:23:10 -07:00
c836639229 Merge pull request #322 from belfz/expose-bindings/object-seal
implements Object.seal() binding
2018-06-26 10:22:00 -07:00
0f7db31888 js: Sort Array bindings alphabetically 2018-06-26 10:18:31 -07:00
552f3c7c66 Merge branch 'string-includes' of https://github.com/rail44/wasm-bindgen into string-includes 2018-06-26 10:17:26 -07:00