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
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
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-2
/
+3
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-3
/
+3
2015-03-11
Example -> Examples
Steve Klabnik
-1
/
+1
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-1
/
+14
2015-02-22
Fix another occurrence of #22243
Markus Unterwaditzer
-1
/
+1
2015-02-20
Register new snapshots
Alex Crichton
-97
/
+6
2015-02-18
rollup merge of #22480: alexcrichton/hashv3
Alex Crichton
-2
/
+91
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-2
/
+91
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-1
/
+1
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-2
/
+2
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-01-30
remove more `ExprForLoop`s
Jorge Aparicio
-1
/
+1
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-28
Move return type an associated type of the `Fn*` traits. Mostly this involves...
Niko Matsakis
-0
/
+3
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-2
/
+2
[next]