| Age | Commit message (Expand) | Author | Lines |
| 2013-06-16 | Avoid quadratic growth of cleanup blocks | Björn Steinbrink | -13/+31 |
| 2013-06-16 | auto merge of #7166 : brson/rust/fuzzer, r=pcwalton | bors | -1093/+0 |
| 2013-06-16 | auto merge of #7163 : brson/rust/reinterpret-cast, r=thestinger | bors | -5/+2 |
| 2013-06-16 | auto merge of #7160 : kballard/rust/terminfo-parm-i-fix, r=thestinger | bors | -3/+14 |
| 2013-06-16 | auto merge of #7159 : Blei/rust/free-glue-no-destructor, r=graydon | bors | -9/+0 |
| 2013-06-16 | auto merge of #7156 : Dretch/rust/float-hash, r=graydon | bors | -0/+41 |
| 2013-06-16 | auto merge of #7155 : Blei/rust/drop-glue-alloca, r=graydon | bors | -7/+17 |
| 2013-06-16 | auto merge of #7142 : alexcrichton/rust/deriving-zero, r=pcwalton | bors | -2/+201 |
| 2013-06-16 | std: fix UnfoldrIterator cross-crate. | Huon Wilson | -2/+36 |
| 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 | -430/+342 |
| 2013-06-15 | auto merge of #7149 : thestinger/rust/vec, r=graydon | bors | -107/+49 |
| 2013-06-16 | fix benchmark and the tutorials | Daniel Micay | -1/+2 |
| 2013-06-15 | auto merge of #7162 : thestinger/rust/iterator, r=brson | bors | -3/+47 |
| 2013-06-16 | Delete some binary files from the test suite | Ben Striegel | -0/+0 |
| 2013-06-15 | auto merge of #7114 : pnkfelix/rust/issue3961-fix-whitespace-detection, r=brson | bors | -14/+248 |
| 2013-06-16 | remove unused imports | Huon Wilson | -33/+2 |
| 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 | -33/+4 |
| 2013-06-15 | rm vec::uniq_len | Daniel Micay | -36/+39 |
| 2013-06-16 | std: allow any sort of string to be Added with +. | Huon Wilson | -3/+23 |
| 2013-06-16 | std: test-fixes, remove warnings, syntax highlighting for code examples. | Huon Wilson | -28/+12 |
| 2013-06-16 | std: continue improving the comparison trait impls for str. | Huon Wilson | -168/+129 |
| 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 | -155/+148 |
| 2013-06-15 | auto merge of #7132 : thestinger/rust/rpath, r=brson | bors | -25/+1 |
| 2013-06-15 | Remove the fuzzer | Brian Anderson | -1093/+0 |
| 2013-06-15 | std: Remove doc references to reinterpret_cast | Brian Anderson | -5/+2 |
| 2013-06-15 | stop using an absolute rpath | Daniel Micay | -25/+1 |
| 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-16 | Fix Merge Fallout | James Miller | -119/+119 |
| 2013-06-16 | Remove @-fields from CrateContext | James Miller | -512/+611 |
| 2013-06-15 | Fix terminfo::param %i op | Kevin Ballard | -3/+14 |
| 2013-06-16 | Make CrateContext::new() fn. | James Miller | -186/+192 |
| 2013-06-16 | Move CrateContext into it's own file | James Miller | -81/+127 |
| 2013-06-16 | Move trans mod items into trans/mod.rs | James Miller | -35/+45 |
| 2013-06-15 | auto merge of #7154 : dotdash/rust/glue, r=graydon | bors | -43/+10 |
| 2013-06-15 | Fix up mingw32 case | Steven Stewart-Gallus | -0/+1 |
| 2013-06-15 | trans::glue: don't generate struct destructors in the free glue | Philipp Brüschweiler | -9/+0 |
| 2013-06-15 | Add IterBytes impls for float/f32/f64. This allows creating | gareth | -0/+41 |
| 2013-06-15 | Fix inlining of glue code | Björn Steinbrink | -43/+10 |
| 2013-06-15 | trans::glue: don't allocate a pointer variable if it already exists | Philipp Brüschweiler | -7/+17 |
| 2013-06-15 | auto merge of #7148 : catamorphism/rust/rustpkg_tests, r=graydon | bors | -120/+559 |
| 2013-06-15 | auto merge of #7147 : huonw/rust/vec-connect, r=Aatch | bors | -16/+18 |
| 2013-06-15 | auto merge of #7130 : huonw/rust/rustdoc-highlight, r=thestinger | bors | -15/+13 |
| 2013-06-15 | auto merge of #7109 : bblum/rust/rwlocks, r=brson | bors | -90/+229 |