Thomas Eizinger
|
ea74b8acba
|
Add bindings for Intl.DateTimeFormat
|
2018-08-14 07:50:13 +10:00 |
|
Sendil Kumar N
|
539e987cdb
|
Merge pull request #685 from fitzgen/a-few-more-js-sys-things
A few more js sys things
|
2018-08-11 07:52:26 +02:00 |
|
Sendil Kumar N
|
6457f64a43
|
Merge pull request #686 from fitzgen/guide-supported-types-example-usage
guide: Start adding example usage to "supported types" section
|
2018-08-11 07:45:47 +02:00 |
|
Nick Fitzgerald
|
e87498e939
|
guide: Start adding example usage to "supported types" section
|
2018-08-10 16:56:40 -07:00 |
|
Nick Fitzgerald
|
36e15149c7
|
js-sys: Add bindings for TypeError
|
2018-08-10 13:45:39 -07:00 |
|
Nick Fitzgerald
|
38ef5f9ffe
|
js-sys: Add bindings for SyntaxError
|
2018-08-10 13:42:13 -07:00 |
|
Nick Fitzgerald
|
a58c2584b3
|
js-sys: Add bindings to URIError
|
2018-08-10 13:37:34 -07:00 |
|
Nick Fitzgerald
|
4148d3b4ac
|
macro-support: obey js_class = ... for constructor methods
Fixes #668
|
2018-08-10 13:36:47 -07:00 |
|
Nick Fitzgerald
|
2a3d01c380
|
Merge pull request #683 from eminence/json
Add initial support and tests for JSON
|
2018-08-10 13:27:40 -07:00 |
|
Nick Fitzgerald
|
7af4e62d99
|
js-sys: Add bindings for Symbol.unscopables
|
2018-08-10 13:23:17 -07:00 |
|
Nick Fitzgerald
|
016449ab3c
|
backend: when complaining about setter names, show the name we are complaining about
|
2018-08-10 13:15:12 -07:00 |
|
Nick Fitzgerald
|
178a5e89df
|
js-sys: add bindings for regexp.lastIndex
|
2018-08-10 13:14:54 -07:00 |
|
Nick Fitzgerald
|
dc028d38c8
|
js-sys: Add bindings to ReferenceError
|
2018-08-10 13:03:56 -07:00 |
|
Nick Fitzgerald
|
879fd43edb
|
js-sys: Add bindings to RangeError
|
2018-08-10 13:03:44 -07:00 |
|
Nick Fitzgerald
|
adad606ee3
|
js-sys: Add bindings for Object.create
|
2018-08-10 11:49:22 -07:00 |
|
Nick Fitzgerald
|
4ea1603ddb
|
js-sys: Add bindings to Object.assign
|
2018-08-10 11:41:58 -07:00 |
|
Andrew Chin
|
1092816652
|
Use Reflect::set instead of javascript helper
|
2018-08-10 14:33:21 -04:00 |
|
Nick Fitzgerald
|
f0444d1614
|
js-sys: Add bindings for Intl.Collator
|
2018-08-10 11:20:06 -07:00 |
|
Andrew Chin
|
f5203bba8a
|
Handle exceptions from JSON::stringify
|
2018-08-10 14:13:57 -04:00 |
|
Nick Fitzgerald
|
7f5d0a2158
|
js-sys: Move Intl from a type to a module, since it is a namespace
|
2018-08-10 10:46:53 -07:00 |
|
Nick Fitzgerald
|
a66c4de892
|
js-sys: remove extra new line
|
2018-08-10 10:40:43 -07:00 |
|
Nick Fitzgerald
|
e667400a83
|
js-sys: Remove unused import in symbol tests
|
2018-08-10 10:29:35 -07:00 |
|
Nick Fitzgerald
|
95c55d0b4c
|
js-sys: Add bindings to Array.of
|
2018-08-10 10:29:22 -07:00 |
|
Andrew Chin
|
23cb0ea656
|
Add initial support and tests for JSON
|
2018-08-09 20:54:13 -04:00 |
|
Alex Crichton
|
d390f2fe04
|
Merge pull request #680 from fitzgen/js-sys-promise-arguments-by-shared-ref
Js sys promise arguments by shared ref
|
2018-08-09 18:52:32 -06:00 |
|
Nick Fitzgerald
|
6faef3ba91
|
Merge pull request #682 from eminence/eval_error
Add support and tests for EvalError
|
2018-08-09 17:14:51 -07:00 |
|
Andrew Chin
|
70406fe18a
|
Add support and tests for EvalError
|
2018-08-09 19:26:00 -04:00 |
|
Nick Fitzgerald
|
ff83594882
|
futures: Add sanity tests for conversion between Promises and Futures
Part of #614
|
2018-08-09 16:21:49 -07:00 |
|
Nick Fitzgerald
|
f9ac4e9c90
|
Always bind static operations to their class
For example, `Promise.resolve` must always be called with the `Promise`
constructor as its `this`, or else it will throw an error.
|
2018-08-09 16:17:34 -07:00 |
|
Nick Fitzgerald
|
9a1147d61b
|
Merge pull request #676 from Tarnadas/master
guide: typo in arbitrary data with serde
|
2018-08-09 13:13:15 -07:00 |
|
Nick Fitzgerald
|
96ad97a9f9
|
js-sys: Document that new bindings should take JS things by shared ref
|
2018-08-09 13:08:51 -07:00 |
|
Nick Fitzgerald
|
e3011d629e
|
js-sys: Promise methods should take JS things by shared reference
|
2018-08-09 13:08:30 -07:00 |
|
Nick Fitzgerald
|
0a572d9eac
|
Merge pull request #674 from eminence/extends_object
Add extends attributes for several types
|
2018-08-09 13:06:21 -07:00 |
|
Andrew Chin
|
c371c4a509
|
Fixup from merge commit
|
2018-08-09 14:36:37 -04:00 |
|
Nick Fitzgerald
|
f8af399301
|
Merge branch 'master' into extends_object
|
2018-08-09 10:57:15 -07:00 |
|
Mario Reder
|
cc76963bad
|
guide: typo in arbitrary data with serde
|
2018-08-09 17:46:38 +02:00 |
|
Alex Crichton
|
f85fd0e2ad
|
Merge pull request #675 from sepiropht/master
[670] add extends for Array type
|
2018-08-09 09:52:13 -05:00 |
|
Nick Fitzgerald
|
bd62fdbd8b
|
Merge pull request #672 from bokuweb/number-extends-attributes
js-sys: Add extends attributes for js_sys::Number
|
2018-08-09 07:35:35 -07:00 |
|
sepiropht
|
e9e7072687
|
[670] add extends for Array type
|
2018-08-09 14:35:44 +02:00 |
|
Alex Crichton
|
157ba00660
|
Merge pull request #673 from fitzgen/futures-docs
wasm-bindgen-futures docs and example usage
|
2018-08-08 23:23:48 -05:00 |
|
Andrew Chin
|
cc8095d065
|
Add extends attributes for several types
Part of #670
|
2018-08-08 23:16:57 -04:00 |
|
bokuweb
|
42e02f7769
|
js-sys: Add extends attributes for js_sys::Number
|
2018-08-09 10:10:20 +09:00 |
|
Alex Crichton
|
505037ffae
|
Merge pull request #669 from fitzgen/contributing-testing
Contributing testing docs
|
2018-08-08 19:50:00 -05:00 |
|
Nick Fitzgerald
|
05dd67a63f
|
ci: Also test wasm-bindgen-futures
|
2018-08-08 17:44:38 -07:00 |
|
Nick Fitzgerald
|
170f20e1fd
|
futures: Add more documentation and example usage
Adds an example future that becomes ready on the next tick of the JavaScript
micro task queue.
Part of #614
|
2018-08-08 17:44:38 -07:00 |
|
Nick Fitzgerald
|
16dbed59b2
|
Merge pull request #671 from fitzgen/regexp-extends-attributes
js-sys: Add extends attributes for js_sys::RegExp
|
2018-08-08 16:43:46 -07:00 |
|
Nick Fitzgerald
|
235f9cc04e
|
js-sys: Add extends attributes for js_sys::RegExp
Part of #670
|
2018-08-08 16:23:12 -07:00 |
|
Nick Fitzgerald
|
e8a6341d2b
|
test: Add documentation about configuring headless browser testing
|
2018-08-08 15:47:46 -07:00 |
|
Nick Fitzgerald
|
2fcc74e226
|
guide: refactor and update testing instructions for contributing
|
2018-08-08 15:33:56 -07:00 |
|
Nick Fitzgerald
|
66f10b0c72
|
Merge pull request #666 from fitzgen/instanceof-renamed-import-types
Instanceof renamed import types
|
2018-08-08 15:31:24 -07:00 |
|