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
/
region.rs
Age
Commit message (
Expand
)
Author
Lines
2012-03-26
rustc: Combine and unify regions
Patrick Walton
-0
/
+36
2012-03-23
rustc: Redo region inference to be a bit less broken
Patrick Walton
-58
/
+39
2012-03-21
add mut decls to rustc and make them mandatory
Niko Matsakis
-3
/
+3
2012-03-21
rustc: Introduce re_params into the typechecker
Patrick Walton
-2
/
+2
2012-03-15
rustc: Create self region bindings, and forbid the self region from being use...
Patrick Walton
-8
/
+38
2012-03-14
std: Rename the hashmap constructors to conform to new standards
Brian Anderson
-6
/
+6
2012-03-14
rustc: Fix a couple of bugs that prevented taking addresses of rvalues
Patrick Walton
-2
/
+2
2012-03-14
rustc: Record the parent blocks of locals
Patrick Walton
-1
/
+12
2012-03-13
rustc: Allow the addresses of rvalues to be taken
Patrick Walton
-2
/
+19
2012-03-13
rustc: Instantiate "caller" regions when calling functions
Patrick Walton
-2
/
+15
2012-03-13
rustc: Infer regions of variant arguments to the caller region
Patrick Walton
-2
/
+2
2012-03-13
rustc: Get reference typedefs working
Patrick Walton
-5
/
+21
2012-03-13
rustc: Use only ast_ty_to_ty for region inference
Patrick Walton
-27
/
+4
2012-03-13
rustc: Fix long line
Patrick Walton
-1
/
+1
2012-03-13
rustc: Record what `&` would resolve to for every AST type
Patrick Walton
-23
/
+24
2012-03-12
rustc: Word a comment more clearly in region.rs
Patrick Walton
-4
/
+1
2012-03-12
rustc: Use linked lists instead of hash tables for region binding scopes
Patrick Walton
-6
/
+16
2012-03-12
rustc: Use the name map to resolve region names
Patrick Walton
-2
/
+2
2012-03-12
rustc: Map region names to their functions. Also speed up region checking by ...
Patrick Walton
-8
/
+14
2012-03-12
rustc: Refactor regions to handle nested functions properly and fix the subty...
Patrick Walton
-68
/
+87
2012-03-11
rustc: Record the parent function of each function
Patrick Walton
-4
/
+23
2012-03-11
rustc: Fix long lines
Patrick Walton
-7
/
+9
2012-03-11
rustc: Unify regions in most cases. (Nested functions aren't properly handled...
Patrick Walton
-0
/
+14
2012-03-11
rustc: Map local variables to their containing blocks so we know their regions
Patrick Walton
-7
/
+84
2012-03-09
rustc: Perform region inference
Patrick Walton
-0
/
+145