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
/
ty.rs
Age
Commit message (
Expand
)
Author
Lines
2012-03-28
rustc: Universally quantify regions when calling functions. Un-XFAIL regions-...
Patrick Walton
-12
/
+18
2012-03-27
Enforce mutability declarations in classes; correct shapes for classes
Tim Chevalier
-9
/
+20
2012-03-27
make type_kind exhaustive, add an entry for type_self (in particular)
Niko Matsakis
-1
/
+3
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-4
/
+4
2012-03-26
rustc: Move eval_const_expr to its own mod
Brian Anderson
-3
/
+3
2012-03-26
Enforce privacy declarations for class fields and methods
Tim Chevalier
-10
/
+24
2012-03-26
Disallow ret inside of block functions
Marijn Haverbeke
-10
/
+5
2012-03-24
rustc: Add some simple region checking (no region vars yet)
Patrick Walton
-53
/
+3
2012-03-24
prune unused unification code; leave region code that still needs to be ported
Niko Matsakis
-628
/
+16
2012-03-23
Implement new inference algorithm.
Niko Matsakis
-1
/
+9
2012-03-23
rustc: Stub a table of borrowings
Patrick Walton
-2
/
+10
2012-03-23
rustc: Make region folding not descend into function types
Patrick Walton
-7
/
+15
2012-03-23
rustc: Redo region inference to be a bit less broken
Patrick Walton
-128
/
+188
2012-03-23
Implement built-in native modules as an alternative to intrinsics
Marijn Haverbeke
-1
/
+5
2012-03-22
Make cross-crate calls to class methods work
Tim Chevalier
-1
/
+1
2012-03-21
add mut decls to rustc and make them mandatory
Niko Matsakis
-54
/
+51
2012-03-21
rustc: Use the right "nxt" function in unify_regions
Patrick Walton
-3
/
+3
2012-03-21
rustc: Add a function to record region bindings
Patrick Walton
-0
/
+28
2012-03-21
rustc: Check call and bind expressions using a set of region bindings
Patrick Walton
-1
/
+1
2012-03-21
rustc: Add a version of `demand` that takes in a set of region variable bindings
Patrick Walton
-3
/
+7
2012-03-21
methods work
Tim Chevalier
-2
/
+38
2012-03-21
rustc: Add region unification functions
Patrick Walton
-2
/
+60
2012-03-21
rustc: Introduce re_params into the typechecker
Patrick Walton
-9
/
+17
2012-03-20
Class methods WIP
Tim Chevalier
-38
/
+45
2012-03-20
core: Rename unsafe::leak to unsafe::forget. Closes #2031
Brian Anderson
-1
/
+1
2012-03-20
Revert order of arguments to option::maybe and from_maybe
Marijn Haverbeke
-1
/
+1
2012-03-16
Encode both private and public class fields in metadata
Tim Chevalier
-6
/
+2
2012-03-16
Classes WIP
Tim Chevalier
-33
/
+69
2012-03-16
core: Store reexporting result and either. Closes #1997
Brian Anderson
-0
/
+1
2012-03-16
Remove shared tydescs
Marijn Haverbeke
-12
/
+7
2012-03-16
Support binding of methods off boxed iface values
Marijn Haverbeke
-1
/
+5
2012-03-15
rustc: Describe why regions failed to unify as part of the type error message
Patrick Walton
-7
/
+15
2012-03-15
rustc: Index blocks
Patrick Walton
-1
/
+2
2012-03-15
rustc: Create self region bindings, and forbid the self region from being use...
Patrick Walton
-2
/
+4
2012-03-15
Reuse monomorphized functions more aggressively
Marijn Haverbeke
-35
/
+25
2012-03-15
Remove support for dynamically-sized types from translation code
Marijn Haverbeke
-18
/
+1
2012-03-15
Hugely simplify iface handling
Marijn Haverbeke
-0
/
+9
2012-03-14
std: Rename the hashmap constructors to conform to new standards
Brian Anderson
-7
/
+7
2012-03-14
rustc: Autoderef through region pointers
Patrick Walton
-1
/
+1
2012-03-14
Add crude support for casts in constant expressions
Marijn Haverbeke
-1
/
+1
2012-03-13
rewrite unify in a modal style, extend result module
Niko Matsakis
-234
/
+263
2012-03-13
rustc: Infer regions of variant arguments to the caller region
Patrick Walton
-0
/
+4
2012-03-13
rustc: Get reference typedefs working
Patrick Walton
-6
/
+12
2012-03-13
Name types after their modules instead of 't'
Brian Anderson
-2
/
+2
2012-03-13
rustc: Don't cache ast_ty_to_ty results for types that have references
Patrick Walton
-1
/
+9
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-4
/
+5
2012-03-12
rustc: Map region names to their functions. Also speed up region checking by ...
Patrick Walton
-13
/
+26
2012-03-12
rustc: Refactor regions to handle nested functions properly and fix the subty...
Patrick Walton
-26
/
+7
2012-03-11
rustc: Unify regions in most cases. (Nested functions aren't properly handled...
Patrick Walton
-3
/
+50
2012-03-10
Clean up occurs check code and give non-breaking loop {..}s _|_ type
Tim Chevalier
-12
/
+6
[next]