Commit graph

16 commits

Author SHA1 Message Date
Jack Moffitt
c6ab60dbfc Cargoify servo 2014-09-08 20:21:42 -06:00
Glenn Watson
c0d08a6c2e Revert "Move PropertyBitField to a syntax extension."
This reverts commit d6002a0a50.
2014-09-02 07:58:17 +10:00
Glenn Watson
cc03e4f9e2 Revert "fixup! Move PropertyBitField to a syntax extension."
This reverts commit 653f257029.
2014-09-02 07:58:08 +10:00
Glenn Watson
a8b7b193f5 Revert "Add tests for the bit_struct! macro."
This reverts commit dd44a7d24a.
2014-09-02 07:57:57 +10:00
Simon Sapin
dd44a7d24a Add tests for the bit_struct! macro.
The macro crate, when built with `--test`,
now depends on itself (a version of itself built without `--test`).
This is a bit unusal, but allows testing a syntax extension.
I did not feel like making a new crate just for this,
and these tests do not belong in any of the other existing crates.
2014-08-26 15:19:03 +01:00
Simon Sapin
653f257029 fixup! Move PropertyBitField to a syntax extension. 2014-08-24 11:44:58 +01:00
Simon Sapin
d6002a0a50 Move PropertyBitField to a syntax extension.
This is a first step towards moving away the Mako template in the style crate.
2014-08-23 23:37:27 +01:00
Simon Sapin
a3eab6a601 Generate rustdoc documenation for submodules. 2014-08-05 13:07:19 +01:00
Jack Moffitt
b91e6f30e0 Upgrade Rust. 2014-08-02 21:11:47 -06:00
Manish Goregaokar
f5b5b337d3 Upgrade to latest Rust. 2014-06-27 18:50:32 -06:00
Jack Moffitt
629c4c6afe Upgrade Rust. 2014-06-05 09:58:59 -06:00
Ms2ger
eaedeb07cb Update Rust. 2014-05-22 16:36:40 -06:00
Simon Sapin
4310f29431 Keep initial values in a lazy static instead of passing a parameter around.
Thanks to @Kimundi for https://gist.github.com/Kimundi/8782487
2014-05-16 22:33:24 +02:00
Lars Bergstrom
948daf2422 This batch of changes upgrades Servo to work with the Rust upgrade as of
April 10, 2014. The main changes are to privacy, to work around the
issues with incorrect bounds on the libstd `Arc<Mutex<T>>`, and the
various API changes strewn throughout the libraries.
2014-04-27 15:46:12 -05:00
Simon Sapin
b1e629b951 Remove an obsolete comment
Remove a comment that was about a macro that was removed in a7ef1cd35e
2014-04-01 15:38:07 +01:00
Matt Brubeck
79ca9b6eb0 Move common macros into a new crate (fixes #1882) 2014-03-21 14:54:56 -07:00
Renamed from src/components/main/macros.rs (Browse further)