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
2011-03-20
Modify native_item_fn to handle trailing linkage names that differ from the i...
Graydon Hoare
-4
/
+7
2011-03-17
rustc: Switch mutability from being a type constructor to a field annotation
Patrick Walton
-35
/
+28
2011-03-16
Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...
Graydon Hoare
-19
/
+18
2011-03-15
rustc: Add an annotation for the crate definition to view_item_use
Patrick Walton
-6
/
+6
2011-03-14
Merge remote branch 'brson/recursive-elseif'
Graydon Hoare
-21
/
+9
2011-03-14
Reorganize evaluation of expr_send/recv to put them closer to expr_assign, to...
Brian Anderson
-29
/
+30
2011-03-14
Add folding and type checking for ports and chans
Brian Anderson
-0
/
+53
2011-03-14
Fold ty_chan and ty_port
Brian Anderson
-0
/
+21
2011-03-13
Merge branch 'master' into recursive-elseif
Brian Anderson
-8
/
+32
2011-03-11
Preserve crate directives in the parsed crate.
Graydon Hoare
-4
/
+10
2011-03-11
reindex the block index.
Rafael Ávila de Espíndola
-3
/
+5
2011-03-09
Fold exports.
Graydon Hoare
-0
/
+13
2011-03-08
rustc: Fold over the paths in tag patterns so that we can resolve type variab...
Patrick Walton
-1
/
+4
2011-03-07
Merge branch 'master' into recursive-elseif
Brian Anderson
-89
/
+318
2011-03-07
Permit view items in native modules.
Graydon Hoare
-1
/
+8
2011-03-05
Make ret and fail stmts have 0 out-edges, Closes #250.
Graydon Hoare
-2
/
+2
2011-03-02
Make the expanded expression in expr_ext not optional
Brian Anderson
-5
/
+4
2011-03-02
Add fold, typecheck and trans for expr_ext
Brian Anderson
-0
/
+24
2011-03-01
Parse (and ignore) dtors on objs.
Graydon Hoare
-5
/
+14
2011-02-25
There are no native iterators (or at least they are not going to be supported
Rafael Ávila de Espíndola
-8
/
+9
2011-02-23
Parse the abi in native modules.
Rafael Ávila de Espíndola
-0
/
+1
2011-02-18
Make a tag for iterness / fnness, teach many places about it.
Graydon Hoare
-17
/
+21
2011-02-16
More typechecking for native types and the needed plumbing in codegen.
Rafael Avila de Espindola
-6
/
+6
2011-02-14
Add basic front-end support for 'for each' loops.
Graydon Hoare
-0
/
+19
2011-02-14
Add basic front-end support for expr_put.
Graydon Hoare
-0
/
+20
2011-02-14
Move all non-decl/non-expr stmts to exprs.
Graydon Hoare
-64
/
+72
2011-02-14
Expand expr_rec to take its optional trailing 'with' parameter.
Graydon Hoare
-6
/
+15
2011-02-10
Add support to pat_lit to fold.
Graydon Hoare
-0
/
+11
2011-02-10
Parse 'be' statement. Pass tailcall tests. No actual tailcalls yet.
Brian Anderson
-0
/
+13
2011-02-10
Add missing fold of native functions.
Rafael Avila de Espindola
-1
/
+2
2011-02-04
Parse function declarations.
Rafael Ávila de Espíndola
-14
/
+46
2011-02-02
Add most of the plumbing for native items and add support for parsing native ...
Rafael Ávila de Espíndola
-1
/
+44
2011-02-01
Add very minimal support for native modules. For now they must be empty.
Rafael Ávila de Espíndola
-2
/
+29
2011-02-01
Implement 'else if'
Graydon Hoare
-4
/
+17
2011-02-01
Allow the else part of an expr_if to be either expr_if or expr_block
Brian Anderson
-5
/
+5
2011-01-28
Teach rustc to fail
Brian Anderson
-0
/
+4
2011-01-28
Correctly handle "import foo = bar.zed;".
Rafael Ávila de Espíndola
-10
/
+10
2011-01-27
First step for supporting "case (foo.bar(?zed))": Change the ast of
Rafael Ávila de Espíndola
-5
/
+5
2011-01-21
Teach AST, parser, folder about iter items.
Graydon Hoare
-3
/
+6
2011-01-20
Fix typo in fold.
Graydon Hoare
-1
/
+1
2011-01-20
Adjust AST encoding, teach fold about linear for loops.
Graydon Hoare
-0
/
+18
2011-01-19
Fold function output and argument types. With this change we fail to compile
Rafael Ávila de Espíndola
-3
/
+15
2011-01-18
One last refactoring of the import handling:
Rafael Ávila de Espíndola
-6
/
+8
2011-01-13
Change single-ident expr_ident to greedy/fat multi-ident expr_path, to handle...
Graydon Hoare
-25
/
+21
2011-01-12
Change mod_index_entry to point directly to items and view_items.
Rafael Ávila de Espíndola
-3
/
+7
2011-01-07
Add sufficient import support to compile some simple single-crate programs.
Rafael Ávila de Espíndola
-4
/
+4
2011-01-06
Add the boilerplate for folding view items.
Rafael Ávila de Espíndola
-1
/
+65
2011-01-03
Fix fold bug on expr_bind.
Graydon Hoare
-0
/
+3
2010-12-31
Update method-fold env with fake item_fn representing the method.
Graydon Hoare
-1
/
+12
2010-12-30
Teach fold about ty_obj.
Graydon Hoare
-0
/
+24
[prev]
[next]