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
/
fold.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implement binop= forms. Un-XFAIL bitwise.rs.
Graydon Hoare
2010-12-08
1
-0
/
+19
*
rustc: Add def ids to variant arguments so we can turn them into function arg...
Patrick Walton
2010-12-03
1
-3
/
+4
*
Parse layer and effect annotations.
Graydon Hoare
2010-12-03
1
-4
/
+6
*
Fix fold bug on expr_unary.
Graydon Hoare
2010-12-02
1
-1
/
+1
*
Add code to fail on non-exhaustive alt matching. Fix all cases this picked up...
Graydon Hoare
2010-12-01
1
-0
/
+20
*
rustc: Annotate variants with their types. This may be useful for trans!
Patrick Walton
2010-12-01
1
-1
/
+2
*
Tidy up structural types for rec, tup AST and typeck nodes.
Graydon Hoare
2010-11-30
1
-31
/
+27
*
rustc: Add def ids to variants
Patrick Walton
2010-11-30
1
-1
/
+1
*
rustc: Implement the block syntax discussed on the mailing list
Patrick Walton
2010-11-29
1
-1
/
+13
*
Teach fold about ty_rec.
Graydon Hoare
2010-11-29
1
-0
/
+18
*
Change mutability into a type constructor.
Graydon Hoare
2010-11-29
1
-6
/
+5
*
Change from bool to tag ast.mutability.
Graydon Hoare
2010-11-29
1
-11
/
+13
*
Add ast.ty_mutable.
Graydon Hoare
2010-11-29
1
-0
/
+12
*
rustc: Parse type-parametric typedefs
Patrick Walton
2010-11-24
1
-6
/
+8
*
rustc: Parse type-parametric tags
Patrick Walton
2010-11-24
1
-4
/
+7
*
rustc: Parse type-parametric functions
Patrick Walton
2010-11-24
1
-6
/
+9
*
rustc: Add patterns to fold
Patrick Walton
2010-11-24
1
-0
/
+83
*
rustc: Parse tag items. Currently segfaults in copy glue.
Patrick Walton
2010-11-24
1
-0
/
+23
*
rustc: Add an annotation to function and type items so that the typechecker c...
Patrick Walton
2010-11-10
1
-12
/
+12
*
rustc: Implement function types
Patrick Walton
2010-11-05
1
-1
/
+16
*
Move the option type to its own module
Patrick Walton
2010-11-05
1
-11
/
+11
*
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
-48
/
+46
*
Support while and do-while loops in rustc.
Graydon Hoare
2010-11-03
1
-0
/
+35
*
Implement check-exprs, un-xfail 5 rustc tests.
Graydon Hoare
2010-10-22
1
-0
/
+14
*
Teach trans to allocate, initialize and load from local variables.
Graydon Hoare
2010-10-19
1
-7
/
+7
*
Add a type slot to the AST
Patrick Walton
2010-10-19
1
-66
/
+66
*
Partial work on adding types to the AST
Patrick Walton
2010-10-19
1
-41
/
+58
*
Store items and decls in vecs to preserve input order, index externally. Impl...
Graydon Hoare
2010-10-18
1
-75
/
+66
*
More work on resolving names in rustc. Basic expr_name lookup working on item...
Graydon Hoare
2010-10-18
1
-27
/
+27
*
Expand rustc's fold to update env on block boundaries.
Graydon Hoare
2010-10-18
1
-1
/
+14
*
Roll back the expr->lval change. We're now LL(1) again.
Patrick Walton
2010-10-18
1
-69
/
+32
*
Encode and decode tag types in dwarf properly. Add list module to std. Shift ...
Graydon Hoare
2010-10-15
1
-4
/
+4
*
Finish the fold drivers in fold.rs.
Graydon Hoare
2010-10-14
1
-11
/
+109
*
Stop using bound refs (don't work; leak) and work around auto-deref vec-appen...
Graydon Hoare
2010-10-14
1
-23
/
+33
*
rustc: Start work on lvals
Patrick Walton
2010-10-14
1
-41
/
+91
*
rustc: Add mutability to tuple literals
Patrick Walton
2010-10-12
1
-4
/
+12
*
rustc: Parse lets
Patrick Walton
2010-10-11
1
-5
/
+5
*
rustc: Make functions output a type, not a slot
Patrick Walton
2010-10-08
1
-4
/
+4
*
Add a little code to resolve, to check that the fold interface works.
Graydon Hoare
2010-10-07
1
-2
/
+2
*
Revise folds to be much-less-polymorphic after some discussion; flesh out stm...
Graydon Hoare
2010-10-07
1
-172
/
+309
*
Add the beginnings of an ast folder plus an empty module for resolve.
Graydon Hoare
2010-10-06
1
-0
/
+514
[prev]