rust/src/librustc_data_structures
bors 59947fcae6 Auto merge of #66981 - michaelwoerister:measureme-0.5.0, r=Mark-Simulacrum
Update measureme crate to 0.5.0

This PR updates the `measureme` self-profiling crate to the latest release. Heads up, this version changes the trace file format, so the `summarize` tool on perf.rlo needs to be updated to 0.5 too.

r? @Mark-Simulacrum
cc @wesleywiser
2019-12-08 19:43:29 +00:00
..
base_n librustc_data_structures: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
binary_search_util librustc_data_structures: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
graph Undo minor changes that weren't needed, fix one lifetime typo 2019-12-02 08:38:16 -05:00
obligation_forest Make process_obligations() greedier. 2019-11-15 08:33:39 +11:00
owning_ref Add lint for unnecessary parens around types 2019-10-29 18:11:12 +00:00
sip128 librustc_data_structures: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
small_c_str librustc_data_structures: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
snapshot_map Remove unnecessary Hash bounds from various types. 2019-10-21 13:48:20 +11:00
sorted_map Separate librustc_data_structures module 2019-06-16 14:17:01 +03:00
tiny_list add contains benchmarks 2019-08-13 21:55:55 +02:00
transitive_relation librustc_data_structures: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
base_n.rs librustc_data_structures: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
box_region.rs Make the rustc driver and interface demand driven 2019-03-10 04:49:45 +01:00
Cargo.toml Update measureme crate to 0.5.0. 2019-12-03 10:33:24 +01:00
const_cstr.rs Remove licenses 2018-12-25 21:08:33 -07:00
fingerprint.rs Switch over all StableHash impls to new format 2019-09-28 11:47:36 -04:00
flock.rs rustdoc: Don't panic when failing to write .lock file 2019-11-23 02:08:10 +00:00
fx.rs rustc: use indexmap instead of a plain vector for upvars. 2019-06-01 19:17:22 +03:00
jobserver.rs Re-export Client from rustc_data_structures::jobserver 2019-12-03 12:19:16 -05:00
lib.rs Move self-profile infrastructure to data structures 2019-11-12 12:48:04 -05:00
macros.rs Switch master to 1.38 2019-07-04 11:26:57 -04:00
profiling.rs Update measureme crate to 0.5.0. 2019-12-03 10:33:24 +01:00
ptr_key.rs librustc_data_structures => 2018 2019-02-09 01:36:22 +09:00
sharded.rs Avoid hashing the key twice in get_query(). 2019-11-04 10:15:55 +11:00
sip128.rs librustc_data_structures: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
small_c_str.rs librustc_data_structures: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
sorted_map.rs Separate librustc_data_structures module 2019-06-16 14:17:01 +03:00
stable_hasher.rs Fix spelling typos 2019-11-26 22:19:54 -05:00
stable_map.rs data_structures: Add deterministic FxHashMap and FxHashSet wrappers 2019-09-28 14:35:20 +05:30
stable_set.rs data_structures: Add deterministic FxHashMap and FxHashSet wrappers 2019-09-28 14:35:20 +05:30
svh.rs Switch over all StableHash impls to new format 2019-09-28 11:47:36 -04:00
sync.rs Fix outdated rustdoc of Once::init_locking function 2019-10-31 10:06:14 -03:00
thin_vec.rs Remove many unnecessary trait derivations. 2019-10-21 20:59:18 +11:00
tiny_list.rs Remove many unnecessary trait derivations. 2019-10-21 20:59:18 +11:00
transitive_relation.rs Remove many unnecessary trait derivations. 2019-10-21 20:59:18 +11:00
vec_linked_list.rs remove indexed_vec re-export from rustc_data_structures 2019-09-29 16:48:31 +00:00
work_queue.rs remove indexed_vec re-export from rustc_data_structures 2019-09-29 16:48:31 +00:00