| Age | Commit message (Expand) | Author | Lines |
| 2014-08-23 | test: Convert Window path to MSYS path | klutzy | -3/+4 |
| 2014-08-22 | auto merge of #16647 : vhbit/rust/ios-build-fixes, r=alexcrichton | bors | -3/+6 |
| 2014-08-22 | auto merge of #16639 : pcwalton/rust/unboxed-closures-param-resolution, r=nic... | bors | -4/+35 |
| 2014-08-22 | auto merge of #16616 : pcwalton/rust/unboxed-closure-where-clause, r=nikomats... | bors | -3/+51 |
| 2014-08-22 | auto merge of #16509 : luqmana/rust/uw, r=alexcrichton | bors | -11/+10 |
| 2014-08-21 | librustc: Consider where clauses when traversing free regions in | Patrick Walton | -3/+51 |
| 2014-08-22 | auto merge of #16512 : wickerwaka/rust/getopt-16348, r=brson | bors | -22/+33 |
| 2014-08-21 | auto merge of #16637 : pcwalton/rust/unboxed-closures-expected-tuple, r=pnkfelix | bors | -2/+27 |
| 2014-08-21 | auto merge of #16635 : steveklabnik/rust/ordering_comment, r=huonw | bors | -5/+4 |
| 2014-08-21 | auto merge of #16601 : cybergeek94/rust/master, r=alexcrichton | bors | -18/+85 |
| 2014-08-21 | Parameterize indent in PrettyEncoder | Austin Bonander | -18/+85 |
| 2014-08-21 | auto merge of #16499 : cmr/rust/struct-undef-repr, r=pcwalton | bors | -219/+505 |
| 2014-08-21 | Fix FFI guide | Corey Richardson | -0/+1 |
| 2014-08-21 | auto merge of #16632 : pcwalton/rust/unboxed-closures-euv, r=luqmana | bors | -11/+36 |
| 2014-08-21 | auto merge of #16631 : pcwalton/rust/unboxed-closures-wrong-trait, r=huonw | bors | -44/+134 |
| 2014-08-21 | auto merge of #16487 : steveklabnik/rust/guide_ownership, r=brson | bors | -0/+167 |
| 2014-08-21 | Fixed unwinding for iOS | Valerii Hiora | -1/+4 |
| 2014-08-21 | iOS compilation fix | Valerii Hiora | -2/+2 |
| 2014-08-21 | auto merge of #16362 : nham/rust/std_rand_pi_example, r=huonw | bors | -0/+43 |
| 2014-08-21 | Use unicode pi symbol in pi estimation example. Additional tweaks | nham | -7/+7 |
| 2014-08-21 | Surround formula in a 'notrust' code block | nham | -0/+2 |
| 2014-08-21 | auto merge of #16471 : EduardoBautista/rust/chapter-14-fixes, r=steveklabnik | bors | -40/+40 |
| 2014-08-21 | auto merge of #16447 : steveklabnik/rust/guide_vectors_extra, r=brson | bors | -0/+13 |
| 2014-08-21 | auto merge of #16443 : steveklabnik/rust/fix_path_docs, r=kballard | bors | -4/+22 |
| 2014-08-20 | Stage #[repr(packed)] in std::rt | Corey Richardson | -8/+40 |
| 2014-08-20 | libgreen: use FFI-safe types | Corey Richardson | -31/+45 |
| 2014-08-20 | liblibc: don't use int/uint for intptr_t/uintptr_t | Corey Richardson | -71/+74 |
| 2014-08-20 | Add detailed note about Substs to ty_enum | Corey Richardson | -0/+7 |
| 2014-08-20 | manual: fix link | Corey Richardson | -1/+1 |
| 2014-08-20 | Add #[repr(C)] to all the things! | Corey Richardson | -2/+125 |
| 2014-08-20 | librustc: handle repr on structs, require it for ffi, unify with packed | Corey Richardson | -118/+210 |
| 2014-08-21 | auto merge of #16331 : steveklabnik/rust/guide_macros_and_unsafe, r=brson | bors | -4/+177 |
| 2014-08-20 | docs: don't claim struct layout is specified, but mention repr | Corey Richardson | -15/+29 |
| 2014-08-20 | Guide: unsafe | Steve Klabnik | -49/+151 |
| 2014-08-20 | Fix error message for WindowsPath::new | Steve Klabnik | -4/+22 |
| 2014-08-20 | librustc: Resolve nested vtable parameters in overloaded calls. | Patrick Walton | -4/+35 |
| 2014-08-20 | fixes some syntax highlighting annotations | Christoph Burgdorf | -4/+4 |
| 2014-08-20 | librustc: Fix a couple of cases in which unboxed closure typechecking | Patrick Walton | -2/+27 |
| 2014-08-20 | Make note that Ordering is builtin. | Steve Klabnik | -6/+5 |
| 2014-08-20 | librustc: Fix bogus logic for static calls to unboxed closures in the | Patrick Walton | -12/+56 |
| 2014-08-20 | Guide: macros | Steve Klabnik | -0/+71 |
| 2014-08-20 | auto merge of #16408 : steveklabnik/rust/guide_iterators, r=brson | bors | -2/+336 |
| 2014-08-20 | librustc: When checking static method calls to unboxed closures, look at | Patrick Walton | -44/+134 |
| 2014-08-20 | auto merge of #16257 : steveklabnik/rust/guide_patterns, r=brson | bors | -1/+167 |
| 2014-08-20 | auto merge of #16621 : tshepang/rust/grammar, r=steveklabnik | bors | -4/+4 |
| 2014-08-20 | auto merge of #16620 : tshepang/rust/tasks, r=steveklabnik | bors | -4/+3 |
| 2014-08-20 | auto merge of #16618 : nham/rust/strslice_examples, r=alexcrichton | bors | -0/+46 |
| 2014-08-20 | auto merge of #16615 : pcwalton/rust/unboxed-closures-prelude, r=huonw | bors | -0/+20 |
| 2014-08-20 | auto merge of #16614 : cdwort/rust/pointer-guide-typo, r=steveklabnik | bors | -1/+1 |
| 2014-08-20 | auto merge of #16606 : pczarn/rust/inline-asm, r=alexcrichton | bors | -37/+105 |