Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch back to pinning Rust by Nightly date instead of commit hash… | Simon Sapin | 2017-08-31 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | … 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. | ||||
* | Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10) | Simon Sapin | 2017-08-15 | 1 | -1/+1 |
| | |||||
* | Upgrade to rustc 1.21.0-nightly (599be0d18 2017-07-26) | Simon Sapin | 2017-07-27 | 1 | -1/+1 |
| | |||||
* | Upgrade to rustc 1.20.0-nightly (504328a31 2017-07-21) | Simon Sapin | 2017-07-22 | 1 | -1/+1 |
| | | | | | | | | | and cargo 0.21.0-nightly (ffab51954 2017-07-18). The latter adds support for the `[patch]` section of `Cargo.toml`: http://doc.crates.io/manifest.html#the-patch-section http://doc.crates.io/specifying-dependencies.html#overriding-dependencies | ||||
* | Upgrade to rustc 1.20.0-nightly (ab91c70cc 2017-07-14) | Simon Sapin | 2017-07-14 | 1 | -1/+1 |
| | |||||
* | Update to rustc 1.20.0-nightly (f85579d4a 2017-07-12) | Anthony Ramine | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | Revert "Auto merge of #17633 - servo:rustup, r=nox" | Emilio Cobos Álvarez | 2017-07-12 | 1 | -1/+1 |
| | | | | | This reverts commit 327e72aa149cdad347196f37bdb64c3afc5ae5e0, reversing changes made to eec51cdd575cf985bc1ed926c6cb8868f1ba0e0e. | ||||
* | Upgrade to rustc 1.20.0-nightly (696412de7 2017-07-06) | Simon Sapin | 2017-07-07 | 1 | -1/+1 |
| | |||||
* | Upgrade to rustc 1.20.0-nightly (3bfc18a96 2017-06-29) | Simon Sapin | 2017-06-30 | 1 | -1/+1 |
| | |||||
* | Update Rust nightly to 1.19.0-nightly (2416e222e 2017-06-09) | Anthony Ramine | 2017-06-09 | 1 | -1/+1 |
| | |||||
* | Revert "Update Rust nightly to 1.19.0-nightly (6165203c4 2017-06-03)" | Anthony Ramine | 2017-06-03 | 1 | -1/+1 |
| | | | | This reverts commit f081380dc03dba9664877df2829097f32c40694a. | ||||
* | Update Rust nightly to 1.19.0-nightly (6165203c4 2017-06-03) | Anthony Ramine | 2017-06-03 | 1 | -1/+1 |
| | |||||
* | Update rustc to 03bed655142dd5e42ba4539de53b3663d8a123e0. | Josh Matthews | 2017-05-29 | 1 | -1/+1 |
| | |||||
* | Fix illegal_floating_point_literal_pattern again and rustup… | Simon Sapin | 2017-05-13 | 1 | -1/+1 |
| | | | | … to compiler that has it, to avoid regressing again. | ||||
* | Upgrade to rustc 1.19.0-nightly (ced823e26 2017-05-07) | Simon Sapin | 2017-05-08 | 1 | -1/+1 |
| | |||||
* | Upgrade to rustc 1.19.0-nightly (06fb4d256 2017-04-30) | Simon Sapin | 2017-04-30 | 1 | -1/+1 |
| | |||||
* | Update rustc to 1.18.0-nightly (b0a4074c5 2017-04-26) | Anthony Ramine | 2017-04-26 | 1 | -1/+1 |
| | |||||
* | Upgrade to rustc 1.18.0-nightly (23de823e9 2017-04-23) | Simon Sapin | 2017-04-24 | 1 | -1/+1 |
| | |||||
* | Upgrade to rustc 1.18.0-nightly (5f13a3b54 2017-04-15) | Simon Sapin | 2017-04-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | This version enables [struct field reordering][1] which brings the size of the types for specified values of some CSS properties under the threshold such that they shouldn’t be boxed anymore, making unit tests fail. Simply unboxing them moves the test failure to Stylo’s unit tests, since the stable compiler used in that case does not do field re-ordering. Therefore, we manually reorder a couple fields to effectively bring this optimization to older compilers for a few specific types. [1]: https://github.com/rust-lang/rust/pull/40377 | ||||
* | Upgrade to rustc 1.18.0-nightly (474f7a91e 2017-03-31) | Simon Sapin | 2017-03-31 | 1 | -1/+1 |
| | |||||
* | Update rustc to 1.17.0-nightly (cf69238b8 2017-03-29) | Anthony Ramine | 2017-03-29 | 1 | -1/+1 |
| | |||||
* | Update rustc to 1.17.0-nightly (7dd4e2db7 2017-03-26) | Anthony Ramine | 2017-03-26 | 1 | -1/+1 |
| | |||||
* | Update to rustc 1.17.0-nightly (8c72b7651 2017-03-11) | Simon Sapin | 2017-03-11 | 1 | -1/+1 |
| | | | | | This fixes the DOM node size regression introduced by a previous Rust update: https://github.com/servo/servo/issues/15704 | ||||
* | Update to rustc 1.17.0-nightly (413a975e3 2017-02-23) | Simon Sapin | 2017-02-24 | 1 | -1/+1 |
| | | | | Fix #15704 | ||||
* | Switch to commit-specific nightlies | Anthony Ramine | 2017-02-15 | 1 | -0/+1 |