aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/task_state.rs
Commit message (Collapse)AuthorAgeFilesLines
* task -> threadrohan.prinja2016-01-101-105/+0
|
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-2/+2
|
* sort all usesJohann Tuffe2015-08-201-1/+1
|
* Move to latest hyper everywhereManish Goregaokar2015-06-021-1/+0
|
* Change not(ndebug) to debug_assertionsMatt Brubeck2015-06-011-5/+5
| | | | The name of this directive changed in rust-lang/rust#22980.
* util: Turn on `ndebug` in release mode, and fix task-state to not crashPatrick Walton2015-03-201-0/+5
| | | | when `ndebug` is on.
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-1/+1
|
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-4/+4
|
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-12/+22
|
* Rename TaskState::RENDER -> TaskState::PAINTTetsuharu OHZEKI2014-12-081-2/+2
|
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-11/+11
|
* Provide safety check helpers in release buildsKeegan McAllister2014-10-241-7/+4
| | | | | | | | debug_assert! uses if cfg!(not(ndebug)) { ... } so the body in a release build is dead code, but it still needs to compile.
* task_state: Generate the list of task typesKeegan McAllister2014-10-241-10/+10
| | | | Also fix warnings.
* Ignore the HTML parser's borrow flag in GC tracingKeegan McAllister2014-10-241-0/+2
| | | | Adds some other dynamic checks in debug builds.
* Dynamically check DOMRefCell access from layout in debug buildsKeegan McAllister2014-10-241-0/+92