index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_driver
/
profile
Age
Commit message (
Expand
)
Author
Lines
2018-12-25
Remove licenses
Mark Rousskov
-20
/
+0
2018-12-17
profiler: improve readability
ljedrz
-59
/
+56
2018-12-17
profiler: simplify total_duration
ljedrz
-3
/
+1
2018-10-13
rustc/driver: whitespace & formatting fixes
ljedrz
-29
/
+32
2018-10-13
rustc/driver: improve common patterns
ljedrz
-7
/
+3
2018-10-13
rustc/driver: improve/remove allocations
ljedrz
-11
/
+12
2018-10-12
rustc/driver: improve macro calls
ljedrz
-27
/
+22
2018-10-12
rustc/driver: simplify profile::trace::cons
ljedrz
-8
/
+8
2018-08-28
Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.
Eduard-Mihai Burtescu
-4
/
+4
2018-08-23
use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...
Matthias Krüger
-1
/
+1
2018-07-30
Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov
bors
-12
/
+12
2018-07-29
Replace push loops with collect() and extend() where possible
ljedrz
-4
/
+3
2018-07-29
Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis
bors
-1
/
+1
2018-07-28
Don't format!() string literals
ljedrz
-12
/
+12
2018-07-27
Use slices where a vector is not necessary
ljedrz
-5
/
+5
2018-07-27
Simplify
Shotaro Yamada
-1
/
+1
2018-07-25
Improve readability in a few sorts
ljedrz
-3
/
+2
2018-07-16
Calculate the exact capacity for 2 HashMaps
ljedrz
-1
/
+2
2018-04-27
Move query functions out from the define_maps! macro
John Kåre Alsaker
-1
/
+1
2018-03-09
Move PROFQ_CHAN to a Session field
John Kåre Alsaker
-4
/
+5
2017-09-23
Compress "small" spans to 32 bits and intern "large" spans
Vadim 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 output
Matthew Hammer
-12
/
+86
2017-08-23
-Z profile-queries: remove panic when channel is unset
Matthew Hammer
-12
/
+18
2017-08-23
profiling with -Z profile-queries recognizes -Z time-passes
Matthew Hammer
-25
/
+128
2017-08-23
inc comp: -Z profile-queries support; see also https://github.com/rust-lang-n...
Matthew Hammer
-0
/
+426