about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-02-11Test fixes and rebase conflictsAlex Crichton-44/+31
2014-02-11auto merge of #12027 : vadimcn/rust/compiler-rt, r=alexcrichtonbors-3/+14
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-698/+1907
2014-02-11Shuffle around ownership in concurrent queuesAlex Crichton-373/+344
2014-02-11auto merge of #11961 : niftynif/rust/btree, r=brsonbors-115/+385
2014-02-11Build compiler-rt and link it to all crates, similarly to morestack.Vadim Chugunov-3/+14
2014-02-11auto merge of #12158 : nikomatsakis/rust/issue-6801-borrowck-closures, r=pcwa...bors-2530/+2967
2014-02-11Fixed fourcc example docDerek Guenther-6/+5
2014-02-11Added examples for converting vectors of u8 into strings. Also fixed some sty...WebeWizard-2/+32
2014-02-11Added compiler-rt submodule.Vadim Chugunov-0/+0
2014-02-11Correct nits from @pcwaltonNiko Matsakis-13/+15
2014-02-11test -- add new tests specifically examining closure borrowsNiko Matsakis-0/+296
2014-02-11test -- update tests with new error messagesNiko Matsakis-85/+92
2014-02-11dataflow -- do not consider the interprocedural caseNiko Matsakis-120/+23
2014-02-11borrowck -- treak borrows from closures like other borrowsNiko Matsakis-479/+634
2014-02-11mem_categorization -- parameterize over TYPER interface, treat upvar refs asNiko Matsakis-243/+380
2014-02-11regionck -- rewrite in terms of mem_categorization, compute upvar borrow kindsNiko Matsakis-578/+680
2014-02-11add upvar_borrow_map to tcx and fcx in typeckNiko Matsakis-1/+181
2014-02-11region -- Improve comments in region.rsNiko Matsakis-11/+43
2014-02-11librustuv -- fix unsafe sharing in rustuvNiko Matsakis-1/+2
2014-02-11libsyntax -- fix unsafe sharing in closuresNiko Matsakis-10/+12
2014-02-11libgetopts -- fix unsafe sharing in closuresNiko Matsakis-13/+37
2014-02-11front -- collapse iterator actions that require access to the same &mut stateNiko Matsakis-22/+28
2014-02-11libsyntax -- combine two iter ops into one so that `fld` does not need to be ...Niko Matsakis-5/+6
2014-02-11str -- borrow fields of self for use in closure since self.iter is borrowedNiko Matsakis-5/+7
2014-02-11sha2 -- introduce locals to clarify which subportions are being borrowedNiko Matsakis-3/+5
2014-02-11librustdoc -- move closure to clarify scopeNiko Matsakis-1/+1
2014-02-11io -- introduce local to avoid conflicting borrowNiko Matsakis-1/+2
2014-02-11ppaux -- add Repr implementationsNiko Matsakis-1/+45
2014-02-11back/link -- introduce block to clarify scope of closureNiko Matsakis-19/+21
2014-02-11vec -- introduce local var to make clear what subportion is being borrowedNiko Matsakis-2/+2
2014-02-11syntax/fold -- remove conflicting (and rather pointless) closuresNiko Matsakis-18/+7
2014-02-11syntax/ext/format -- rewrite conflicting closures into methodsNiko Matsakis-116/+127
2014-02-11resolve -- rewrite conflict closure into methodNiko Matsakis-41/+50
2014-02-11metadata -- remove tiny convenience closure that was causing conflicting muta...Niko Matsakis-11/+11
2014-02-11error_reporting -- explain reborrowed upvar constraints in a hopefully useful...Niko Matsakis-9/+55
2014-02-11trans/datum -- move mutable variable into closureNiko Matsakis-1/+1
2014-02-11ty -- minor refactorings, helper methodsNiko Matsakis-1/+46
2014-02-11to_str -- update to contain scope of closureNiko Matsakis-20/+21
2014-02-11container -- update example to contain scope of closure borrowNiko Matsakis-13/+19
2014-02-11libglob -- patch closure where const borrow would have helpedNiko Matsakis-5/+8
2014-02-11remove antiquated reflect test rather than bring it up to dateNiko Matsakis-627/+0
2014-02-11std -- replaces uses where const borrows would be requiredNiko Matsakis-70/+125
2014-02-11auto merge of #12183 : SimonSapin/rust/patch-4, r=alexcrichtonbors-1/+1
2014-02-11Includes new add method that uses .clone() for support.Nif Ward-115/+385
2014-02-11auto merge of #12171 : chromatic/rust/fix_crate_tutorial_typos, r=brsonbors-39/+34
2014-02-11Add ignore-cross-compile directive for compiletestAlex Crichton-5/+7
2014-02-11auto merge of #12110 : fhahn/rust/issue-11363-change-xfail, r=alexcrichtonbors-1141/+1153
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-1141/+1153
2014-02-11Tweak test name and make it more specificNiko Matsakis-3/+4