| Age | Commit message (Expand) | Author | Lines |
| 2014-12-26 | Move RacyCell to `std::comm` | Flavio Percoco | -47/+61 |
| 2014-12-26 | Make Send and Sync traits unsafe | Flavio Percoco | -55/+73 |
| 2014-12-26 | Rename `OwnedPtr` to `UniquePtr` | Flavio Percoco | -53/+53 |
| 2014-12-26 | Require types to opt-in Sync | Flavio Percoco | -452/+742 |
| 2014-12-26 | auto merge of #20183 : japaric/rust/doctests, r=alexcrichton | bors | -13/+14 |
| 2014-12-25 | auto merge of #20180 : jroesch/rust/clean-where-predicate, r=alexcrichton | bors | -9/+36 |
| 2014-12-25 | auto merge of #20167 : michaelwoerister/rust/for-loop-var, r=alexcrichton | bors | -72/+345 |
| 2014-12-25 | auto merge of #20024 : mneumann/rust/dragonfly-fixes3, r=alexcrichton | bors | -23/+43 |
| 2014-12-25 | auto merge of #19934 : tomjakubowski/rust/rustdoc-unboxed-closures-redux, r=a... | bors | -94/+220 |
| 2014-12-24 | auto merge of #20117 : lfairy/rust/rename-include-bin, r=alexcrichton | bors | -21/+34 |
| 2014-12-24 | auto merge of #19813 : barosl/rust/autoderef-type-inference-ice, r=pnkfelix | bors | -5/+26 |
| 2014-12-24 | rustdoc: Use Fn trait sugar for external paths | Tom Jakubowski | -12/+46 |
| 2014-12-24 | rustdoc: Use unboxed closure sugar | Tom Jakubowski | -58/+98 |
| 2014-12-24 | rustdoc: render higher-rank trait bounds | Tom Jakubowski | -26/+78 |
| 2014-12-24 | rustdoc: render `for<>` on old closure lifetimes | Tom Jakubowski | -2/+2 |
| 2014-12-24 | auto merge of #20060 : Aatch/rust/enum-repr, r=alexcrichton | bors | -6/+79 |
| 2014-12-24 | Address code review nits | Jared Roesch | -3/+3 |
| 2014-12-24 | auto merge of #19858 : nick29581/rust/ranges, r=aturon | bors | -15/+452 |
| 2014-12-23 | rustdoc: unmarked code fences are doctests too | Jorge Aparicio | -13/+14 |
| 2014-12-23 | auto merge of #19758 : tbu-/rust/pr_fp_name, r=alexcrichton | bors | -56/+59 |
| 2014-12-23 | Support all variants of WherePredicate | Jared Roesch | -9/+36 |
| 2014-12-24 | Review changes | Nick Cameron | -89/+139 |
| 2014-12-24 | Tests | Nick Cameron | -0/+93 |
| 2014-12-24 | Type checking and trans for ranges | Nick Cameron | -29/+102 |
| 2014-12-24 | Add syntax for ranges | Nick Cameron | -8/+83 |
| 2014-12-24 | Add lang items for ranges. | Nick Cameron | -0/+6 |
| 2014-12-24 | Add structs for ranges to core::ops. | Nick Cameron | -1/+141 |
| 2014-12-23 | auto merge of #20083 : eddyb/rust/fix-expectation, r=nikomatsakis | bors | -42/+113 |
| 2014-12-23 | Rename and namespace `FPCategory` | Tobias Bucher | -56/+59 |
| 2014-12-23 | rustc_typeck: don't expect rvalues to have unsized types. | Eduard Burtescu | -42/+113 |
| 2014-12-23 | debuginfo: Add test case for destructured for-loop variable. | Michael Woerister | -0/+219 |
| 2014-12-23 | debuginfo: Clean the debuginfo module up a bit. | Michael Woerister | -74/+88 |
| 2014-12-23 | debuginfo: Create debuginfo for for-loop variables again. | Michael Woerister | -2/+42 |
| 2014-12-23 | Merge pull request #20155 from tbu-/pr_vecmap_fiximpls | bors | -4/+12 |
| 2014-12-23 | Merge pull request #20153 from brianloveswords/patch-1 | bors | -1/+1 |
| 2014-12-23 | Merge pull request #20001 from huonw/speeling2 | bors | -11/+11 |
| 2014-12-23 | Merge pull request #19886 from brson/rustup | bors | -1/+1 |
| 2014-12-23 | Rename include_bin! to include_bytes! | Chris Wong | -21/+34 |
| 2014-12-23 | Make alignment-forcing case work the same on 64 and 32-bit platforms | James Miller | -2/+2 |
| 2014-12-23 | Fix some spelling errors. | Huon Wilson | -11/+11 |
| 2014-12-23 | auto merge of #20145 : alexcrichton/rust/rollup, r=alexcrichton | bors | -5444/+6203 |
| 2014-12-23 | Fix `collections::VecMap`'s `PartialEq` implementation | Tobias Bucher | -4/+12 |
| 2014-12-22 | Update complement-bugreport.md | Brian J Brennan | -1/+1 |
| 2014-12-23 | Add enum size cases to type-sizes test | James Miller | -0/+2 |
| 2014-12-23 | Use type-alignment-sized integer for discriminant types | James Miller | -6/+77 |
| 2014-12-22 | Test fixes and rebase conflicts | Alex Crichton | -22/+15 |
| 2014-12-22 | rollup merge of #20089: rolftimmermans/json-control-chars-escape | Alex Crichton | -3/+34 |
| 2014-12-22 | rollup merge of #19964: pnkfelix/everybody-loops-pprint | Alex Crichton | -69/+277 |
| 2014-12-22 | rollup merge of #19891: nikomatsakis/unique-fn-types-3 | Alex Crichton | -255/+537 |
| 2014-12-22 | rollup merge of #20056: MrFloya/iter_rename | Alex Crichton | -250/+248 |