aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-16/+0
* Update hyper to 0.12Bastien Orivel2018-11-011-0/+1
* Stop relying on linking details of std’s default allocatorSimon Sapin2017-10-191-5/+2
* Make use of unstable alloc_jemalloc crate optionalSimon Sapin2017-10-131-2/+3
* Remove usage of unstable box syntax, except in the script crateSimon Sapin2017-10-121-1/+0
* Add option to write profiler output to InfluxDBFernando Jiménez Moreno2017-07-031-0/+1
* Remove explicit dependencies on serde_deriveSimon Sapin2017-06-161-1/+1
* Kill the plugins crate and its clippy supportAnthony Ramine2017-02-211-2/+0
* Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-1/+0
* Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)Simon Sapin2017-01-061-1/+0
* Removed util.Alan Jeffrey2016-12-141-1/+1
* Remove #![feature(custom_derive)]Anthony Ramine2016-11-031-1/+0
* Update to Rust 1.14.0-nightly (19ac57926 2016-10-08)Anthony Ramine2016-10-091-2/+4
* Update Rust to 1.12.0-nightly (545a3a94f 2016-08-04)Anthony Ramine2016-08-051-1/+0
* Update heartbeats-simple to 0.3.0Connor Imes2016-06-201-1/+1
* Do not use libc in profile on WindowsAnthony Ramine2016-05-171-0/+1
* Fix all Windows warningsAnthony Ramine2016-05-161-1/+1
* Add a method for dumping self-contained HTML timeline profilesNick Fitzgerald2016-04-271-0/+5
* Silence unused-extern-crates false positives.Zbynek Winkler2016-04-221-0/+1
* Deny unsafe code in more crates.Ms2ger2016-03-181-0/+4
* Fix build on WindowsUK9922016-03-031-0/+1
* Auto merge of #8713 - GuillaumeGomez:features, r=Manishearthbors-servo2015-11-281-1/+0
|\
| * Remove stabilized featuresGuillaume Gomez2015-11-281-1/+0
* | Add check up on extern crate order and sort extern crates alphabeticallyGuillaume Gomez2015-11-281-6/+5
|/
* New Android suppportLars Bergstrom2015-11-041-0/+3
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-7/+8
* make test-tidy check that = have space after themerneyja2015-09-011-2/+2
* Integrate with simple HeartbeatsConnor Imes2015-08-221-0/+3
* Auto merge of #6850 - servo:rustup_2015-07-30, r=SimonSapinbors-servo2015-07-301-2/+1
|\
| * Have our copy of the now deprecated `std::env::page_size`Simon Sapin2015-07-301-1/+0
| * Fix deprecation warningsSimon Sapin2015-07-241-1/+1
* | profile: Make the time and memory profilers run over IPC.Patrick Walton2015-07-241-0/+1
|/
* Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0.Ms2ger2015-06-251-2/+2
* Audit and reduce unstable usage in profileManish Goregaokar2015-06-101-1/+0
* Use the correct log crate and setup env_logger in main.Eduard Burtescu2015-06-061-1/+0
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-5/+1
* Add a `profile_traits` crate to reduce compile times.Nicholas Nethercote2015-04-301-1/+2
* Use box syntax instead of Box::new()Brandon DeRosier2015-03-291-0/+1
* Move profiler code from `util` into a new crate `profile`.Nicholas Nethercote2015-03-241-0/+27