aboutsummaryrefslogtreecommitdiffstats
path: root/src/support/encoding/rust-encoding
Commit message (Collapse)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-0/+0
|
* Upgrade Rust.Jack Moffitt2014-08-021-0/+0
|
* Upgrade to latest Rust.Manish Goregaokar2014-06-271-0/+0
|
* Upgrade Rust.Jack Moffitt2014-06-051-0/+0
|
* Update Rust.Ms2ger2014-05-221-0/+0
|
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-0/+0
| | | | | | 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.
* Fix tests.Josh Matthews2014-04-041-0/+0
|
* Upgrade rust.Ms2ger2014-04-041-0/+0
|
* Rust upgradesLars Bergstrom2014-03-181-0/+0
|
* Upgrade to latest Rust.Jack Moffitt2014-01-121-0/+0
|
* Upgrade to rust-encoding upstream.Simon Sapin2013-12-131-0/+0
|
* Add support for non-UTF8 CSS stylesheets, with rust-encoding.Simon Sapin2013-12-111-0/+0
|
* Add rust-encoding as a submodule.Simon Sapin2013-12-111-0/+0
Upstream: https://github.com/lifthrasiir/rust-encoding Servo’s fork: https://github.com/mozilla-servo/rust-encoding As of this writing, upstream’s master branch targets Rust 0.8, and its rust-0.9-pre branch targets Rust master. Servo uses a Rust version in-between those. I pushed a rust-servo branch to our fork that backports from rust-0.9-pre.