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
/
util
/
common.rs
Age
Commit message (
Expand
)
Author
Lines
2018-07-29
Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov
bors
-1
/
+1
2018-07-27
Use str::repeat
Shotaro Yamada
-2
/
+1
2018-07-27
Prefer to_string() to format!()
ljedrz
-1
/
+1
2018-05-05
Misc tweaks
John Kåre Alsaker
-0
/
+11
2018-04-27
Move query functions out from the define_maps! macro
John Kåre Alsaker
-1
/
+7
2018-04-10
Make PerfStats thread-safe and remove unused fields
John Kåre Alsaker
-12
/
+5
2018-04-06
Print query stack on ICEs
John Kåre Alsaker
-1
/
+9
2018-03-30
Rename fs::read_string to read_to_string and stabilize
Matt Brubeck
-1
/
+2
2018-03-13
add handy helper for Cell<usize>, used for perf stats
Niko Matsakis
-0
/
+10
2018-03-09
Move PROFQ_CHAN to a Session field
John Kåre Alsaker
-30
/
+32
2018-03-02
Run Rustfix on librustc
Manish Goregaokar
-1
/
+1
2018-02-20
Do not run the default panic hook inside procedural macros. Fixes #47812
John Kåre Alsaker
-0
/
+21
2018-01-10
Use the new fs_read_write functions in rustc internals
Matt Brubeck
-5
/
+2
2017-12-20
incr.comp.: Cache check_match query.
Michael Woerister
-1
/
+1
2017-12-09
Use Try syntax for Option in place of macros or match
Matt Brubeck
-10
/
+4
2017-09-23
Compress "small" spans to 32 bits and intern "large" spans
Vadim Petrochenkov
-2
/
+3
2017-08-23
-Z profile-queries includes dep_graph.with_task uses in output
Matthew Hammer
-1
/
+6
2017-08-23
-Z profile-queries: remove panic when channel is unset
Matthew Hammer
-1
/
+6
2017-08-23
profiling with -Z profile-queries recognizes -Z time-passes
Matthew Hammer
-1
/
+11
2017-08-23
inc comp: -Z profile-queries support; see also https://github.com/rust-lang-n...
Matthew Hammer
-0
/
+57
2017-08-12
Fix some typos
Bastien Orivel
-1
/
+1
2017-07-31
async-llvm(25): Restore -Ztime-passes output for trans and LLVM.
Michael Woerister
-5
/
+27
2017-07-12
integrate anon dep nodes into trait selection
Niko Matsakis
-4
/
+2
2017-06-09
incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.
Michael Woerister
-2
/
+4
2017-05-16
put option_try macro def under #[cfg(unix)]
est31
-0
/
+1
2017-03-13
some style fixes
Tshepang Lekhonkhobe
-3
/
+4
2016-12-27
propagate TIME_DEPTH to the helper threads for -Z time-passes
Niko Matsakis
-3
/
+17
2016-11-21
Implement the `loop_break_value` feature.
Geoffry Song
-55
/
+0
2016-11-04
Add -Zhir-stats for collecting statistics on HIR and AST
Michael Woerister
-0
/
+34
2016-09-01
Add some infrastructure for timing things where time_passes can't be used.
Michael Woerister
-9
/
+26
2016-07-06
rustc: Update stage0 to beta-2016-07-06
Alex Crichton
-12
/
+0
2016-06-09
fix damage in librustc
Ariel Ben-Yehuda
-0
/
+12
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-3
/
+3
2016-02-12
Autoderef in librustc
Jonas Schievink
-1
/
+1
2016-01-26
std: Stabilize custom hasher support in HashMap
Alex Crichton
-3
/
+2
2016-01-05
Refactor compiler to make use of dep-tracking-maps. Also, in cases where
Niko Matsakis
-39
/
+31
2015-12-21
Register new snapshots
Alex Crichton
-1
/
+0
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-10
/
+4
2015-11-18
Port a bunch of code new-visitor; all of these ports were
Niko Matsakis
-6
/
+6
2015-11-09
std: Migrate to the new libc
Alex Crichton
-9
/
+14
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-12
/
+12
2015-08-18
kill the old funky `can_reach` fn
Niko Matsakis
-43
/
+0
2015-08-14
rustc: Allow changing the default allocator
Alex Crichton
-4
/
+4
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-27
/
+15
2015-08-10
Stabilize the Duration API
Steven Fackler
-2
/
+2
2015-07-27
std: Deprecate a number of unstable features
Alex Crichton
-0
/
+1
2015-07-08
Report memory use in time-passes on Windows
Peter Atashian
-5
/
+40
2015-07-02
Report memory use in time-passes
Nick Cameron
-2
/
+38
2015-05-15
Don't use <Duration as Display>::display() in time passes
Nick Cameron
-4
/
+9
2015-05-13
std: Redesign Duration, implementing RFC 1040
Alex Crichton
-2
/
+2
[next]