about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-08-23test: Convert Window path to MSYS pathklutzy-3/+4
2014-08-22auto merge of #16647 : vhbit/rust/ios-build-fixes, r=alexcrichtonbors-3/+6
2014-08-22auto merge of #16639 : pcwalton/rust/unboxed-closures-param-resolution, r=nic...bors-4/+35
2014-08-22auto merge of #16616 : pcwalton/rust/unboxed-closure-where-clause, r=nikomats...bors-3/+51
2014-08-22auto merge of #16509 : luqmana/rust/uw, r=alexcrichtonbors-11/+10
2014-08-21librustc: Consider where clauses when traversing free regions inPatrick Walton-3/+51
2014-08-22auto merge of #16512 : wickerwaka/rust/getopt-16348, r=brsonbors-22/+33
2014-08-21auto merge of #16637 : pcwalton/rust/unboxed-closures-expected-tuple, r=pnkfelixbors-2/+27
2014-08-21auto merge of #16635 : steveklabnik/rust/ordering_comment, r=huonwbors-5/+4
2014-08-21auto merge of #16601 : cybergeek94/rust/master, r=alexcrichtonbors-18/+85
2014-08-21Parameterize indent in PrettyEncoderAustin Bonander-18/+85
2014-08-21auto merge of #16499 : cmr/rust/struct-undef-repr, r=pcwaltonbors-219/+505
2014-08-21Fix FFI guideCorey Richardson-0/+1
2014-08-21auto merge of #16632 : pcwalton/rust/unboxed-closures-euv, r=luqmanabors-11/+36
2014-08-21auto merge of #16631 : pcwalton/rust/unboxed-closures-wrong-trait, r=huonwbors-44/+134
2014-08-21auto merge of #16487 : steveklabnik/rust/guide_ownership, r=brsonbors-0/+167
2014-08-21Fixed unwinding for iOSValerii Hiora-1/+4
2014-08-21iOS compilation fixValerii Hiora-2/+2
2014-08-21auto merge of #16362 : nham/rust/std_rand_pi_example, r=huonwbors-0/+43
2014-08-21Use unicode pi symbol in pi estimation example. Additional tweaksnham-7/+7
2014-08-21Surround formula in a 'notrust' code blocknham-0/+2
2014-08-21auto merge of #16471 : EduardoBautista/rust/chapter-14-fixes, r=steveklabnikbors-40/+40
2014-08-21auto merge of #16447 : steveklabnik/rust/guide_vectors_extra, r=brsonbors-0/+13
2014-08-21auto merge of #16443 : steveklabnik/rust/fix_path_docs, r=kballardbors-4/+22
2014-08-20Stage #[repr(packed)] in std::rtCorey Richardson-8/+40
2014-08-20libgreen: use FFI-safe typesCorey Richardson-31/+45
2014-08-20liblibc: don't use int/uint for intptr_t/uintptr_tCorey Richardson-71/+74
2014-08-20Add detailed note about Substs to ty_enumCorey Richardson-0/+7
2014-08-20manual: fix linkCorey Richardson-1/+1
2014-08-20Add #[repr(C)] to all the things!Corey Richardson-2/+125
2014-08-20librustc: handle repr on structs, require it for ffi, unify with packedCorey Richardson-118/+210
2014-08-21auto merge of #16331 : steveklabnik/rust/guide_macros_and_unsafe, r=brsonbors-4/+177
2014-08-20docs: don't claim struct layout is specified, but mention reprCorey Richardson-15/+29
2014-08-20Guide: unsafeSteve Klabnik-49/+151
2014-08-20Fix error message for WindowsPath::newSteve Klabnik-4/+22
2014-08-20librustc: Resolve nested vtable parameters in overloaded calls.Patrick Walton-4/+35
2014-08-20fixes some syntax highlighting annotationsChristoph Burgdorf-4/+4
2014-08-20librustc: Fix a couple of cases in which unboxed closure typecheckingPatrick Walton-2/+27
2014-08-20Make note that Ordering is builtin.Steve Klabnik-6/+5
2014-08-20librustc: Fix bogus logic for static calls to unboxed closures in thePatrick Walton-12/+56
2014-08-20Guide: macrosSteve Klabnik-0/+71
2014-08-20auto merge of #16408 : steveklabnik/rust/guide_iterators, r=brsonbors-2/+336
2014-08-20librustc: When checking static method calls to unboxed closures, look atPatrick Walton-44/+134
2014-08-20auto merge of #16257 : steveklabnik/rust/guide_patterns, r=brsonbors-1/+167
2014-08-20auto merge of #16621 : tshepang/rust/grammar, r=steveklabnikbors-4/+4
2014-08-20auto merge of #16620 : tshepang/rust/tasks, r=steveklabnikbors-4/+3
2014-08-20auto merge of #16618 : nham/rust/strslice_examples, r=alexcrichtonbors-0/+46
2014-08-20auto merge of #16615 : pcwalton/rust/unboxed-closures-prelude, r=huonwbors-0/+20
2014-08-20auto merge of #16614 : cdwort/rust/pointer-guide-typo, r=steveklabnikbors-1/+1
2014-08-20auto merge of #16606 : pczarn/rust/inline-asm, r=alexcrichtonbors-37/+105