| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove useless `use crate_name;` imports. | Simon Sapin | 2018-11-08 | 2 | -2/+0 |
* | `cargo fix --edition-idioms` | Simon Sapin | 2018-11-08 | 4 | -21/+7 |
* | Reorder imports | Pyfisch | 2018-11-06 | 3 | -12/+14 |
* | Format remaining files | Pyfisch | 2018-11-06 | 2 | -17/+32 |
* | Switch most crates to the 2018 edition | Simon Sapin | 2018-11-06 | 1 | -0/+1 |
* | Sort `use` statements | Simon Sapin | 2018-11-06 | 2 | -3/+3 |
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 2 | -4/+4 |
* | Update hyper to 0.12 | Bastien Orivel | 2018-11-01 | 3 | -4/+8 |
* | Add support for IpcBytesReceiver in profile_traits::ipc - #21704 | sumit0190 | 2018-09-20 | 1 | -0/+1 |
* | Replace mpsc with crossbeam/servo channel, update ipc-channel | Simon Sapin | 2018-09-12 | 1 | -1/+1 |
* | format components/profile - #21373 | Anshul Malik | 2018-09-09 | 4 | -189/+276 |
* | Update regex to 1.0 | Bastien Orivel | 2018-07-07 | 1 | -1/+1 |
* | Bump env_logger to 0.5 and log to 0.4 in every servo crate | Bastien Orivel | 2018-03-28 | 1 | -1/+1 |
* | Implements profiler for blocked recv | Nakul Jindal | 2018-03-22 | 1 | -1/+9 |
* | Bump ipc-channel and bincode | Bastien Orivel | 2018-03-21 | 1 | -1/+1 |
* | Add tool to chart memory usage from reports. | Josh Matthews | 2018-03-08 | 1 | -1/+7 |
* | added time to interactive metrics, refactored metrics to use traits | ddh | 2017-10-24 | 1 | -0/+1 |
* | Use try syntax for Option where appropriate | Matt Brubeck | 2017-10-20 | 1 | -9/+4 |
* | Stop relying on linking details of std’s default allocator | Simon Sapin | 2017-10-19 | 3 | -12/+6 |
* | Update WR (details below): | Glenn Watson | 2017-10-16 | 1 | -1/+1 |
* | Make use of unstable alloc_jemalloc crate optional | Simon Sapin | 2017-10-13 | 3 | -11/+17 |
* | Remove usage of unstable box syntax, except in the script crate | Simon Sapin | 2017-10-12 | 2 | -3/+2 |
* | Make Performance Timeline API work in Workers | Fernando Jiménez Moreno | 2017-09-05 | 1 | -0/+1 |
* | Auto merge of #18351 - mateon1:profile-sort_by-partial_cmp, r=emilio | bors-servo | 2017-09-02 | 1 | -21/+3 |
|\ |
|
| * | Refactor `.sort_by()` calls to use `.partial_cmp()` | Mateusz Naściszewski | 2017-09-01 | 1 | -21/+3 |
* | | Correct sortedness check in profile statistics | Mateusz Naściszewski | 2017-08-28 | 1 | -1/+1 |
|/ |
|
* | Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10) | Simon Sapin | 2017-08-15 | 1 | -2/+2 |
* | Implement basic Time To First Paint and First Contentful Paint PWMs | Fernando Jiménez Moreno | 2017-07-20 | 1 | -0/+2 |
* | Add option to write profiler output to InfluxDB | Fernando Jiménez Moreno | 2017-07-03 | 3 | -2/+55 |
* | Remove explicit dependencies on serde_derive | Simon Sapin | 2017-06-16 | 2 | -2/+1 |
* | Bump serde to 1.0 | Bastien Orivel | 2017-06-16 | 1 | -4/+4 |
* | Conditionally define macro that's only used in Linux builds. | Josh Matthews | 2017-05-29 | 1 | -5/+5 |
* | Implemented Houdini worklets. | Alan Jeffrey | 2017-05-17 | 1 | -0/+1 |
* | Remove servo feature from servo_config | Xidorn Quan | 2017-04-07 | 1 | -1/+1 |
* | Move trace file opening into TraceDump::new | Nick Fitzgerald | 2017-03-31 | 2 | -21/+19 |
* | Derive Debug for TraceDump | Nick Fitzgerald | 2017-03-31 | 1 | -0/+1 |
* | Update components/profile/trace-dump.js to 6f7906 | Nick Fitzgerald | 2017-03-31 | 1 | -6/+1 |
* | Auto merge of #15458 - connorimes:hbs-0.4, r=emilio | bors-servo | 2017-02-22 | 1 | -80/+70 |
|\ |
|
| * | Handle synchronization in a private module with safer closure | Connor Imes | 2017-02-20 | 1 | -52/+54 |
| * | Use spinlock to synchronize access to static mut with pointer. Fixes #15471 | Connor Imes | 2017-02-20 | 1 | -23/+54 |
| * | Create heartbeats dynamically as needed - avoids the need for hardcoding and ... | Connor Imes | 2017-02-20 | 1 | -60/+14 |
| * | Update heartbeats-simple to 0.4; Include recently added profiler categories i... | Connor Imes | 2017-02-20 | 1 | -0/+3 |
* | | Kill the plugins crate and its clippy support | Anthony Ramine | 2017-02-21 | 2 | -3/+0 |
|/ |
|
* | Update serde to 0.9 (fixes #15325) | Anthony Ramine | 2017-02-18 | 1 | -4/+4 |
* | Update gamma-lut, heartbeats-simple, hyper, mac, truetype, unicode-bidi | Matt Brubeck | 2017-02-17 | 1 | -1/+1 |
* | Update ipc-channel to 0.6.3 | Anthony Ramine | 2017-02-16 | 1 | -1/+1 |
* | Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23). | Ms2ger | 2017-01-24 | 1 | -1/+0 |
* | Update regex. | Ms2ger | 2017-01-16 | 2 | -4/+4 |
* | WebVR API Implementation, r=larsbergstrom | Imanol Fernandez | 2017-01-09 | 1 | -0/+1 |
* | Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06) | Simon Sapin | 2017-01-06 | 1 | -1/+0 |