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-06-19
rustc: Export only what's used from middle::resolve
Brian Anderson
-0
/
+3
2011-06-19
rustc: Rename session.span_err -> span_fatal, err -> fatal
Brian Anderson
-9
/
+9
2011-06-19
Revert previous 6 commits. Hopefully put out Windows fire.
Brian Anderson
-142
/
+65
2011-06-19
rustc: Make name resolution errors less fatal
Brian Anderson
-51
/
+80
2011-06-19
rustc: Make import resolution errors less fatal
Brian Anderson
-12
/
+57
2011-06-19
rustc: Export only what's used from middle::resolve
Brian Anderson
-0
/
+3
2011-06-19
rustc: Rename session.span_err -> span_fatal, err -> fatal
Brian Anderson
-9
/
+9
2011-06-16
Consistify ast::local.
Paul Stansifer
-9
/
+8
2011-06-16
Reformat a bunch of recent churn.
Graydon Hoare
-34
/
+27
2011-06-16
Refactor ast::item representation
Marijn Haverbeke
-87
/
+76
2011-06-15
Refactor data structures representing constraints (again...)
Tim Chevalier
-15
/
+57
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-388
/
+353
2011-06-15
rustc: Make room in remaining AST item nodes for attributes
Brian Anderson
-34
/
+35
2011-06-15
rustc: Make room in item_mod for metadata
Brian Anderson
-6
/
+6
2011-06-15
Fix assignments to immutable fields throughout the code
Marijn Haverbeke
-5
/
+6
2011-06-14
Implement function expressions/anonymous functions
Marijn Haverbeke
-0
/
+3
2011-06-13
Change decl to local in expr_for and expr_for_each
Tim Chevalier
-10
/
+6
2011-06-10
Reject programs with unsatisfied predicate constraints
Tim Chevalier
-1
/
+10
2011-06-10
Fix all occurrences of writing to immutable aliases
Marijn Haverbeke
-6
/
+7
2011-06-09
Switch resolve pass to use visit.rs rather than walk.rs
Marijn Haverbeke
-145
/
+94
2011-06-09
Improve an error message in resolve
Tim Chevalier
-3
/
+10
2011-06-09
A revised, improved alias-checker
Marijn Haverbeke
-1
/
+1
2011-06-06
Change unsafe aliases
Marijn Haverbeke
-17
/
+17
2011-06-05
rustc: Make resolve::unresolved return !. Remove redundant fails
Brian Anderson
-6
/
+1
2011-06-04
Remove redundant 'fail' exprs and dead code; use sess.bug or
Lindsey Kuper
-7
/
+5
2011-05-31
rustc: Remove unneeded type params from alt patterns
Brian Anderson
-15
/
+15
2011-05-27
Handle circularity in glob imports in a more elegant fashion.
Paul Stansifer
-75
/
+87
2011-05-27
Add a map from def_id s to items in resolve::env.
Paul Stansifer
-1
/
+24
2011-05-27
Fix bugs: make sure glob imports show up in the right module,
Paul Stansifer
-65
/
+92
2011-05-27
"import module::*;" now works.
Paul Stansifer
-54
/
+69
2011-05-27
Part one of adding globbing to resolve.rs: build up glob links. (Part two wil...
Paul Stansifer
-21
/
+119
2011-05-26
Remove residual uses of fold, and fold itself.
Graydon Hoare
-4
/
+8
2011-05-24
Stop showing a 'cyclic import' message for unresolved imports
Marijn Haverbeke
-4
/
+5
2011-05-24
Improve nonexistent-module error message
Tim Chevalier
-1
/
+1
2011-05-20
Add a "fail" after a while(true) loop in two places
Tim Chevalier
-2
/
+2
2011-05-19
Finish name collision testing.
Marijn Haverbeke
-7
/
+131
2011-05-19
No functional change. Largely removed the native module/non-native module dis...
Paul Stansifer
-85
/
+45
2011-05-18
Start checking name collisions in modules
Marijn Haverbeke
-0
/
+75
2011-05-17
rustc: Flatten annotations
Patrick Walton
-3
/
+3
2011-05-17
Finally rename std::_xxx to std::xxx
Marijn Haverbeke
-16
/
+16
2011-05-16
Merge remote branch 'origin/master' into HEAD
Graydon Hoare
-1
/
+1
2011-05-16
Rewrite everything to use [] instead of vec() in value position.
Graydon Hoare
-2
/
+2
2011-05-16
Started adding support for return checking and non-returning function annotat...
Tim Chevalier
-1
/
+1
2011-05-13
Implement module namespaces
Marijn Haverbeke
-70
/
+72
2011-05-13
Extend crate format to allow multiple definitions for a single name
Marijn Haverbeke
-23
/
+25
2011-05-13
Make module indices hold a list of items
Marijn Haverbeke
-42
/
+87
2011-05-13
Move capture checking into resolve.rs
Marijn Haverbeke
-12
/
+49
2011-05-13
Change resolve to use walk instead of fold
Marijn Haverbeke
-100
/
+162
2011-05-12
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
-223
/
+223
2011-05-12
Change module dereference syntax from . to ::
Marijn Haverbeke
-48
/
+6
[prev]
[next]