Matt Brubeck
c169f52b25
Use env::var_os to read paths from the environment
...
This avoids unnecessary UTF-8 validation on OsStrings that we just pass
back to the OS.
2017-10-20 09:03:21 -07:00
Clément DAVID
c5fe235112
order derivable traits lists
...
Ignoring :
- **generated**.rs
- python/tidy/servo_tidy_tests/rust_tidy.rs
2017-08-23 21:38:44 +02:00
UK992
a5ce6304b1
Fix hardcoded path to link.exe
2017-02-03 13:33:37 +01:00
Simon Sapin
0b9ff576e0
script codegen: Avoid modifying in-place a generated file.
2017-01-19 17:13:35 +01:00
Simon Sapin
71fb02953c
Remove usage of phf_macros.
...
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
2017-01-18 17:25:59 +01:00
Vladimir Vukicevic
5bbec7469d
Native MSVC windows build, convert to cmake
2016-08-17 09:50:51 -04:00
Josh Matthews
015a52b149
Generate multiple DOM bindings in parallel.
2016-07-22 12:18:14 -04:00
Simon Sapin
fef279a8f5
Fix build scripts warnings.
2015-03-18 21:53:48 +01:00
Simon Sapin
d5dd1d658e
Upgrade to rustc ba2f13ef0 2015-02-04
2015-02-11 14:48:34 -08:00