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
/
rustc
/
middle
/
infer.rs
Age
Commit message (
Expand
)
Author
Lines
2012-03-28
rustc: Universally quantify regions when calling functions. Un-XFAIL regions-...
Patrick Walton
-1
/
+1
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-8
/
+8
2012-03-26
rustc: Combine and unify regions
Patrick Walton
-37
/
+52
2012-03-26
rustc: Fix typo in infer
Patrick Walton
-1
/
+1
2012-03-26
rustc: Remove obsolete FIXME in infer
Patrick Walton
-3
/
+0
2012-03-26
rustc: Generalize resolve_var to work with regions too
Patrick Walton
-15
/
+12
2012-03-26
Improve type inference to compute LUB/GLB
Niko Matsakis
-134
/
+729
2012-03-26
Disallow ret inside of block functions
Marijn Haverbeke
-2
/
+2
2012-03-25
repair the build---also, make try/commit work over both ty/region vars
Niko Matsakis
-17
/
+34
2012-03-24
rustc: Generalize several parts of infer in preparation for using them for re...
Patrick Walton
-94
/
+97
2012-03-24
Avoid unifying vars when possible; handle bot (more) correctly
Niko Matsakis
-10
/
+29
2012-03-24
rustc: Stub some region resolution stuff in infer
Patrick Walton
-3
/
+103
2012-03-24
rustc: Add some simple region checking (no region vars yet)
Patrick Walton
-4
/
+36
2012-03-23
add a few measly comments, remove some dead code
Niko Matsakis
-15
/
+18
2012-03-23
xfail-test regions tests
Niko Matsakis
-21
/
+3
2012-03-23
Implement new inference algorithm.
Niko Matsakis
-0
/
+668