about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2014-10-02travis: Stop building and testing rustAlex Crichton-52/+11
2014-10-02auto merge of #17590 : bjadamson/rust/rustc-improvements, r=alexcrichtonbors-6/+4
2014-10-02auto merge of #17663 : eddyb/rust/method-origin-subst, r=nikomatsakisbors-1/+73
2014-10-02auto merge of #17434 : P1start/rust/borrowck-messages, r=nikomatsakisbors-72/+299
2014-10-02auto merge of #17681 : jgallagher/rust/dep-info-escape-spaces, r=alexcrichtonbors-7/+82
2014-10-02auto merge of #17620 : nick29581/rust/slice4, r=aturonbors-495/+677
2014-10-02Change the `use of moved value` error to be more accurateP1start-22/+62
2014-10-02Review and rebasing changesNick Cameron-42/+103
2014-10-02auto merge of #17381 : tbu-/rust/pr_mapinplace2, r=aturonbors-208/+222
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-43/+105
2014-10-02Remove the `_` suffix from slice methods.Nick Cameron-97/+188
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-363/+331
2014-10-02Clarify some borrowck errorsP1start-27/+125
2014-10-02Add an explanatory note when calling a closure via `&`P1start-1/+9
2014-10-02Output a note when lifetimes cannot be elided from functionsP1start-22/+103
2014-10-01auto merge of #17673 : aturon/rust/remove-uv, r=alexcrichtonbors-7745/+652
2014-10-01Remove std::io::signalAaron Turon-238/+1
2014-10-01Remove libuv, gypAaron Turon-209/+4
2014-10-01auto merge of #17678 : fhahn/rust/issue-17628-infinite-recursion, r=alexcrichtonbors-0/+35
2014-10-01Remove librustuvAaron Turon-6468/+2
2014-10-01Remove iotest macroAaron Turon-427/+604
2014-10-01Remove all use of librustuvAaron Turon-405/+43
2014-10-01Make --dep-info escape spaces in filenamesJohn Gallagher-1/+75
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-01Make find->tidy resilient to filenames with spacesJohn Gallagher-6/+7
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-30Remove unnecessary allocation, update API name for starting the rustc driver.Benjamin Adamson-6/+4
2014-09-30Fold `MethodOrigin`s to resolve inference variables they may contain.Eduard Burtescu-1/+73
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