| Age | Commit message (Expand) | Author | Lines |
| 2011-08-26 | Pass stuff to take_ty, free_ty, and drop_ty by address, even when immediate | Marijn Haverbeke | -39/+29 |
| 2011-08-26 | Revert "Use typestate constraints for trans_be" | Tim Chevalier | -11/+4 |
| 2011-08-26 | Use typestate constraints for trans_be | Tim Chevalier | -4/+11 |
| 2011-08-26 | Let typestate constraints mention pattern-bound vars | Tim Chevalier | -5/+10 |
| 2011-08-25 | Support unchecked blocks | Tim Chevalier | -1/+6 |
| 2011-08-25 | Allow pure fns to have any return type | Tim Chevalier | -13/+13 |
| 2011-08-25 | rt: Remember the number of captured type descriptors for objects in the type ... | Patrick Walton | -1/+4 |
| 2011-08-25 | Move ast::pat_id_map to ast::util | Brian Anderson | -3/+3 |
| 2011-08-25 | rustc: Add an extra flag to object tydescs so that shapes know how to find th... | Patrick Walton | -62/+88 |
| 2011-08-24 | Revert "Back out copy-glue" | Marijn Haverbeke | -5/+107 |
| 2011-08-24 | Use memmove to load istr literals. Issue #855 | Brian Anderson | -11/+4 |
| 2011-08-24 | Back out copy-glue | Marijn Haverbeke | -107/+5 |
| 2011-08-24 | Use a single builder object throughout | Marijn Haverbeke | -113/+271 |
| 2011-08-24 | Move to a more lightweight builder system | Marijn Haverbeke | -675/+1146 |
| 2011-08-24 | Ensure values created in an alt guard are cleaned up properly | Marijn Haverbeke | -2/+3 |
| 2011-08-24 | Optimize += [x] into a simple push operation | Marijn Haverbeke | -14/+53 |
| 2011-08-24 | Check for is_terminated after translating a block | Marijn Haverbeke | -1/+1 |
| 2011-08-23 | Zero locals with initializers that may break or terminate. Closes #787 | Brian Anderson | -1/+41 |
| 2011-08-23 | Add kind-checking for assign-op, copy, ret, be, fail exprs. Fix caught kindin... | Graydon Hoare | -0/+14 |
| 2011-08-23 | Recheck the while loop contition after continuing. Closes #825 | Brian Anderson | -4/+4 |
| 2011-08-22 | Teach rustc to append istrs. Issue #855 | Brian Anderson | -7/+23 |
| 2011-08-22 | Teach rustc to add istrs. Issue #855 | Brian Anderson | -0/+10 |
| 2011-08-22 | Encode the istr shape correctly. Issue #855 | Brian Anderson | -2/+7 |
| 2011-08-22 | Fix ivec self-append. Closes #816 | Brian Anderson | -0/+6 |
| 2011-08-22 | Create correct drop glue for istrs. Issue #855 | Brian Anderson | -0/+4 |
| 2011-08-22 | Translate istr literals. Issue #855 | Brian Anderson | -55/+24 |
| 2011-08-22 | Extract trans_ivec::alloc_with_heap from trans_ivec::trans_ivec | Brian Anderson | -9/+32 |
| 2011-08-22 | Move trans::ivec to middle::trans_ivec | Brian Anderson | -691/+704 |
| 2011-08-22 | Move trans_ivec into the ivec module | Brian Anderson | -95/+93 |
| 2011-08-22 | Move functions from syntax::ast to syntax::ast_util | Brian Anderson | -61/+88 |
| 2011-08-22 | Implement pattern guards | Marijn Haverbeke | -26/+62 |
| 2011-08-22 | Fix bug introduced by 1a45a84e73a92e8a | Marijn Haverbeke | -0/+1 |
| 2011-08-22 | Start using copy glue to copy bits that may contain ivecs | Marijn Haverbeke | -26/+43 |
| 2011-08-22 | Write a type_structurally_contains, use it to rewrite has_dynamic_size | Marijn Haverbeke | -35/+29 |
| 2011-08-22 | Remove silly restriction on passing type params by alias | Marijn Haverbeke | -12/+2 |
| 2011-08-22 | Replace &ty::t with ty::t throughout the compiler | Marijn Haverbeke | -143/+143 |
| 2011-08-22 | Do not check for self-assign unless dest is initialized | Marijn Haverbeke | -93/+92 |
| 2011-08-22 | Write call_copy_glue | Marijn Haverbeke | -1/+40 |
| 2011-08-22 | Add skeleton of copy glue that actually copies | Marijn Haverbeke | -12/+76 |
| 2011-08-22 | Rename copy_glue back to take_glue | Marijn Haverbeke | -25/+25 |
| 2011-08-22 | Drop arguments on the caller side, not the callee | Marijn Haverbeke | -129/+109 |
| 2011-08-22 | Pass structural types by pointer, not by value | Marijn Haverbeke | -42/+36 |
| 2011-08-20 | rustc: Introduce ABI versioning so we can change value representations withou... | Patrick Walton | -6/+18 |
| 2011-08-20 | Reformat | Brian Anderson | -2903/+2830 |
| 2011-08-19 | rustc: Unconditionally zero out all GC-relevant types for now | Patrick Walton | -0/+5 |
| 2011-08-19 | Fix polymorphic iterators. Closes #829. | Michael Sullivan | -3/+12 |
| 2011-08-19 | Use move semantics when returning a local var | Marijn Haverbeke | -1/+13 |
| 2011-08-19 | Temporary work-around for issue #843 | Marijn Haverbeke | -2/+3 |
| 2011-08-19 | Revert "Disable warnings for unused function arguments. Temporary hack." | Tim Chevalier | -6/+1 |
| 2011-08-19 | Disable warnings for unused function arguments. Temporary hack. | Tim Chevalier | -1/+6 |