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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
comp
/
middle
/
resolve.rs
Age
Commit message (
Expand
)
Author
Lines
2012-01-17
Allow omission of the '.' after nullary tag patterns
Tim Chevalier
-20
/
+44
2012-01-13
deprecate fn exprs and the fn() type, preferring fn@ and native fn
Niko Matsakis
-1
/
+1
2012-01-13
Obj system? What obj system?
Marijn Haverbeke
-52
/
+9
2012-01-12
Make driver::session::session no longer an object
Marijn Haverbeke
-6
/
+6
2012-01-11
Fix dependency bug iface-did-of-impl resolving
Marijn Haverbeke
-8
/
+1
2012-01-11
Fix regression in resolving of external impls
Marijn Haverbeke
-5
/
+8
2012-01-09
Properly recognize self as an upvar when closed over
Marijn Haverbeke
-34
/
+27
2012-01-09
Don't resolve upvars in fn() { ... } exprs
Marijn Haverbeke
-6
/
+3
2012-01-06
Disallow variable names that shadow tags in scope
Tim Chevalier
-54
/
+141
2012-01-06
Support interface casting in the typechecker
Marijn Haverbeke
-1
/
+1
2012-01-05
rustc: Allow the test runner to run unexported tests
Brian Anderson
-7
/
+29
2012-01-05
Get external interfaces / impls working
Marijn Haverbeke
-1
/
+1
2012-01-04
Prevent typenames in param bounds from resolving to their own param
Marijn Haverbeke
-16
/
+35
2012-01-04
Properly typecheck and compile invocations of generic methods.
Marijn Haverbeke
-11
/
+18
2012-01-03
Merge pull request #1392 from Lenny222/list
Brian Anderson
-0
/
+2
2012-01-02
More resolving and typechecking of bounded type parameters.
Marijn Haverbeke
-7
/
+16
2011-12-29
split proto from fn_decl, as not all fn_decls know the proto.
Niko Matsakis
-13
/
+19
2011-12-29
list: use predicate to enforce non-empty requirement
Lenny222
-0
/
+2
2011-12-28
Change representation of type params to handle interface bounds
Marijn Haverbeke
-3
/
+4
2011-12-23
Go back to a single visit_fn function in visit.rs
Marijn Haverbeke
-8
/
+7
2011-12-23
Get rid of visit_fn_block in visit.rs
Marijn Haverbeke
-12
/
+1
2011-12-23
Parse `iface` items and interface references in `impl` items.
Marijn Haverbeke
-15
/
+13
2011-12-22
Register new snapshots, purge log_err and log_full in favour of log(...).
Graydon Hoare
-2
/
+2
2011-12-22
Merge all 3 log syntaxes, tidy up residual misuses.
Graydon Hoare
-3
/
+2
2011-12-22
Merge branch 'master' of github.com:graydon/rust
Graydon Hoare
-27
/
+27
2011-12-22
Register snapshots and switch logging over to use of log_full or #error / #de...
Graydon Hoare
-2
/
+2
2011-12-22
Unify some data structures in syntax::ast that were doing the same thing
Marijn Haverbeke
-27
/
+27
2011-12-21
Make { || ... } sugar for any type of closure, inferred
Niko Matsakis
-25
/
+41
2011-12-20
rustc: Cleanup unused ext_map
Haitao Li
-4
/
+2
2011-12-20
rustc: Re-export the same name in different namespaces
Haitao Li
-10
/
+30
2011-12-20
rustc: Implement re-export of renamed modules
Haitao Li
-1
/
+19
2011-12-19
resolve capture clauses
Niko Matsakis
-4
/
+15
2011-12-19
Fix bug in type parameter handling for impl methods
Marijn Haverbeke
-1
/
+11
2011-12-19
Associate names with types introduced by items
Marijn Haverbeke
-1
/
+0
2011-12-19
Add type argument field to expr_path
Marijn Haverbeke
-1
/
+1
2011-12-18
Improve efficienty of impl cache in resolve
Marijn Haverbeke
-10
/
+15
2011-12-16
Fix arg order for vec::map call
Marijn Haverbeke
-4
/
+5
2011-12-16
Finish resolving and calling of crate-external impls
Marijn Haverbeke
-19
/
+44
2011-12-16
Reserve node_id 0 for the crate top-level module
Marijn Haverbeke
-9
/
+11
2011-12-16
reorder args to the various vec, option fns so blk comes last
Niko Matsakis
-3
/
+3
2011-12-16
Make polymorphic impl methods work
Marijn Haverbeke
-1
/
+2
2011-12-16
Improve resolution of impls
Marijn Haverbeke
-18
/
+33
2011-12-16
Make uses of self in impls compile
Marijn Haverbeke
-20
/
+27
2011-12-16
Get a very primitive form of typechecking/resolving to work for impls
Marijn Haverbeke
-22
/
+16
2011-12-16
Parse and resolve implementations.
Marijn Haverbeke
-35
/
+166
2011-12-16
rustc: Implement non-renamed re-export across crates
Haitao Li
-20
/
+54
2011-12-15
Don't try to look up crate modules in ext_map in resolve
Marijn Haverbeke
-1
/
+1
2011-12-14
sendable functions now "work", meaning pass through trans/typestate
Niko Matsakis
-0
/
+5
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-2
/
+3
2011-12-12
Handle external-crate case when printing full unresolved paths
Marijn Haverbeke
-5
/
+13
[prev]
[next]