| Age | Commit message (Expand) | Author | Lines |
| 2011-09-14 | Add support for basic return-by-alias to trans | Marijn Haverbeke | -5/+4 |
| 2011-09-14 | Add a ret_style field to fn_ctxt in trans | Marijn Haverbeke | -0/+1 |
| 2011-09-13 | Try a little harder to avoid creating new landing pads | Brian Anderson | -4/+5 |
| 2011-09-13 | Reuse landing pads when possible | Brian Anderson | -3/+9 |
| 2011-09-12 | Factor imports mindlessly. | Graydon Hoare | -44/+18 |
| 2011-09-12 | Reformat for new mode syntax, step 1 | Marijn Haverbeke | -58/+57 |
| 2011-09-12 | Make the names of the arg mode tag reflect their (revised) meaning | Marijn Haverbeke | -1/+1 |
| 2011-09-12 | Pass all arguments by reference, make immut alias mode equiv to value | Marijn Haverbeke | -0/+1 |
| 2011-09-09 | Don't put 0-length array in the lltype of an arg-less variant | Marijn Haverbeke | -1/+5 |
| 2011-09-08 | rustc: When revoking a cleanup of a unique pointer, zero it out so that the G... | Patrick Walton | -2/+10 |
| 2011-09-02 | Reformat. Issue #855 | Brian Anderson | -96/+85 |
| 2011-09-02 | Add a constraint to trans::type_of | Tim Chevalier | -0/+4 |
| 2011-09-02 | rustc: Root values spilled via do_spill() | Patrick Walton | -2/+4 |
| 2011-09-02 | Rename ivecs to vecs in the compiler | Marijn Haverbeke | -3/+3 |
| 2011-09-02 | Remove remaining evec support from trans | Marijn Haverbeke | -37/+0 |
| 2011-09-01 | Add a constraint in trans | Tim Chevalier | -0/+12 |
| 2011-09-01 | Rename std::istr to std::str. Issue #855 | Brian Anderson | -13/+13 |
| 2011-09-01 | Remove std::str. Issue #855 | Brian Anderson | -1/+0 |
| 2011-09-01 | Back out copy-glue | Marijn Haverbeke | -13/+1 |
| 2011-09-01 | Move mutability checking into its own pass. | Marijn Haverbeke | -1/+1 |
| 2011-08-31 | Remove a few more usages of std::str from rustc. Issue #855 | Brian Anderson | -1/+0 |
| 2011-08-30 | Clean up trans_build, factor repeated code into function | Marijn Haverbeke | -17/+9 |
| 2011-08-30 | Change a number of result-returning functions to return @block_ctxt | Marijn Haverbeke | -3/+4 |
| 2011-08-29 | Implement non-internal ivecs | Marijn Haverbeke | -45/+12 |
| 2011-08-27 | Convert rustc::driver::session to istrs. Issue #855 | Brian Anderson | -3/+3 |
| 2011-08-27 | Convert rustc::metadata to istrs. Issue #855 | Brian Anderson | -2/+2 |
| 2011-08-27 | Convert rustc::middle::trans to istrs. Issue #855 | Brian Anderson | -3/+4 |
| 2011-08-27 | Convert local_ctxt to istrs. Issue #855 | Brian Anderson | -3/+3 |
| 2011-08-27 | Convert crate_ctxt to istrs. Issue #855 | Brian Anderson | -3/+3 |
| 2011-08-27 | Convert middle::trans_common to istrs. Issue #855 | Brian Anderson | -27/+28 |
| 2011-08-27 | Convert the rest of rustc::lib::llvm to istrs. Issue #855 | Brian Anderson | -8/+8 |
| 2011-08-27 | Convert rustc::lib::llvm to istr::sbufs. Issue #855 | Brian Anderson | -17/+29 |
| 2011-08-27 | Convert back::link to istrs. Issue #855 | Brian Anderson | -1/+1 |
| 2011-08-27 | Convert std::map::new_str_hash to istrs. Issue #855 | Brian Anderson | -3/+3 |
| 2011-08-27 | Convert std::int to istrs. Issue #855 | Brian Anderson | -1/+3 |
| 2011-08-27 | Convert std::uint to istrs. Issue #855 | Brian Anderson | -1/+2 |
| 2011-08-26 | Fix invalid reads of cstrs in trans | Brian Anderson | -5/+6 |
| 2011-08-26 | Revert "Use cstrcache in C_str, C_cstr, C_shape." | Brian Anderson | -12/+6 |
| 2011-08-26 | Use cstrcache in C_str, C_cstr, C_shape. | Brian Anderson | -6/+12 |
| 2011-08-26 | Pass stuff to take_ty, free_ty, and drop_ty by address, even when immediate | Marijn Haverbeke | -3/+7 |
| 2011-08-25 | rustc: Add an extra flag to object tydescs so that shapes know how to find th... | Patrick Walton | -1/+1 |
| 2011-08-24 | Revert "Back out copy-glue" | Marijn Haverbeke | -1/+13 |
| 2011-08-24 | Back out copy-glue | Marijn Haverbeke | -13/+1 |
| 2011-08-24 | Use a single builder object throughout | Marijn Haverbeke | -1/+5 |
| 2011-08-24 | Move to a more lightweight builder system | Marijn Haverbeke | -2/+7 |
| 2011-08-22 | Add skeleton of copy glue that actually copies | Marijn Haverbeke | -1/+23 |
| 2011-08-22 | Rename copy_glue back to take_glue | Marijn Haverbeke | -1/+1 |
| 2011-08-22 | Drop arguments on the caller side, not the callee | Marijn Haverbeke | -0/+1 |
| 2011-08-20 | Reformat | Brian Anderson | -163/+161 |
| 2011-08-18 | Rename T_vec to T_evec | Brian Anderson | -3/+3 |