| Age | Commit message (Expand) | Author | Lines |
| 2014-12-10 | Update sample code to use `getopts::usage` in `print_usage` | Arthur Liao | -5/+4 |
| 2014-12-10 | auto merge of #19638 : barosl/rust/typeck-tupled-arguments-ice, r=jakub | bors | -1/+22 |
| 2014-12-10 | auto merge of #19628 : jbranchaud/rust/add-string-as-string-doctest, r=stevek... | bors | -0/+13 |
| 2014-12-10 | auto merge of #19648 : mquandalle/rust/patch-1, r=alexcrichton | bors | -66/+0 |
| 2014-12-10 | typeck: Make the supplied parameters to be a tuple | Barosl Lee | -1/+22 |
| 2014-12-10 | auto merge of #19573 : apasel422/rust/sized_fn_once, r=alexcrichton | bors | -2/+2 |
| 2014-12-09 | auto merge of #19563 : alexcrichton/rust/issue-19501, r=pnkfelix | bors | -3/+36 |
| 2014-12-09 | auto merge of #19665 : alexcrichton/rust/rollup, r=alexcrichton | bors | -309/+793 |
| 2014-12-09 | Test fixes and rebase conflicts from the rollup | Alex Crichton | -60/+62 |
| 2014-12-09 | rollup merge of #19653: frewsxcv/rm-reexports | Alex Crichton | -3/+6 |
| 2014-12-09 | rollup merge of #19642: aaronweiss74/master | Alex Crichton | -0/+7 |
| 2014-12-09 | rollup merge of #19626: bluss/string-extend-str | Alex Crichton | -0/+44 |
| 2014-12-09 | rollup merge of #19623: rustyrazorblade/patch-1 | Alex Crichton | -1/+1 |
| 2014-12-09 | rollup merge of #19622: steveklabnik/fix_ringbuf_doc | Alex Crichton | -5/+1 |
| 2014-12-09 | rollup merge of #19620: retep998/memorymap | Alex Crichton | -39/+35 |
| 2014-12-09 | rollup merge of #19616: steveklabnik/gh19556 | Alex Crichton | -0/+49 |
| 2014-12-09 | rollup merge of #19615: steveklabnik/gh19595 | Alex Crichton | -7/+11 |
| 2014-12-09 | rollup merge of #19614: steveklabnik/gh19599 | Alex Crichton | -75/+75 |
| 2014-12-09 | rollup merge of #19608: jbranchaud/add-missing-semicolon-in-intro | Alex Crichton | -1/+1 |
| 2014-12-09 | rollup merge of #19604: vadimcn/gcc-less | Alex Crichton | -9/+22 |
| 2014-12-09 | rollup merge of #19598: japaric/ord | Alex Crichton | -7/+28 |
| 2014-12-09 | rollup merge of #19594: Arcterus/master | Alex Crichton | -32/+64 |
| 2014-12-09 | rollup merge of #19592: jbranchaud/add-btreemap-iter-doctest | Alex Crichton | -0/+18 |
| 2014-12-09 | rollup merge of #19589: huonw/unboxed-closure-elision | Alex Crichton | -44/+117 |
| 2014-12-09 | rollup merge of #19588: nodakai/libstd-fix-zombie-children-finder | Alex Crichton | -40/+28 |
| 2014-12-09 | rollup merge of #19587: huonw/closure-feature-gate | Alex Crichton | -14/+199 |
| 2014-12-09 | rollup merge of #19585: mdinger/guide_typo | Alex Crichton | -3/+3 |
| 2014-12-09 | rollup merge of #19584: CaptainHayashi/patch-1 | Alex Crichton | -4/+4 |
| 2014-12-09 | rollup merge of #19581: luqmana/duc | Alex Crichton | -11/+48 |
| 2014-12-09 | rollup merge of #19577: aidancully/master | Alex Crichton | -1/+17 |
| 2014-12-09 | rollup merge of #19576: nhoss2/master | Alex Crichton | -2/+2 |
| 2014-12-09 | Add a doctest for the std::string::as_string method. | jbranchaud | -0/+13 |
| 2014-12-09 | Delete the outdated source layout README | Maxime Quandalle | -66/+0 |
| 2014-12-09 | serialize: base64: remove some .as_bytes() from the tests | Arcterus | -6/+6 |
| 2014-12-09 | serialize: base64: improve newline handling speed | Arcterus | -15/+13 |
| 2014-12-09 | serialize: base64: allow LF in addition to CRLF and optimize slightly | Arcterus | -30/+64 |
| 2014-12-09 | auto merge of #19466 : nikomatsakis/rust/recursion-limit, r=eddyb | bors | -294/+126 |
| 2014-12-09 | auto merge of #19249 : barosl/rust/json-type-safety, r=alexcrichton | bors | -169/+169 |
| 2014-12-09 | auto merge of #19644 : pcwalton/rust/oibit3, r=nikomatsakis | bors | -512/+2250 |
| 2014-12-08 | Add some missing Copy implementations | Patrick Walton | -0/+6 |
| 2014-12-09 | auto merge of #19645 : alexcrichton/rust/old-snap, r=brson | bors | -12/+53 |
| 2014-12-08 | Remove Result and Option reexports | Corey Farwell | -3/+6 |
| 2014-12-08 | Revert "Register new snapshots" | Alex Crichton | -12/+53 |
| 2014-12-08 | rustc: Prepend a length to all metadata | Alex Crichton | -3/+36 |
| 2014-12-08 | Implemented BorrowFrom<Rc<T>> for T. | Aaron Weiss | -0/+7 |
| 2014-12-08 | auto merge of #19456 : nikomatsakis/rust/reborrow-closure-arg, r=pnkfelix | bors | -6/+49 |
| 2014-12-08 | Link regions in `ref` bindings from fn arguments. | Niko Matsakis | -6/+49 |
| 2014-12-08 | Stop masking overflow and propagate it out more aggressively; also improve er... | Niko Matsakis | -17/+37 |
| 2014-12-08 | Kill dead code | Niko Matsakis | -279/+0 |
| 2014-12-08 | Add ability to configure recursion limit. | Niko Matsakis | -0/+91 |