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
*
Change resolve errs to span_errs.
Graydon Hoare
2010-12-31
1
-4
/
+4
*
Teach resolve to find obj fields and ty params from methods.
Graydon Hoare
2010-12-30
1
-0
/
+12
*
rustc: Resolve type params
Patrick Walton
2010-12-15
1
-1
/
+6
*
Teach resolve about obj items.
Graydon Hoare
2010-12-14
1
-0
/
+3
*
rustc: Fix nonexhaustive match failure on unresolved identifiers
Patrick Walton
2010-12-12
1
-0
/
+1
*
rustc: Resolve variant names in patterns
Patrick Walton
2010-12-12
1
-1
/
+26
*
rustc: "resoling" -> "resolving" typo
Patrick Walton
2010-12-12
1
-3
/
+3
*
rustc: Remove "update_env_for_arm" debugging message
Patrick Walton
2010-12-11
1
-1
/
+0
*
rustc: Resolve pattern bindings
Patrick Walton
2010-12-10
1
-1
/
+17
*
First sketch of support for const items, not including most of trans.
Graydon Hoare
2010-12-09
1
-0
/
+3
*
Fix missing case in resolve, un-XFAIL rec-tup.rs.
Graydon Hoare
2010-12-08
1
-0
/
+1
*
Add code to fail on non-exhaustive alt matching. Fix all cases this picked up...
Graydon Hoare
2010-12-01
1
-0
/
+1
*
rustc: Resolve tag variant names
Patrick Walton
2010-12-01
1
-2
/
+21
*
rustc: Parse type-parametric typedefs
Patrick Walton
2010-11-24
1
-1
/
+1
*
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 c...
Patrick Walton
2010-11-10
1
-3
/
+3
*
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] ever...
Patrick Walton
2010-11-03
1
-2
/
+3
*
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. Impl...
Graydon Hoare
2010-10-18
1
-14
/
+43
*
More work on resolving names in rustc. Basic expr_name lookup working on item...
Graydon Hoare
2010-10-18
1
-24
/
+48
*
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