]> git.lizzy.rs Git - rust.git/history - src/comp/middle/trans_closure.rs
fix how we walk functions to match new closure fmt
[rust.git] / src / comp / middle / trans_closure.rs
2012-01-07 Niko Matsakisfix how we walk functions to match new closure fmt
2012-01-07 Niko Matsakisrejigger impl to have an opaque closure ptr rather...
2012-01-07 Niko Matsakisemit the take glue for closure tydescs
2012-01-07 Niko Matsakissimplify task impl
2012-01-06 Graydon HoareMerge pull request #1450 from erickt/master
2012-01-06 Marijn HaverbekeMake binding of fns with bounded type parameters work
2012-01-05 Stefan PlantikowMerge branch 'master' into kmath
2012-01-04 Marijn HaverbekeUse the right types for methods in trans_impl
2012-01-03 Brian AndersonMerge pull request #1392 from Lenny222/list
2012-01-03 Marijn HaverbekeMore work on translating dictionary-passing
2012-01-02 Marijn HaverbekeBox arrays of parameter bounds
2012-01-02 Marijn HaverbekePass bounds to trans::type_of_fn
2011-12-30 Niko Matsakissplit proto from fn_decl, as not all fn_decls know...
2011-12-24 Graydon HoareMerge pull request #1377 from Lenny222/icu
2011-12-23 Marijn HaverbekeUse the same type of record in ty::ty_fn and ty::method
2011-12-22 Graydon HoareMerge branch 'master' of github.com:graydon/rust
2011-12-22 Marijn HaverbekeUnify some data structures in syntax::ast that were...
2011-12-19 Niko Matsakisimplement capture clauses (move, in particular) and...
2011-12-19 Niko Matsakiswhen collecting free vars, track the span where it...
2011-12-19 Graydon HoareMerge pull request #1334 from boggle/kmath
2011-12-19 Josh MatthewsFix merge error and rebasing changes for debug information.
2011-12-16 Graydon HoareMerge pull request #1317 from boggle/fix1315
2011-12-16 Niko Matsakisrevoke cleanup of sendable closure once construction...
2011-12-16 Niko Matsakisrename iter2 to iteri to match typical convention
2011-12-16 Niko Matsakisreorder args to the various vec, option fns so blk...
2011-12-16 Marijn HaverbekeMake uses of self in impls compile
2011-12-15 Brian AndersonMerge pull request #1307 from elly/cargo
2011-12-15 Niko Matsakisrestore old buggy behavior where n_obj_params is always...
2011-12-15 Niko Matsakismassive refactor of how closures work
2011-12-15 Niko Matsakisresurrect tps_fn() and put it to use this time.
2011-12-14 Niko Matsakisremove unused tps_fn(); comment out unused var
2011-12-14 Niko Matsakisrefactor trans into trans_closure; restore original...