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
/
ich
/
impls_ty.rs
Age
Commit message (
Expand
)
Author
Lines
2017-06-01
Auto merge of #42281 - eddyb:well-adjusted, r=nikomatsakis
bors
-24
/
+11
2017-06-01
rustc: decompose Adjustment into a vector of adjustment steps.
Eduard-Mihai Burtescu
-5
/
+9
2017-06-01
rustc: move autoref and unsize from Adjust::DerefRef to Adjustment.
Eduard-Mihai Burtescu
-4
/
+2
2017-06-01
rustc: replace autoderefs' use of MethodCallee with OverloadedDeref.
Eduard-Mihai Burtescu
-1
/
+1
2017-06-01
rustc: replace method_map with Def::Method and node_substs entries.
Eduard-Mihai Burtescu
-4
/
+2
2017-06-01
rustc: remove unnecessary ItemSubsts wrapper.
Eduard-Mihai Burtescu
-4
/
+2
2017-06-01
rustc: replace TyFnDef in MethodCallee with just the FnSig.
Eduard-Mihai Burtescu
-1
/
+1
2017-06-01
rustc: keep overloaded autoderef MethodCallee's in Adjust.
Eduard-Mihai Burtescu
-13
/
+2
2017-05-31
Upgrade ProjectionTy's Name to a DefId
Tobias Schottdorf
-1
/
+1
2017-05-13
rustc: stop interning CodeExtent, it's small enough.
Eduard-Mihai Burtescu
-8
/
+8
2017-05-13
rustc: remove redundant fn_id's from CodeExtentData.
Eduard-Mihai Burtescu
-3
/
+2
2017-05-13
rustc: treat ReEarlyBound as free without replacing it with ReFree.
Eduard-Mihai Burtescu
-1
/
+2
2017-05-13
rustc: use DefId instead of CodeExtent for FreeRegion's scope.
Eduard-Mihai Burtescu
-6
/
+1
2017-04-30
intern CodeExtents
Niko Matsakis
-13
/
+2
2017-04-30
On-demandify region mapping
Taylor Cramer
-1
/
+1
2017-04-23
rustc_const_eval: support all unit enum variants.
Eduard-Mihai Burtescu
-3
/
+6
2017-04-13
Auto merge of #40570 - nikomatsakis:inference-subtype-through-obligation, r=a...
bors
-0
/
+4
2017-04-12
ICH: Replace old, transitive metadata hashing with direct hashing approach.
Michael Woerister
-20
/
+12
2017-04-12
ICH: Hash everything that gets encoded into crate metadata.
Michael Woerister
-12
/
+279
2017-04-11
add Subtype predicate
Niko Matsakis
-0
/
+4
2017-04-06
Introduce HashStable trait and base ICH implementations on it.
Michael Woerister
-0
/
+415