aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/macros/macros.rs
Commit message (Collapse)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-96/+0
|
* Revert "Move PropertyBitField to a syntax extension."Glenn Watson2014-09-021-120/+1
| | | | This reverts commit d6002a0a50f4c9fab7bcaf592b296123d33ac212.
* Revert "fixup! Move PropertyBitField to a syntax extension."Glenn Watson2014-09-021-5/+1
| | | | This reverts commit 653f257029466fcc587d6ba17495a663cbd1693b.
* Revert "Add tests for the bit_struct! macro."Glenn Watson2014-09-021-76/+1
| | | | This reverts commit dd44a7d24affbef1841bf8aa4c8c0e9c3c4989f0.
* Add tests for the bit_struct! macro.Simon Sapin2014-08-261-1/+76
| | | | | | | | 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.
* fixup! Move PropertyBitField to a syntax extension.Simon Sapin2014-08-241-1/+5
|
* Move PropertyBitField to a syntax extension.Simon Sapin2014-08-231-1/+120
| | | | This is a first step towards moving away the Mako template in the style crate.
* Generate rustdoc documenation for submodules.Simon Sapin2014-08-051-0/+1
|
* Upgrade Rust.Jack Moffitt2014-08-021-5/+3
|
* Upgrade to latest Rust.Manish Goregaokar2014-06-271-4/+3
|
* Upgrade Rust.Jack Moffitt2014-06-051-3/+3
|
* Update Rust.Ms2ger2014-05-221-5/+5
|
* Keep initial values in a lazy static instead of passing a parameter around.Simon Sapin2014-05-161-0/+68
| | | | Thanks to @Kimundi for https://gist.github.com/Kimundi/8782487
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-3/+5
| | | | | | 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.
* Remove an obsolete commentSimon Sapin2014-04-011-4/+0
| | | Remove a comment that was about a macro that was removed in a7ef1cd35e9347a285f245041db4eb94047f4ab0
* Move common macros into a new crate (fixes #1882)Matt Brubeck2014-03-211-0/+32