aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Removed util.Alan Jeffrey2016-12-141-54/+0
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-0/+1
* Remove #![feature(structural_match)]Anthony Ramine2016-11-031-1/+0
* Remove #![feature(custom_derive)]Anthony Ramine2016-11-031-1/+0
* Update Rust to 1.14.0-nightly (c59cb71d9 2016-10-26)Anthony Ramine2016-10-271-1/+0
* Remove util::ipc module (fixes #12312)Dirkjan Ochtman2016-10-191-2/+0
* Update to Rust 1.14.0-nightly (19ac57926 2016-10-08)Anthony Ramine2016-10-091-2/+4
* Add assertion that this is not a flex itemMichael Howell2016-09-291-8/+8
* Add `util::clamp` functionMichael Howell2016-09-271-0/+10
* Remove static usage at compile-time of GIT_INFO to enable builds outside of a...Lars Bergstrom2016-08-271-2/+7
* Move thread_state to style.Ms2ger2016-08-221-1/+0
* Update to euclid 0.8Martin Robinson2016-08-121-1/+1
* Replaced mutex in constellation logging by a reentrant mutex.Alan Jeffrey2016-07-291-0/+3
* Removed panic channel, replaced by integrated logging and issue reporting.Alan Jeffrey2016-07-201-3/+0
* Improve mach clippy, add plugins to style/utilManish Goregaokar2016-07-121-0/+1
* Move arc_ptr_eq to style.Ms2ger2016-07-111-10/+0
* Move util::cache to style.Ms2ger2016-07-081-2/+0
* Remove util::breakpointAnthony Ramine2016-07-061-7/+0
* Move util::str to styleAnthony Ramine2016-07-051-2/+0
* Move util::tid to styleAnthony Ramine2016-07-051-1/+0
* Move util::workqueue to styleAnthony Ramine2016-07-041-3/+0
* Remove util::debug_utilsAnthony Ramine2016-07-041-1/+0
* Move util::vec::byte_swap to canvas_traitsAnthony Ramine2016-07-041-1/+0
* Move util::vec::ForgetfulSink to style::sink and simplify itAnthony Ramine2016-07-041-1/+0
* Move util::print_tree to gfx_traitsAnthony Ramine2016-07-041-1/+0
* Send servo version in mozbrowser error.Connor Brewster2016-07-011-0/+4
* Move util::time::duration_from_seconds to profile::timeAnthony Ramine2016-06-291-1/+0
* Move util::linked_list to layoutAnthony Ramine2016-06-291-1/+0
* Make the style crate almost build on stable Rust.Simon Sapin2016-06-221-4/+4
* Make it possible to build the style_traits crate with a stable compiler.Simon Sapin2016-06-221-36/+24
* Restore Android to using /sdcard/servo for data, cache, and config pathsLars Bergstrom2016-06-091-1/+1
* Update Rust to 1.11.0-nightly (ec872dc8a 2016-06-07)Anthony Ramine2016-06-081-1/+0
* Deny unsafe code in some more modules.Ms2ger2016-06-041-2/+0
* Fix unused import warningsMatt Brubeck2016-05-251-0/+1
* adding default config dirsRahul Sharma2016-05-251-0/+2
* Move DOMString back to scriptAnthony Ramine2016-05-241-7/+0
* Remove unnecessary bounds on arc_ptr_eq.Ms2ger2016-05-171-1/+1
* Use num_traits in utilMatt Brubeck2016-05-171-1/+1
* Auto merge of #10847 - servo:rustup-20160424, r=noxbors-servo2016-04-261-1/+0
|\
| * Update rustc.Ms2ger2016-04-261-1/+0
* | Auto merge of #10824 - asajeffrey:communicate-backtrace-on-panic, r=Manishearthbors-servo2016-04-261-0/+1
|\ \
| * | Communicate a backtrace to the constellation when panicking.Alan Jeffrey2016-04-261-0/+1
| |/
* / Add parsing of double values in style attributesKeith Yeung2016-04-251-0/+1
|/
* Silence unused-extern-crates false positives.Zbynek Winkler2016-04-221-0/+2
* Remove watcher threads; replace with more panic handler goodnessManish Goregaokar2016-04-151-0/+2
* Remove some unused dependencies from util.Ms2ger2016-04-061-6/+0
* Skip printing the backtrace for RecvError/SendErrorManish Goregaokar2016-04-011-0/+1
* Auto merge of #10075 - Ms2ger:deny-unsafe, r=jdmbors-servo2016-03-201-0/+11
|\
| * Deny unsafe code in more crates.Ms2ger2016-03-181-0/+11
* | Use external 'threadpool' crate, remove in-tree utility.Corey Farwell2016-03-181-2/+0
|/