| Age | Commit message (Expand) | Author | Lines |
| 2013-05-02 | librustc: Update the serializer to work properly with INHTWAMA, removing muta... | Patrick Walton | -482/+5268 |
| 2013-05-02 | auto merge of #6192 : thestinger/rust/link_args, r=catamorphism | bors | -2/+2 |
| 2013-05-02 | auto merge of #6172 : Sodel-the-Vociferous/rust/rm_trt_obj_magic_nums, r=cata... | bors | -17/+28 |
| 2013-05-02 | libstd: De-mut arena | Patrick Walton | -51/+89 |
| 2013-05-02 | auto merge of #6197 : graydon/rust/re-xfail, r=graydon | bors | -0/+5 |
| 2013-05-02 | re-xfail some tests that fail on x86 | Graydon Hoare | -0/+5 |
| 2013-05-02 | free the borrow list propertly instead of crashing | Niko Matsakis | -1/+15 |
| 2013-05-02 | trans: fix borrow violation | Niko Matsakis | -2/+2 |
| 2013-05-02 | Fix some issues with test_destroy_actually_kills: | gareth | -14/+38 |
| 2013-05-02 | auto merge of #6193 : youknowone/rust/static-string, r=sanxiyn | bors | -256/+201 |
| 2013-05-02 | Add test for drop for newtype structs. | Luqman Aden | -0/+28 |
| 2013-05-02 | fix numerous dynamic borrow failures | Niko Matsakis | -65/+77 |
| 2013-05-02 | auto merge of #6184 : kud1ing/rust/master, r=sanxiyn | bors | -0/+6 |
| 2013-05-02 | Remove errant trailing whitespace. | gareth | -1/+1 |
| 2013-05-02 | Convert most of rust_run_program.cpp to rust (issue #2674). | gareth | -236/+454 |
| 2013-05-03 | More accurate spans | Seo Sanghyeon | -4/+4 |
| 2013-05-02 | auto merge of #6125 : luqmana/rust/newtype-drop, r=pcwalton | bors | -0/+1 |
| 2013-05-02 | make link_args use spaces as separators | Daniel Micay | -2/+2 |
| 2013-05-03 | Use static strings | Jeong YunWon | -256/+201 |
| 2013-05-02 | auto merge of #6182 : huonw/rust/core-str-opts, r=nikomatsakis | bors | -15/+132 |
| 2013-05-02 | auto merge of #6178 : erickt/rust/remove-drop, r=graydon | bors | -20/+7 |
| 2013-05-02 | auto merge of #6177 : gifnksm/rust/iter-chain, r=thestinger | bors | -6/+15 |
| 2013-05-02 | Remove codes related to modes | Seo Sanghyeon | -78/+0 |
| 2013-05-02 | libcore: Export core::from_str::FromStr from core::prelude | gifnksm | -20/+16 |
| 2013-05-02 | The following code was generated by "src/etc/unicode.py" | kud1ing | -0/+2 |
| 2013-05-02 | Explain that the source code was generated by this script | kud1ing | -0/+4 |
| 2013-05-02 | libcore: optimize string joining routines. | Huon Wilson | -12/+106 |
| 2013-05-02 | core: inlining on common functions | Huon Wilson | -3/+26 |
| 2013-05-02 | auto merge of #6111 : pnkfelix/rust/issue4391-rustc-should-not-silently-skip-... | bors | -9/+16 |
| 2013-05-02 | More cases of [cfg(test)] instead of [test]. | Felix S. Klock II | -1/+1 |
| 2013-05-02 | More cases of [cfg(test)] instead of [test]. | Felix S. Klock II | -2/+2 |
| 2013-05-02 | Lets see if changing `span_fatal` to `span_err` gets me further through make ... | Felix S. Klock II | -1/+1 |
| 2013-05-02 | mod items need to be marked with `cfg(test)` not `test`. | Felix S. Klock II | -2/+2 |
| 2013-05-02 | mod items need to be marked with `cfg(test)` not `test`. | Felix S. Klock II | -2/+2 |
| 2013-05-02 | Issue 4391: rustc should not silently skip tests with erroneous signature. | Felix S. Klock II | -2/+9 |
| 2013-05-01 | auto merge of #6175 : Aatch/rust/red-zone-warn, r=sanxiyn | bors | -0/+4 |
| 2013-05-01 | auto merge of #6174 : sanxiyn/rust/static-string, r=brson | bors | -146/+146 |
| 2013-05-02 | compiletest: configurable test dir for ARM | Young-il Choi | -14/+17 |
| 2013-05-01 | auto merge of #6151 : bjz/rust/local-variable-cleanup, r=brson | bors | -775/+0 |
| 2013-05-01 | rustc: remove ty::LegacyDtor | Erick Tryzelaar | -20/+7 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -775/+0 |
| 2013-05-01 | auto merge of #6173 : sammykim/rust/doc-vec, r=yichoi | bors | -4/+4 |
| 2013-05-02 | libcore: Make `ChainIterator` take two different-typed `Iterator`s. | gifnksm | -6/+15 |
| 2013-05-02 | Add error if RED_ZONE_SIZE doesn't get defined | James Miller | -0/+4 |
| 2013-05-01 | syntax: fix up dynamic borrow errors in libsyntax | Niko Matsakis | -10/+10 |
| 2013-05-01 | rustc: more fix for trans_lvalue rooted twice | Niko Matsakis | -21/+4 |
| 2013-05-01 | lang: fix code for maintaining borrow list | Niko Matsakis | -13/+48 |
| 2013-05-01 | auto merge of #6127 : gifnksm/rust/impl-clone-for-bigint, r=graydon | bors | -11/+13 |
| 2013-05-02 | Use static strings | Seo Sanghyeon | -132/+132 |
| 2013-05-02 | Take string slices | Seo Sanghyeon | -14/+14 |