aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/build.rs
Commit message (Collapse)AuthorAgeFilesLines
* Auto merge of #23211 - jdm:win-cross, r=SimonSapinbors-servo2019-04-261-0/+36
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Windows x86 build job. This will make it easier to start working on Hololens embedding work without having to deal with a broken build first. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] There are tests for these changes <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23211) <!-- Reviewable:end -->
| * Add Windows x86 build job.Josh Matthews2019-04-261-0/+36
| |
* | Force the use of clang-cl.exe for Windows builds.Josh Matthews2019-04-251-5/+0
|/
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-2/+0
| | | | A `crate_name::foo` path always works in 2018
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-6/+4
|
* Format remaining filesPyfisch2018-11-061-1/+2
|
* Add a workaround for a rustc ICEOliver Scherer2018-10-221-3/+4
|
* Format script componentchansuke2018-09-191-7/+22
|
* Use env::var_os to read paths from the environmentMatt Brubeck2017-10-201-2/+2
| | | | | This avoids unnecessary UTF-8 validation on OsStrings that we just pass back to the OS.
* order derivable traits listsClément DAVID2017-08-231-1/+1
| | | | | | Ignoring : - **generated**.rs - python/tidy/servo_tidy_tests/rust_tidy.rs
* Fix hardcoded path to link.exeUK9922017-02-031-1/+3
|
* script codegen: Avoid modifying in-place a generated file.Simon Sapin2017-01-191-22/+12
|
* Remove usage of phf_macros.Simon Sapin2017-01-181-0/+48
| | | | | | | | | It’s a compiler plugin that uses unstable compiler APIs that are not on a path to stabilization. With this changes, there is one less thing that might break when we update the compiler. For example: https://github.com/sfackler/rust-phf/pull/101
* Native MSVC windows build, convert to cmakeVladimir Vukicevic2016-08-171-7/+26
|
* Generate multiple DOM bindings in parallel.Josh Matthews2016-07-221-1/+6
|
* Fix build scripts warnings.Simon Sapin2015-03-181-9/+4
|
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-0/+18