Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -96/+0 |
| | |||||
* | Revert "Move PropertyBitField to a syntax extension." | Glenn Watson | 2014-09-02 | 1 | -120/+1 |
| | | | | This reverts commit d6002a0a50f4c9fab7bcaf592b296123d33ac212. | ||||
* | Revert "fixup! Move PropertyBitField to a syntax extension." | Glenn Watson | 2014-09-02 | 1 | -5/+1 |
| | | | | This reverts commit 653f257029466fcc587d6ba17495a663cbd1693b. | ||||
* | Revert "Add tests for the bit_struct! macro." | Glenn Watson | 2014-09-02 | 1 | -76/+1 |
| | | | | This reverts commit dd44a7d24affbef1841bf8aa4c8c0e9c3c4989f0. | ||||
* | Add tests for the bit_struct! macro. | Simon Sapin | 2014-08-26 | 1 | -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 Sapin | 2014-08-24 | 1 | -1/+5 |
| | |||||
* | Move PropertyBitField to a syntax extension. | Simon Sapin | 2014-08-23 | 1 | -1/+120 |
| | | | | This is a first step towards moving away the Mako template in the style crate. | ||||
* | Generate rustdoc documenation for submodules. | Simon Sapin | 2014-08-05 | 1 | -0/+1 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-08-02 | 1 | -5/+3 |
| | |||||
* | Upgrade to latest Rust. | Manish Goregaokar | 2014-06-27 | 1 | -4/+3 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-06-05 | 1 | -3/+3 |
| | |||||
* | Update Rust. | Ms2ger | 2014-05-22 | 1 | -5/+5 |
| | |||||
* | Keep initial values in a lazy static instead of passing a parameter around. | Simon Sapin | 2014-05-16 | 1 | -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 of | Lars Bergstrom | 2014-04-27 | 1 | -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 comment | Simon Sapin | 2014-04-01 | 1 | -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 Brubeck | 2014-03-21 | 1 | -0/+32 |