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
/
middle
/
implicator.rs
Age
Commit message (
Expand
)
Author
Lines
2015-07-24
nits
Niko Matsakis
-1
/
+1
2015-07-24
Unify the upvar variables found in closures with the actual types of the
Niko Matsakis
-5
/
+56
2015-07-24
Introduce ClosureSubsts rather than just having random fields in the
Niko Matsakis
-2
/
+2
2015-07-24
introduce a Vec<Ty> to TyClosure for storing upvar types
Niko Matsakis
-1
/
+2
2015-07-10
Rename TypeWithMutability to TypeAndMut
Jared Roesch
-1
/
+1
2015-07-08
Remove snake_case names from ty.rs
Jared Roesch
-1
/
+1
2015-06-30
Remove Typer and ClosureTyper
Jared Roesch
-5
/
+1
2015-06-26
rustc: switch most remaining middle::ty functions to methods.
Eduard Burtescu
-8
/
+8
2015-06-26
rustc: make ty::mk_* constructors into methods on ty::ctxt.
Eduard Burtescu
-2
/
+2
2015-06-26
rustc: combine type-flag-checking traits and fns and into one trait.
Eduard Burtescu
-1
/
+1
2015-06-25
Rename AsPredicate to ToPredicate in order to match naming conventions
Jared Roesch
-2
/
+2
2015-06-23
Remove the mostly unecessary ParamBounds struct
Jared Roesch
-8
/
+3
2015-06-19
rustc: remove Repr and UserString.
Eduard Burtescu
-13
/
+12
2015-06-19
rustc: replace Repr/UserString impls with Debug/Display ones.
Eduard Burtescu
-32
/
+2
2015-06-19
rustc: use the TLS type context in Repr and UserString.
Eduard Burtescu
-19
/
+19
2015-06-12
Split TyArray into TyArray and TySlice.
Eli Friedman
-0
/
+1
2015-06-12
Cleanup: rename middle::ty::sty and its variants.
Eli Friedman
-20
/
+20
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-2
/
+2
2015-04-30
Stop using Rc in TraitRef and TraitDef
Ariel Ben-Yehuda
-3
/
+2
2015-04-18
Rather than storing the relations between free-regions in a global
Niko Matsakis
-0
/
+487