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