servo/tests/unit/script
Simon Sapin 51d6b6350e Upgrade to rustc 1.36.0-nightly (e305df184 2019-04-24)
This includes a `size_of` regression for a few DOM types,
due to https://github.com/rust-lang/rust/pull/58623 which replaces the
implementation of `HashMap` in the standard library to Hashbrown.

Although `size_of<HashMap>` grows, it’s not obvious how total memory usage
is going to be impacted: Hashbrown only has one `u8` instead of one `usize`
of overhead per hash table bucket for storing (part of) a hash,
and so might allocate less memory itself.

Hashbrown also typically has better run time performance:
https://github.com/rust-lang/hashbrown#performance

Still, I’ve filed https://github.com/rust-lang/hashbrown/issues/69
about potentially reducing the `size_of<HashMap>` regression.
2019-04-25 13:52:09 +02:00
..
Cargo.toml Use keyboard-types::webdriver::send_keys 2018-11-11 21:57:45 +01:00
headers.rs Update MPL license to https (part 5) 2018-11-27 19:09:17 +01:00
htmlareaelement.rs Format remaining files 2018-11-06 22:30:31 +01:00
htmlimageelement.rs Update MPL license to https (part 5) 2018-11-27 19:09:17 +01:00
lib.rs Update MPL license to https (part 5) 2018-11-27 19:09:17 +01:00
origin.rs Update MPL license to https (part 5) 2018-11-27 19:09:17 +01:00
size_of.rs Upgrade to rustc 1.36.0-nightly (e305df184 2019-04-24) 2019-04-25 13:52:09 +02:00
textinput.rs Fixed bug in textinput::adjust_vertical concerning selection_origin update 2018-12-22 17:50:24 +01:00
timeranges.rs Update MPL license to https (part 5) 2018-11-27 19:09:17 +01:00