Alex Crichton
|
7ecf4aae87
|
cargo +nightly fmt --all
Rustfmt all the things!
|
2018-09-26 08:26:00 -07:00 |
|
Matt Kraai
|
687412ec50
|
Test for AsRef implementations
Part of #670
|
2018-08-17 13:09:30 -07:00 |
|
Andrew Chin
|
cc8095d065
|
Add extends attributes for several types
Part of #670
|
2018-08-08 23:16:57 -04:00 |
|
Alex Crichton
|
41200743af
|
Tweak js-sys tests to pass in Firefox
Turns out date parsing is slightly different there!
|
2018-07-25 16:55:11 -07:00 |
|
Nick Fitzgerald
|
64591ef403
|
Js sys use &str arguments (#555)
* js-sys: imports should take &str parameters instead of &JsString
* js-sys: Imports should take Option<&str> instead of Option<String>
|
2018-07-25 18:50:30 -05:00 |
|
Nick Fitzgerald
|
61fc8d2567
|
Js sys once over (#550)
* js-sys: Return `f64` instead of `Number`
* js-sys: remove trailing whitespace
* js-sys: Ensure that all imported types derive Clone and Debug
* js-sys: Imported functions should always take JS object arguments by-ref
|
2018-07-25 16:33:44 -05:00 |
|
Alex Crichton
|
601b138296
|
Port Date tests to wasm
|
2018-07-20 12:07:41 -07:00 |
|