| Age | Commit message (Expand) | Author | Lines |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -363/+377 |
| 2014-03-27 | rustc: Stop adding the Send bound implicitly | Alex Crichton | -6/+3 |
| 2014-03-27 | auto merge of #13001 : cmr/rust/unnamed-lifetime-nocapture, r=nikomatsakis | bors | -3/+50 |
| 2014-03-27 | test/run-pass/out-of-stack: prevent tco | Corey Richardson | -0/+1 |
| 2014-03-27 | auto merge of #13034 : edwardw/rust/match, r=nikomatsakis | bors | -41/+280 |
| 2014-03-27 | Address review | Corey Richardson | -9/+9 |
| 2014-03-27 | rustc: mark references w/anonymous lifetime nocapture | Corey Richardson | -3/+49 |
| 2014-03-27 | _match.rs: prune sub-match tree too aggressively | Edward Wang | -41/+280 |
| 2014-03-26 | auto merge of #13079 : alexcrichton/rust/colons, r=cmr | bors | -73/+59 |
| 2014-03-26 | auto merge of #13145 : alexcrichton/rust/flip-some-defaults, r=brson | bors | -46/+31 |
| 2014-03-26 | syntax: Tweak parsing bounds on generics paths | Alex Crichton | -73/+59 |
| 2014-03-26 | auto merge of #13152 : huonw/rust/wtf-are-things-in-spans, r=alexcrichton | bors | -4/+27 |
| 2014-03-26 | auto merge of #13071 : ktt3ja/rust/deterministic-lifetime-suggestion, r=cmr | bors | -3/+29 |
| 2014-03-26 | syntax: Permit visibility on tuple fields | Alex Crichton | -21/+30 |
| 2014-03-26 | rustc: Relax restriction on privacy for fields | Alex Crichton | -25/+1 |
| 2014-03-26 | auto merge of #13135 : alexcrichton/rust/dox, r=alexcrichton | bors | -116/+716 |
| 2014-03-27 | syntax: add a missing span rewrite in fold. | Huon Wilson | -1/+1 |
| 2014-03-27 | syntax: add a some docs/clarification to the fields of ExpnInfo. | Huon Wilson | -3/+26 |
| 2014-03-26 | auto merge of #13134 : alexcrichton/rust/freebsd-libm, r=thestinger | bors | -0/+1 |
| 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 | std: Touch various I/O documentation blocks | Alex Crichton | -17/+39 |
| 2014-03-25 | libstd: Document the following modules: | Patrick Walton | -114/+692 |
| 2014-03-25 | std: Explicitly link to libm for freebsd | Alex Crichton | -0/+1 |
| 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 | Prefer lifetime suggestion over generic error | Kiet Tran | -3/+29 |
| 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 |