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-07-01
Convert to new closure syntax
Brian Anderson
-2
/
+2
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-3
/
+3
2012-06-28
Replaced almost all vector+ in rustc (#2719)
Eric Holk
-1
/
+1
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-4
/
+4
2012-06-24
Remove resources
Tim Chevalier
-1
/
+1
2012-05-24
Typo fixes in comments.
Lindsey Kuper
-2
/
+2
2012-05-24
change region scope of call arguments, old one was unsound
Niko Matsakis
-45
/
+35
2012-05-23
rustc: Move new_def_hash to ast_util
Brian Anderson
-1
/
+1
2012-05-15
check if the type of a local variable contains illegal region
Niko Matsakis
-25
/
+17
2012-05-15
move regionck into typeck, in the process fixing a bug or two
Niko Matsakis
-2
/
+1
2012-05-14
First cut at dtors for classes
Tim Chevalier
-1
/
+1
2012-05-10
replace mutbl pass with borrowck
Niko Matsakis
-0
/
+10
2012-05-09
implement new borrow ck (disabled by default)
Niko Matsakis
-21
/
+96
2012-05-04
new cap clause syntax
Niko Matsakis
-1
/
+1
2012-04-19
make nominal types optionally parameterized by a self region.
Niko Matsakis
-110
/
+9
2012-04-16
rewrite region resolution so it takes place in typeck
Niko Matsakis
-117
/
+3
2012-04-13
first stab at type checking for borrow: not integrated into trans
Niko Matsakis
-109
/
+81
2012-04-11
Allow classes to implement ifaces
Tim Chevalier
-1
/
+1
2012-04-11
Improve region code surrounding slice types.
Graydon Hoare
-29
/
+22
2012-04-11
Add vstore/evec/estr to compiler.
Graydon Hoare
-0
/
+1
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-1
/
+1
2012-04-05
add static region and also fix regions to be contravariant
Niko Matsakis
-0
/
+2
2012-04-04
wip: refactor repr of regions
Niko Matsakis
-103
/
+317
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