| Age | Commit message (Expand) | Author | Lines |
| 2013-08-13 | debuginfo: Add some tests for visibiliy scopes within closures. | Michael Woerister | -2/+239 |
| 2013-08-13 | debuginfo: Add support for argument shadowing. | Michael Woerister | -36/+110 |
| 2013-08-13 | debuginfo: Implemented proper handling of lexical scopes and variable shadowing. | Michael Woerister | -145/+1873 |
| 2013-08-13 | librustc: Allow vector repeat exprs in statics. | Luqman Aden | -0/+21 |
| 2013-08-12 | auto merge of #8487 : brson/rust/local-opts, r=brson | bors | -16/+24 |
| 2013-08-12 | Forbid pub/priv where it has no effect | Alex Crichton | -121/+234 |
| 2013-08-12 | Explain what ifmt! is all about | Alex Crichton | -0/+301 |
| 2013-08-12 | Correct the padding on integer types for formatting | Alex Crichton | -113/+133 |
| 2013-08-12 | Define integer formats for all widths | Alex Crichton | -37/+121 |
| 2013-08-12 | Implement formatting arguments for strings and integers | Alex Crichton | -105/+295 |
| 2013-08-12 | std: Re-optimize tls access on local allocation path | Brian Anderson | -16/+24 |
| 2013-08-12 | auto merge of #8476 : thestinger/rust/snapshot, r=brson | bors | -748/+24 |
| 2013-08-12 | std::at_vec: add benchmarks | Corey Richardson | -0/+81 |
| 2013-08-12 | auto merge of #8419 : cmr/rust/fix-rtdebug, r=brson | bors | -12/+4 |
| 2013-08-12 | rustc: Give a hint when a static method call has fewer than expected type par... | Tim Chevalier | -0/+31 |
| 2013-08-12 | fix build with the new snapshot compiler | Daniel Micay | -748/+16 |
| 2013-08-12 | register snapshots | Daniel Micay | -0/+8 |
| 2013-08-12 | rt::task: Make current_stack_segment public | Keegan McAllister | -1/+1 |
| 2013-08-12 | Clean up transitionary glue in task/spawn.rs. Don't hold kill-little-lock for... | Ben Blum | -138/+69 |
| 2013-08-12 | auto merge of #8400 : blake2-ppc/rust/seq-ord, r=cmr | bors | -73/+308 |
| 2013-08-12 | Fix select() in light of the deschedule...and then race. Close #8347. | Ben Blum | -1/+23 |
| 2013-08-12 | Make cell with_ref/with_mut_ref use finally. Close #7975. | Ben Blum | -8/+8 |
| 2013-08-12 | Reorganise Select traits to not expose internal runtime types. Close #5160. P... | Ben Blum | -313/+348 |
| 2013-08-12 | Don't use unkillable in UnsafeArc dtor when there's no unwrapper. Close #8382. | Ben Blum | -19/+21 |
| 2013-08-12 | auto merge of #8428 : blake2-ppc/rust/peekable-iterators, r=thestinger | bors | -107/+138 |
| 2013-08-12 | auto merge of #8418 : pnkfelix/rust/fsk-issue3192-improve-parse-error-for-emp... | bors | -32/+187 |
| 2013-08-11 | auto merge of #8410 : luqmana/rust/mcpu, r=sanxiyn | bors | -28/+36 |
| 2013-08-11 | remove more dead code from the old `for` | Daniel Micay | -102/+20 |
| 2013-08-11 | auto merge of #8427 : brson/rust/rustc-stack, r=thestinger | bors | -1/+7 |
| 2013-08-11 | Cleanup librustpkg a little bit. | Steven Stewart-Gallus | -74/+77 |
| 2013-08-11 | num: implement CheckedDiv | Daniel Micay | -2/+42 |
| 2013-08-11 | Fixed option_env! type | Steven Fackler | -3/+2 |
| 2013-08-11 | auto merge of #8455 : nikomatsakis/rust/issue-5762-objects-dralston-d, r=graydon | bors | -560/+1155 |
| 2013-08-11 | Convert from transform to map | Niko Matsakis | -1/+1 |
| 2013-08-11 | tests: Add new tests for borrowck/objects and update some existing tests | Niko Matsakis | -22/+265 |
| 2013-08-11 | Update type visitor to use &Visitor and not @Visitor | Niko Matsakis | -12/+37 |
| 2013-08-11 | borrowck: Integrate AutoBorrowObj into borrowck / mem_categorization | Niko Matsakis | -52/+65 |
| 2013-08-11 | typeck: Modify method resolution to use new object adjustments, and | Niko Matsakis | -140/+317 |
| 2013-08-11 | trans: Rely on new AutoBorrowObj adjustment to match up object receivers | Niko Matsakis | -112/+141 |
| 2013-08-11 | ty: Add (but do not yet use) AutoBorrowObject option to adjustments | Niko Matsakis | -2/+32 |
| 2013-08-11 | typeck/check/method: Remove `pub` from most methods | Niko Matsakis | -29/+33 |
| 2013-08-11 | Misc small cleanups | Niko Matsakis | -9/+1 |
| 2013-08-11 | Add a field `borrow_offset` to the type descriptor indicating | Niko Matsakis | -16/+94 |
| 2013-08-11 | auto merge of #8420 : blake2-ppc/rust/shrink-token, r=cmr | bors | -16/+16 |
| 2013-08-11 | librustc: Convert from `@Object` to `@mut Object` as needed | Niko Matsakis | -16/+19 |
| 2013-08-11 | libsyntax: Update from `@Object` to `@mut Object` as required | Niko Matsakis | -155/+156 |
| 2013-08-12 | Fixed #8451 - extra::stats::write_boxplot() applied to negative or zero sampl... | David Manescu | -4/+33 |
| 2013-08-11 | auto merge of #8421 : alexcrichton/rust/unnamed-addr, r=thestinger | bors | -15/+46 |
| 2013-08-11 | auto merge of #8412 : thestinger/rust/vector-add, r=alexcrichton | bors | -16/+44 |
| 2013-08-11 | fix unused imports | Daniel Micay | -2/+1 |