aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Enable codegen-units=4 in debug modeSimon Sapin2017-01-131-0/+9
| | | | | | | | | | | | | | We previously had this and removed it because it caused runtime slowdowns (discussion in #11102), but that was in release mode. Debug mode is already very slow at runtime. In my opinion, debug mode is mostly for the edit-compile-test cycle which is currently dominated by compile times, so sacrificing runtime for compile time makes sense. I’ve observed a ~30% improvement of compile times with this. This figure is consistent between a very fast desktop with 4 cores / 8 threads and a not-as-fast laptop with 2 cores / 4 threads.
* Fix Android packaging problemMátyás Mustoha2016-12-071-0/+1
|
* Move to Cargo workspacesAnthony Ramine2016-11-281-0/+6
|
* Remove "Not the toml you’re looking for".Simon Sapin2015-04-161-10/+0
| | | | It’s been broken for a while and nobody noticed.
* Warn when Cargo is run directly. Fix #3957.Simon Sapin2014-12-021-0/+10
|
* Move the servo crate from root to components/servoSimon Sapin2014-12-021-69/+0
|
* Add glutin port (supported on Linux only currently).Glenn Watson2014-11-191-0/+5
| | | | | | Default build uses glfw, but glutin can be enabled via: ./mach cargo build --no-default-features --features=glutin
* Update Cargo.lock files for Android rustup fixesMatt Brubeck2014-11-141-2/+4
| | | | r? @glennw
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-0/+6
|
* Move windowing code out of the compositorMatt Brubeck2014-10-101-1/+7
| | | | | This is mainly just moving code around, in preparation for further changes to the "windowing" API.
* Give explicit file: URLs for reftests. Allow specifying a fragment idSimon Sapin2014-09-161-0/+3
| | | | | The previous commit made #top be considered part of the file name in ../html/acid2.html#top
* Remove needless rust-png dependency.Tetsuharu OHZEKI2014-09-101-4/+0
|
* Cargoify servoJack Moffitt2014-09-081-0/+51