]> git.lizzy.rs Git - rust.git/history - src/comp/middle/kind.rs
Fix #1474: check that block args resolved to bare fns do not make use of upvars
[rust.git] / src / comp / middle / kind.rs
2012-01-09 Niko MatsakisFix #1474: check that block args resolved to bare fns...
2012-01-05 Stefan PlantikowMerge branch 'master' into kmath
2012-01-03 Brian AndersonMerge pull request #1392 from Lenny222/list
2012-01-02 Marijn HaverbekeProperly handle expression blocks in kind.rs
2012-01-02 Marijn HaverbekeMore resolving and typechecking of bounded type parameters.
2011-12-30 Niko Matsakissplit proto from fn_decl, as not all fn_decls know...
2011-12-28 Graydon HoareMerge pull request #1385 from Lenny222/quotes
2011-12-28 Graydon HoareMerge pull request #1389 from erickt/master
2011-12-28 Marijn HaverbekeMove the kind datatype to middle::ty
2011-12-28 Marijn HaverbekeChange representation of type params to handle interfac...
2011-12-24 Graydon HoareMerge pull request #1377 from Lenny222/icu
2011-12-23 Marijn HaverbekeGo back to a single visit_fn function in visit.rs
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-21 Niko Matsakisvalid cap clause for kind-ness too
2011-12-21 Niko Matsakisupgrade kind check
2011-12-19 Niko Matsakiswhen collecting free vars, track the span where it...
2011-12-16 Graydon HoareMerge pull request #1317 from boggle/fix1315
2011-12-16 Niko Matsakisreorder args to the various vec, option fns so blk...
2011-12-16 Marijn HaverbekeGet very simple impl method calls to compile
2011-12-14 Niko Matsakispush changes through to get things compiling, if not...
2011-12-14 Niko Matsakisfirst attempt, not happy with it
2011-12-14 Graydon HoareMerge pull request #1292 from boggle/fix1291
2011-12-14 Graydon HoareCopy first batch of material from libstd to libcore.
2011-11-23 Marijn HaverbekeRollback return-by-reference
2011-11-22 Marijn HaverbekeProperly check for copies when constructing a record...
2011-11-18 Marijn HaverbekeAdd some comments to kind.rs and last_use.rs
2011-11-18 Marijn HaverbekeImplement a last-use-of-local finding algorithm
2011-11-18 Marijn HaverbekeProperly check kinds in instantiation of generics
2011-11-18 Marijn HaverbekePrevent alias pass from inserting implicit copies for...
2011-11-18 Marijn HaverbekeOverhaul the kind-checking pass
2011-11-18 Marijn HaverbekePreparation for kind system overhaul
2011-11-17 Niko MatsakisMerge branch 'master' of github.com:graydon/rust
2011-11-17 Niko Matsakisremove compile-command from local variable blocks
2011-11-11 Haitao LiCleanup unused imports
2011-10-28 Marijn HaverbekeMove to short type parameter keywords
2011-10-25 Marijn HaverbekeUpdate our code to new type parameter kind syntax
2011-10-21 Marijn HaverbekeChange the way block calls are parsed, mark them as...
2011-09-28 Brian AndersonDon't allow vectors of pinned kinds
2011-09-28 Brian AndersonMake it again possible to initialize resource locals...
2011-09-28 Brian AndersonPrevent copies of resources into various things
2011-09-27 Brian AndersonAdd more comments about kind checking on local move...
2011-09-27 Brian AndersonDon't ever raise unique kinds of pinned kinds to shared...
2011-09-27 Brian AndersonEnforce copy restrictions on let initializers
2011-09-27 Brian AndersonPrevent copying of uncopyable things via the copy op
2011-09-27 Brian AndersonPrevent copying of uncopyable things via compound assig...
2011-09-27 Brian AndersonDon't allow vectors of pinned kinds to be copied
2011-09-27 Brian AndersonDon't allow copying of unique boxes of pinned kinds
2011-09-26 Graydon HoareRefine notes in kind.rs some more. Add a fixme to ty.rs.
2011-09-12 Graydon HoareFactor imports mindlessly.
2011-09-12 Brian AndersonMerge branch 'unwind'
2011-09-12 Marijn HaverbekeReformat for new mode syntax, step 1
2011-09-08 Graydon HoareMerge pull request #867 from paulstansifer/master
2011-09-06 Tim ChevalierMerge remote-tracking branch 'graydon/master'
2011-09-03 Brian AndersonReformat. Issue #855
2011-09-02 Brian AndersonConvert all uses of #ifmt to #fmt. Issue #855
2011-09-02 Brian AndersonRename std::istr to std::str. Issue #855
2011-08-31 Brian AndersonConvert uses of #fmt to #ifmt. Issue #855
2011-08-28 Brian AndersonConvert misc compiler bits to istrs. Issue #855
2011-08-27 Brian AndersonConvert rustc::driver::session to istrs. Issue #855
2011-08-27 Brian AndersonConvert rustc::util to istrs. Issue #855
2011-08-23 Graydon HoareAdd kind-checking for assign-op, copy, ret, be, fail...
2011-08-22 Brian AndersonMove functions from syntax::ast to syntax::ast_util
2011-08-20 Brian AndersonReformat
2011-08-16 Brian AndersonRename std::ivec to std::vec
2011-07-30 Graydon HoareEnable kind checking on typarams, fix kind constraints...
2011-07-29 Graydon HoareEncode, decode, and thread through typechecking all...
2011-07-29 robarnoldMerge pull request #781 from robarnold/upstream-stable
2011-07-28 Graydon HoareFix stale 'copy' occurrences to 'move' in comments.
2011-07-28 Marijn HaverbekeRemove walk instance from kind.rs
2011-07-28 Graydon HoareFurther refinement to kind system lattice and type...
2011-07-28 Graydon HoareRemove vestiges of "layers", insert skeletal do-nothing...