aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/build.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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