| Age | Commit message (Expand) | Author | Lines |
| 2012-01-27 | Move various trans_ modules under a trans:: umbrella module | Marijn Haverbeke | -985/+0 |
| 2012-01-27 | Stop passing spans to middle::trans functions that don't need them | Marijn Haverbeke | -16/+13 |
| 2012-01-26 | Remove ty_native_fn | Marijn Haverbeke | -2/+2 |
| 2012-01-23 | s/block()/fn()/g | Niko Matsakis | -2/+2 |
| 2012-01-21 | migrate size_of() and related funcs from trans into shape | Niko Matsakis | -1/+1 |
| 2012-01-19 | rustc: ";" to "," in enums | Patrick Walton | -4/+4 |
| 2012-01-19 | rustc: "tag" -> "enum" | Patrick Walton | -1/+1 |
| 2012-01-19 | treat fn*() as fn&() | Niko Matsakis | -2/+1 |
| 2012-01-19 | Remove support for the '.' after a nullary tag in a pattern | Tim Chevalier | -5/+5 |
| 2012-01-18 | Remove '.' after nullary tags in patterns | Tim Chevalier | -45/+45 |
| 2012-01-18 | remove align_mode and rewrite GEP_tup_like to align correctly | Niko Matsakis | -1/+2 |
| 2012-01-18 | correct use of GEP_tup_like in closure constr | Niko Matsakis | -22/+27 |
| 2012-01-19 | rustc: Use integer from ctypes consistently | Haitao Li | -3/+4 |
| 2012-01-19 | Use ctypes in native function declarations | Haitao Li | -2/+2 |
| 2012-01-13 | distinguish "any closure" and "stack closure" (block) | Niko Matsakis | -0/+2 |
| 2012-01-13 | deprecate fn exprs and the fn() type, preferring fn@ and native fn | Niko Matsakis | -1/+1 |
| 2012-01-13 | Obj system? What obj system? | Marijn Haverbeke | -2/+2 |
| 2012-01-13 | Remove all remaining uses of objs from the compiler | Marijn Haverbeke | -1/+1 |
| 2012-01-12 | add tydescs into shape, rewrite walk_fn_contents() | Niko Matsakis | -9/+1 |
| 2012-01-12 | Make driver::session::session no longer an object | Marijn Haverbeke | -1/+1 |
| 2012-01-10 | replace lambda with fn@ | Niko Matsakis | -2/+2 |
| 2012-01-10 | rename sendfn to fn~, lambda to fn@ | Niko Matsakis | -37/+29 |
| 2012-01-09 | Remove proto_sugar and 'lambda' as keyword, commit to fn@. | Graydon Hoare | -5/+5 |
| 2012-01-08 | modify last use to take into account cap clause, add new test | Niko Matsakis | -1/+19 |
| 2012-01-06 | choose a new arbitrary value | Niko Matsakis | -2/+2 |
| 2012-01-06 | plug leak: free shared type descrs recursively, as we ought to | Niko Matsakis | -1/+2 |
| 2012-01-06 | hack the tydesc that is registered with a malloc to be what cc expects | Niko Matsakis | -22/+47 |
| 2012-01-06 | fix how we walk functions to match new closure fmt | Niko Matsakis | -3/+8 |
| 2012-01-06 | rejigger impl to have an opaque closure ptr rather than | Niko Matsakis | -183/+335 |
| 2012-01-06 | emit the take glue for closure tydescs | Niko Matsakis | -0/+1 |
| 2012-01-06 | simplify task impl | Niko Matsakis | -1/+1 |
| 2012-01-06 | Make binding of fns with bounded type parameters work | Marijn Haverbeke | -3/+9 |
| 2012-01-04 | Use the right types for methods in trans_impl | Marijn Haverbeke | -2/+0 |
| 2012-01-03 | More work on translating dictionary-passing | Marijn Haverbeke | -36/+80 |
| 2012-01-02 | Box arrays of parameter bounds | Marijn Haverbeke | -2/+2 |
| 2012-01-02 | Pass bounds to trans::type_of_fn | Marijn Haverbeke | -13/+10 |
| 2011-12-29 | split proto from fn_decl, as not all fn_decls know the proto. | Niko Matsakis | -2/+3 |
| 2011-12-23 | Use the same type of record in ty::ty_fn and ty::method | Marijn Haverbeke | -4/+4 |
| 2011-12-22 | Unify some data structures in syntax::ast that were doing the same thing | Marijn Haverbeke | -5/+7 |
| 2011-12-19 | implement capture clauses (move, in particular) and integrate | Niko Matsakis | -46/+96 |
| 2011-12-19 | when collecting free vars, track the span where it is used too | Niko Matsakis | -8/+8 |
| 2011-12-19 | Fix merge error and rebasing changes for debug information. | Josh Matthews | -0/+1 |
| 2011-12-16 | revoke cleanup of sendable closure once construction completes | Niko Matsakis | -0/+1 |
| 2011-12-16 | rename iter2 to iteri to match typical convention | Niko Matsakis | -3/+3 |
| 2011-12-16 | reorder args to the various vec, option fns so blk comes last | Niko Matsakis | -1/+1 |
| 2011-12-16 | Make uses of self in impls compile | Marijn Haverbeke | -2/+2 |
| 2011-12-15 | restore old buggy behavior where n_obj_params is always 0 for fns | Niko Matsakis | -1/+9 |
| 2011-12-15 | massive refactor of how closures work | Niko Matsakis | -166/+425 |
| 2011-12-15 | resurrect tps_fn() and put it to use this time. | Niko Matsakis | -1/+2 |
| 2011-12-14 | remove unused tps_fn(); comment out unused var | Niko Matsakis | -1/+1 |