aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/task.rs
Commit message (Expand)AuthorAgeFilesLines
* task -> threadrohan.prinja2016-01-101-66/+0
* compositing: Split Servo up into multiple sandboxed processes.Patrick Walton2015-11-191-9/+33
* Remove a pointless closure from spawn_named.Ms2ger2015-10-231-3/+1
* sort all usesJohann Tuffe2015-08-201-2/+2
* Fix several hangs / panics during pipeline cleanup of in progress loads.Glenn Watson2015-05-191-1/+1
* Move util crate unit tests into a new unit_tests crateSimon Sapin2015-04-071-7/+0
* Fix some warnings in util.Simon Sapin2015-03-181-2/+2
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-5/+5
* add `unwrap` to `send/recv` callsAlexandru Cojocaru2015-02-031-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-18/+29
* Remove rtinstrument (fixes #4600).Ms2ger2015-01-221-12/+6
* Pass a String to spawn_named.Ms2ger2015-01-211-1/+1
* Move to to_owned rather than into_string.Ms2ger2015-01-201-1/+2
* Fix `renamed to into_inner()` warningsMatthew Rasmus2015-01-081-1/+1
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-7/+9
* Remove spawn_named_native.Ms2ger2015-01-051-4/+0
* Remove the unused native argument from spawn_named_with_send_on_failure.Ms2ger2015-01-051-2/+1
* Remove dependencies on the native crate.Ms2ger2015-01-041-14/+4
* Replace the remaining to_string calls by into_string calls.Ms2ger2014-12-311-1/+1
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-2/+2
* Add task profiler, which works by instrumenting each task runtime when enabled.Glenn Watson2014-10-291-10/+16
* Run all task spawning through util, to allow for easy hooking.Clark Gaebel2014-10-281-0/+5
* Dynamically check DOMRefCell access from layout in debug buildsKeegan McAllister2014-10-241-4/+11
* Cargoify servoJack Moffitt2014-09-081-0/+40