| Age | Commit message (Expand) | Author | Lines |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -103/+122 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -177/+159 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -159/+177 |
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -7/+7 |
| 2012-09-18 | Revert "rustc: Change all non-keyword uses of "link"" | Patrick Walton | -11/+11 |
| 2012-09-18 | Replace uses of 'unchecked' with 'unsafe' | Brian Anderson | -1/+1 |
| 2012-09-18 | rustc: Change all non-keyword uses of "link" | Patrick Walton | -11/+11 |
| 2012-09-18 | Revert "Adapt callee to avoid intermediary for move/copy arguments (cc #3402)" | Niko Matsakis | -88/+80 |
| 2012-09-14 | rustc: Back out box annihilator | Patrick Walton | -3/+4 |
| 2012-09-14 | rustc: Call the box annihilator in main | Patrick Walton | -2/+7 |
| 2012-09-14 | Adapt callee to avoid intermediary for move/copy arguments (cc #3402) | Niko Matsakis | -80/+88 |
| 2012-09-13 | s/vec::as_buf/vec::as_imm_buf/, fix comment, remove set.rs | Niko Matsakis | -5/+5 |
| 2012-09-13 | remove commented code that used to cause borrowck error | Niko Matsakis | -10/+0 |
| 2012-09-12 | trans: overhaul match bindings. No more phi, one code path for guards. | Niko Matsakis | -387/+680 |
| 2012-09-12 | Rename vec::unsafe to vec::raw | Brian Anderson | -17/+17 |
| 2012-09-12 | rustc: Use the correct 'fail' rtcall | Brian Anderson | -1/+1 |
| 2012-09-12 | Add some monomorphizing instrumentation, simplify types before emitting glue. | Graydon Hoare | -1/+118 |
| 2012-09-12 | fixup mutability of vec::each, make iter_bytes pure | Niko Matsakis | -6/+6 |
| 2012-09-12 | Rename core::rt_fail to core::rt_fail_ | Brian Anderson | -1/+1 |
| 2012-09-12 | Make moves in arguments explicit in libsyntax and rustc | Tim Chevalier | -3/+3 |
| 2012-09-11 | Introduce auto adjustment table to subsume autoderef/autoref/borrowings. | Niko Matsakis | -194/+197 |
| 2012-09-11 | Make the 'move mode but datum will not store' error fatal | Tim Chevalier | -1/+1 |
| 2012-09-11 | Promote 'impl' from restricted keyword to strict | Brian Anderson | -12/+12 |
| 2012-09-11 | Promote 'struct' from a restricted keyword to a strict keyword | Brian Anderson | -41/+40 |
| 2012-09-11 | Make moves explicit in rustc | Tim Chevalier | -8/+8 |
| 2012-09-11 | rustc: Remove the cmp type upcall | Patrick Walton | -21/+0 |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -2/+2 |
| 2012-09-10 | rustc: Stop calling cmp shape glue in trans. | Patrick Walton | -4/+26 |
| 2012-09-10 | Convert std::map to camel case | Brian Anderson | -53/+53 |
| 2012-09-10 | rustc: Trim down and rename trans_compare. Now only eq shape glue remains. | Patrick Walton | -26/+9 |
| 2012-09-10 | rustc: Make range literals use compare_scalar_types instead of trans_compare | Patrick Walton | -32/+6 |
| 2012-09-10 | rustc: Long lines | Patrick Walton | -2/+5 |
| 2012-09-10 | rustc: Move trans_compare into alt.rs | Patrick Walton | -0/+29 |
| 2012-09-10 | Combine the vtable_origins from impl + method. | Niko Matsakis | -82/+194 |
| 2012-09-10 | rustc: Make shape-based compare glue never called for comparison operators. | Patrick Walton | -9/+20 |
| 2012-09-09 | Rename variables that clash with keywords | Brian Anderson | -8/+8 |
| 2012-09-07 | Convert all kind bounds to camel case. Remove send, owned keywords. | Brian Anderson | -3/+3 |
| 2012-09-07 | Convert 'again' to 'loop'. Remove 'again' keyword | Brian Anderson | -2/+2 |
| 2012-09-07 | Migrate std::map to use core::hash::Hash trait. Disable many hokey hashes. | Graydon Hoare | -44/+47 |
| 2012-09-07 | Implement &-patterns | Tim Chevalier | -6/+2 |
| 2012-09-07 | Convert field terminators to commas. Stop parsing semis. | Brian Anderson | -31/+31 |
| 2012-09-07 | Remove 'let' syntax for struct fields | Brian Anderson | -10/+10 |
| 2012-09-07 | Do not copy values of type () or _|_ | Niko Matsakis | -0/+4 |
| 2012-09-07 | rustc: Add an "ne" method to the Eq trait, and implement it everywhere | Patrick Walton | -1/+9 |
| 2012-09-07 | Ensure that scratch datum's are zeroed out in the alloca phase. | Niko Matsakis | -2/+2 |
| 2012-09-07 | gc: Add stack walker for new garbage collector. | Elliott Slaughter | -0/+21 |
| 2012-09-07 | Refactor fn_ty, working towards #3320 | Niko Matsakis | -213/+225 |
| 2012-09-06 | Issue #3402: Load immediate rvalues right away | Niko Matsakis | -13/+73 |
| 2012-09-06 | Refactor ty_var and ty_var_integral into one ty_infer variant | Niko Matsakis | -7/+3 |
| 2012-09-06 | Remove struct ctors | Brian Anderson | -8/+27 |