summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-10-02serialize: remove proxy impls for Gc<T>.Eduard Burtescu-13/+0
2014-10-02std: remove gc module.Eduard Burtescu-160/+0
2014-10-02rustrt: remove local_heap implementation.Eduard Burtescu-381/+11
2014-10-02core: remove raw::GcBox.Eduard Burtescu-40/+0
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-02remove the uv_support codeDaniel Micay-169/+0
2014-10-02rm libuv-auto-clean-triggerDaniel Micay-2/+0
2014-10-02rm obsolete valgrind suppressionsDaniel Micay-20/+0
2014-10-02auto merge of #17681 : jgallagher/rust/dep-info-escape-spaces, r=alexcrichtonbors-1/+75
2014-10-02Enable a test for .. in range patterns.Nick Cameron-2/+0
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-7533/+646
2014-10-01Fix incorrect statement about ok()Steve Klabnik-5/+5
2014-10-01Don't compare () to null.Steve Klabnik-8/+6
2014-10-01use similar syntax in all armsSteve Klabnik-1/+1
2014-10-01:fire: τSteve Klabnik-6/+2
2014-10-01Link plugins guide from elsewhereKeegan McAllister-6/+23
2014-10-01Add a guide to compiler pluginsKeegan McAllister-2/+359
2014-10-01Add a red-box warning to the macros guideKeegan McAllister-0/+14
2014-10-01Update some old references to rust.mdKeegan McAllister-3/+3
2014-10-01Use relative doc URLs in top-level guidesKeegan McAllister-8/+8
2014-10-01Add some notes about macro scopingKeegan McAllister-0/+60
2014-10-01Guide: clarify exportingJiří Stránský-3/+3
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-01rust.css: Make it more clear when code spans are linksKeegan McAllister-0/+4
2014-10-02librustc/driver: expose build information of rustc.NODA, Kai-4/+20
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-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-01Fix async assertion in test_sendable_futureKevin Walter-2/+3
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