Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -3/+1 |
| | |||||
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -1/+0 |
| | | | | This merges import blocks that were reported by tidy as unmerged. | ||||
* | Fix match_refs and let_returns in layout, address review changes | Manish Goregaokar | 2015-09-04 | 1 | -6/+6 |
| | |||||
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -2/+2 |
| | |||||
* | Change not(ndebug) to debug_assertions | Matt Brubeck | 2015-06-01 | 1 | -2/+2 |
| | | | | The name of this directive changed in rust-lang/rust#22980. | ||||
* | Make DEBUG_ID_COUNTER a plain static. | Ms2ger | 2015-05-05 | 1 | -3/+2 |
| | | | | Apparently it no longer needs to be static mut. | ||||
* | Remove old_path usage from layout. | Ms2ger | 2015-03-25 | 1 | -2/+1 |
| | |||||
* | auto merge of #5296 : servo/servo/unsafe_code, r=Ms2ger | bors-servo | 2015-03-21 | 1 | -1/+1 |
|\ | |||||
| * | Replace unsafe_blocks by unsafe_code. | Manish Goregaokar | 2015-03-21 | 1 | -1/+1 |
| | | |||||
* | | Replace most usage of std::old_io::File. | Ms2ger | 2015-03-20 | 1 | -2/+3 |
|/ | |||||
* | Use rustc-serialize rather than the built-in deprecated serialize. | Ms2ger | 2015-02-17 | 1 | -1/+1 |
| | |||||
* | Fix some warnings in layout. | Ms2ger | 2015-02-12 | 1 | -2/+2 |
| | |||||
* | Upgrade to rustc ba2f13ef0 2015-02-04 | Simon Sapin | 2015-02-11 | 1 | -6/+6 |
| | |||||
* | Opt-in rather than opt-out to unsafe blocks in layout. | Ms2ger | 2015-02-08 | 1 | -0/+1 |
| | |||||
* | Fix various build warnings. | Ms2ger | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. | Josh Matthews | 2015-01-28 | 1 | -9/+9 |
| | |||||
* | Stop calling deref() and deref_mut() explicitly. | Ms2ger | 2015-01-22 | 1 | -4/+4 |
| | |||||
* | Use std::sync::atomic::Ordering explicitly. | Ms2ger | 2015-01-22 | 1 | -2/+2 |
| | |||||
* | Move to to_owned rather than into_string. | Ms2ger | 2015-01-20 | 1 | -1/+3 |
| | | | | into_string has been removed from Rust. | ||||
* | Fix `non_upper_case_globals` warnings | Matthew Rasmus | 2015-01-08 | 1 | -6/+6 |
| | |||||
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. | Ms2ger | 2015-01-08 | 1 | -30/+31 |
| | |||||
* | layout: to_string() -> into_string() | Manish Goregaokar | 2014-12-27 | 1 | -1/+1 |
| | |||||
* | Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a | Jack Moffitt | 2014-11-13 | 1 | -5/+6 |
| | |||||
* | layout: Shrink fragments down from 448 bytes down to 128 bytes. | Patrick Walton | 2014-10-23 | 1 | -2/+2 |
| | | | | 16% performance improvement in layout (!) | ||||
* | Use the Deref traits for FlowRefs. | Clark Gaebel | 2014-10-15 | 1 | -4/+4 |
| | | | | | This patch switches FlowRefs to using the Deref and DerefMut traits, instead of the custom `get` and `get_mut` functions. | ||||
* | Eliminate warnings | Keegan McAllister | 2014-09-20 | 1 | -1/+1 |
| | |||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+126 |