about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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 #12171 : chromatic/rust/fix_crate_tutorial_typos, r=brsonbors-39/+34
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-11auto merge of #12181 : sanxiyn/rust/accurate-span-4, r=alexcrichtonbors-2/+2
2014-02-11Correct span for self and ExprStructSeo Sanghyeon-2/+2
2014-02-11auto merge of #12176 : kballard/rust/dep-info-lib-filename, r=alexcrichtonbors-1/+1
2014-02-11auto merge of #12154 : pnkfelix/rust/fsk-factor-bigint-and-rat-out-of-libextr...bors-32/+45
2014-02-11auto merge of #12175 : sfackler/rust/phase-use-ignored, r=alexcrichtonbors-8/+32
2014-02-11Factoring bigint, rational, and complex out of libextra into libnum.Felix S. Klock II-32/+45
2014-02-11auto merge of #12170 : aepsil0n/rust/feature/reserve_do_keyword, r=brsonbors-3/+17
2014-02-10auto merge of #12156 : dguenther/rust/add-fourcc-doc, r=alexcrichtonbors-0/+1
2014-02-10Output the correct library filename with --dep-infoKevin Ballard-1/+1
2014-02-10Ignore #[phase] on use view itemsSteven Fackler-8/+32
2014-02-10auto merge of #12155 : sanxiyn/rust/binary, r=pnkfelixbors-11/+4
2014-02-10auto merge of #12173 : alexcrichton/rust/fix-snap, r=brsonbors-113/+115
2014-02-10Revert non-license changes as part of 0ebe112bAlex Crichton-113/+115
2014-02-10auto merge of #12153 : pnkfelix/rust/fsk-add-dash-C-help-pointer, r=sanxiynbors-0/+1
2014-02-10Revised Crate section of tutorial for clarity.chromatic-39/+34
2014-02-11Reserve `do` as a keywordEduard Bopp-3/+17
2014-02-10auto merge of #11956 : edwardw/rust/issue-7556, r=cmrbors-300/+245
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-300/+245
2014-02-10auto merge of #12095 : FlaPer87/rust/issue-11709, r=nikomatsakisbors-7/+65
2014-02-10Switch to `Ignore` output mode for () blocksFlavio Percoco-7/+65
2014-02-10auto merge of #12132 : brunoabinader/rust/list-matches-predicate, r=alexcrichtonbors-0/+29
2014-02-10Added link to fourcc docsDerek Guenther-0/+1
2014-02-10auto merge of #12150 : jakerr/rust/patch-1, r=pnkfelixbors-2/+2
2014-02-11Remove binary fieldSeo Sanghyeon-11/+4
2014-02-10Add pointer to extended-help entry for `-C help` codegen options.Felix S. Klock II-0/+1
2014-02-10auto merge of #12149 : thomaslee/rust/ipaddr_deriving_iter_bytes, r=cmrbors-2/+13