| Age | Commit message (Expand) | Author | Lines |
| 2012-01-18 | Remove '.' after nullary tags in patterns | Tim Chevalier | -11/+11 |
| 2012-01-13 | distinguish "any closure" and "stack closure" (block) | Niko Matsakis | -1/+1 |
| 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-12 | Make driver::session::session no longer an object | Marijn Haverbeke | -0/+1 |
| 2012-01-10 | rename sendfn to fn~, lambda to fn@ | Niko Matsakis | -2/+2 |
| 2012-01-09 | Remove proto_sugar and 'lambda' as keyword, commit to fn@. | Graydon Hoare | -2/+2 |
| 2012-01-09 | Fix #1474: check that block args resolved to bare fns do not make use of upvars | Niko Matsakis | -8/+13 |
| 2012-01-02 | Properly handle expression blocks in kind.rs | Marijn Haverbeke | -3/+10 |
| 2012-01-02 | More resolving and typechecking of bounded type parameters. | Marijn Haverbeke | -4/+4 |
| 2011-12-29 | split proto from fn_decl, as not all fn_decls know the proto. | Niko Matsakis | -4/+4 |
| 2011-12-28 | Move the kind datatype to middle::ty | Marijn Haverbeke | -3/+4 |
| 2011-12-28 | Change representation of type params to handle interface bounds | Marijn Haverbeke | -1/+3 |
| 2011-12-23 | Go back to a single visit_fn function in visit.rs | Marijn Haverbeke | -4/+4 |
| 2011-12-22 | Unify some data structures in syntax::ast that were doing the same thing | Marijn Haverbeke | -2/+3 |
| 2011-12-21 | valid cap clause for kind-ness too | Niko Matsakis | -12/+24 |
| 2011-12-21 | upgrade kind check | Niko Matsakis | -12/+52 |
| 2011-12-19 | when collecting free vars, track the span where it is used too | 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 | Get very simple impl method calls to compile | Marijn Haverbeke | -3/+7 |
| 2011-12-14 | push changes through to get things compiling, if not running. | Niko Matsakis | -14/+23 |
| 2011-12-14 | first attempt, not happy with it | Niko Matsakis | -1/+8 |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -2/+2 |
| 2011-11-23 | Rollback return-by-reference | Marijn Haverbeke | -15/+4 |
| 2011-11-22 | Properly check for copies when constructing a record using with | Marijn Haverbeke | -1/+16 |
| 2011-11-18 | Add some comments to kind.rs and last_use.rs | Marijn Haverbeke | -0/+15 |
| 2011-11-18 | Implement a last-use-of-local finding algorithm | Marijn Haverbeke | -2/+5 |
| 2011-11-18 | Properly check kinds in instantiation of generics | Marijn Haverbeke | -284/+27 |
| 2011-11-18 | Prevent alias pass from inserting implicit copies for noncopyable types | Marijn Haverbeke | -2/+0 |
| 2011-11-18 | Overhaul the kind-checking pass | Marijn Haverbeke | -31/+119 |
| 2011-11-18 | Preparation for kind system overhaul | Marijn Haverbeke | -16/+16 |
| 2011-11-17 | remove compile-command from local variable blocks | Niko Matsakis | -1/+0 |
| 2011-11-10 | Cleanup unused imports | Haitao Li | -1/+1 |
| 2011-10-28 | Move to short type parameter keywords | Marijn Haverbeke | -2/+2 |
| 2011-10-25 | Update our code to new type parameter kind syntax | Marijn Haverbeke | -4/+4 |
| 2011-10-21 | Change the way block calls are parsed, mark them as block-calls. | Marijn Haverbeke | -2/+2 |
| 2011-09-28 | Don't allow vectors of pinned kinds | Brian Anderson | -0/+10 |
| 2011-09-27 | Make it again possible to initialize resource locals via assignment | Brian Anderson | -6/+10 |
| 2011-09-27 | Prevent copies of resources into various things | Brian Anderson | -0/+67 |
| 2011-09-27 | Add more comments about kind checking on local move initializers | Brian Anderson | -1/+3 |
| 2011-09-27 | Don't ever raise unique kinds of pinned kinds to shared (again) | Brian Anderson | -21/+4 |
| 2011-09-26 | Enforce copy restrictions on let initializers | Brian Anderson | -1/+21 |
| 2011-09-26 | Prevent copying of uncopyable things via the copy op | Brian Anderson | -0/+1 |
| 2011-09-26 | Prevent copying of uncopyable things via compound assignment ops | Brian Anderson | -1/+4 |
| 2011-09-26 | Don't allow vectors of pinned kinds to be copied | Brian Anderson | -0/+4 |
| 2011-09-26 | Don't allow copying of unique boxes of pinned kinds | Brian Anderson | -19/+32 |
| 2011-09-25 | Refine notes in kind.rs some more. Add a fixme to ty.rs. | Graydon Hoare | -16/+36 |
| 2011-09-12 | Factor imports mindlessly. | Graydon Hoare | -13/+3 |
| 2011-09-12 | Reformat for new mode syntax, step 1 | Marijn Haverbeke | -7/+6 |
| 2011-09-02 | Reformat. Issue #855 | Brian Anderson | -20/+19 |