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
/
ty_relate
Age
Commit message (
Expand
)
Author
Lines
2015-07-24
Introduce ClosureSubsts rather than just having random fields in the
Niko Matsakis
-5
/
+18
2015-07-24
introduce a Vec<Ty> to TyClosure for storing upvar types
Niko Matsakis
-3
/
+10
2015-07-14
Transition to the new object lifetime defaults, replacing the old
Niko Matsakis
-14
/
+3
2015-07-10
Rename TypeWithMutability to TypeAndMut
Jared Roesch
-5
/
+5
2015-07-10
Remove `pub use` of TypeError in ty.rs
Jared Roesch
-16
/
+16
2015-07-08
Remove snake_case names from ty.rs
Jared Roesch
-25
/
+25
2015-07-03
Add a boolean flag to ExistentialBounds tracking whether the
Niko Matsakis
-4
/
+29
2015-06-26
rustc: switch most remaining middle::ty functions to methods.
Eduard Burtescu
-1
/
+1
2015-06-26
rustc: make ty::mk_* constructors into methods on ty::ctxt.
Eduard Burtescu
-12
/
+12
2015-06-19
rustc: remove Repr and UserString.
Eduard Burtescu
-13
/
+12
2015-06-19
Clean up unused argument/variable warnings.
Eduard Burtescu
-1
/
+0
2015-06-19
rustc: use the TLS type context in Repr and UserString.
Eduard Burtescu
-8
/
+8
2015-06-12
Split TyArray into TyArray and TySlice.
Eli Friedman
-2
/
+2
2015-06-12
Cleanup: rename middle::ty::sty and its variants.
Eli Friedman
-24
/
+24
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-6
/
+3
2015-04-30
Stop using Rc in TraitRef and TraitDef
Ariel Ben-Yehuda
-3
/
+2
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-02
Merge conflicts
Niko Matsakis
-18
/
+18
2015-03-31
Port over type inference to using the new type relation stuff
Niko Matsakis
-0
/
+655