| Age | Commit message (Expand) | Author | Lines |
| 2013-06-15 | auto merge of #7133 : kballard/rust/terminfo-parm, r=thestinger | bors | -97/+321 |
| 2013-06-15 | std::dynamic_lib: start fixing windows implementation | Philipp Brueschweiler | -21/+33 |
| 2013-06-15 | auto merge of #7125 : alexcrichton/rust/rusti-issues, r=brson | bors | -214/+241 |
| 2013-06-15 | Cleaned up driver.rs | Steven Stewart-Gallus | -47/+38 |
| 2013-06-14 | auto merge of #7122 : thestinger/rust/std, r=luqmana | bors | -14/+14 |
| 2013-06-14 | rustpkg: Write more automated tests | Tim Chevalier | -120/+558 |
| 2013-06-14 | rustc: Don't continue to resolve if there's an error in lang_items | Tim Chevalier | -0/+1 |
| 2013-06-14 | auto merge of #7121 : huonw/rust/rand-call, r=pnkfelix | bors | -3/+45 |
| 2013-06-14 | auto merge of #7110 : thestinger/rust/iterator, r=brson | bors | -271/+12 |
| 2013-06-15 | std: rename .connect/.concat in VectorVector to avoid conflicting with StrVec... | Huon Wilson | -16/+18 |
| 2013-06-14 | auto merge of #7144 : dotdash/rust/caches, r=graydon | bors | -43/+53 |
| 2013-06-14 | rm CopyableNonstrictIter | Daniel Micay | -53/+1 |
| 2013-06-14 | rm MutableIter | Daniel Micay | -32/+5 |
| 2013-06-14 | rm ExtendedMutableIter | Daniel Micay | -13/+0 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -173/+6 |
| 2013-06-15 | Add caches for method and impl metadata | Björn Steinbrink | -43/+53 |
| 2013-06-14 | auto merge of #7116 : thestinger/rust/whitespace, r=luqmana | bors | -29/+7 |
| 2013-06-14 | Add Zero impls for lots of common types | Alex Crichton | -2/+63 |
| 2013-06-14 | Implement a deriving(Zero) attribute | Alex Crichton | -0/+138 |
| 2013-06-14 | std: add a fixme to note performance issues in vec::from_elem. | Erick Tryzelaar | -2/+4 |
| 2013-06-14 | xfail run-pass/auto-encode.rs | Brian Anderson | -0/+2 |
| 2013-06-14 | Fix line lengths in terminfo | Kevin Ballard | -6/+12 |
| 2013-06-14 | Implement terminfo param conditionals | Kevin Ballard | -18/+129 |
| 2013-06-14 | Fix a bunch of failure cases in terminfo | Kevin Ballard | -84/+161 |
| 2013-06-14 | Don't require &mut [Param] with terminfo::parm::expand() | Kevin Ballard | -7/+11 |
| 2013-06-14 | Tweak terminfo::parm::expand function signature | Kevin Ballard | -16/+27 |
| 2013-06-14 | Tweak new terminfo logical operator support | Kevin Ballard | -27/+12 |
| 2013-06-14 | Various terminfo parameterization changes | Corey Richardson | -4/+34 |
| 2013-06-15 | rustdoc: add syntax highlighting to item signatures. | Huon Wilson | -15/+13 |
| 2013-06-14 | std: get std::path tests to work again | Erick Tryzelaar | -0/+1 |
| 2013-06-14 | fixed code to placate new restrictions on form of function/method invocations. | Felix S. Klock II | -5/+5 |
| 2013-06-13 | Resolve LLVM crashing in rustpkg tests | Alex Crichton | -6/+12 |
| 2013-06-13 | Don't run passes again on JIT code | Alex Crichton | -51/+17 |
| 2013-06-13 | Correctly parse commands for rusti | Alex Crichton | -1/+11 |
| 2013-06-13 | Revert "Revert "Have JIT execution take ownership of the LLVMContextRef"" | Alex Crichton | -60/+88 |
| 2013-06-13 | Revert "Revert "Remove all usage of the global LLVMContextRef"" | Alex Crichton | -113/+130 |
| 2013-06-13 | Revert "std: convert {vec,str}::to_owned to methods." | Brian Anderson | -90/+104 |
| 2013-06-13 | update the libstd docstring for the rename | Daniel Micay | -14/+14 |
| 2013-06-14 | xfail test on windows, because extern mod doesn't work there | Huon Wilson | -0/+2 |
| 2013-06-14 | syntax: revert the uint -> u32 "fix"; make the names/comment match. | Huon Wilson | -4/+4 |
| 2013-06-14 | syntax: correct the Rand::rand call to select enum variants in #[deriving(Ran... | Huon Wilson | -4/+44 |
| 2013-06-13 | automated whitespace fixes | Daniel Micay | -29/+7 |
| 2013-06-13 | make pp file conform to actual output, noting some oddities along the way. | Felix S. Klock II | -30/+35 |
| 2013-06-13 | checkpoint block-comment-wchar state. | Felix S. Klock II | -2/+113 |
| 2013-06-13 | Fix #3961 : use char range methods instead of byte offsets to detect whitespace. | Felix S. Klock II | -14/+132 |
| 2013-06-13 | Revert "Remove all usage of the global LLVMContextRef" | Brian Anderson | -130/+113 |
| 2013-06-13 | Revert "Have JIT execution take ownership of the LLVMContextRef" | Brian Anderson | -88/+60 |
| 2013-06-13 | Improve comments in sync and arc a bit more. | Ben Blum | -7/+9 |
| 2013-06-13 | auto merge of #7105 : sstewartgallus/rust/removed_unused_imports, r=sanxiyn | bors | -6/+3 |
| 2013-06-13 | Change sync::RWlock implementation to use atomic uint instead of exclusive, f... | Ben Blum | -57/+80 |