aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Move the servo crate from root to components/servoSimon Sapin2014-12-021-172/+0
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-5/+9
* Invert control flow, fix resizing, and improve checkerboardingPatrick Walton2014-11-041-67/+96
* auto merge of #3730 : glennw/servo/taskpool, r=pcwaltonbors-servo2014-10-211-2/+5
|\
| * Introduce a basic shared task pool, and use it for image decoding.Glenn Watson2014-10-201-2/+5
* | Use opts as a global, to avoid cloning and passing the struct all over the code.Glenn Watson2014-10-201-6/+3
|/
* Move windowing code out of the compositorMatt Brubeck2014-10-101-28/+7
* Allow to specify port with --devtools option (fixes #3597)Robin Stocker2014-10-091-5/+3
* Add cmd line option to set user agent. Improves github when used.Glenn Watson2014-10-031-1/+1
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-5/+5
* Dump initial prototype of devtools server into the build. Expect lies if you ...Josh Matthews2014-09-181-1/+8
* Try to parse command line argument as file namesSimon Sapin2014-09-161-7/+8
* Reinstate errors for unused variables and imports.Jack Moffitt2014-09-131-0/+2
* Cargoify servoJack Moffitt2014-09-081-0/+152