index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
comp
/
middle
/
resolve.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement module namespaces
Marijn Haverbeke
2011-05-13
1
-70
/
+72
*
Extend crate format to allow multiple definitions for a single name
Marijn Haverbeke
2011-05-13
1
-23
/
+25
*
Make module indices hold a list of items
Marijn Haverbeke
2011-05-13
1
-42
/
+87
*
Move capture checking into resolve.rs
Marijn Haverbeke
2011-05-13
1
-12
/
+49
*
Change resolve to use walk instead of fold
Marijn Haverbeke
2011-05-13
1
-100
/
+162
*
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
2011-05-12
1
-223
/
+223
*
Change module dereference syntax from . to ::
Marijn Haverbeke
2011-05-12
1
-48
/
+6
*
Keep resolve data in external hash table, rather than embedded defs
Marijn Haverbeke
2011-05-12
1
-36
/
+45
*
Remove mod indices from the AST
Marijn Haverbeke
2011-05-11
1
-37
/
+134
*
Get rid of arm indices
Marijn Haverbeke
2011-05-11
1
-6
/
+19
*
Get rid of block indices
Marijn Haverbeke
2011-05-11
1
-52
/
+47
*
Hash only on def_num when storing def_ids that are local
Marijn Haverbeke
2011-05-11
1
-13
/
+14
*
Use a const for crate-num-zero (ast.local_crate)
Marijn Haverbeke
2011-05-11
1
-2
/
+1
*
Cache external crate lookups in resolve.rs
Marijn Haverbeke
2011-05-11
1
-6
/
+28
*
Rewrite comp/middle/resolve.rs
Marijn Haverbeke
2011-05-11
1
-631
/
+539
*
Alias-ify fold and its users, remove another 85kb.
Graydon Hoare
2011-05-09
1
-15
/
+15
*
Rename std modules to be camelcased
Marijn Haverbeke
2011-05-06
1
-47
/
+47
*
Add missing ret statements to check_mod
Brian Anderson
2011-05-04
1
-0
/
+4
*
Extract ast.is_exported from the resolve module
Brian Anderson
2011-05-02
1
-18
/
+1
*
Un-revert "Use different syntax for checks that matter to typestate", fixing ...
Patrick Walton
2011-05-02
1
-1
/
+1
*
Revert "Use different syntax for checks that matter to typestate"
Graydon Hoare
2011-05-02
1
-1
/
+1
*
Use different syntax for checks that matter to typestate
Tim Chevalier
2011-05-02
1
-1
/
+1
*
Remove the search direction from resolve's fold environment
Brian Anderson
2011-05-01
1
-36
/
+31
*
Hide unexported tag variants
Brian Anderson
2011-05-01
1
-3
/
+5
*
Implement simple module export
Brian Anderson
2011-05-01
1
-12
/
+60
*
replace error logging with log_err in stdlib and rustc
Marijn Haverbeke
2011-04-19
1
-2
/
+2
*
rustc: Switch to indices for type parameters
Patrick Walton
2011-04-12
1
-21
/
+31
*
Remove unused function.
Rafael Ávila de Espíndola
2011-04-08
1
-17
/
+0
*
Remove unused function.
Rafael Ávila de Espíndola
2011-04-08
1
-12
/
+0
*
Continued sketching out code for checking states against preconditions.
Tim Chevalier
2011-04-06
1
-1
/
+2
*
rustc: Add a type annotation to tag items
Patrick Walton
2011-03-31
1
-4
/
+4
*
Improve line comment positioning
Marijn Haverbeke
2011-03-31
1
-2
/
+2
*
rustc: Thread an item-to-type mapping throughout the typechecking and transla...
Patrick Walton
2011-03-30
1
-39
/
+60
*
rustc: Partially resolve external module imports
Patrick Walton
2011-03-29
1
-4
/
+88
*
Another go at changing compile-command, this time using RBUILD env var.
Graydon Hoare
2011-03-25
1
-1
/
+1
*
Revert "Bulk-edit compile commands in emacs chatter to point to assumed build...
Graydon Hoare
2011-03-25
1
-1
/
+1
*
Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of...
Graydon Hoare
2011-03-25
1
-1
/
+1
*
rustc: Store cached crate metadata in the session
Patrick Walton
2011-03-25
1
-9
/
+5
*
Start hooking resolve into creater.
Graydon Hoare
2011-03-24
1
-5
/
+23
*
Modify native_item_fn to handle trailing linkage names that differ from the i...
Graydon Hoare
2011-03-20
1
-2
/
+2
*
rustc: Add an annotation for the crate definition to view_item_use
Patrick Walton
2011-03-15
1
-2
/
+2
*
Add support for indexing tags in blocks.
Rafael Ávila de Espíndola
2011-03-11
1
-8
/
+36
*
Handle resolving to native modules.
Rafael Ávila de Espíndola
2011-03-10
1
-0
/
+7
*
Permit view items in native modules.
Graydon Hoare
2011-03-07
1
-3
/
+11
*
More typechecking for native types and the needed plumbing in codegen.
Rafael Avila de Espindola
2011-02-16
1
-2
/
+2
*
Add basic front-end support for 'for each' loops.
Graydon Hoare
2011-02-14
1
-0
/
+3
*
Teach resolve about ty params on tags.
Graydon Hoare
2011-02-14
1
-0
/
+8
*
Add missing fold of native functions.
Rafael Avila de Espindola
2011-02-10
1
-12
/
+35
*
Add native modules to resolve. With this hello world gets to typecheck.
Rafael Avila de Espindola
2011-02-07
1
-19
/
+58
*
Fix expressions with paths with more than one element.
Rafael Avila de Espindola
2011-02-07
1
-2
/
+1
[next]