| Age | Commit message (Expand) | Author | Lines |
| 2013-05-02 | auto merge of #6178 : erickt/rust/remove-drop, r=graydon | bors | -20/+7 |
| 2013-05-02 | auto merge of #6176 : thestinger/rust/libuv_optimize, r=thestinger | bors | -4/+6 |
| 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 | -17/+21 |
| 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-01 | pass along CFLAGS/LINK_FLAGS to libuv | Daniel Micay | -4/+6 |
| 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 |
| 2013-05-01 | auto merge of #6162 : graydon/rust/random-retry, r=graydon | bors | -0/+687 |
| 2013-05-01 | core: add more debugging printouts to borrowing | Niko Matsakis | -5/+18 |
| 2013-05-01 | rustc: fix the fact that trans_lvalue rooted twice | Niko Matsakis | -55/+29 |
| 2013-05-01 | rustc: adjust total number of lang items | Niko Matsakis | -2/+2 |
| 2013-05-02 | mk: minor fix for test.mk to support mutiple target test | Young-il Choi | -2/+2 |
| 2013-05-01 | auto merge of #6161 : graydon/rust/glob-retry, r=graydon | bors | -2/+189 |
| 2013-05-01 | libcore: add N(0,1) and Exp(1) distributions to core::rand. | Huon Wilson | -0/+687 |
| 2013-05-01 | glob_t should be public on all platforms | Jesse Luehrs | -2/+2 |
| 2013-05-01 | add a higher level glob() function to os | Jesse Luehrs | -0/+83 |
| 2013-05-01 | libc bindings for glob.h | Jesse Luehrs | -2/+106 |
| 2013-05-01 | Add trait object field types to back/abi.rs, and use them | Daniel Ralston | -17/+28 |
| 2013-05-02 | libstd: impl Clone for BigUint/BigInt and replace `copy` with `.clone()` | gifnksm | -11/+13 |
| 2013-05-01 | compiletest: stop ignoring all tests. | Graydon Hoare | -1/+1 |
| 2013-05-01 | wip---work on making rooting work properly | Niko Matsakis | -117/+175 |
| 2013-05-01 | auto merge of #6148 : erickt/rust/remove-drop, r=pcwalton | bors | -731/+148 |
| 2013-05-01 | avoid broken += operator, bogus use of const | Niko Matsakis | -10/+10 |
| 2013-05-01 | pipes: use finally to fix pipes::try_recv | Erick Tryzelaar | -18/+13 |
| 2013-05-01 | rustdoc: Remove a now invalid test | Erick Tryzelaar | -7/+0 |