Simon Sapin
d3439fb4d1
Upgrade to rustc 1.40.0-nightly (246be7e1a 2019-10-25)
2019-10-26 13:03:49 +02:00
Simon Sapin
5b935a60a5
Upgrade to rustc 1.40.0-nightly (084beb83e 2019-09-27)
2019-09-28 12:33:33 +02:00
Simon Sapin
d324a2519f
Upgrade to rustc 1.40.0-nightly (ddf43867a 2019-09-26)
2019-09-27 13:10:37 +02:00
Simon Sapin
d69607064b
Upgrade to rustc 1.39.0-nightly (66bf391c3 2019-09-23)
2019-09-25 18:04:35 +02:00
Simon Sapin
e18846ae94
Upgrade to rustc 1.39.0-nightly (521d78407 2019-08-25)
2019-08-26 14:22:48 +02:00
Simon Sapin
714a5b4248
Upgrade to rustc 1.39.0-nightly (9eae1fc0e 2019-08-23)
2019-08-24 13:41:58 +02:00
Simon Sapin
98e4a53b72
Upgrade to rustc 1.39.0-nightly (f7af19c27 2019-08-15)
2019-08-23 08:23:21 +02:00
Simon Sapin
c38c964f1b
Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)
2019-07-31 13:34:01 +02:00
Simon Sapin
58c5506415
Upgrade to rustc 1.38.0-nightly (273f42b59 2019-07-21)
2019-07-22 09:35:43 +02:00
Simon Sapin
d3718823ba
Upgrade to rustc 1.38.0-nightly (4b65a86eb 2019-07-15)
2019-07-17 10:48:54 +02:00
Josh Matthews
43a75011be
Upgrade to rustc 1.37.0-nightly (088b98730 2019-07-03)
2019-07-05 16:53:02 +02:00
Simon Sapin
112f1ddeba
Upgrade to rustc 1.37.0-nightly (04a3dd8a8 2019-06-18)
2019-06-22 14:59:06 +02:00
Simon Sapin
06b99983fc
Upgrade to rustc 1.36.0-nightly (a9ec99f42 2019-05-13)
2019-05-14 17:37:40 +02:00
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
Josh Matthews
021f4af506
Update to 4/18 Rust nightly.
2019-04-18 10:42:42 -04:00
Anthony Ramine
44163148c2
Make use of RefCell::try_borrow_unguarded
2019-04-12 19:02:07 +02:00
Simon Sapin
389e69bafe
Upgrade to rustc 1.35.0-nightly (4c27fb19b 2019-03-25)
2019-03-26 15:12:55 +01:00
Simon Sapin
99b898753f
Upgrade to rustc 1.34.0-nightly (0ea22717a 2019-03-02)
2019-03-03 19:32:42 +01:00
Simon Sapin
7bb7c9a1e3
Upgrade to rustc 1.34.0-nightly (097c04cf4 2019-02-24)
2019-02-25 13:35:41 +01:00
Simon Sapin
12d19760b3
Upgrade to rustc 1.34.0-nightly (da6ab956e 2019-01-27)
2019-01-28 11:23:51 +01:00
Anthony Ramine
1bd29f1cfd
Update Rust to 1.33.0-nightly (03acbd71c 2019-01-14)
2019-01-15 23:09:18 +01:00
Simon Sapin
5f422b6161
Upgrade to rustc 1.33.0-nightly (c0bbc3927 2019-01-03)
...
CC https://github.com/rust-lang/rust/issues/56105#issuecomment-451457706
2019-01-04 15:27:12 +01:00
Simon Sapin
82fc6d9f49
Upgrade to rustc 1.33.0-nightly (fb86d604b 2018-12-27)
2018-12-28 13:16:55 +01:00
Simon Sapin
a846ed1654
Upgrade to rustc 1.31.0-nightly (8c4ad4e9e 2018-10-04)
...
CC https://github.com/rust-lang/rust/issues/54846
2018-10-05 15:06:29 +02:00
Simon Sapin
707df85a82
Upgrade to rustc 1.30.0-nightly (7061b2775 2018-08-28)
2018-08-29 14:53:19 +02:00
Simon Sapin
a6dcfdcd55
Upgrade to rustc 1.30.0-nightly (721913067 2018-08-26)
2018-08-27 10:47:49 +02:00
Simon Sapin
3509bcb531
Upgrade to rustc 1.29.0-nightly (1ecf6929d 2018-07-16)
2018-07-18 11:25:30 +02:00
Simon Sapin
a09899be99
Upgrade to rustc 1.29.0-nightly (e06c87544 2018-07-06)
2018-07-07 12:53:39 +02:00
Simon Sapin
c94c2b6f76
Upgrade to rustc 1.28.0-nightly (b68432d56 2018-06-12)
2018-06-14 04:19:17 +02:00
Anthony Ramine
a553964123
Upgrade to rustc 1.28.0-nightly (524ad9b9e 2018-05-29)
...
Fixes https://github.com/servo/servo/issues/20844
2018-05-30 10:50:59 +02:00
Josh Matthews
e7979380ba
Revert "Upgrade to rustc 1.27.0-nightly (8a37c75a3 2018-05-02)"
...
This reverts commit 46ad811017
.
2018-05-18 11:44:47 -05:00
Simon Sapin
46ad811017
Upgrade to rustc 1.27.0-nightly (8a37c75a3 2018-05-02)
2018-05-04 11:38:45 +02:00
Simon Sapin
7dbc524207
Fork the jemallocator crate, fix for nightly-2018-04-15
...
CC https://github.com/alexcrichton/jemallocator/pull/40 ,
https://github.com/rust-lang/rust/pull/49669
The new version of jemallocator requires a more recent jemalloc
https://github.com/alexcrichton/jemallocator/pull/34
which doesn’t build on our current Android toolchain
https://github.com/jemalloc/jemalloc/issues/1175 .
To avoid blocking on figuring that out, duplicate ~70 lines
from jemallocator and use the older jemalloc-sys directly.
2018-04-16 08:56:08 +02:00
Simon Sapin
3d6614e314
Upgrade to rustc 1.27.0-nightly (056f589fb 2018-04-07)
2018-04-09 21:43:25 +02:00
Emilio Cobos Álvarez
9039a64747
Update rust to nightly-2018-01-27.
2018-03-27 13:20:07 +02:00
Simon Sapin
6e3fba97bd
Upgrade to rustc 1.25.0-nightly (15a1e2844 2018-01-20)
2018-01-22 17:41:24 +01:00
Simon Sapin
fbc048aa68
Upgrade to rustc 1.25.0-nightly (e6072a7b3 2018-01-13)
...
CC #19762
2018-01-14 10:08:44 +01:00
Simon Sapin
828780d17b
Upgrade to rustc 1.24.0-nightly (0a3761e63 2018-01-03)
2018-01-10 20:54:35 +01:00
Alan Jeffrey
e2f534f681
Downgrade to rustc nightly-2017-11-14.
2017-12-15 10:00:30 -06:00
Simon Sapin
1a950d263a
Upgrade to rustc 1.24.0-nightly (5a2465e2b 2017-12-06)
2017-12-07 13:50:09 +01:00
Simon Sapin
250e1b8c3b
Upgrade to rustc 1.23.0-nightly (e21df8020 2017-11-13)
2017-11-14 08:57:16 +01:00
Simon Sapin
793bebfc0e
Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)
2017-11-09 16:56:39 +01:00
Bastien Orivel
c716da5cd0
Update Rust to 1.22.0-nightly (dcbbfb6e8 2017-10-12)
...
This fixes an ICE when compiling servo with CARGO_INCREMENTAL=1
2017-10-13 18:03:54 +02:00
Anthony Ramine
d4933148d4
Update Rust to 1.22.0-nightly (a47c9f870 2017-10-11)
...
This allows us to start experimenting with -Z thinlto
2017-10-12 14:16:04 +02:00
Simon Sapin
d993a994ba
Upgrade to rustc 1.22.0-nightly (d7e73e4b1 2017-10-04)
...
This version fixes large regressions in incremental compilation performance.
2017-10-05 13:59:30 +02:00
Simon Sapin
b6bfdc982d
Upgrade to rustc 1.22.0-nightly (c6884b12d 2017-09-30)
...
A new `AddAssign` impl in the standard library made inference ambiguous.
2017-10-01 14:54:59 +02:00
Simon Sapin
aa5b3ae452
Upgrade to rustc 1.22.0-nightly (277476c4f 2017-09-16)
2017-09-17 15:27:09 +02:00
Simon Sapin
6c6ce53c3d
Upgrade to rustc 1.22.0-nightly (d93036a04 2017-09-07)
2017-09-12 11:42:10 +02:00
Simon Sapin
1dcede75d7
Upgrade to rustc 1.21.0-nightly (7eeac1b81 2017-08-30)
2017-08-31 17:17:59 +02:00
Simon Sapin
56b4f3ae70
Switch back to pinning Rust by Nightly date instead of commit hash…
...
… this time using a `rust-toolchain` file compatible with rustup:
https://github.com/rust-lang-nursery/rustup.rs/#the-toolchain-file
And upgrade to rustc 1.21.0-nightly (c11f689d2 2017-08-29)
----
Now if both `system-rust` and `system-cargo` are set to `true` in `.servobuild`’s `[tools]` section,
and the corresponding `rustc` and `cargo` binaries are in fact rustup’s wrappers,
then rustup will use the correct version based on `rust-toolchain`.
CC https://github.com/servo/servo/issues/11361
Unlike https://github.com/servo/servo/pull/17927 ,
this does not make mach use rustup directly.
2017-08-31 14:30:28 +02:00