summary refs log tree commit diff
path: root/src/librustc_driver/profile
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-20/+0
2018-12-17profiler: improve readabilityljedrz-59/+56
2018-12-17profiler: simplify total_durationljedrz-3/+1
2018-10-13rustc/driver: whitespace & formatting fixesljedrz-29/+32
2018-10-13rustc/driver: improve common patternsljedrz-7/+3
2018-10-13rustc/driver: improve/remove allocationsljedrz-11/+12
2018-10-12rustc/driver: improve macro callsljedrz-27/+22
2018-10-12rustc/driver: simplify profile::trace::consljedrz-8/+8
2018-08-28Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.Eduard-Mihai Burtescu-4/+4
2018-08-23use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...Matthias Krüger-1/+1
2018-07-30Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkovbors-12/+12
2018-07-29Replace push loops with collect() and extend() where possibleljedrz-4/+3
2018-07-29Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakisbors-1/+1
2018-07-28Don't format!() string literalsljedrz-12/+12
2018-07-27Use slices where a vector is not necessaryljedrz-5/+5
2018-07-27SimplifyShotaro Yamada-1/+1
2018-07-25Improve readability in a few sortsljedrz-3/+2
2018-07-16Calculate the exact capacity for 2 HashMapsljedrz-1/+2
2018-04-27Move query functions out from the define_maps! macroJohn Kåre Alsaker-1/+1
2018-03-09Move PROFQ_CHAN to a Session fieldJohn Kåre Alsaker-4/+5
2017-09-23Compress "small" spans to 32 bits and intern "large" spansVadim Petrochenkov-2/+2
2017-08-23-Z profile-query-and-key, separate from -Z profile-query; query key is string...Matthew Hammer-22/+44
2017-08-23-Z profile-queries includes dep_graph.with_task uses in outputMatthew Hammer-12/+86
2017-08-23-Z profile-queries: remove panic when channel is unsetMatthew Hammer-12/+18
2017-08-23profiling with -Z profile-queries recognizes -Z time-passesMatthew Hammer-25/+128
2017-08-23inc comp: -Z profile-queries support; see also https://github.com/rust-lang-n...Matthew Hammer-0/+426