about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-10-02Correctly trans capture-by-ref unboxed closuresBrian Koropoff-3/+16
2014-10-02Return correct types for capture-by-ref unboxed closure upvarsBrian Koropoff-1/+13
2014-10-02Fix categorization of upvars of capture-by-reference unboxed closuresBrian Koropoff-11/+15
2014-10-02Fix missing entries in upvar borrows map for capture-by-ref unboxed closuresBrian Koropoff-16/+26
2014-10-01auto merge of #17673 : aturon/rust/remove-uv, r=alexcrichtonbors-7533/+646
2014-10-01Remove std::io::signalAaron Turon-238/+1
2014-10-01Remove libuv, gypAaron Turon-0/+0
2014-10-01auto merge of #17678 : fhahn/rust/issue-17628-infinite-recursion, r=alexcrichtonbors-0/+35
2014-10-01Remove librustuvAaron Turon-6465/+0
2014-10-01Remove iotest macroAaron Turon-427/+604
2014-10-01Remove all use of librustuvAaron Turon-405/+43
2014-10-01auto merge of #17667 : wizeman/rust/fix-override-env, r=alexcrichtonbors-1/+16
2014-10-01auto merge of #17654 : gereeter/rust/no-unnecessary-cell, r=alexcrichtonbors-96/+70
2014-10-01auto merge of #17653 : kaini/rust/master, r=alexcrichtonbors-32/+81
2014-10-01Limit recursion depth for macro expansions, closes #17628Florian Hahn-0/+35
2014-10-01auto merge of #17630 : sfackler/rust/cfg-warnings, r=brsonbors-358/+322
2014-10-01auto merge of #17501 : pcwalton/rust/improve-method-lookup-autoderef, r=nikom...bors-10/+154
2014-10-01auto merge of #17132 : reem/rust/any-static-bound, r=alexcrichtonbors-3/+3
2014-10-01auto merge of #17584 : pcwalton/rust/range-patterns-dotdotdot, r=nick29581bors-164/+161
2014-09-30Bound Any with 'staticJonathan Reem-3/+3
2014-10-01libstd: Pass-through PATH in test_override_envRicardo M. Correia-1/+16
2014-09-30auto merge of #17634 : jakub-/rust/if_let, r=kballardbors-37/+402
2014-09-30librustc: Fix up mutability in method autoderefs if incorrect, andPatrick Walton-10/+154
2014-09-30auto merge of #17479 : gamazeps/rust/issue17478, r=alexcrichtonbors-3/+3
2014-09-30Fix rustdocSteven Fackler-3/+2
2014-09-30Fix librustuvSteven Fackler-5/+3
2014-09-30Fix libnativeSteven Fackler-70/+68
2014-09-30Fix libgreenSteven Fackler-13/+9
2014-09-30Fix librustc_llvmSteven Fackler-1/+1
2014-09-30Fix librustcSteven Fackler-5/+4
2014-09-30Fix librustc_backSteven Fackler-2/+2
2014-09-30Fix libtimeSteven Fackler-9/+6
2014-09-30Fix librustrtSteven Fackler-69/+74
2014-09-30Fix libstdSteven Fackler-56/+52
2014-09-30Fix liballocSteven Fackler-8/+8
2014-09-30Fix cfg warnings for liblibcSteven Fackler-108/+93
2014-09-30Turn on cfg format warningsSteven Fackler-9/+0
2014-09-30auto merge of #17639 : brson/rust/windbg2, r=pcwaltonbors-2/+3
2014-09-30Temporarily remove the description for the diagnostic E0162Jakub Wieczorek-6/+2
2014-09-30Update after the fall out from the syntax::ptr changesJakub Wieczorek-32/+38
2014-09-30Add `if let` to the referenceJakub Wieczorek-1/+14
2014-09-30Update based on PR feedbackKevin Ballard-32/+47
2014-09-30Move `if let` behind a feature gateKevin Ballard-2/+13
2014-09-30Produce a better error for irrefutable `if let` patternsKevin Ballard-23/+115
2014-09-30Add tests for `if let`Kevin Ballard-0/+67
2014-09-30Desugar 'if let' into the appropriate 'match'Kevin Ballard-1/+108
2014-09-30Teach libsyntax about `if let`Kevin Ballard-13/+71
2014-09-30auto merge of #17647 : pcwalton/rust/stop-looking-in-metadata-in-tc, r=cmrbors-9/+61
2014-09-30Ignore yet another windows debuginfo testBrian Anderson-2/+3
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-164/+161