| Age | Commit message (Expand) | Author | Lines |
| 2014-02-11 | front -- collapse iterator actions that require access to the same &mut state | Niko Matsakis | -22/+28 |
| 2014-02-11 | libsyntax -- combine two iter ops into one so that `fld` does not need to be ... | Niko Matsakis | -5/+6 |
| 2014-02-11 | str -- borrow fields of self for use in closure since self.iter is borrowed | Niko Matsakis | -5/+7 |
| 2014-02-11 | sha2 -- introduce locals to clarify which subportions are being borrowed | Niko Matsakis | -3/+5 |
| 2014-02-11 | librustdoc -- move closure to clarify scope | Niko Matsakis | -1/+1 |
| 2014-02-11 | io -- introduce local to avoid conflicting borrow | Niko Matsakis | -1/+2 |
| 2014-02-11 | ppaux -- add Repr implementations | Niko Matsakis | -1/+45 |
| 2014-02-11 | back/link -- introduce block to clarify scope of closure | Niko Matsakis | -19/+21 |
| 2014-02-11 | vec -- introduce local var to make clear what subportion is being borrowed | Niko Matsakis | -2/+2 |
| 2014-02-11 | syntax/fold -- remove conflicting (and rather pointless) closures | Niko Matsakis | -18/+7 |
| 2014-02-11 | syntax/ext/format -- rewrite conflicting closures into methods | Niko Matsakis | -116/+127 |
| 2014-02-11 | resolve -- rewrite conflict closure into method | Niko Matsakis | -41/+50 |
| 2014-02-11 | metadata -- remove tiny convenience closure that was causing conflicting muta... | Niko Matsakis | -11/+11 |
| 2014-02-11 | error_reporting -- explain reborrowed upvar constraints in a hopefully useful... | Niko Matsakis | -9/+55 |
| 2014-02-11 | trans/datum -- move mutable variable into closure | Niko Matsakis | -1/+1 |
| 2014-02-11 | ty -- minor refactorings, helper methods | Niko Matsakis | -1/+46 |
| 2014-02-11 | to_str -- update to contain scope of closure | Niko Matsakis | -20/+21 |
| 2014-02-11 | container -- update example to contain scope of closure borrow | Niko Matsakis | -13/+19 |
| 2014-02-11 | libglob -- patch closure where const borrow would have helped | Niko Matsakis | -5/+8 |
| 2014-02-11 | remove antiquated reflect test rather than bring it up to date | Niko Matsakis | -627/+0 |
| 2014-02-11 | std -- replaces uses where const borrows would be required | Niko Matsakis | -70/+125 |
| 2014-02-11 | auto merge of #12171 : chromatic/rust/fix_crate_tutorial_typos, r=brson | bors | -39/+34 |
| 2014-02-11 | auto merge of #12110 : fhahn/rust/issue-11363-change-xfail, r=alexcrichton | bors | -1141/+1153 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -1141/+1153 |
| 2014-02-11 | auto merge of #12181 : sanxiyn/rust/accurate-span-4, r=alexcrichton | bors | -2/+2 |
| 2014-02-11 | Correct span for self and ExprStruct | Seo Sanghyeon | -2/+2 |
| 2014-02-11 | auto merge of #12176 : kballard/rust/dep-info-lib-filename, r=alexcrichton | bors | -1/+1 |
| 2014-02-11 | auto merge of #12154 : pnkfelix/rust/fsk-factor-bigint-and-rat-out-of-libextr... | bors | -32/+45 |
| 2014-02-11 | auto merge of #12175 : sfackler/rust/phase-use-ignored, r=alexcrichton | bors | -8/+32 |
| 2014-02-11 | Factoring bigint, rational, and complex out of libextra into libnum. | Felix S. Klock II | -32/+45 |
| 2014-02-11 | auto merge of #12170 : aepsil0n/rust/feature/reserve_do_keyword, r=brson | bors | -3/+17 |
| 2014-02-10 | auto merge of #12156 : dguenther/rust/add-fourcc-doc, r=alexcrichton | bors | -0/+1 |
| 2014-02-10 | Output the correct library filename with --dep-info | Kevin Ballard | -1/+1 |
| 2014-02-10 | Ignore #[phase] on use view items | Steven Fackler | -8/+32 |
| 2014-02-10 | auto merge of #12155 : sanxiyn/rust/binary, r=pnkfelix | bors | -11/+4 |
| 2014-02-10 | auto merge of #12173 : alexcrichton/rust/fix-snap, r=brson | bors | -113/+115 |
| 2014-02-10 | Revert non-license changes as part of 0ebe112b | Alex Crichton | -113/+115 |
| 2014-02-10 | auto merge of #12153 : pnkfelix/rust/fsk-add-dash-C-help-pointer, r=sanxiyn | bors | -0/+1 |
| 2014-02-10 | Revised Crate section of tutorial for clarity. | chromatic | -39/+34 |
| 2014-02-11 | Reserve `do` as a keyword | Eduard Bopp | -3/+17 |
| 2014-02-10 | auto merge of #11956 : edwardw/rust/issue-7556, r=cmr | bors | -300/+245 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -300/+245 |
| 2014-02-10 | auto merge of #12095 : FlaPer87/rust/issue-11709, r=nikomatsakis | bors | -7/+65 |
| 2014-02-10 | Switch to `Ignore` output mode for () blocks | Flavio Percoco | -7/+65 |
| 2014-02-10 | auto merge of #12132 : brunoabinader/rust/list-matches-predicate, r=alexcrichton | bors | -0/+29 |
| 2014-02-10 | Added link to fourcc docs | Derek Guenther | -0/+1 |
| 2014-02-10 | auto merge of #12150 : jakerr/rust/patch-1, r=pnkfelix | bors | -2/+2 |
| 2014-02-11 | Remove binary field | Seo Sanghyeon | -11/+4 |
| 2014-02-10 | Add pointer to extended-help entry for `-C help` codegen options. | Felix S. Klock II | -0/+1 |
| 2014-02-10 | auto merge of #12149 : thomaslee/rust/ipaddr_deriving_iter_bytes, r=cmr | bors | -2/+13 |