| Age | Commit message (Expand) | Author | Lines |
| 2014-02-11 | Test fixes and rebase conflicts | Alex Crichton | -44/+31 |
| 2014-02-11 | auto merge of #12027 : vadimcn/rust/compiler-rt, r=alexcrichton | bors | -3/+14 |
| 2014-02-11 | Rewrite channels yet again for upgradeability | Alex Crichton | -698/+1907 |
| 2014-02-11 | Shuffle around ownership in concurrent queues | Alex Crichton | -373/+344 |
| 2014-02-11 | auto merge of #11961 : niftynif/rust/btree, r=brson | bors | -115/+385 |
| 2014-02-11 | Build compiler-rt and link it to all crates, similarly to morestack. | Vadim Chugunov | -3/+14 |
| 2014-02-11 | auto merge of #12158 : nikomatsakis/rust/issue-6801-borrowck-closures, r=pcwa... | bors | -2530/+2967 |
| 2014-02-11 | Fixed fourcc example doc | Derek Guenther | -6/+5 |
| 2014-02-11 | Added examples for converting vectors of u8 into strings. Also fixed some sty... | WebeWizard | -2/+32 |
| 2014-02-11 | Added compiler-rt submodule. | Vadim Chugunov | -0/+0 |
| 2014-02-11 | Correct nits from @pcwalton | Niko Matsakis | -13/+15 |
| 2014-02-11 | test -- add new tests specifically examining closure borrows | Niko Matsakis | -0/+296 |
| 2014-02-11 | test -- update tests with new error messages | Niko Matsakis | -85/+92 |
| 2014-02-11 | dataflow -- do not consider the interprocedural case | Niko Matsakis | -120/+23 |
| 2014-02-11 | borrowck -- treak borrows from closures like other borrows | Niko Matsakis | -479/+634 |
| 2014-02-11 | mem_categorization -- parameterize over TYPER interface, treat upvar refs as | Niko Matsakis | -243/+380 |
| 2014-02-11 | regionck -- rewrite in terms of mem_categorization, compute upvar borrow kinds | Niko Matsakis | -578/+680 |
| 2014-02-11 | add upvar_borrow_map to tcx and fcx in typeck | Niko Matsakis | -1/+181 |
| 2014-02-11 | region -- Improve comments in region.rs | Niko Matsakis | -11/+43 |
| 2014-02-11 | librustuv -- fix unsafe sharing in rustuv | Niko Matsakis | -1/+2 |
| 2014-02-11 | libsyntax -- fix unsafe sharing in closures | Niko Matsakis | -10/+12 |
| 2014-02-11 | libgetopts -- fix unsafe sharing in closures | Niko Matsakis | -13/+37 |
| 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 #12183 : SimonSapin/rust/patch-4, r=alexcrichton | bors | -1/+1 |
| 2014-02-11 | Includes new add method that uses .clone() for support. | Nif Ward | -115/+385 |
| 2014-02-11 | auto merge of #12171 : chromatic/rust/fix_crate_tutorial_typos, r=brson | bors | -39/+34 |
| 2014-02-11 | Add ignore-cross-compile directive for compiletest | Alex Crichton | -5/+7 |
| 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 | Tweak test name and make it more specific | Niko Matsakis | -3/+4 |