| Age | Commit message (Expand) | Author | Lines |
| 2013-10-18 | auto merge of #9929 : chris-morgan/rust/2013-10-19-vim-updates, r=sanxiyn | bors | -9/+11 |
| 2013-10-18 | auto merge of #9927 : chris-morgan/rust/fix-url-to_str-so-it-includes-the-por... | bors | -1/+11 |
| 2013-10-19 | Highlight \0 in strings and chars in Vim. | Chris Morgan | -3/+3 |
| 2013-10-19 | Update prelude items in Vim syntax. | Chris Morgan | -6/+8 |
| 2013-10-19 | Fix extra::url::to_str to include the port. | Chris Morgan | -1/+11 |
| 2013-10-18 | auto merge of #9926 : Kimundi/rust/future_result_bad_sig, r=huonw | bors | -88/+47 |
| 2013-10-18 | Made `std::task::TaskBuilder::future_result()` easier to use | Marvin Löbel | -88/+47 |
| 2013-10-18 | auto merge of #9924 : metajack/rust/fix-starts-with-ends-with, r=huonw | bors | -2/+6 |
| 2013-10-17 | auto merge of #9850 : eddyb/rust/inline-asm-constraints, r=luqmana | bors | -50/+193 |
| 2013-10-17 | Fix starts_with() and ends_with(). | Jack Moffitt | -2/+6 |
| 2013-10-17 | auto merge of #9922 : alexcrichton/rust/less-sys, r=thestinger | bors | -23/+20 |
| 2013-10-18 | Handle inline asm outputs as write-only in liveness, borrowck and trans. | Eduard Burtescu | -50/+193 |
| 2013-10-17 | Move sys::refcount to managed::refcount | Alex Crichton | -23/+20 |
| 2013-10-18 | track language changes, improve attr handling in GtkSourceView language-spec | sp3d | -22/+46 |
| 2013-10-17 | auto merge of #9896 : brson/rust/stdmem, r=alexcrichton | bors | -263/+282 |
| 2013-10-17 | auto merge of #9916 : alexcrichton/rust/issue-9861, r=brson | bors | -9/+13 |
| 2013-10-17 | std: Move size/align functions to std::mem. #2240 | Brian Anderson | -263/+282 |
| 2013-10-17 | rustdoc: Don't treat "super" specially for urls | Alex Crichton | -9/+13 |
| 2013-10-17 | auto merge of #9902 : thestinger/rust/immediate, r=nikomatsakis | bors | -27/+31 |
| 2013-10-17 | partially fix immediate rvalues | Daniel Micay | -27/+31 |
| 2013-10-17 | auto merge of #9908 : alexcrichton/rust/snapshots, r=thestinger | bors | -167/+8 |
| 2013-10-17 | Register new snapshots | Alex Crichton | -167/+8 |
| 2013-10-17 | auto merge of #9907 : kballard/rust/vec_ends_with, r=alexcrichton | bors | -36/+59 |
| 2013-10-17 | auto merge of #9900 : hatahet/rust/master, r=alexcrichton | bors | -1/+1 |
| 2013-10-17 | auto merge of #9897 : thestinger/rust/rusti, r=alexcrichton | bors | -3470/+0 |
| 2013-10-17 | auto merge of #9863 : csainty/rust/issue-9755-once-fns-feature-directive, r=a... | bors | -40/+40 |
| 2013-10-16 | Rewrite str.starts_with()/ends_with() to be simpler | Kevin Ballard | -19/+6 |
| 2013-10-16 | Implement new methods vec.starts_with()/vec.ends_with() | Kevin Ballard | -15/+51 |
| 2013-10-16 | Rewrite vec.contains() to be simpler | Kevin Ballard | -2/+2 |
| 2013-10-16 | Fixed example comment for num::cast(). | Ziad Hatahet | -1/+1 |
| 2013-10-16 | auto merge of #9846 : cmr/rust/serialize_uuid, r=alexcrichton | bors | -0/+31 |
| 2013-10-17 | Removed the -Z once_fns compiler flag and added the new feature directive of ... | Chris Sainty | -40/+40 |
| 2013-10-16 | auto merge of #9585 : vky/rust/num-docs, r=alexcrichton | bors | -2/+70 |
| 2013-10-16 | Added comments to public functions in num.rs. | Vijay Korapaty | -2/+70 |
| 2013-10-16 | drop the linenoise library | Daniel Micay | -2214/+0 |
| 2013-10-16 | remove the rusti command | Daniel Micay | -1256/+0 |
| 2013-10-16 | auto merge of #9721 : klutzy/rust/uv-net-read-fix, r=alexcrichton | bors | -8/+38 |
| 2013-10-16 | uuid: serialize test and documentations | Corey Richardson | -1/+17 |
| 2013-10-16 | auto merge of #9833 : alexcrichton/rust/fixes, r=brson | bors | -112/+366 |
| 2013-10-16 | auto merge of #9634 : blake2-ppc/rust/by-ref-iter, r=thestinger | bors | -0/+44 |
| 2013-10-16 | auto merge of #9885 : thestinger/rust/vector, r=brson | bors | -139/+236 |
| 2013-10-16 | auto merge of #9892 : Kimundi/rust/ResultToStr, r=alexcrichton | bors | -6/+47 |
| 2013-10-16 | Added Result implementations for ToStr and fmt::Default | Marvin Löbel | -6/+47 |
| 2013-10-16 | auto merge of #9655 : kballard/rust/path-rewrite, r=alexcrichton | bors | -2751/+6330 |
| 2013-10-16 | path2: Update for privacy changes | Kevin Ballard | -15/+3 |
| 2013-10-16 | path2: Update for latest master | Kevin Ballard | -59/+76 |
| 2013-10-16 | path2: Remove Path.into_str() | Kevin Ballard | -19/+0 |
| 2013-10-16 | path2: Remove some API functions | Kevin Ballard | -643/+101 |
| 2013-10-16 | path2: Update based on more review feedback | Kevin Ballard | -390/+274 |
| 2013-10-16 | introduce `base_and_len` fns for element length | Daniel Micay | -30/+75 |