| Age | Commit message (Expand) | Author | Lines |
| 2013-06-21 | libstd: cleanup warnings | James Miller | -27/+9 |
| 2013-06-21 | Remove all #[cfg(stage0)]-protected code | James Miller | -98/+9 |
| 2013-06-20 | ignore inherited environment test under valgrind r=snapshot | James Miller | -0/+1 |
| 2013-06-18 | std::rt: Work around a dynamic borrowck bug | Brian Anderson | -3/+2 |
| 2013-06-18 | std: Work around some failing 'run' tests when valgrinding. #7224 | Brian Anderson | -5/+25 |
| 2013-06-18 | replace #[inline(always)] with #[inline]. r=burningtree. | Graydon Hoare | -1156/+1156 |
| 2013-06-17 | auto merge of #7197 : rkbodenner/rust/doc-for-lib-move, r=brson | bors | -17/+18 |
| 2013-06-17 | auto merge of #7131 : Blei/rust/windows-dynamic-lib, r=graydon | bors | -21/+33 |
| 2013-06-17 | auto merge of #7199 : Kimundi/rust/master, r=bstrie | bors | -25/+91 |
| 2013-06-17 | auto merge of #7195 : brson/rust/timertest, r=bstrie | bors | -2/+2 |
| 2013-06-17 | Improved std::ascii | Marvin Löbel | -25/+91 |
| 2013-06-17 | auto merge of #7198 : huonw/rust/slice-zeros, r=Aatch | bors | -0/+42 |
| 2013-06-17 | Reproduce text changes from @brson PR 7176 and fix a typo therein | Ralph Bodenner | -14/+15 |
| 2013-06-17 | std: add Zero impls for &[] and &str. | Huon Wilson | -0/+42 |
| 2013-06-16 | Update doc references to new names for std, extra, and std::libc | Ralph Bodenner | -4/+4 |
| 2013-06-16 | std::rt: Reduce the delay on a timer test. Slow | Brian Anderson | -2/+2 |
| 2013-06-16 | auto merge of #7177 : huonw/rust/unfold-fix, r=thestinger | bors | -2/+2 |
| 2013-06-16 | Remove moves from *T and implement in another way | Niko Matsakis | -21/+9 |
| 2013-06-16 | Add copies to type params with Copy bound | Niko Matsakis | -58/+58 |
| 2013-06-16 | auto merge of #7163 : brson/rust/reinterpret-cast, r=thestinger | bors | -5/+2 |
| 2013-06-16 | auto merge of #7156 : Dretch/rust/float-hash, r=graydon | bors | -0/+41 |
| 2013-06-16 | auto merge of #7142 : alexcrichton/rust/deriving-zero, r=pcwalton | bors | -2/+63 |
| 2013-06-16 | std: fix UnfoldrIterator cross-crate. | Huon Wilson | -2/+2 |
| 2013-06-16 | auto merge of #7137 : erickt/rust/from-elem-fixme, r=thestinger | bors | -2/+4 |
| 2013-06-16 | auto merge of #7123 : huonw/rust/more-str, r=thestinger | bors | -330/+298 |
| 2013-06-15 | auto merge of #7149 : thestinger/rust/vec, r=graydon | bors | -80/+31 |
| 2013-06-16 | remove unused imports | Huon Wilson | -1/+0 |
| 2013-06-15 | old_iter: rm the min/max free functions | Daniel Micay | -34/+0 |
| 2013-06-15 | fix test | Daniel Micay | -3/+4 |
| 2013-06-15 | rm CopyableOrderedIter | Daniel Micay | -24/+2 |
| 2013-06-15 | rm vec::uniq_len | Daniel Micay | -19/+25 |
| 2013-06-16 | std: allow any sort of string to be Added with +. | Huon Wilson | -2/+22 |
| 2013-06-16 | std: test-fixes, remove warnings, syntax highlighting for code examples. | Huon Wilson | -9/+9 |
| 2013-06-16 | std: continue improving the comparison trait impls for str. | Huon Wilson | -166/+128 |
| 2013-06-16 | std: simplify the string comparison implementations, using iterators. | Huon Wilson | -30/+14 |
| 2013-06-16 | std: convert str::to_utf16 to a method. | Huon Wilson | -28/+29 |
| 2013-06-16 | std: convert str::{map,levdistance,subslice_offset} to methods. | Huon Wilson | -108/+110 |
| 2013-06-15 | std: Remove doc references to reinterpret_cast | Brian Anderson | -5/+2 |
| 2013-06-15 | iterator: work around method resolve bug | Daniel Micay | -10/+10 |
| 2013-06-15 | iterator: add a `position` adaptor | Daniel Micay | -0/+24 |
| 2013-06-15 | iterator: add a `find` adaptor | Daniel Micay | -3/+23 |
| 2013-06-15 | Add IterBytes impls for float/f32/f64. This allows creating | gareth | -0/+41 |
| 2013-06-15 | auto merge of #7147 : huonw/rust/vec-connect, r=Aatch | bors | -16/+18 |
| 2013-06-15 | auto merge of #7109 : bblum/rust/rwlocks, r=brson | bors | -4/+8 |
| 2013-06-15 | std::dynamic_lib: start fixing windows implementation | Philipp Brueschweiler | -21/+33 |
| 2013-06-14 | auto merge of #7122 : thestinger/rust/std, r=luqmana | bors | -14/+14 |
| 2013-06-14 | auto merge of #7110 : thestinger/rust/iterator, r=brson | bors | -140/+6 |
| 2013-06-15 | std: rename .connect/.concat in VectorVector to avoid conflicting with StrVec... | Huon Wilson | -16/+18 |
| 2013-06-14 | rm CopyableNonstrictIter | Daniel Micay | -53/+1 |
| 2013-06-14 | rm MutableIter | Daniel Micay | -28/+1 |