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-05-12
Keep resolve data in external hash table, rather than embedded defs
Marijn Haverbeke
-36
/
+45
2011-05-11
Remove mod indices from the AST
Marijn Haverbeke
-37
/
+134
2011-05-11
Get rid of arm indices
Marijn Haverbeke
-6
/
+19
2011-05-11
Get rid of block indices
Marijn Haverbeke
-52
/
+47
2011-05-11
Hash only on def_num when storing def_ids that are local
Marijn Haverbeke
-13
/
+14
2011-05-11
Use a const for crate-num-zero (ast.local_crate)
Marijn Haverbeke
-2
/
+1
2011-05-11
Cache external crate lookups in resolve.rs
Marijn Haverbeke
-6
/
+28
2011-05-11
Rewrite comp/middle/resolve.rs
Marijn Haverbeke
-631
/
+539
2011-05-09
Alias-ify fold and its users, remove another 85kb.
Graydon Hoare
-15
/
+15
2011-05-06
Rename std modules to be camelcased
Marijn Haverbeke
-47
/
+47
2011-05-04
Add missing ret statements to check_mod
Brian Anderson
-0
/
+4
2011-05-02
Extract ast.is_exported from the resolve module
Brian Anderson
-18
/
+1
2011-05-02
Un-revert "Use different syntax for checks that matter to typestate", fixing ...
Patrick Walton
-1
/
+1
2011-05-02
Revert "Use different syntax for checks that matter to typestate"
Graydon Hoare
-1
/
+1
2011-05-02
Use different syntax for checks that matter to typestate
Tim Chevalier
-1
/
+1
2011-05-01
Remove the search direction from resolve's fold environment
Brian Anderson
-36
/
+31
2011-05-01
Hide unexported tag variants
Brian Anderson
-3
/
+5
2011-05-01
Implement simple module export
Brian Anderson
-12
/
+60
2011-04-19
replace error logging with log_err in stdlib and rustc
Marijn Haverbeke
-2
/
+2
2011-04-12
rustc: Switch to indices for type parameters
Patrick Walton
-21
/
+31
2011-04-08
Remove unused function.
Rafael Ávila de Espíndola
-17
/
+0
2011-04-08
Remove unused function.
Rafael Ávila de Espíndola
-12
/
+0
2011-04-06
Continued sketching out code for checking states against preconditions.
Tim Chevalier
-1
/
+2
2011-03-31
rustc: Add a type annotation to tag items
Patrick Walton
-4
/
+4
2011-03-31
Improve line comment positioning
Marijn Haverbeke
-2
/
+2
2011-03-30
rustc: Thread an item-to-type mapping throughout the typechecking and transla...
Patrick Walton
-39
/
+60
2011-03-29
rustc: Partially resolve external module imports
Patrick Walton
-4
/
+88
2011-03-25
Another go at changing compile-command, this time using RBUILD env var.
Graydon Hoare
-1
/
+1
2011-03-25
Revert "Bulk-edit compile commands in emacs chatter to point to assumed build...
Graydon Hoare
-1
/
+1
2011-03-25
Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of...
Graydon Hoare
-1
/
+1
2011-03-25
rustc: Store cached crate metadata in the session
Patrick Walton
-9
/
+5
2011-03-24
Start hooking resolve into creater.
Graydon Hoare
-5
/
+23
2011-03-20
Modify native_item_fn to handle trailing linkage names that differ from the i...
Graydon Hoare
-2
/
+2
2011-03-15
rustc: Add an annotation for the crate definition to view_item_use
Patrick Walton
-2
/
+2
2011-03-11
Add support for indexing tags in blocks.
Rafael Ávila de Espíndola
-8
/
+36
2011-03-10
Handle resolving to native modules.
Rafael Ávila de Espíndola
-0
/
+7
2011-03-07
Permit view items in native modules.
Graydon Hoare
-3
/
+11
2011-02-16
More typechecking for native types and the needed plumbing in codegen.
Rafael Avila de Espindola
-2
/
+2
2011-02-14
Add basic front-end support for 'for each' loops.
Graydon Hoare
-0
/
+3
2011-02-14
Teach resolve about ty params on tags.
Graydon Hoare
-0
/
+8
2011-02-10
Add missing fold of native functions.
Rafael Avila de Espindola
-12
/
+35
2011-02-07
Add native modules to resolve. With this hello world gets to typecheck.
Rafael Avila de Espindola
-19
/
+58
2011-02-07
Fix expressions with paths with more than one element.
Rafael Avila de Espindola
-2
/
+1
2011-02-04
Parse function declarations.
Rafael Ávila de Espíndola
-1
/
+1
2011-01-28
Correctly handle "import foo = bar.zed;".
Rafael Ávila de Espíndola
-6
/
+6
2011-01-27
Simplify and fix the resolution of expr_path. With this we now get to codegen
Rafael Ávila de Espíndola
-19
/
+10
2011-01-27
Resolve type paths.
Rafael Ávila de Espíndola
-18
/
+3
2011-01-27
Handle paths correctly. This lets us handle one more test :-)
Rafael Ávila de Espíndola
-13
/
+7
2011-01-27
First step for supporting "case (foo.bar(?zed))": Change the ast of
Rafael Ávila de Espíndola
-5
/
+7
2011-01-27
Correctly split a.b.c into its path and field access components.
Rafael Ávila de Espíndola
-12
/
+14
[prev]
[next]