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
/
traits
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2016-05-17
introduce a specializes cache
Niko Matsakis
-0
/
+1
2016-05-11
Plumb inference obligations through selection
Masood Malekghassemi
-0
/
+12
2016-05-11
Add inferred obligation storage to all Vtable variants and SelectionContext
Masood Malekghassemi
-10
/
+26
2016-05-11
rustc: Split local type contexts interners from the global one.
Eduard Burtescu
-5
/
+10
2016-05-11
rustc: Generalize a minimum set of functions over 'tcx != 'gcx.
Eduard Burtescu
-5
/
+5
2016-05-11
rustc: Wrap users of InferCtxt in an anonymous scope.
Eduard Burtescu
-35
/
+36
2016-05-11
rustc: Remove the TyCtxt field from ParameterEnvironment.
Eduard Burtescu
-5
/
+5
2016-05-11
rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.
Eduard Burtescu
-2
/
+2
2016-05-11
rustc: Avoid free functions taking &TyCtxt and &InferCtxt.
Eduard Burtescu
-20
/
+4
2016-05-11
infer: Use methods for creating an InferCtxt.
Eduard Burtescu
-5
/
+3
2016-05-03
change the newly-added errors to warnings
Ariel Ben-Yehuda
-0
/
+1
2016-05-03
require the non-last elements of a tuple to be Sized
Ariel Ben-Yehuda
-1
/
+4
2016-04-06
rustc: move middle::{def,def_id,pat_util} to hir.
Eduard Burtescu
-1
/
+1
2016-03-27
rustc: move cfg, infer, traits and ty from middle to top-level.
Eduard Burtescu
-0
/
+623