| Age | Commit message (Expand) | Author | Lines |
| 2014-03-26 | auto merge of #13133 : alexcrichton/rust/issue-13130, r=brson | bors | -11/+32 |
| 2014-03-26 | auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brson | bors | -338/+116 |
| 2014-03-25 | auto merge of #13039 : Kimundi/rust/iter_by_value_extend, r=alexcrichton | bors | -78/+75 |
| 2014-03-25 | auto merge of #13106 : CLUSTERfoo/rust/docs/labelled_breaks, r=brson | bors | -4/+61 |
| 2014-03-25 | auto merge of #12961 : cmr/rust/rustdoc-impls, r=alexcrichton | bors | -32/+65 |
| 2014-03-25 | Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v... | Marvin Löbel | -78/+75 |
| 2014-03-25 | rustdoc: render derived impls separately | Corey Richardson | -3/+30 |
| 2014-03-25 | rustdoc: add some docs for item types | Corey Richardson | -0/+6 |
| 2014-03-25 | rustdoc: html: use raw strings for great justice | Corey Richardson | -29/+29 |
| 2014-03-25 | auto merge of #13070 : huonw/rust/share-doc, r=alexcrichton | bors | -1/+45 |
| 2014-03-25 | rustuv: Handle short writes in uv_fs_write | Alex Crichton | -11/+32 |
| 2014-03-25 | auto merge of #13122 : sstewartgallus/rust/cleanup-10734-workarounds, r=alexc... | bors | -12/+11 |
| 2014-03-26 | std: expand the `Share` docs to make them more precise. | Huon Wilson | -1/+45 |
| 2014-03-25 | auto merge of #13083 : FlaPer87/rust/issue-13005-borrow-unsafe-static, r=niko... | bors | -74/+100 |
| 2014-03-25 | auto merge of #13063 : brson/rust/dist, r=alexcrichton | bors | -13/+35 |
| 2014-03-24 | comm: Implement synchronous channels | Alex Crichton | -115/+1229 |
| 2014-03-24 | auto merge of #12900 : alexcrichton/rust/rewrite-sync, r=brson | bors | -2034/+1727 |
| 2014-03-24 | std: Unignore atomic tests | Brian Anderson | -4/+2 |
| 2014-03-24 | test: Update all tests with the sync changes | Alex Crichton | -324/+80 |
| 2014-03-24 | sync: Wire up all of the previous commits | Alex Crichton | -6/+16 |
| 2014-03-24 | sync: Update the arc module | Alex Crichton | -929/+239 |
| 2014-03-24 | Correct issue workaround references | Steven Stewart-Gallus | -11/+10 |
| 2014-03-24 | Cleanup fixed issue #10734 workaround | Steven Stewart-Gallus | -1/+1 |
| 2014-03-24 | auto merge of #13080 : alexcrichton/rust/possible-osx-deadlock, r=brson | bors | -107/+105 |
| 2014-03-24 | install: Don't try to run binaries on install | Brian Anderson | -4/+0 |
| 2014-03-24 | install: Improve error handling | Brian Anderson | -11/+28 |
| 2014-03-24 | install: Error on uninstall if manifest can't be found | Brian Anderson | -0/+7 |
| 2014-03-24 | mk: Fix distcheck | Brian Anderson | -0/+1 |
| 2014-03-24 | mk: Put win installer in correct dir | Brian Anderson | -1/+1 |
| 2014-03-24 | mk: Cleanup version handling and add support for nightly dists | Brian Anderson | -1/+2 |
| 2014-03-24 | auto merge of #13049 : alexcrichton/rust/io-fill, r=huonw | bors | -11/+40 |
| 2014-03-24 | doc: Update the runtime guide with green changes | Alex Crichton | -5/+27 |
| 2014-03-24 | rustc: Remove all crate map support | Alex Crichton | -285/+6 |
| 2014-03-24 | green: Remove the dependence on the crate map | Alex Crichton | -59/+84 |
| 2014-03-24 | rustc: Completely forbid borrows of unsafe statics | Flavio Percoco | -74/+100 |
| 2014-03-24 | auto merge of #13113 : pnkfelix/rust/correct-static-kind-doc, r=huonw | bors | -2/+3 |
| 2014-03-24 | auto merge of #12998 : huonw/rust/log_syntax, r=alexcrichton | bors | -36/+92 |
| 2014-03-24 | Correct overly broad definition of `'static` kind bound. | Felix S. Klock II | -2/+3 |
| 2014-03-24 | Documentation sprint: Terminfo | Olle Jonsson | -12/+35 |
| 2014-03-24 | Added suggested notes | noam | -2/+39 |
| 2014-03-23 | auto merge of #13096 : sstewartgallus/rust/cleanup-test-warnings, r=huonw | bors | -6/+5 |
| 2014-03-23 | docs: named lifetimes | noam | -4/+24 |
| 2014-03-23 | auto merge of #13095 : alexcrichton/rust/serialize-tuple, r=huonw | bors | -140/+30 |
| 2014-03-23 | This commit cleans up a few test warnings | Steven Stewart-Gallus | -6/+5 |
| 2014-03-23 | auto merge of #13074 : pczarn/rust/build-rlib, r=alexcrichton | bors | -6/+10 |
| 2014-03-23 | auto merge of #13103 : mozilla-servo/rust/url-totaleq, r=alexcrichton | bors | -2/+2 |
| 2014-03-23 | serialize: Read/emit tuples with {read,emit}_tuple | Alex Crichton | -140/+30 |
| 2014-03-23 | sync: Introduce new wrapper types for locking | Alex Crichton | -0/+816 |
| 2014-03-23 | sync: Rewrite the base primitives | Alex Crichton | -617/+406 |
| 2014-03-23 | sync: Move Once to using &self | Alex Crichton | -9/+9 |