Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | task -> thread | rohan.prinja | 2016-01-10 | 1 | -105/+0 |
| | |||||
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -2/+2 |
| | |||||
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -1/+1 |
| | |||||
* | Move to latest hyper everywhere | Manish Goregaokar | 2015-06-02 | 1 | -1/+0 |
| | |||||
* | Change not(ndebug) to debug_assertions | Matt Brubeck | 2015-06-01 | 1 | -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 crash | Patrick Walton | 2015-03-20 | 1 | -0/+5 |
| | | | | when `ndebug` is on. | ||||
* | Upgrade to rustc ba2f13ef0 2015-02-04 | Simon Sapin | 2015-02-11 | 1 | -1/+1 |
| | |||||
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. | Josh Matthews | 2015-01-28 | 1 | -4/+4 |
| | |||||
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. | Ms2ger | 2015-01-08 | 1 | -12/+22 |
| | |||||
* | Rename TaskState::RENDER -> TaskState::PAINT | Tetsuharu OHZEKI | 2014-12-08 | 1 | -2/+2 |
| | |||||
* | Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a | Jack Moffitt | 2014-11-13 | 1 | -11/+11 |
| | |||||
* | Provide safety check helpers in release builds | Keegan McAllister | 2014-10-24 | 1 | -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 types | Keegan McAllister | 2014-10-24 | 1 | -10/+10 |
| | | | | Also fix warnings. | ||||
* | Ignore the HTML parser's borrow flag in GC tracing | Keegan McAllister | 2014-10-24 | 1 | -0/+2 |
| | | | | Adds some other dynamic checks in debug builds. | ||||
* | Dynamically check DOMRefCell access from layout in debug builds | Keegan McAllister | 2014-10-24 | 1 | -0/+92 |