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
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
2011-12-08
rustc: Determine the crate type (lib/bin) in the session, not session opts
Brian Anderson
-1
/
+1
2011-12-08
Allow binding of nested patterns
Marijn Haverbeke
-3
/
+3
2011-12-02
Include full module path in unresolved errors when looking in module
Marijn Haverbeke
-28
/
+61
2011-12-02
Make import ignore imports coming after them
Marijn Haverbeke
-14
/
+54
2011-12-02
Finally make the -1 crate id in resolve.rs a const
Marijn Haverbeke
-10
/
+7
2011-11-30
Box ast::path values
Marijn Haverbeke
-6
/
+6
2011-11-23
Add some changes that *should* have been in e98286b594
Marijn Haverbeke
-4
/
+4
2011-11-23
Allow import directives in any block
Marijn Haverbeke
-72
/
+88
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-11-17
rustc: Add a flag '--warn-unused-imports'
Haitao Li
-1
/
+3
2011-11-17
rustc: Fix warn on unused import bug
Haitao Li
-11
/
+10
2011-11-16
rustc: Use link_name attribute for native function
Haitao Li
-2
/
+2
2011-11-10
Cleanup unused imports
Haitao Li
-3
/
+2
2011-11-10
rustc: Add support of warning on unused imports
Haitao Li
-9
/
+35
2011-11-03
Disallow writing to function arguments again
Marijn Haverbeke
-0
/
+3
2011-11-02
Rename car/cdr to head/tail in std::list
Marijn Haverbeke
-5
/
+4
2011-11-02
Make resolving of imports behave more sanely
Marijn Haverbeke
-65
/
+57
2011-10-28
Make shared kind the default only for generic functions
Marijn Haverbeke
-2
/
+4
2011-10-21
Drop support for iter, put, and for-each
Marijn Haverbeke
-7
/
+5
2011-10-21
Move ast_util::pat_bindings over to new iter system.
Marijn Haverbeke
-6
/
+6
2011-10-21
Move hash table iteration over to block-taking functions
Marijn Haverbeke
-18
/
+10
2011-10-20
Merge ast::proto_shared and ast::proto_closure
Brian Anderson
-2
/
+1
2011-10-20
Rename ast::proto_fn to ast::proto_shared
Brian Anderson
-1
/
+2
2011-10-20
Make fn denote a bare function. Convert fn to fn@ as needed
Brian Anderson
-0
/
+1
2011-10-14
Don't crash when reporting an unresolved import in the nil scope
Marijn Haverbeke
-18
/
+22
2011-10-12
make native functions markable as unsafe and incorporate that
Niko Matsakis
-3
/
+5
2011-10-10
Adjust function signatures to allow for vecs being immediate
Marijn Haverbeke
-1
/
+1
2011-10-07
Parse and typecheck by-value and by-ref arg specs
Marijn Haverbeke
-5
/
+5
2011-09-16
Require body of else-less if expressions to be a value-less block
Marijn Haverbeke
-1
/
+1
2011-09-15
Forbid assignment to by-reference bindings
Marijn Haverbeke
-4
/
+6
2011-09-15
Add representation for by-ref let bindings
Marijn Haverbeke
-3
/
+3
2011-09-15
Insert omitted semicolons for statements
Marijn Haverbeke
-1
/
+1
2011-09-14
Accept returning refs rooted in an arg from a by-ref funtion
Marijn Haverbeke
-1
/
+0
2011-09-14
Remove some extra white-space introduced by the pretty-printer
Marijn Haverbeke
-17
/
+1
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-26
/
+9
[next]