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 (
Collapse
)
Author
Age
Files
Lines
*
rustc: Parse type-parametric functions
Patrick Walton
2010-11-24
1
-2
/
+2
|
*
Resolve the easy case of type paths.
Graydon Hoare
2010-11-22
1
-0
/
+35
|
*
rustc: Add an annotation to function and type items so that the typechecker ↵
Patrick Walton
2010-11-10
1
-3
/
+3
|
|
|
|
can store types with them
*
Move the option type to its own module
Patrick Walton
2010-11-05
1
-9
/
+9
|
*
Revert "Move the option type to its own module"
Patrick Walton
2010-11-05
1
-2
/
+2
|
*
Move the option type to its own module
Patrick Walton
2010-11-05
1
-2
/
+2
|
*
rustc: Use an extensible annotation field instead of putting option[@ty] ↵
Patrick Walton
2010-11-03
1
-2
/
+3
|
|
|
|
everywhere
*
Implement check-exprs, un-xfail 5 rustc tests.
Graydon Hoare
2010-10-22
1
-2
/
+2
|
*
Teach trans to allocate, initialize and load from local variables.
Graydon Hoare
2010-10-19
1
-7
/
+14
|
*
Add a type slot to the AST
Patrick Walton
2010-10-19
1
-3
/
+3
|
*
Store items and decls in vecs to preserve input order, index externally. ↵
Graydon Hoare
2010-10-18
1
-14
/
+43
|
|
|
|
Implement block-local name lookup.
*
More work on resolving names in rustc. Basic expr_name lookup working on ↵
Graydon Hoare
2010-10-18
1
-24
/
+48
|
|
|
|
items and args.
*
Begin sketching name lookup in rustc.
Graydon Hoare
2010-10-18
1
-6
/
+74
|
*
Add a little code to resolve, to check that the fold interface works.
Graydon Hoare
2010-10-07
1
-3
/
+25
|
*
Add the beginnings of an ast folder plus an empty module for resolve.
Graydon Hoare
2010-10-06
1
-0
/
+6