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-07-11
Implement or-patterns in case clauses
Marijn Haverbeke
-3
/
+28
2011-07-10
Use more encapsulation for metadata::cstore
Brian Anderson
-2
/
+2
2011-07-08
Improve the error message for import glob collisions. Closes #482
Brian Anderson
-17
/
+31
2011-07-08
Make the interface to metadata::csearch more consistent
Brian Anderson
-1
/
+1
2011-07-08
Begin splitting metadata::decoder into decoding and crate search modules
Brian Anderson
-2
/
+2
2011-07-08
Move external crate/lib resolution to its own pass
Brian Anderson
-2
/
+0
2011-07-08
Move crate_map from resolve to cstore
Brian Anderson
-7
/
+4
2011-07-08
Ignore current scope when resolving self-shadowing imports
Marijn Haverbeke
-18
/
+15
2011-07-07
rustc: Remove all exterior vectors from the AST
Patrick Walton
-9
/
+7
2011-07-07
rustc: Change lots of AST nodes to use interior vectors
Patrick Walton
-13
/
+24
2011-07-07
Make moving of temporaries do the right thing, use it to optimize
Marijn Haverbeke
-10
/
+4
2011-07-06
rustc: Make AST paths use interior vectors
Patrick Walton
-2
/
+3
2011-07-06
rustc: Make the various constraint-related types in middle::ty use interior v...
Patrick Walton
-4
/
+10
2011-07-06
rustc: Revert the conversion to interior vectors due to heap corruption
Patrick Walton
-13
/
+6
2011-07-06
rustc: Make AST paths use interior vectors
Patrick Walton
-2
/
+3
2011-07-06
rustc: Make the various constraint-related types in middle::ty use interior v...
Patrick Walton
-4
/
+10
2011-07-06
Remove temporary stdlib placeholders, use actual stdlib functions
Marijn Haverbeke
-2
/
+2
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-11
/
+12
2011-07-04
Move the ids of pat AST nodes into their struct
Marijn Haverbeke
-9
/
+9
2011-07-01
rustc: Move path_to_str to front::ast
Patrick Walton
-1
/
+1
2011-06-29
Extend visit to use visit_fn to visit fn expressions.
Michael Sullivan
-1
/
+2
2011-06-28
Add simple syntax extension (#simplext)
Paul Stansifer
-2
/
+0
2011-06-27
Extract metadata::decoder from metadata::creader
Brian Anderson
-1
/
+2
2011-06-27
Rename middle::metadata to metadata::cwriter. Move creader to metadata
Brian Anderson
-1
/
+1
2011-06-25
Partial implementation of resources
Marijn Haverbeke
-0
/
+15
2011-06-24
Remove def_obj
Marijn Haverbeke
-4
/
+4
2011-06-22
Fix bug: globbed imports were importing everything visible from the other
Paul Stansifer
-2
/
+2
2011-06-21
Serialize constraints in types (literal arguments still not supported)
Tim Chevalier
-4
/
+4
2011-06-21
Move names and ids of native items into their recs, rather than their tags
Marijn Haverbeke
-13
/
+8
2011-06-21
Move expr ids into the expr record type
Marijn Haverbeke
-5
/
+5
2011-06-20
Add a separate AST mapping phase
Marijn Haverbeke
-20
/
+10
2011-06-20
Reduce confusing variable naming in resolve
Marijn Haverbeke
-51
/
+55
2011-06-20
Get rid of def_ids and anns in AST nodes, use single node_id
Marijn Haverbeke
-91
/
+114
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-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
[prev]
[next]