| Age | Commit message (Expand) | Author | Lines |
| 2013-08-28 | Fixed MemoryMap on Windows. | Vadim Chugunov | -25/+42 |
| 2013-08-28 | Add tests for ref in closure parameter list, closes #5239 | Florian Hahn | -0/+32 |
| 2013-08-27 | Remove offset_inbounds for an unsafe offset function | Alex Crichton | -109/+37 |
| 2013-08-27 | auto merge of #8805 : jfager/rust/remove-hashutil, r=alexcrichton | bors | -13/+0 |
| 2013-08-27 | auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, r=brson | bors | -1114/+1120 |
| 2013-08-28 | rustc: Use "main" entry point on Windows | klutzy | -12/+4 |
| 2013-08-27 | Consolidate local_data implementations, and cleanup | Alex Crichton | -549/+467 |
| 2013-08-27 | Fix merge fallout | Alex Crichton | -3/+3 |
| 2013-08-27 | Fix various issues associated with building on windows | Alex Crichton | -0/+0 |
| 2013-08-27 | Implement process bindings to libuv | Alex Crichton | -1023/+1075 |
| 2013-08-27 | Upgrade libuv to the current master + our patches | Alex Crichton | -94/+48 |
| 2013-08-27 | auto merge of #8697 : kballard/rust/rustpkg-no-args, r=catamorphism | bors | -36/+35 |
| 2013-08-27 | auto merge of #8802 : pcwalton/rust/compile-speed, r=brson | bors | -1779/+3066 |
| 2013-08-27 | librustc: Fix merge fallout | Patrick Walton | -47/+62 |
| 2013-08-27 | Handle `rustpkg build`, etc. when given no args properly | Kevin Ballard | -36/+35 |
| 2013-08-27 | librustc: Fix problem with cross-crate reexported static methods. | Patrick Walton | -25/+95 |
| 2013-08-27 | librustc: Implement basic lazy implementation loading. | Patrick Walton | -79/+384 |
| 2013-08-27 | librustc: Implement lazy module loading. | Patrick Walton | -32/+80 |
| 2013-08-27 | librustc: Remove `each_path`. | Patrick Walton | -257/+285 |
| 2013-08-27 | libstd: Fix merge fallout. | Patrick Walton | -5/+5 |
| 2013-08-27 | librustc: Stop calling `each_path` in coherence. | Patrick Walton | -18/+77 |
| 2013-08-27 | librustc: Fix merge fallout. | Patrick Walton | -52/+18 |
| 2013-08-27 | test: xfail a test that relies on old path behavior. | Patrick Walton | -0/+2 |
| 2013-08-27 | librustc: Convert check loans to use the new visitor | Patrick Walton | -2/+41 |
| 2013-08-27 | librustc: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -526/+1128 |
| 2013-08-27 | librustc: Add support for type parameters in the middle of paths. | Patrick Walton | -388/+692 |
| 2013-08-27 | librustc: Remove `&const` and `*const` from the language. | Patrick Walton | -457/+306 |
| 2013-08-27 | Replace HashUtil w/ default method on Hash | Jason Fager | -13/+0 |
| 2013-08-27 | auto merge of #8799 : fhahn/rust/ticket_5783, r=catamorphism | bors | -0/+19 |
| 2013-08-27 | auto merge of #8797 : nikomatsakis/rust/issue-8625-assign-to-andmut-in-borrow... | bors | -79/+166 |
| 2013-08-27 | auto merge of #8792 : adridu59/rust/master, r=catamorphism | bors | -5/+4 |
| 2013-08-27 | auto merge of #8771 : thestinger/rust/repr, r=catamorphism | bors | -83/+76 |
| 2013-08-27 | Add test for #5783 | Florian Hahn | -0/+19 |
| 2013-08-27 | Remove remnants of implicit self | Niko Matsakis | -37/+15 |
| 2013-08-27 | reflect: rm unused visit_{var,var_integral,constr} | Daniel Micay | -44/+0 |
| 2013-08-27 | repr: include mutability qualifier in visit_ptr | Daniel Micay | -0/+15 |
| 2013-08-27 | repr: print integer/float suffixes | Daniel Micay | -37/+52 |
| 2013-08-27 | auto merge of #8790 : huonw/rust/unsafearc, r=thestinger | bors | -85/+80 |
| 2013-08-27 | Extend aliasability check to uncover `& &mut &mut` and the like | Niko Matsakis | -18/+87 |
| 2013-08-27 | auto merge of #8581 : FlaPer87/rust/issue/8232, r=bblum | bors | -48/+87 |
| 2013-08-27 | Trailing space | Flaper Fesp | -1/+1 |
| 2013-08-27 | vec: implement `DeepClone` | Daniel Micay | -2/+9 |
| 2013-08-27 | auto merge of #8772 : thestinger/rust/option, r=anasazi | bors | -38/+0 |
| 2013-08-27 | option: rm implementation of Add | Daniel Micay | -38/+0 |
| 2013-08-27 | auto merge of #8789 : pnkfelix/rust/fsk-fix-typo-in-rust-mode.el, r=pnkfelix | bors | -1/+1 |
| 2013-08-27 | librustpkg/tests.rs: cleanup unused import | Adrien Tétar | -5/+4 |
| 2013-08-27 | auto merge of #8780 : brson/rust/from_elem, r=thestinger | bors | -4/+30 |
| 2013-08-27 | std: use ArcData rather than c_void in UnsafeArc. | Huon Wilson | -17/+12 |
| 2013-08-27 | auto merge of #8779 : brson/rust/macsupp, r=thestinger | bors | -1/+0 |
| 2013-08-27 | fix typo in rust-mode.el | Felix S. Klock II | -1/+1 |