| Age | Commit message (Expand) | Author | Lines |
| 2013-02-22 | auto merge of #5081 : brson/rust/pipes, r=pcwalton | bors | -601/+673 |
| 2013-02-22 | auto merge of #5051 : bstrie/rust/deimpself, r=pcwalton | bors | -569/+626 |
| 2013-02-23 | Consolidate codes dealing with LLVM struct type | Seo Sanghyeon | -47/+11 |
| 2013-02-22 | Fix vector syntax in error messages | oncemoreification | -9/+16 |
| 2013-02-21 | Put unique allocs in managed heap when they might contain managed boxes. | Graydon Hoare | -60/+186 |
| 2013-02-22 | De-implicit-self librustc | Ben Striegel | -569/+626 |
| 2013-02-21 | auto merge of #5077 : jbclements/rust/increase-monomorphization-depth-limit, ... | bors | -25/+77 |
| 2013-02-21 | auto merge of #5076 : pcwalton/rust/demuting, r=pcwalton | bors | -290/+354 |
| 2013-02-21 | mk: Split target triples into bulid triple + host triples + target triples | Brian Anderson | -2/+2 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -601/+673 |
| 2013-02-21 | auto merge of #5075 : luqmana/rust/derec, r=catamorphism | bors | -196/+131 |
| 2013-02-21 | auto merge of #5059 : Kimundi/rust/incoming, r=catamorphism | bors | -4/+7 |
| 2013-02-21 | Fix private::exclusive_unwrap_conflict test. Fixes #4689. | Ben Blum | -2/+3 |
| 2013-02-21 | librustc: Fix broken test. | Luqman Aden | -2/+2 |
| 2013-02-21 | bump up limit on monomorphization | John Clements | -2/+2 |
| 2013-02-21 | Cleanup, commenting, trivial renaming | John Clements | -23/+75 |
| 2013-02-21 | librustc: Remove all mutable fields from librustc. rs=demuting | Patrick Walton | -6/+6 |
| 2013-02-21 | librustc: De-mut trans. rs=demuting | Patrick Walton | -43/+43 |
| 2013-02-21 | librustc: De-mut some of trans | Patrick Walton | -68/+82 |
| 2013-02-21 | librustc: De-mut resolve. rs=demuting | Patrick Walton | -173/+223 |
| 2013-02-21 | Remove the last bits of structural records from tests/rustc/rusti/rustpkg. | Luqman Aden | -194/+129 |
| 2013-02-21 | auto merge of #5068 : sethpink/rust/derive-eq-tuple-struct, r=catamorphism | bors | -14/+132 |
| 2013-02-21 | auto merge of #5071 : luqmana/rust/derec, r=pcwalton | bors | -241/+330 |
| 2013-02-21 | auto merge of #5069 : pcwalton/rust/plussing-2, r=pcwalton | bors | -51/+50 |
| 2013-02-21 | librustc: Separate the rest of the trait bounds with `+` and stop parsing spa... | Patrick Walton | -51/+50 |
| 2013-02-21 | Moved core::extfmt to core::private::extfmt | Marvin Löbel | -4/+7 |
| 2013-02-21 | Get rid of structural records in libsyntax and the last bit in librustc. | Luqman Aden | -241/+330 |
| 2013-02-20 | auto merge of #5065 : catamorphism/rust/issue-3453, r=catamorphism | bors | -7/+20 |
| 2013-02-21 | Implement #[deriving_eq] on tuple like structs | Seth Pink | -14/+132 |
| 2013-02-20 | auto merge of #5063 : pcwalton/rust/plussing, r=pcwalton | bors | -726/+729 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -726/+729 |
| 2013-02-20 | auto merge of #5058 : Thiez/rust/incoming, r=catamorphism | bors | -90/+171 |
| 2013-02-20 | auto merge of #5066 : catamorphism/rust/luqmana-derecording, r=catamorphism | bors | -1136/+1513 |
| 2013-02-20 | Merge | Tim Chevalier | -1/+2 |
| 2013-02-20 | Fix vdef pattern | Tim Chevalier | -2/+2 |
| 2013-02-20 | Fix flipped tuple that was causing all that pain | Tim Chevalier | -1/+1 |
| 2013-02-20 | Merge | Tim Chevalier | -19/+17 |
| 2013-02-20 | librustc: tidy | Luqman Aden | -33/+43 |
| 2013-02-20 | Fix fallout in rusti & rustpkg. | Luqman Aden | -8/+8 |
| 2013-02-20 | librustc: Get rid of structural records save for front/test.rs. | Luqman Aden | -1116/+1484 |
| 2013-02-20 | auto merge of #5049 : bstrie/rust/vim, r=catamorphism | bors | -1/+10 |
| 2013-02-20 | rustc: Use position method in check::method | Tim Chevalier | -7/+20 |
| 2013-02-20 | auto merge of #5043 : brson/rust/swap, r=brson | bors | -4/+67 |
| 2013-02-20 | Don't perform swap when src == dst. #5041 | Brian Anderson | -4/+67 |
| 2013-02-20 | auto merge of #5046 : sanxiyn/rust/struct-match, r=catamorphism | bors | -3/+23 |
| 2013-02-20 | etc: Suppress the enum variant instruction scheduling Valgrind issues. rs=#rust | Patrick Walton | -0/+49 |
| 2013-02-20 | Changed a test to use intrinsics.rs and changed a few lines that were too lon... | Matthijs 'Thiez' Hofstra | -41/+43 |
| 2013-02-20 | Created libcore/private/intrinsics.rs, which aims to contain every | Matthijs 'Thiez' Hofstra | -89/+168 |
| 2013-02-19 | vim improvements | Ben Striegel | -1/+10 |
| 2013-02-19 | auto merge of #5044 : thestinger/rust/range, r=pcwalton | bors | -4/+55 |